diff --git a/resources/newssite/news-nuxt/composables/provide-locale.js b/resources/newssite/news-nuxt/composables/provide-locale.js index 6f9ffe5de..47db4614b 100644 --- a/resources/newssite/news-nuxt/composables/provide-locale.js +++ b/resources/newssite/news-nuxt/composables/provide-locale.js @@ -2,6 +2,8 @@ import { provide } from "vue"; import { useHead } from "#imports"; import { dataSource } from "../data"; +import { v4 as uuidv4 } from "uuid"; + const RTL_LOCALES = ["ar", "he", "fa", "ps", "ur"]; const DEFAULT_LANG = "en"; const DEFAULT_DIR = "ltr"; @@ -16,10 +18,41 @@ export function provideLocale() { htmlAttrs: { dir, lang }, }); + const { content } = dataSource[lang]; + + // Generate unique IDs for all articles, and their content items where appropriate. + const contentWithIds = Object.create(null); + Object.keys(content).forEach((key) => { + const { sections } = content[key]; + + const currentSections = sections.map((section) => { + const currentSection = { ...section }; + currentSection.articles = section.articles.map((article) => { + const currentArticle = { ...article }; + currentArticle.id = uuidv4(); + if (Array.isArray(article.content)) { + currentArticle.content = article.content.map((item) => { + const currentItem = { ...item }; + currentItem.id = uuidv4(); + return currentItem; + }); + } + return currentArticle; + }); + return currentSection; + }); + + contentWithIds[key] = { + ...content[key], + sections: currentSections, + }; + }); + const value = { lang, dir, ...dataSource[lang], + content: contentWithIds, }; provide("data", value); diff --git a/resources/newssite/news-nuxt/dist/404.html b/resources/newssite/news-nuxt/dist/404.html index 4c3f62666..dfbb17dc6 100644 --- a/resources/newssite/news-nuxt/dist/404.html +++ b/resources/newssite/news-nuxt/dist/404.html @@ -3,6 +3,6 @@ The Daily Broadcast - -
+ +
\ No newline at end of file diff --git a/resources/newssite/news-nuxt/dist/_nuxt/entry.ab49470b.js b/resources/newssite/news-nuxt/dist/_nuxt/entry.61b8a168.js similarity index 86% rename from resources/newssite/news-nuxt/dist/_nuxt/entry.ab49470b.js rename to resources/newssite/news-nuxt/dist/_nuxt/entry.61b8a168.js index 7bdc3ce86..8056b0ca0 100644 --- a/resources/newssite/news-nuxt/dist/_nuxt/entry.ab49470b.js +++ b/resources/newssite/news-nuxt/dist/_nuxt/entry.61b8a168.js @@ -1,8 +1,8 @@ -function Ci(e,t){const s=Object.create(null),a=e.split(",");for(let i=0;i!!s[i.toLowerCase()]:i=>!!s[i]}const fe={},Vt=[],Je=()=>{},Sc=()=>!1,Ic=/^on[^a-z]/,Os=e=>Ic.test(e),Si=e=>e.startsWith("onUpdate:"),ke=Object.assign,Ii=(e,t)=>{const s=e.indexOf(t);s>-1&&e.splice(s,1)},Tc=Object.prototype.hasOwnProperty,ie=(e,t)=>Tc.call(e,t),G=Array.isArray,Wt=e=>Us(e)==="[object Map]",Cl=e=>Us(e)==="[object Set]",Rc=e=>Us(e)==="[object RegExp]",ee=e=>typeof e=="function",be=e=>typeof e=="string",Ti=e=>typeof e=="symbol",ge=e=>e!==null&&typeof e=="object",Sl=e=>ge(e)&&ee(e.then)&&ee(e.catch),Il=Object.prototype.toString,Us=e=>Il.call(e),Mc=e=>Us(e).slice(8,-1),Tl=e=>Us(e)==="[object Object]",Ri=e=>be(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,ys=Ci(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),ja=e=>{const t=Object.create(null);return s=>t[s]||(t[s]=e(s))},Nc=/-(\w)/g,lt=ja(e=>e.replace(Nc,(t,s)=>s?s.toUpperCase():"")),Oc=/\B([A-Z])/g,as=ja(e=>e.replace(Oc,"-$1").toLowerCase()),xa=ja(e=>e.charAt(0).toUpperCase()+e.slice(1)),Ua=ja(e=>e?`on${xa(e)}`:""),As=(e,t)=>!Object.is(e,t),vs=(e,t)=>{for(let s=0;s{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:s})},Uc=e=>{const t=parseFloat(e);return isNaN(t)?e:t},Rl=e=>{const t=be(e)?Number(e):NaN;return isNaN(t)?e:t};let hn;const ti=()=>hn||(hn=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function qa(e){if(G(e)){const t={};for(let s=0;s{if(s){const a=s.split(Hc);a.length>1&&(t[a[0].trim()]=a[1].trim())}}),t}function E(e){let t="";if(be(e))t=e;else if(G(e))for(let s=0;sbe(e)?e:e==null?"":G(e)||ge(e)&&(e.toString===Il||!ee(e.toString))?JSON.stringify(e,Nl,2):String(e),Nl=(e,t)=>t&&t.__v_isRef?Nl(e,t.value):Wt(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((s,[a,i])=>(s[`${a} =>`]=i,s),{})}:Cl(t)?{[`Set(${t.size})`]:[...t.values()]}:ge(t)&&!G(t)&&!Tl(t)?String(t):t;let Ye;class Qc{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this.parent=Ye,!t&&Ye&&(this.index=(Ye.scopes||(Ye.scopes=[])).push(this)-1)}get active(){return this._active}run(t){if(this._active){const s=Ye;try{return Ye=this,t()}finally{Ye=s}}}on(){Ye=this}off(){Ye=this.parent}stop(t){if(this._active){let s,a;for(s=0,a=this.effects.length;s{const t=new Set(e);return t.w=0,t.n=0,t},Ol=e=>(e.w&qt)>0,Ul=e=>(e.n&qt)>0,Yc=({deps:e})=>{if(e.length)for(let t=0;t{const{deps:t}=e;if(t.length){let s=0;for(let a=0;a{(u==="length"||u>=r)&&c.push(o)})}else switch(s!==void 0&&c.push(l.get(s)),t){case"add":G(e)?Ri(s)&&c.push(l.get("length")):(c.push(l.get(Tt)),Wt(e)&&c.push(l.get(ai)));break;case"delete":G(e)||(c.push(l.get(Tt)),Wt(e)&&c.push(l.get(ai)));break;case"set":Wt(e)&&c.push(l.get(Tt));break}if(c.length===1)c[0]&&ii(c[0]);else{const r=[];for(const o of c)o&&r.push(...o);ii(Mi(r))}}function ii(e,t){const s=G(e)?e:[...e];for(const a of s)a.computed&&gn(a);for(const a of s)a.computed||gn(a)}function gn(e,t){(e!==$e||e.allowRecurse)&&(e.scheduler?e.scheduler():e.run())}function Kc(e,t){var s;return(s=oa.get(e))==null?void 0:s.get(t)}const Jc=Ci("__proto__,__v_isRef,__isVue"),Fl=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(Ti)),Zc=Oi(),Gc=Oi(!1,!0),Xc=Oi(!0),pn=eo();function eo(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...s){const a=le(this);for(let n=0,l=this.length;n{e[t]=function(...s){is();const a=le(this)[t].apply(this,s);return ns(),a}}),e}function to(e){const t=le(this);return Le(t,"has",e),t.hasOwnProperty(e)}function Oi(e=!1,t=!1){return function(a,i,n){if(i==="__v_isReactive")return!e;if(i==="__v_isReadonly")return e;if(i==="__v_isShallow")return t;if(i==="__v_raw"&&n===(e?t?_o:Vl:t?Ql:Bl).get(a))return a;const l=G(a);if(!e){if(l&&ie(pn,i))return Reflect.get(pn,i,n);if(i==="hasOwnProperty")return to}const c=Reflect.get(a,i,n);return(Ti(i)?Fl.has(i):Jc(i))||(e||Le(a,"get",i),t)?c:Ee(c)?l&&Ri(i)?c:c.value:ge(c)?e?Yl(c):Ge(c):c}}const so=Dl(),ao=Dl(!0);function Dl(e=!1){return function(s,a,i,n){let l=s[a];if(Ut(l)&&Ee(l)&&!Ee(i))return!1;if(!e&&(!ua(i)&&!Ut(i)&&(l=le(l),i=le(i)),!G(s)&&Ee(l)&&!Ee(i)))return l.value=i,!0;const c=G(s)&&Ri(a)?Number(a)e,ka=e=>Reflect.getPrototypeOf(e);function Ws(e,t,s=!1,a=!1){e=e.__v_raw;const i=le(e),n=le(t);s||(t!==n&&Le(i,"get",t),Le(i,"get",n));const{has:l}=ka(i),c=a?Ui:s?Fi:Cs;if(l.call(i,t))return c(e.get(t));if(l.call(i,n))return c(e.get(n));e!==i&&e.get(t)}function Ys(e,t=!1){const s=this.__v_raw,a=le(s),i=le(e);return t||(e!==i&&Le(a,"has",e),Le(a,"has",i)),e===i?s.has(e):s.has(e)||s.has(i)}function $s(e,t=!1){return e=e.__v_raw,!t&&Le(le(e),"iterate",Tt),Reflect.get(e,"size",e)}function fn(e){e=le(e);const t=le(this);return ka(t).has.call(t,e)||(t.add(e),ut(t,"add",e,e)),this}function bn(e,t){t=le(t);const s=le(this),{has:a,get:i}=ka(s);let n=a.call(s,e);n||(e=le(e),n=a.call(s,e));const l=i.call(s,e);return s.set(e,t),n?As(t,l)&&ut(s,"set",e,t):ut(s,"add",e,t),this}function _n(e){const t=le(this),{has:s,get:a}=ka(t);let i=s.call(t,e);i||(e=le(e),i=s.call(t,e)),a&&a.call(t,e);const n=t.delete(e);return i&&ut(t,"delete",e,void 0),n}function yn(){const e=le(this),t=e.size!==0,s=e.clear();return t&&ut(e,"clear",void 0,void 0),s}function Ks(e,t){return function(a,i){const n=this,l=n.__v_raw,c=le(l),r=t?Ui:e?Fi:Cs;return!e&&Le(c,"iterate",Tt),l.forEach((o,u)=>a.call(i,r(o),r(u),n))}}function Js(e,t,s){return function(...a){const i=this.__v_raw,n=le(i),l=Wt(n),c=e==="entries"||e===Symbol.iterator&&l,r=e==="keys"&&l,o=i[e](...a),u=s?Ui:t?Fi:Cs;return!t&&Le(n,"iterate",r?ai:Tt),{next(){const{value:m,done:d}=o.next();return d?{value:m,done:d}:{value:c?[u(m[0]),u(m[1])]:u(m),done:d}},[Symbol.iterator](){return this}}}}function pt(e){return function(...t){return e==="delete"?!1:this}}function oo(){const e={get(n){return Ws(this,n)},get size(){return $s(this)},has:Ys,add:fn,set:bn,delete:_n,clear:yn,forEach:Ks(!1,!1)},t={get(n){return Ws(this,n,!1,!0)},get size(){return $s(this)},has:Ys,add:fn,set:bn,delete:_n,clear:yn,forEach:Ks(!1,!0)},s={get(n){return Ws(this,n,!0)},get size(){return $s(this,!0)},has(n){return Ys.call(this,n,!0)},add:pt("add"),set:pt("set"),delete:pt("delete"),clear:pt("clear"),forEach:Ks(!0,!1)},a={get(n){return Ws(this,n,!0,!0)},get size(){return $s(this,!0)},has(n){return Ys.call(this,n,!0)},add:pt("add"),set:pt("set"),delete:pt("delete"),clear:pt("clear"),forEach:Ks(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(n=>{e[n]=Js(n,!1,!1),s[n]=Js(n,!0,!1),t[n]=Js(n,!1,!0),a[n]=Js(n,!0,!0)}),[e,s,t,a]}const[uo,mo,ho,go]=oo();function Li(e,t){const s=t?e?go:ho:e?mo:uo;return(a,i,n)=>i==="__v_isReactive"?!e:i==="__v_isReadonly"?e:i==="__v_raw"?a:Reflect.get(ie(s,i)&&i in a?s:a,i,n)}const po={get:Li(!1,!1)},fo={get:Li(!1,!0)},bo={get:Li(!0,!1)},Bl=new WeakMap,Ql=new WeakMap,Vl=new WeakMap,_o=new WeakMap;function yo(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function vo(e){return e.__v_skip||!Object.isExtensible(e)?0:yo(Mc(e))}function Ge(e){return Ut(e)?e:Hi(e,!1,zl,po,Bl)}function Wl(e){return Hi(e,!1,co,fo,Ql)}function Yl(e){return Hi(e,!0,ro,bo,Vl)}function Hi(e,t,s,a,i){if(!ge(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const n=i.get(e);if(n)return n;const l=vo(e);if(l===0)return e;const c=new Proxy(e,l===2?a:s);return i.set(e,c),c}function Yt(e){return Ut(e)?Yt(e.__v_raw):!!(e&&e.__v_isReactive)}function Ut(e){return!!(e&&e.__v_isReadonly)}function ua(e){return!!(e&&e.__v_isShallow)}function $l(e){return Yt(e)||Ut(e)}function le(e){const t=e&&e.__v_raw;return t?le(t):e}function Kl(e){return ca(e,"__v_skip",!0),e}const Cs=e=>ge(e)?Ge(e):e,Fi=e=>ge(e)?Yl(e):e;function Jl(e){jt&&$e&&(e=le(e),Hl(e.dep||(e.dep=Mi())))}function Zl(e,t){e=le(e);const s=e.dep;s&&ii(s)}function Ee(e){return!!(e&&e.__v_isRef===!0)}function Qe(e){return Gl(e,!1)}function Ss(e){return Gl(e,!0)}function Gl(e,t){return Ee(e)?e:new wo(e,t)}class wo{constructor(t,s){this.__v_isShallow=s,this.dep=void 0,this.__v_isRef=!0,this._rawValue=s?t:le(t),this._value=s?t:Cs(t)}get value(){return Jl(this),this._value}set value(t){const s=this.__v_isShallow||ua(t)||Ut(t);t=s?t:le(t),As(t,this._rawValue)&&(this._rawValue=t,this._value=s?t:Cs(t),Zl(this))}}function pe(e){return Ee(e)?e.value:e}const jo={get:(e,t,s)=>pe(Reflect.get(e,t,s)),set:(e,t,s,a)=>{const i=e[t];return Ee(i)&&!Ee(s)?(i.value=s,!0):Reflect.set(e,t,s,a)}};function Xl(e){return Yt(e)?e:new Proxy(e,jo)}class xo{constructor(t,s,a){this._object=t,this._key=s,this._defaultValue=a,this.__v_isRef=!0}get value(){const t=this._object[this._key];return t===void 0?this._defaultValue:t}set value(t){this._object[this._key]=t}get dep(){return Kc(le(this._object),this._key)}}class qo{constructor(t){this._getter=t,this.__v_isRef=!0,this.__v_isReadonly=!0}get value(){return this._getter()}}function er(e,t,s){return Ee(e)?e:ee(e)?new qo(e):ge(e)&&arguments.length>1?ko(e,t,s):Qe(e)}function ko(e,t,s){const a=e[t];return Ee(a)?a:new xo(e,t,s)}class Po{constructor(t,s,a,i){this._setter=s,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this._dirty=!0,this.effect=new Ni(t,()=>{this._dirty||(this._dirty=!0,Zl(this))}),this.effect.computed=this,this.effect.active=this._cacheable=!i,this.__v_isReadonly=a}get value(){const t=le(this);return Jl(t),(t._dirty||!t._cacheable)&&(t._dirty=!1,t._value=t.effect.run()),t._value}set value(t){this._setter(t)}}function Eo(e,t,s=!1){let a,i;const n=ee(e);return n?(a=e,i=Je):(a=e.get,i=e.set),new Po(a,i,n||!i,s)}function xt(e,t,s,a){let i;try{i=a?e(...a):e()}catch(n){ls(n,t,s)}return i}function Ve(e,t,s,a){if(ee(e)){const n=xt(e,t,s,a);return n&&Sl(n)&&n.catch(l=>{ls(l,t,s)}),n}const i=[];for(let n=0;n>>1;Ts(Ie[a])nt&&Ie.splice(t,1)}function ar(e){G(e)?$t.push(...e):(!ot||!ot.includes(e,e.allowRecurse?Ct+1:Ct))&&$t.push(e),sr()}function vn(e,t=Is?nt+1:0){for(;tTs(s)-Ts(a)),Ct=0;Cte.id==null?1/0:e.id,Io=(e,t)=>{const s=Ts(e)-Ts(t);if(s===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return s};function ir(e){ni=!1,Is=!0,Ie.sort(Io);const t=Je;try{for(nt=0;ntbe(_)?_.trim():_)),m&&(i=s.map(Uc))}let c,r=a[c=Ua(t)]||a[c=Ua(lt(t))];!r&&n&&(r=a[c=Ua(as(t))]),r&&Ve(r,e,6,i);const o=a[c+"Once"];if(o){if(!e.emitted)e.emitted={};else if(e.emitted[c])return;e.emitted[c]=!0,Ve(o,e,6,i)}}function nr(e,t,s=!1){const a=t.emitsCache,i=a.get(e);if(i!==void 0)return i;const n=e.emits;let l={},c=!1;if(!ee(e)){const r=o=>{const u=nr(o,t,!0);u&&(c=!0,ke(l,u))};!s&&t.mixins.length&&t.mixins.forEach(r),e.extends&&r(e.extends),e.mixins&&e.mixins.forEach(r)}return!n&&!c?(ge(e)&&a.set(e,null),null):(G(n)?n.forEach(r=>l[r]=null):ke(l,n),ge(e)&&a.set(e,l),l)}function Ea(e,t){return!e||!Os(t)?!1:(t=t.slice(2).replace(/Once$/,""),ie(e,t[0].toLowerCase()+t.slice(1))||ie(e,as(t))||ie(e,t))}let Ae=null,Aa=null;function ha(e){const t=Ae;return Ae=e,Aa=e&&e.type.__scopeId||null,t}function yy(e){Aa=e}function vy(){Aa=null}function Xe(e,t=Ae,s){if(!t||e._n)return e;const a=(...i)=>{a._d&&Mn(-1);const n=ha(t);let l;try{l=e(...i)}finally{ha(n),a._d&&Mn(1)}return l};return a._n=!0,a._c=!0,a._d=!0,a}function La(e){const{type:t,vnode:s,proxy:a,withProxy:i,props:n,propsOptions:[l],slots:c,attrs:r,emit:o,render:u,renderCache:m,data:d,setupState:_,ctx:b,inheritAttrs:w}=e;let R,f;const p=ha(e);try{if(s.shapeFlag&4){const v=i||a;R=ze(u.call(v,v,m,n,_,d,b)),f=r}else{const v=t;R=ze(v.length>1?v(n,{attrs:r,slots:c,emit:o}):v(n,null)),f=t.props?r:Mo(r)}}catch(v){xs.length=0,ls(v,e,1),R=Q(Me)}let q=R;if(f&&w!==!1){const v=Object.keys(f),{shapeFlag:C}=q;v.length&&C&7&&(l&&v.some(Si)&&(f=No(f,l)),q=mt(q,f))}return s.dirs&&(q=mt(q),q.dirs=q.dirs?q.dirs.concat(s.dirs):s.dirs),s.transition&&(q.transition=s.transition),R=q,ha(p),R}function Ro(e){let t;for(let s=0;s{let t;for(const s in e)(s==="class"||s==="style"||Os(s))&&((t||(t={}))[s]=e[s]);return t},No=(e,t)=>{const s={};for(const a in e)(!Si(a)||!(a.slice(9)in t))&&(s[a]=e[a]);return s};function Oo(e,t,s){const{props:a,children:i,component:n}=e,{props:l,children:c,patchFlag:r}=t,o=n.emitsOptions;if(t.dirs||t.transition)return!0;if(s&&r>=0){if(r&1024)return!0;if(r&16)return a?wn(a,l,o):!!l;if(r&8){const u=t.dynamicProps;for(let m=0;me.__isSuspense,Uo={name:"Suspense",__isSuspense:!0,process(e,t,s,a,i,n,l,c,r,o){e==null?Lo(t,s,a,i,n,l,c,r,o):Ho(e,t,s,a,i,l,c,r,o)},hydrate:Fo,create:Bi,normalize:Do},rr=Uo;function Rs(e,t){const s=e.props&&e.props[t];ee(s)&&s()}function Lo(e,t,s,a,i,n,l,c,r){const{p:o,o:{createElement:u}}=r,m=u("div"),d=e.suspense=Bi(e,i,a,t,m,s,n,l,c,r);o(null,d.pendingBranch=e.ssContent,m,null,a,d,n,l),d.deps>0?(Rs(e,"onPending"),Rs(e,"onFallback"),o(null,e.ssFallback,t,s,a,null,n,l),Kt(d,e.ssFallback)):d.resolve(!1,!0)}function Ho(e,t,s,a,i,n,l,c,{p:r,um:o,o:{createElement:u}}){const m=t.suspense=e.suspense;m.vnode=t,t.el=e.el;const d=t.ssContent,_=t.ssFallback,{activeBranch:b,pendingBranch:w,isInFallback:R,isHydrating:f}=m;if(w)m.pendingBranch=d,Ke(d,w)?(r(w,d,m.hiddenContainer,null,i,m,n,l,c),m.deps<=0?m.resolve():R&&(r(b,_,s,a,i,null,n,l,c),Kt(m,_))):(m.pendingId++,f?(m.isHydrating=!1,m.activeBranch=w):o(w,i,m),m.deps=0,m.effects.length=0,m.hiddenContainer=u("div"),R?(r(null,d,m.hiddenContainer,null,i,m,n,l,c),m.deps<=0?m.resolve():(r(b,_,s,a,i,null,n,l,c),Kt(m,_))):b&&Ke(d,b)?(r(b,d,s,a,i,m,n,l,c),m.resolve(!0)):(r(null,d,m.hiddenContainer,null,i,m,n,l,c),m.deps<=0&&m.resolve()));else if(b&&Ke(d,b))r(b,d,s,a,i,m,n,l,c),Kt(m,d);else if(Rs(t,"onPending"),m.pendingBranch=d,m.pendingId++,r(null,d,m.hiddenContainer,null,i,m,n,l,c),m.deps<=0)m.resolve();else{const{timeout:p,pendingId:q}=m;p>0?setTimeout(()=>{m.pendingId===q&&m.fallback(_)},p):p===0&&m.fallback(_)}}function Bi(e,t,s,a,i,n,l,c,r,o,u=!1){const{p:m,m:d,um:_,n:b,o:{parentNode:w,remove:R}}=o;let f;const p=zo(e);p&&t!=null&&t.pendingBranch&&(f=t.pendingId,t.deps++);const q=e.props?Rl(e.props.timeout):void 0,v={vnode:e,parent:t,parentComponent:s,isSVG:l,container:a,hiddenContainer:i,anchor:n,deps:0,pendingId:0,timeout:typeof q=="number"?q:-1,activeBranch:null,pendingBranch:null,isInFallback:!0,isHydrating:u,isUnmounted:!1,effects:[],resolve(C=!1,O=!1){const{vnode:M,activeBranch:x,pendingBranch:F,pendingId:W,effects:Z,parentComponent:z,container:X}=v;if(v.isHydrating)v.isHydrating=!1;else if(!C){const ae=x&&F.transition&&F.transition.mode==="out-in";ae&&(x.transition.afterLeave=()=>{W===v.pendingId&&d(F,X,ce,0)});let{anchor:ce}=v;x&&(ce=b(x),_(x,z,v,!0)),ae||d(F,X,ce,0)}Kt(v,F),v.pendingBranch=null,v.isInFallback=!1;let V=v.parent,je=!1;for(;V;){if(V.pendingBranch){V.effects.push(...Z),je=!0;break}V=V.parent}je||ar(Z),v.effects=[],p&&t&&t.pendingBranch&&f===t.pendingId&&(t.deps--,t.deps===0&&!O&&t.resolve()),Rs(M,"onResolve")},fallback(C){if(!v.pendingBranch)return;const{vnode:O,activeBranch:M,parentComponent:x,container:F,isSVG:W}=v;Rs(O,"onFallback");const Z=b(M),z=()=>{v.isInFallback&&(m(null,C,F,Z,x,null,W,c,r),Kt(v,C))},X=C.transition&&C.transition.mode==="out-in";X&&(M.transition.afterLeave=z),v.isInFallback=!0,_(M,x,null,!0),X||z()},move(C,O,M){v.activeBranch&&d(v.activeBranch,C,O,M),v.container=C},next(){return v.activeBranch&&b(v.activeBranch)},registerDep(C,O){const M=!!v.pendingBranch;M&&v.deps++;const x=C.vnode.el;C.asyncDep.catch(F=>{ls(F,C,0)}).then(F=>{if(C.isUnmounted||v.isUnmounted||v.pendingId!==C.suspenseId)return;C.asyncResolved=!0;const{vnode:W}=C;hi(C,F,!1),x&&(W.el=x);const Z=!x&&C.subTree.el;O(C,W,w(x||C.subTree.el),x?null:b(C.subTree),v,l,r),Z&&R(Z),zi(C,W.el),M&&--v.deps===0&&v.resolve()})},unmount(C,O){v.isUnmounted=!0,v.activeBranch&&_(v.activeBranch,s,C,O),v.pendingBranch&&_(v.pendingBranch,s,C,O)}};return v}function Fo(e,t,s,a,i,n,l,c,r){const o=t.suspense=Bi(t,a,s,e.parentNode,document.createElement("div"),null,i,n,l,c,!0),u=r(e,o.pendingBranch=t.ssContent,s,o,n,l);return o.deps===0&&o.resolve(!1,!0),u}function Do(e){const{shapeFlag:t,children:s}=e,a=t&32;e.ssContent=jn(a?s.default:s),e.ssFallback=a?jn(s.fallback):Q(Me)}function jn(e){let t;if(ee(e)){const s=Zt&&e._c;s&&(e._d=!1,T()),e=e(),s&&(e._d=!0,t=Be,Mr())}return G(e)&&(e=Ro(e)),e=ze(e),t&&!e.dynamicChildren&&(e.dynamicChildren=t.filter(s=>s!==e)),e}function cr(e,t){t&&t.pendingBranch?G(e)?t.effects.push(...e):t.effects.push(e):ar(e)}function Kt(e,t){e.activeBranch=t;const{vnode:s,parentComponent:a}=e,i=s.el=t.el;a&&a.subTree===s&&(a.vnode.el=i,zi(a,i))}function zo(e){var t;return((t=e.props)==null?void 0:t.suspensible)!=null&&e.props.suspensible!==!1}function Bo(e,t){return Qi(e,null,t)}const Zs={};function Rt(e,t,s){return Qi(e,t,s)}function Qi(e,t,{immediate:s,deep:a,flush:i,onTrack:n,onTrigger:l}=fe){var c;const r=Wc()===((c=qe)==null?void 0:c.scope)?qe:null;let o,u=!1,m=!1;if(Ee(e)?(o=()=>e.value,u=ua(e)):Yt(e)?(o=()=>e,a=!0):G(e)?(m=!0,u=e.some(v=>Yt(v)||ua(v)),o=()=>e.map(v=>{if(Ee(v))return v.value;if(Yt(v))return It(v);if(ee(v))return xt(v,r,2)})):ee(e)?t?o=()=>xt(e,r,2):o=()=>{if(!(r&&r.isUnmounted))return d&&d(),Ve(e,r,3,[_])}:o=Je,t&&a){const v=o;o=()=>It(v())}let d,_=v=>{d=p.onStop=()=>{xt(v,r,4)}},b;if(es)if(_=Je,t?s&&Ve(t,r,3,[o(),m?[]:void 0,_]):o(),i==="sync"){const v=Ou();b=v.__watcherHandles||(v.__watcherHandles=[])}else return Je;let w=m?new Array(e.length).fill(Zs):Zs;const R=()=>{if(p.active)if(t){const v=p.run();(a||u||(m?v.some((C,O)=>As(C,w[O])):As(v,w)))&&(d&&d(),Ve(t,r,3,[v,w===Zs?void 0:m&&w[0]===Zs?[]:w,_]),w=v)}else p.run()};R.allowRecurse=!!t;let f;i==="sync"?f=R:i==="post"?f=()=>Ce(R,r&&r.suspense):(R.pre=!0,r&&(R.id=r.uid),f=()=>Pa(R));const p=new Ni(o,f);t?s?R():w=p.run():i==="post"?Ce(p.run.bind(p),r&&r.suspense):p.run();const q=()=>{p.stop(),r&&r.scope&&Ii(r.scope.effects,p)};return b&&b.push(q),q}function Qo(e,t,s){const a=this.proxy,i=be(e)?e.includes(".")?or(a,e):()=>a[e]:e.bind(a,a);let n;ee(t)?n=t:(n=t.handler,s=t);const l=qe;Xt(this);const c=Qi(i,n.bind(a),s);return l?Xt(l):Ot(),c}function or(e,t){const s=t.split(".");return()=>{let a=e;for(let i=0;i{It(s,t)});else if(Tl(e))for(const s in e)It(e[s],t);return e}function Vi(e,t){const s=Ae;if(s===null)return e;const a=Ia(s)||s.proxy,i=e.dirs||(e.dirs=[]);for(let n=0;n{e.isMounted=!0}),Fs(()=>{e.isUnmounting=!0}),e}const De=[Function,Array],ur={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:De,onEnter:De,onAfterEnter:De,onEnterCancelled:De,onBeforeLeave:De,onLeave:De,onAfterLeave:De,onLeaveCancelled:De,onBeforeAppear:De,onAppear:De,onAfterAppear:De,onAppearCancelled:De},Wo={name:"BaseTransition",props:ur,setup(e,{slots:t}){const s=Ds(),a=Vo();let i;return()=>{const n=t.default&&hr(t.default(),!0);if(!n||!n.length)return;let l=n[0];if(n.length>1){for(const w of n)if(w.type!==Me){l=w;break}}const c=le(e),{mode:r}=c;if(a.isLeaving)return Ha(l);const o=xn(l);if(!o)return Ha(l);const u=li(o,c,a,s);da(o,u);const m=s.subTree,d=m&&xn(m);let _=!1;const{getTransitionKey:b}=o.type;if(b){const w=b();i===void 0?i=w:w!==i&&(i=w,_=!0)}if(d&&d.type!==Me&&(!Ke(o,d)||_)){const w=li(d,c,a,s);if(da(d,w),r==="out-in")return a.isLeaving=!0,w.afterLeave=()=>{a.isLeaving=!1,s.update.active!==!1&&s.update()},Ha(l);r==="in-out"&&o.type!==Me&&(w.delayLeave=(R,f,p)=>{const q=mr(a,d);q[String(d.key)]=d,R._leaveCb=()=>{f(),R._leaveCb=void 0,delete u.delayedLeave},u.delayedLeave=p})}return l}}},Yo=Wo;function mr(e,t){const{leavingVNodes:s}=e;let a=s.get(t.type);return a||(a=Object.create(null),s.set(t.type,a)),a}function li(e,t,s,a){const{appear:i,mode:n,persisted:l=!1,onBeforeEnter:c,onEnter:r,onAfterEnter:o,onEnterCancelled:u,onBeforeLeave:m,onLeave:d,onAfterLeave:_,onLeaveCancelled:b,onBeforeAppear:w,onAppear:R,onAfterAppear:f,onAppearCancelled:p}=t,q=String(e.key),v=mr(s,e),C=(x,F)=>{x&&Ve(x,a,9,F)},O=(x,F)=>{const W=F[1];C(x,F),G(x)?x.every(Z=>Z.length<=1)&&W():x.length<=1&&W()},M={mode:n,persisted:l,beforeEnter(x){let F=c;if(!s.isMounted)if(i)F=w||c;else return;x._leaveCb&&x._leaveCb(!0);const W=v[q];W&&Ke(e,W)&&W.el._leaveCb&&W.el._leaveCb(),C(F,[x])},enter(x){let F=r,W=o,Z=u;if(!s.isMounted)if(i)F=R||r,W=f||o,Z=p||u;else return;let z=!1;const X=x._enterCb=V=>{z||(z=!0,V?C(Z,[x]):C(W,[x]),M.delayedLeave&&M.delayedLeave(),x._enterCb=void 0)};F?O(F,[x,X]):X()},leave(x,F){const W=String(e.key);if(x._enterCb&&x._enterCb(!0),s.isUnmounting)return F();C(m,[x]);let Z=!1;const z=x._leaveCb=X=>{Z||(Z=!0,F(),X?C(b,[x]):C(_,[x]),x._leaveCb=void 0,v[W]===e&&delete v[W])};v[W]=e,d?O(d,[x,z]):z()},clone(x){return li(x,t,s,a)}};return M}function Ha(e){if(Ls(e))return e=mt(e),e.children=null,e}function xn(e){return Ls(e)?e.children?e.children[0]:void 0:e}function da(e,t){e.shapeFlag&6&&e.component?da(e.component.subTree,t):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function hr(e,t=!1,s){let a=[],i=0;for(let n=0;n1)for(let n=0;nke({name:e.name},t,{setup:e}))():e}const Mt=e=>!!e.type.__asyncLoader;function $o(e){ee(e)&&(e={loader:e});const{loader:t,loadingComponent:s,errorComponent:a,delay:i=200,timeout:n,suspensible:l=!0,onError:c}=e;let r=null,o,u=0;const m=()=>(u++,r=null,d()),d=()=>{let _;return r||(_=r=t().catch(b=>{if(b=b instanceof Error?b:new Error(String(b)),c)return new Promise((w,R)=>{c(b,()=>w(m()),()=>R(b),u+1)});throw b}).then(b=>_!==r&&r?r:(b&&(b.__esModule||b[Symbol.toStringTag]==="Module")&&(b=b.default),o=b,b)))};return rs({name:"AsyncComponentWrapper",__asyncLoader:d,get __asyncResolved(){return o},setup(){const _=qe;if(o)return()=>Fa(o,_);const b=p=>{r=null,ls(p,_,13,!a)};if(l&&_.suspense||es)return d().then(p=>()=>Fa(p,_)).catch(p=>(b(p),()=>a?Q(a,{error:p}):null));const w=Qe(!1),R=Qe(),f=Qe(!!i);return i&&setTimeout(()=>{f.value=!1},i),n!=null&&setTimeout(()=>{if(!w.value&&!R.value){const p=new Error(`Async component timed out after ${n}ms.`);b(p),R.value=p}},n),d().then(()=>{w.value=!0,_.parent&&Ls(_.parent.vnode)&&Pa(_.parent.update)}).catch(p=>{b(p),R.value=p}),()=>{if(w.value&&o)return Fa(o,_);if(R.value&&a)return Q(a,{error:R.value});if(s&&!f.value)return Q(s)}}})}function Fa(e,t){const{ref:s,props:a,children:i,ce:n}=t.vnode,l=Q(e,a,i);return l.ref=s,l.ce=n,delete t.vnode.ce,l}const Ls=e=>e.type.__isKeepAlive,Ko={name:"KeepAlive",__isKeepAlive:!0,props:{include:[String,RegExp,Array],exclude:[String,RegExp,Array],max:[String,Number]},setup(e,{slots:t}){const s=Ds(),a=s.ctx;if(!a.renderer)return()=>{const p=t.default&&t.default();return p&&p.length===1?p[0]:p};const i=new Map,n=new Set;let l=null;const c=s.suspense,{renderer:{p:r,m:o,um:u,o:{createElement:m}}}=a,d=m("div");a.activate=(p,q,v,C,O)=>{const M=p.component;o(p,q,v,0,c),r(M.vnode,p,q,v,M,c,C,p.slotScopeIds,O),Ce(()=>{M.isDeactivated=!1,M.a&&vs(M.a);const x=p.props&&p.props.onVnodeMounted;x&&Ue(x,M.parent,p)},c)},a.deactivate=p=>{const q=p.component;o(p,d,null,1,c),Ce(()=>{q.da&&vs(q.da);const v=p.props&&p.props.onVnodeUnmounted;v&&Ue(v,q.parent,p),q.isDeactivated=!0},c)};function _(p){Da(p),u(p,s,c,!0)}function b(p){i.forEach((q,v)=>{const C=di(q.type);C&&(!p||!p(C))&&w(v)})}function w(p){const q=i.get(p);!l||!Ke(q,l)?_(q):l&&Da(l),i.delete(p),n.delete(p)}Rt(()=>[e.include,e.exclude],([p,q])=>{p&&b(v=>bs(p,v)),q&&b(v=>!bs(q,v))},{flush:"post",deep:!0});let R=null;const f=()=>{R!=null&&i.set(R,za(s.subTree))};return Hs(f),fr(f),Fs(()=>{i.forEach(p=>{const{subTree:q,suspense:v}=s,C=za(q);if(p.type===C.type&&p.key===C.key){Da(C);const O=C.component.da;O&&Ce(O,v);return}_(p)})}),()=>{if(R=null,!t.default)return null;const p=t.default(),q=p[0];if(p.length>1)return l=null,p;if(!Gt(q)||!(q.shapeFlag&4)&&!(q.shapeFlag&128))return l=null,q;let v=za(q);const C=v.type,O=di(Mt(v)?v.type.__asyncResolved||{}:C),{include:M,exclude:x,max:F}=e;if(M&&(!O||!bs(M,O))||x&&O&&bs(x,O))return l=v,q;const W=v.key==null?C:v.key,Z=i.get(W);return v.el&&(v=mt(v),q.shapeFlag&128&&(q.ssContent=v)),R=W,Z?(v.el=Z.el,v.component=Z.component,v.transition&&da(v,v.transition),v.shapeFlag|=512,n.delete(W),n.add(W)):(n.add(W),F&&n.size>parseInt(F,10)&&w(n.values().next().value)),v.shapeFlag|=256,l=v,lr(q.type)?q:v}}},Jo=Ko;function bs(e,t){return G(e)?e.some(s=>bs(s,t)):be(e)?e.split(",").includes(t):Rc(e)?e.test(t):!1}function dr(e,t){pr(e,"a",t)}function gr(e,t){pr(e,"da",t)}function pr(e,t,s=qe){const a=e.__wdc||(e.__wdc=()=>{let i=s;for(;i;){if(i.isDeactivated)return;i=i.parent}return e()});if(Ca(t,a,s),s){let i=s.parent;for(;i&&i.parent;)Ls(i.parent.vnode)&&Zo(a,t,s,i),i=i.parent}}function Zo(e,t,s,a){const i=Ca(t,e,a,!0);br(()=>{Ii(a[t],i)},s)}function Da(e){e.shapeFlag&=-257,e.shapeFlag&=-513}function za(e){return e.shapeFlag&128?e.ssContent:e}function Ca(e,t,s=qe,a=!1){if(s){const i=s[e]||(s[e]=[]),n=t.__weh||(t.__weh=(...l)=>{if(s.isUnmounted)return;is(),Xt(s);const c=Ve(t,s,e,l);return Ot(),ns(),c});return a?i.unshift(n):i.push(n),n}}const ht=e=>(t,s=qe)=>(!es||e==="sp")&&Ca(e,(...a)=>t(...a),s),Go=ht("bm"),Hs=ht("m"),Xo=ht("bu"),fr=ht("u"),Fs=ht("bum"),br=ht("um"),eu=ht("sp"),tu=ht("rtg"),su=ht("rtc");function _r(e,t=qe){Ca("ec",e,t)}const Wi="components";function au(e,t){return wr(Wi,e,!0,t)||e}const yr=Symbol.for("v-ndc");function vr(e){return be(e)?wr(Wi,e,!1)||e:e||yr}function wr(e,t,s=!0,a=!1){const i=Ae||qe;if(i){const n=i.type;if(e===Wi){const c=di(n,!1);if(c&&(c===t||c===lt(t)||c===xa(lt(t))))return n}const l=qn(i[e]||n[e],t)||qn(i.appContext[e],t);return!l&&a?n:l}}function qn(e,t){return e&&(e[t]||e[lt(t)]||e[xa(lt(t))])}function Fe(e,t,s,a){let i;const n=s&&s[a];if(G(e)||be(e)){i=new Array(e.length);for(let l=0,c=e.length;lt(l,c,void 0,n&&n[c]));else{const l=Object.keys(e);i=new Array(l.length);for(let c=0,r=l.length;cGt(t)?!(t.type===Me||t.type===ne&&!jr(t.children)):!0)?e:null}const ri=e=>e?Ur(e)?Ia(e)||e.proxy:ri(e.parent):null,ws=ke(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>ri(e.parent),$root:e=>ri(e.root),$emit:e=>e.emit,$options:e=>$i(e),$forceUpdate:e=>e.f||(e.f=()=>Pa(e.update)),$nextTick:e=>e.n||(e.n=Lt.bind(e.proxy)),$watch:e=>Qo.bind(e)}),Ba=(e,t)=>e!==fe&&!e.__isScriptSetup&&ie(e,t),iu={get({_:e},t){const{ctx:s,setupState:a,data:i,props:n,accessCache:l,type:c,appContext:r}=e;let o;if(t[0]!=="$"){const _=l[t];if(_!==void 0)switch(_){case 1:return a[t];case 2:return i[t];case 4:return s[t];case 3:return n[t]}else{if(Ba(a,t))return l[t]=1,a[t];if(i!==fe&&ie(i,t))return l[t]=2,i[t];if((o=e.propsOptions[0])&&ie(o,t))return l[t]=3,n[t];if(s!==fe&&ie(s,t))return l[t]=4,s[t];ci&&(l[t]=0)}}const u=ws[t];let m,d;if(u)return t==="$attrs"&&Le(e,"get",t),u(e);if((m=c.__cssModules)&&(m=m[t]))return m;if(s!==fe&&ie(s,t))return l[t]=4,s[t];if(d=r.config.globalProperties,ie(d,t))return d[t]},set({_:e},t,s){const{data:a,setupState:i,ctx:n}=e;return Ba(i,t)?(i[t]=s,!0):a!==fe&&ie(a,t)?(a[t]=s,!0):ie(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(n[t]=s,!0)},has({_:{data:e,setupState:t,accessCache:s,ctx:a,appContext:i,propsOptions:n}},l){let c;return!!s[l]||e!==fe&&ie(e,l)||Ba(t,l)||(c=n[0])&&ie(c,l)||ie(a,l)||ie(ws,l)||ie(i.config.globalProperties,l)},defineProperty(e,t,s){return s.get!=null?e._.accessCache[t]=0:ie(s,"value")&&this.set(e,t,s.value,null),Reflect.defineProperty(e,t,s)}};function kn(e){return G(e)?e.reduce((t,s)=>(t[s]=null,t),{}):e}let ci=!0;function nu(e){const t=$i(e),s=e.proxy,a=e.ctx;ci=!1,t.beforeCreate&&Pn(t.beforeCreate,e,"bc");const{data:i,computed:n,methods:l,watch:c,provide:r,inject:o,created:u,beforeMount:m,mounted:d,beforeUpdate:_,updated:b,activated:w,deactivated:R,beforeDestroy:f,beforeUnmount:p,destroyed:q,unmounted:v,render:C,renderTracked:O,renderTriggered:M,errorCaptured:x,serverPrefetch:F,expose:W,inheritAttrs:Z,components:z,directives:X,filters:V}=t;if(o&&lu(o,a,null),l)for(const ce in l){const oe=l[ce];ee(oe)&&(a[ce]=oe.bind(s))}if(i){const ce=i.call(s,s);ge(ce)&&(e.data=Ge(ce))}if(ci=!0,n)for(const ce in n){const oe=n[ce],rt=ee(oe)?oe.bind(s,s):ee(oe.get)?oe.get.bind(s,s):Je,gt=!ee(oe)&&ee(oe.set)?oe.set.bind(s):Je,tt=Te({get:rt,set:gt});Object.defineProperty(a,ce,{enumerable:!0,configurable:!0,get:()=>tt.value,set:Ne=>tt.value=Ne})}if(c)for(const ce in c)xr(c[ce],a,s,ce);if(r){const ce=ee(r)?r.call(s):r;Reflect.ownKeys(ce).forEach(oe=>{Nt(oe,ce[oe])})}u&&Pn(u,e,"c");function ae(ce,oe){G(oe)?oe.forEach(rt=>ce(rt.bind(s))):oe&&ce(oe.bind(s))}if(ae(Go,m),ae(Hs,d),ae(Xo,_),ae(fr,b),ae(dr,w),ae(gr,R),ae(_r,x),ae(su,O),ae(tu,M),ae(Fs,p),ae(br,v),ae(eu,F),G(W))if(W.length){const ce=e.exposed||(e.exposed={});W.forEach(oe=>{Object.defineProperty(ce,oe,{get:()=>s[oe],set:rt=>s[oe]=rt})})}else e.exposed||(e.exposed={});C&&e.render===Je&&(e.render=C),Z!=null&&(e.inheritAttrs=Z),z&&(e.components=z),X&&(e.directives=X)}function lu(e,t,s=Je){G(e)&&(e=oi(e));for(const a in e){const i=e[a];let n;ge(i)?"default"in i?n=ve(i.from||a,i.default,!0):n=ve(i.from||a):n=ve(i),Ee(n)?Object.defineProperty(t,a,{enumerable:!0,configurable:!0,get:()=>n.value,set:l=>n.value=l}):t[a]=n}}function Pn(e,t,s){Ve(G(e)?e.map(a=>a.bind(t.proxy)):e.bind(t.proxy),t,s)}function xr(e,t,s,a){const i=a.includes(".")?or(s,a):()=>s[a];if(be(e)){const n=t[e];ee(n)&&Rt(i,n)}else if(ee(e))Rt(i,e.bind(s));else if(ge(e))if(G(e))e.forEach(n=>xr(n,t,s,a));else{const n=ee(e.handler)?e.handler.bind(s):t[e.handler];ee(n)&&Rt(i,n,e)}}function $i(e){const t=e.type,{mixins:s,extends:a}=t,{mixins:i,optionsCache:n,config:{optionMergeStrategies:l}}=e.appContext,c=n.get(t);let r;return c?r=c:!i.length&&!s&&!a?r=t:(r={},i.length&&i.forEach(o=>ga(r,o,l,!0)),ga(r,t,l)),ge(t)&&n.set(t,r),r}function ga(e,t,s,a=!1){const{mixins:i,extends:n}=t;n&&ga(e,n,s,!0),i&&i.forEach(l=>ga(e,l,s,!0));for(const l in t)if(!(a&&l==="expose")){const c=ru[l]||s&&s[l];e[l]=c?c(e[l],t[l]):t[l]}return e}const ru={data:En,props:An,emits:An,methods:_s,computed:_s,beforeCreate:Re,created:Re,beforeMount:Re,mounted:Re,beforeUpdate:Re,updated:Re,beforeDestroy:Re,beforeUnmount:Re,destroyed:Re,unmounted:Re,activated:Re,deactivated:Re,errorCaptured:Re,serverPrefetch:Re,components:_s,directives:_s,watch:ou,provide:En,inject:cu};function En(e,t){return t?e?function(){return ke(ee(e)?e.call(this,this):e,ee(t)?t.call(this,this):t)}:t:e}function cu(e,t){return _s(oi(e),oi(t))}function oi(e){if(G(e)){const t={};for(let s=0;s1)return s&&ee(t)?t.call(a&&a.proxy):t}}function kr(){return!!(qe||Ae||Ms)}function hu(e,t,s,a=!1){const i={},n={};ca(n,Sa,1),e.propsDefaults=Object.create(null),Pr(e,t,i,n);for(const l in e.propsOptions[0])l in i||(i[l]=void 0);s?e.props=a?i:Wl(i):e.type.props?e.props=i:e.props=n,e.attrs=n}function du(e,t,s,a){const{props:i,attrs:n,vnode:{patchFlag:l}}=e,c=le(i),[r]=e.propsOptions;let o=!1;if((a||l>0)&&!(l&16)){if(l&8){const u=e.vnode.dynamicProps;for(let m=0;m{r=!0;const[d,_]=Er(m,t,!0);ke(l,d),_&&c.push(..._)};!s&&t.mixins.length&&t.mixins.forEach(u),e.extends&&u(e.extends),e.mixins&&e.mixins.forEach(u)}if(!n&&!r)return ge(e)&&a.set(e,Vt),Vt;if(G(n))for(let u=0;u-1,_[1]=w<0||b-1||ie(_,"default"))&&c.push(m)}}}const o=[l,c];return ge(e)&&a.set(e,o),o}function Cn(e){return e[0]!=="$"}function Sn(e){const t=e&&e.toString().match(/^\s*(function|class) (\w+)/);return t?t[2]:e===null?"null":""}function In(e,t){return Sn(e)===Sn(t)}function Tn(e,t){return G(t)?t.findIndex(s=>In(s,e)):ee(t)&&In(t,e)?0:-1}const Ar=e=>e[0]==="_"||e==="$stable",Ki=e=>G(e)?e.map(ze):[ze(e)],gu=(e,t,s)=>{if(t._n)return t;const a=Xe((...i)=>Ki(t(...i)),s);return a._c=!1,a},Cr=(e,t,s)=>{const a=e._ctx;for(const i in e){if(Ar(i))continue;const n=e[i];if(ee(n))t[i]=gu(i,n,a);else if(n!=null){const l=Ki(n);t[i]=()=>l}}},Sr=(e,t)=>{const s=Ki(t);e.slots.default=()=>s},pu=(e,t)=>{if(e.vnode.shapeFlag&32){const s=t._;s?(e.slots=le(t),ca(t,"_",s)):Cr(t,e.slots={})}else e.slots={},t&&Sr(e,t);ca(e.slots,Sa,1)},fu=(e,t,s)=>{const{vnode:a,slots:i}=e;let n=!0,l=fe;if(a.shapeFlag&32){const c=t._;c?s&&c===1?n=!1:(ke(i,t),!s&&c===1&&delete i._):(n=!t.$stable,Cr(t,i)),l=t}else t&&(Sr(e,t),l={default:1});if(n)for(const c in i)!Ar(c)&&!(c in l)&&delete i[c]};function pa(e,t,s,a,i=!1){if(G(e)){e.forEach((d,_)=>pa(d,t&&(G(t)?t[_]:t),s,a,i));return}if(Mt(a)&&!i)return;const n=a.shapeFlag&4?Ia(a.component)||a.component.proxy:a.el,l=i?null:n,{i:c,r}=e,o=t&&t.r,u=c.refs===fe?c.refs={}:c.refs,m=c.setupState;if(o!=null&&o!==r&&(be(o)?(u[o]=null,ie(m,o)&&(m[o]=null)):Ee(o)&&(o.value=null)),ee(r))xt(r,c,12,[l,u]);else{const d=be(r),_=Ee(r);if(d||_){const b=()=>{if(e.f){const w=d?ie(m,r)?m[r]:u[r]:r.value;i?G(w)&&Ii(w,n):G(w)?w.includes(n)||w.push(n):d?(u[r]=[n],ie(m,r)&&(m[r]=u[r])):(r.value=[n],e.k&&(u[e.k]=r.value))}else d?(u[r]=l,ie(m,r)&&(m[r]=l)):_&&(r.value=l,e.k&&(u[e.k]=l))};l?(b.id=-1,Ce(b,s)):b()}}}let ft=!1;const Gs=e=>/svg/.test(e.namespaceURI)&&e.tagName!=="foreignObject",Xs=e=>e.nodeType===8;function bu(e){const{mt:t,p:s,o:{patchProp:a,createText:i,nextSibling:n,parentNode:l,remove:c,insert:r,createComment:o}}=e,u=(f,p)=>{if(!p.hasChildNodes()){s(null,f,p),ma(),p._vnode=f;return}ft=!1,m(p.firstChild,f,null,null,null),ma(),p._vnode=f,ft&&console.error("Hydration completed but contains mismatches.")},m=(f,p,q,v,C,O=!1)=>{const M=Xs(f)&&f.data==="[",x=()=>w(f,p,q,v,C,M),{type:F,ref:W,shapeFlag:Z,patchFlag:z}=p;let X=f.nodeType;p.el=f,z===-2&&(O=!1,p.dynamicChildren=null);let V=null;switch(F){case Jt:X!==3?p.children===""?(r(p.el=i(""),l(f),f),V=f):V=x():(f.data!==p.children&&(ft=!0,f.data=p.children),V=n(f));break;case Me:X!==8||M?V=x():V=n(f);break;case la:if(M&&(f=n(f),X=f.nodeType),X===1||X===3){V=f;const je=!p.children.length;for(let ae=0;ae{O=O||!!p.dynamicChildren;const{type:M,props:x,patchFlag:F,shapeFlag:W,dirs:Z}=p,z=M==="input"&&Z||M==="option";if(z||F!==-1){if(Z&&it(p,null,q,"created"),x)if(z||!O||F&48)for(const V in x)(z&&V.endsWith("value")||Os(V)&&!ys(V))&&a(f,V,null,x[V],!1,void 0,q);else x.onClick&&a(f,"onClick",null,x.onClick,!1,void 0,q);let X;if((X=x&&x.onVnodeBeforeMount)&&Ue(X,q,p),Z&&it(p,null,q,"beforeMount"),((X=x&&x.onVnodeMounted)||Z)&&cr(()=>{X&&Ue(X,q,p),Z&&it(p,null,q,"mounted")},v),W&16&&!(x&&(x.innerHTML||x.textContent))){let V=_(f.firstChild,p,f,q,v,C,O);for(;V;){ft=!0;const je=V;V=V.nextSibling,c(je)}}else W&8&&f.textContent!==p.children&&(ft=!0,f.textContent=p.children)}return f.nextSibling},_=(f,p,q,v,C,O,M)=>{M=M||!!p.dynamicChildren;const x=p.children,F=x.length;for(let W=0;W{const{slotScopeIds:M}=p;M&&(C=C?C.concat(M):M);const x=l(f),F=_(n(f),p,x,q,v,C,O);return F&&Xs(F)&&F.data==="]"?n(p.anchor=F):(ft=!0,r(p.anchor=o("]"),x,F),F)},w=(f,p,q,v,C,O)=>{if(ft=!0,p.el=null,O){const F=R(f);for(;;){const W=n(f);if(W&&W!==F)c(W);else break}}const M=n(f),x=l(f);return c(f),s(null,p,x,M,q,v,Gs(x),C),M},R=f=>{let p=0;for(;f;)if(f=n(f),f&&Xs(f)&&(f.data==="["&&p++,f.data==="]")){if(p===0)return n(f);p--}return f};return[u,m]}const Ce=cr;function _u(e){return Ir(e)}function yu(e){return Ir(e,bu)}function Ir(e,t){const s=ti();s.__VUE__=!0;const{insert:a,remove:i,patchProp:n,createElement:l,createText:c,createComment:r,setText:o,setElementText:u,parentNode:m,nextSibling:d,setScopeId:_=Je,insertStaticContent:b}=e,w=(h,g,y,j=null,A=null,S=null,D=!1,N=null,U=!!g.dynamicChildren)=>{if(h===g)return;h&&!Ke(h,g)&&(j=P(h),Ne(h,A,S,!0),h=null),g.patchFlag===-2&&(U=!1,g.dynamicChildren=null);const{type:I,ref:K,shapeFlag:Y}=g;switch(I){case Jt:R(h,g,y,j);break;case Me:f(h,g,y,j);break;case la:h==null&&p(g,y,j,D);break;case ne:z(h,g,y,j,A,S,D,N,U);break;default:Y&1?C(h,g,y,j,A,S,D,N,U):Y&6?X(h,g,y,j,A,S,D,N,U):(Y&64||Y&128)&&I.process(h,g,y,j,A,S,D,N,U,L)}K!=null&&A&&pa(K,h&&h.ref,S,g||h,!g)},R=(h,g,y,j)=>{if(h==null)a(g.el=c(g.children),y,j);else{const A=g.el=h.el;g.children!==h.children&&o(A,g.children)}},f=(h,g,y,j)=>{h==null?a(g.el=r(g.children||""),y,j):g.el=h.el},p=(h,g,y,j)=>{[h.el,h.anchor]=b(h.children,g,y,j,h.el,h.anchor)},q=({el:h,anchor:g},y,j)=>{let A;for(;h&&h!==g;)A=d(h),a(h,y,j),h=A;a(g,y,j)},v=({el:h,anchor:g})=>{let y;for(;h&&h!==g;)y=d(h),i(h),h=y;i(g)},C=(h,g,y,j,A,S,D,N,U)=>{D=D||g.type==="svg",h==null?O(g,y,j,A,S,D,N,U):F(h,g,A,S,D,N,U)},O=(h,g,y,j,A,S,D,N)=>{let U,I;const{type:K,props:Y,shapeFlag:J,transition:te,dirs:se}=h;if(U=h.el=l(h.type,S,Y&&Y.is,Y),J&8?u(U,h.children):J&16&&x(h.children,U,null,j,A,S&&K!=="foreignObject",D,N),se&&it(h,null,j,"created"),M(U,h,h.scopeId,D,j),Y){for(const he in Y)he!=="value"&&!ys(he)&&n(U,he,null,Y[he],S,h.children,j,A,Se);"value"in Y&&n(U,"value",null,Y.value),(I=Y.onVnodeBeforeMount)&&Ue(I,j,h)}se&&it(h,null,j,"beforeMount");const de=(!A||A&&!A.pendingBranch)&&te&&!te.persisted;de&&te.beforeEnter(U),a(U,g,y),((I=Y&&Y.onVnodeMounted)||de||se)&&Ce(()=>{I&&Ue(I,j,h),de&&te.enter(U),se&&it(h,null,j,"mounted")},A)},M=(h,g,y,j,A)=>{if(y&&_(h,y),j)for(let S=0;S{for(let I=U;I{const N=g.el=h.el;let{patchFlag:U,dynamicChildren:I,dirs:K}=g;U|=h.patchFlag&16;const Y=h.props||fe,J=g.props||fe;let te;y&&Pt(y,!1),(te=J.onVnodeBeforeUpdate)&&Ue(te,y,g,h),K&&it(g,h,y,"beforeUpdate"),y&&Pt(y,!0);const se=A&&g.type!=="foreignObject";if(I?W(h.dynamicChildren,I,N,y,j,se,S):D||oe(h,g,N,null,y,j,se,S,!1),U>0){if(U&16)Z(N,g,Y,J,y,j,A);else if(U&2&&Y.class!==J.class&&n(N,"class",null,J.class,A),U&4&&n(N,"style",Y.style,J.style,A),U&8){const de=g.dynamicProps;for(let he=0;he{te&&Ue(te,y,g,h),K&&it(g,h,y,"updated")},j)},W=(h,g,y,j,A,S,D)=>{for(let N=0;N{if(y!==j){if(y!==fe)for(const N in y)!ys(N)&&!(N in j)&&n(h,N,y[N],null,D,g.children,A,S,Se);for(const N in j){if(ys(N))continue;const U=j[N],I=y[N];U!==I&&N!=="value"&&n(h,N,I,U,D,g.children,A,S,Se)}"value"in j&&n(h,"value",y.value,j.value)}},z=(h,g,y,j,A,S,D,N,U)=>{const I=g.el=h?h.el:c(""),K=g.anchor=h?h.anchor:c("");let{patchFlag:Y,dynamicChildren:J,slotScopeIds:te}=g;te&&(N=N?N.concat(te):te),h==null?(a(I,y,j),a(K,y,j),x(g.children,y,K,A,S,D,N,U)):Y>0&&Y&64&&J&&h.dynamicChildren?(W(h.dynamicChildren,J,y,A,S,D,N),(g.key!=null||A&&g===A.subTree)&&Ji(h,g,!0)):oe(h,g,y,K,A,S,D,N,U)},X=(h,g,y,j,A,S,D,N,U)=>{g.slotScopeIds=N,h==null?g.shapeFlag&512?A.ctx.activate(g,y,j,D,U):V(g,y,j,A,S,D,U):je(h,g,U)},V=(h,g,y,j,A,S,D)=>{const N=h.component=Cu(h,j,A);if(Ls(h)&&(N.ctx.renderer=L),Su(N),N.asyncDep){if(A&&A.registerDep(N,ae),!h.el){const U=N.subTree=Q(Me);f(null,U,g,y)}return}ae(N,h,g,y,A,S,D)},je=(h,g,y)=>{const j=g.component=h.component;if(Oo(h,g,y))if(j.asyncDep&&!j.asyncResolved){ce(j,g,y);return}else j.next=g,So(j.update),j.update();else g.el=h.el,j.vnode=g},ae=(h,g,y,j,A,S,D)=>{const N=()=>{if(h.isMounted){let{next:K,bu:Y,u:J,parent:te,vnode:se}=h,de=K,he;Pt(h,!1),K?(K.el=se.el,ce(h,K,D)):K=se,Y&&vs(Y),(he=K.props&&K.props.onVnodeBeforeUpdate)&&Ue(he,te,K,se),Pt(h,!0);const xe=La(h),We=h.subTree;h.subTree=xe,w(We,xe,m(We.el),P(We),h,A,S),K.el=xe.el,de===null&&zi(h,xe.el),J&&Ce(J,A),(he=K.props&&K.props.onVnodeUpdated)&&Ce(()=>Ue(he,te,K,se),A)}else{let K;const{el:Y,props:J}=g,{bm:te,m:se,parent:de}=h,he=Mt(g);if(Pt(h,!1),te&&vs(te),!he&&(K=J&&J.onVnodeBeforeMount)&&Ue(K,de,g),Pt(h,!0),Y&&ue){const xe=()=>{h.subTree=La(h),ue(Y,h.subTree,h,A,null)};he?g.type.__asyncLoader().then(()=>!h.isUnmounted&&xe()):xe()}else{const xe=h.subTree=La(h);w(null,xe,y,j,h,A,S),g.el=xe.el}if(se&&Ce(se,A),!he&&(K=J&&J.onVnodeMounted)){const xe=g;Ce(()=>Ue(K,de,xe),A)}(g.shapeFlag&256||de&&Mt(de.vnode)&&de.vnode.shapeFlag&256)&&h.a&&Ce(h.a,A),h.isMounted=!0,g=y=j=null}},U=h.effect=new Ni(N,()=>Pa(I),h.scope),I=h.update=()=>U.run();I.id=h.uid,Pt(h,!0),I()},ce=(h,g,y)=>{g.component=h;const j=h.vnode.props;h.vnode=g,h.next=null,du(h,g.props,j,y),fu(h,g.children,y),is(),vn(),ns()},oe=(h,g,y,j,A,S,D,N,U=!1)=>{const I=h&&h.children,K=h?h.shapeFlag:0,Y=g.children,{patchFlag:J,shapeFlag:te}=g;if(J>0){if(J&128){gt(I,Y,y,j,A,S,D,N,U);return}else if(J&256){rt(I,Y,y,j,A,S,D,N,U);return}}te&8?(K&16&&Se(I,A,S),Y!==I&&u(y,Y)):K&16?te&16?gt(I,Y,y,j,A,S,D,N,U):Se(I,A,S,!0):(K&8&&u(y,""),te&16&&x(Y,y,j,A,S,D,N,U))},rt=(h,g,y,j,A,S,D,N,U)=>{h=h||Vt,g=g||Vt;const I=h.length,K=g.length,Y=Math.min(I,K);let J;for(J=0;JK?Se(h,A,S,!0,!1,Y):x(g,y,j,A,S,D,N,U,Y)},gt=(h,g,y,j,A,S,D,N,U)=>{let I=0;const K=g.length;let Y=h.length-1,J=K-1;for(;I<=Y&&I<=J;){const te=h[I],se=g[I]=U?vt(g[I]):ze(g[I]);if(Ke(te,se))w(te,se,y,null,A,S,D,N,U);else break;I++}for(;I<=Y&&I<=J;){const te=h[Y],se=g[J]=U?vt(g[J]):ze(g[J]);if(Ke(te,se))w(te,se,y,null,A,S,D,N,U);else break;Y--,J--}if(I>Y){if(I<=J){const te=J+1,se=teJ)for(;I<=Y;)Ne(h[I],A,S,!0),I++;else{const te=I,se=I,de=new Map;for(I=se;I<=J;I++){const He=g[I]=U?vt(g[I]):ze(g[I]);He.key!=null&&de.set(He.key,I)}let he,xe=0;const We=J-se+1;let Dt=!1,on=0;const ms=new Array(We);for(I=0;I=We){Ne(He,A,S,!0);continue}let st;if(He.key!=null)st=de.get(He.key);else for(he=se;he<=J;he++)if(ms[he-se]===0&&Ke(He,g[he])){st=he;break}st===void 0?Ne(He,A,S,!0):(ms[st-se]=I+1,st>=on?on=st:Dt=!0,w(He,g[st],y,null,A,S,D,N,U),xe++)}const un=Dt?vu(ms):Vt;for(he=un.length-1,I=We-1;I>=0;I--){const He=se+I,st=g[He],mn=He+1{const{el:S,type:D,transition:N,children:U,shapeFlag:I}=h;if(I&6){tt(h.component.subTree,g,y,j);return}if(I&128){h.suspense.move(g,y,j);return}if(I&64){D.move(h,g,y,L);return}if(D===ne){a(S,g,y);for(let Y=0;YN.enter(S),A);else{const{leave:Y,delayLeave:J,afterLeave:te}=N,se=()=>a(S,g,y),de=()=>{Y(S,()=>{se(),te&&te()})};J?J(S,se,de):de()}else a(S,g,y)},Ne=(h,g,y,j=!1,A=!1)=>{const{type:S,props:D,ref:N,children:U,dynamicChildren:I,shapeFlag:K,patchFlag:Y,dirs:J}=h;if(N!=null&&pa(N,null,y,h,!0),K&256){g.ctx.deactivate(h);return}const te=K&1&&J,se=!Mt(h);let de;if(se&&(de=D&&D.onVnodeBeforeUnmount)&&Ue(de,g,h),K&6)Vs(h.component,y,j);else{if(K&128){h.suspense.unmount(y,j);return}te&&it(h,null,g,"beforeUnmount"),K&64?h.type.remove(h,g,y,A,L,j):I&&(S!==ne||Y>0&&Y&64)?Se(I,g,y,!1,!0):(S===ne&&Y&384||!A&&K&16)&&Se(U,g,y),j&&Ht(h)}(se&&(de=D&&D.onVnodeUnmounted)||te)&&Ce(()=>{de&&Ue(de,g,h),te&&it(h,null,g,"unmounted")},y)},Ht=h=>{const{type:g,el:y,anchor:j,transition:A}=h;if(g===ne){Ft(y,j);return}if(g===la){v(h);return}const S=()=>{i(y),A&&!A.persisted&&A.afterLeave&&A.afterLeave()};if(h.shapeFlag&1&&A&&!A.persisted){const{leave:D,delayLeave:N}=A,U=()=>D(y,S);N?N(h.el,S,U):U()}else S()},Ft=(h,g)=>{let y;for(;h!==g;)y=d(h),i(h),h=y;i(g)},Vs=(h,g,y)=>{const{bum:j,scope:A,update:S,subTree:D,um:N}=h;j&&vs(j),A.stop(),S&&(S.active=!1,Ne(D,h,g,y)),N&&Ce(N,g),Ce(()=>{h.isUnmounted=!0},g),g&&g.pendingBranch&&!g.isUnmounted&&h.asyncDep&&!h.asyncResolved&&h.suspenseId===g.pendingId&&(g.deps--,g.deps===0&&g.resolve())},Se=(h,g,y,j=!1,A=!1,S=0)=>{for(let D=S;Dh.shapeFlag&6?P(h.component.subTree):h.shapeFlag&128?h.suspense.next():d(h.anchor||h.el),B=(h,g,y)=>{h==null?g._vnode&&Ne(g._vnode,null,null,!0):w(g._vnode||null,h,g,null,null,null,y),vn(),ma(),g._vnode=h},L={p:w,um:Ne,m:tt,r:Ht,mt:V,mc:x,pc:oe,pbc:W,n:P,o:e};let $,ue;return t&&([$,ue]=t(L)),{render:B,hydrate:$,createApp:mu(B,$)}}function Pt({effect:e,update:t},s){e.allowRecurse=t.allowRecurse=s}function Ji(e,t,s=!1){const a=e.children,i=t.children;if(G(a)&&G(i))for(let n=0;n>1,e[s[c]]0&&(t[a]=s[n-1]),s[n]=a)}}for(n=s.length,l=s[n-1];n-- >0;)s[n]=l,l=t[l];return s}const wu=e=>e.__isTeleport,js=e=>e&&(e.disabled||e.disabled===""),Rn=e=>typeof SVGElement<"u"&&e instanceof SVGElement,mi=(e,t)=>{const s=e&&e.to;return be(s)?t?t(s):null:s},ju={__isTeleport:!0,process(e,t,s,a,i,n,l,c,r,o){const{mc:u,pc:m,pbc:d,o:{insert:_,querySelector:b,createText:w,createComment:R}}=o,f=js(t.props);let{shapeFlag:p,children:q,dynamicChildren:v}=t;if(e==null){const C=t.el=w(""),O=t.anchor=w("");_(C,s,a),_(O,s,a);const M=t.target=mi(t.props,b),x=t.targetAnchor=w("");M&&(_(x,M),l=l||Rn(M));const F=(W,Z)=>{p&16&&u(q,W,Z,i,n,l,c,r)};f?F(s,O):M&&F(M,x)}else{t.el=e.el;const C=t.anchor=e.anchor,O=t.target=e.target,M=t.targetAnchor=e.targetAnchor,x=js(e.props),F=x?s:O,W=x?C:M;if(l=l||Rn(O),v?(d(e.dynamicChildren,v,F,i,n,l,c),Ji(e,t,!0)):r||m(e,t,F,W,i,n,l,c,!1),f)x||ea(t,s,C,o,1);else if((t.props&&t.props.to)!==(e.props&&e.props.to)){const Z=t.target=mi(t.props,b);Z&&ea(t,Z,null,o,0)}else x&&ea(t,O,M,o,1)}Rr(t)},remove(e,t,s,a,{um:i,o:{remove:n}},l){const{shapeFlag:c,children:r,anchor:o,targetAnchor:u,target:m,props:d}=e;if(m&&n(u),(l||!js(d))&&(n(o),c&16))for(let _=0;_0?Be||Vt:null,Mr(),Zt>0&&Be&&Be.push(e),e}function H(e,t,s,a,i,n){return Nr(k(e,t,s,a,i,n,!0))}function _e(e,t,s,a,i){return Nr(Q(e,t,s,a,i,!0))}function Gt(e){return e?e.__v_isVNode===!0:!1}function Ke(e,t){return e.type===t.type&&e.key===t.key}const Sa="__vInternal",Or=({key:e})=>e??null,ra=({ref:e,ref_key:t,ref_for:s})=>(typeof e=="number"&&(e=""+e),e!=null?be(e)||Ee(e)||ee(e)?{i:Ae,r:e,k:t,f:!!s}:e:null);function k(e,t=null,s=null,a=0,i=null,n=e===ne?0:1,l=!1,c=!1){const r={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Or(t),ref:t&&ra(t),scopeId:Aa,slotScopeIds:null,children:s,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:n,patchFlag:a,dynamicProps:i,dynamicChildren:null,appContext:null,ctx:Ae};return c?(Zi(r,s),n&128&&e.normalize(r)):s&&(r.shapeFlag|=be(s)?8:16),Zt>0&&!l&&Be&&(r.patchFlag>0||n&6)&&r.patchFlag!==32&&Be.push(r),r}const Q=qu;function qu(e,t=null,s=null,a=0,i=null,n=!1){if((!e||e===yr)&&(e=Me),Gt(e)){const c=mt(e,t,!0);return s&&Zi(c,s),Zt>0&&!n&&Be&&(c.shapeFlag&6?Be[Be.indexOf(e)]=c:Be.push(c)),c.patchFlag|=-2,c}if(Mu(e)&&(e=e.__vccOpts),t){t=ku(t);let{class:c,style:r}=t;c&&!be(c)&&(t.class=E(c)),ge(r)&&($l(r)&&!G(r)&&(r=ke({},r)),t.style=qa(r))}const l=be(e)?1:lr(e)?128:wu(e)?64:ge(e)?4:ee(e)?2:0;return k(e,t,s,a,i,l,n,!0)}function ku(e){return e?$l(e)||Sa in e?ke({},e):e:null}function mt(e,t,s=!1){const{props:a,ref:i,patchFlag:n,children:l}=e,c=t?Pu(a||{},t):a;return{__v_isVNode:!0,__v_skip:!0,type:e.type,props:c,key:c&&Or(c),ref:t&&t.ref?s&&i?G(i)?i.concat(ra(t)):[i,ra(t)]:ra(t):i,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:l,target:e.target,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==ne?n===-1?16:n|16:n,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:e.transition,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&mt(e.ssContent),ssFallback:e.ssFallback&&mt(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce}}function cs(e=" ",t=0){return Q(Jt,null,e,t)}function Pe(e="",t=!1){return t?(T(),_e(Me,null,e)):Q(Me,null,e)}function ze(e){return e==null||typeof e=="boolean"?Q(Me):G(e)?Q(ne,null,e.slice()):typeof e=="object"?vt(e):Q(Jt,null,String(e))}function vt(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:mt(e)}function Zi(e,t){let s=0;const{shapeFlag:a}=e;if(t==null)t=null;else if(G(t))s=16;else if(typeof t=="object")if(a&65){const i=t.default;i&&(i._c&&(i._d=!1),Zi(e,i()),i._c&&(i._d=!0));return}else{s=32;const i=t._;!i&&!(Sa in t)?t._ctx=Ae:i===3&&Ae&&(Ae.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else ee(t)?(t={default:t,_ctx:Ae},s=32):(t=String(t),a&64?(s=16,t=[cs(t)]):s=8);e.children=t,e.shapeFlag|=s}function Pu(...e){const t={};for(let s=0;sqe||Ae;let Gi,zt,Nn="__VUE_INSTANCE_SETTERS__";(zt=ti()[Nn])||(zt=ti()[Nn]=[]),zt.push(e=>qe=e),Gi=e=>{zt.length>1?zt.forEach(t=>t(e)):zt[0](e)};const Xt=e=>{Gi(e),e.scope.on()},Ot=()=>{qe&&qe.scope.off(),Gi(null)};function Ur(e){return e.vnode.shapeFlag&4}let es=!1;function Su(e,t=!1){es=t;const{props:s,children:a}=e.vnode,i=Ur(e);hu(e,s,i,t),pu(e,a);const n=i?Iu(e,t):void 0;return es=!1,n}function Iu(e,t){const s=e.type;e.accessCache=Object.create(null),e.proxy=Kl(new Proxy(e.ctx,iu));const{setup:a}=s;if(a){const i=e.setupContext=a.length>1?Ru(e):null;Xt(e),is();const n=xt(a,e,0,[e.props,i]);if(ns(),Ot(),Sl(n)){if(n.then(Ot,Ot),t)return n.then(l=>{hi(e,l,t)}).catch(l=>{ls(l,e,0)});e.asyncDep=n}else hi(e,n,t)}else Lr(e,t)}function hi(e,t,s){ee(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:ge(t)&&(e.setupState=Xl(t)),Lr(e,s)}let On;function Lr(e,t,s){const a=e.type;if(!e.render){if(!t&&On&&!a.render){const i=a.template||$i(e).template;if(i){const{isCustomElement:n,compilerOptions:l}=e.appContext.config,{delimiters:c,compilerOptions:r}=a,o=ke(ke({isCustomElement:n,delimiters:c},l),r);a.render=On(i,o)}}e.render=a.render||Je}Xt(e),is(),nu(e),ns(),Ot()}function Tu(e){return e.attrsProxy||(e.attrsProxy=new Proxy(e.attrs,{get(t,s){return Le(e,"get","$attrs"),t[s]}}))}function Ru(e){const t=s=>{e.exposed=s||{}};return{get attrs(){return Tu(e)},slots:e.slots,emit:e.emit,expose:t}}function Ia(e){if(e.exposed)return e.exposeProxy||(e.exposeProxy=new Proxy(Xl(Kl(e.exposed)),{get(t,s){if(s in t)return t[s];if(s in ws)return ws[s](e)},has(t,s){return s in t||s in ws}}))}function di(e,t=!0){return ee(e)?e.displayName||e.name:e.name||t&&e.__name}function Mu(e){return ee(e)&&"__vccOpts"in e}const Te=(e,t)=>Eo(e,t,es);function Ze(e,t,s){const a=arguments.length;return a===2?ge(t)&&!G(t)?Gt(t)?Q(e,null,[t]):Q(e,t):Q(e,null,t):(a>3?s=Array.prototype.slice.call(arguments,2):a===3&&Gt(s)&&(s=[s]),Q(e,t,s))}const Nu=Symbol.for("v-scx"),Ou=()=>ve(Nu),Hr="3.3.4",Uu="http://www.w3.org/2000/svg",St=typeof document<"u"?document:null,Un=St&&St.createElement("template"),Lu={insert:(e,t,s)=>{t.insertBefore(e,s||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,s,a)=>{const i=t?St.createElementNS(Uu,e):St.createElement(e,s?{is:s}:void 0);return e==="select"&&a&&a.multiple!=null&&i.setAttribute("multiple",a.multiple),i},createText:e=>St.createTextNode(e),createComment:e=>St.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>St.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,s,a,i,n){const l=s?s.previousSibling:t.lastChild;if(i&&(i===n||i.nextSibling))for(;t.insertBefore(i.cloneNode(!0),s),!(i===n||!(i=i.nextSibling)););else{Un.innerHTML=a?`${e}`:e;const c=Un.content;if(a){const r=c.firstChild;for(;r.firstChild;)c.appendChild(r.firstChild);c.removeChild(r)}t.insertBefore(c,s)}return[l?l.nextSibling:t.firstChild,s?s.previousSibling:t.lastChild]}};function Hu(e,t,s){const a=e._vtc;a&&(t=(t?[t,...a]:[...a]).join(" ")),t==null?e.removeAttribute("class"):s?e.setAttribute("class",t):e.className=t}function Fu(e,t,s){const a=e.style,i=be(s);if(s&&!i){if(t&&!be(t))for(const n in t)s[n]==null&&gi(a,n,"");for(const n in s)gi(a,n,s[n])}else{const n=a.display;i?t!==s&&(a.cssText=s):t&&e.removeAttribute("style"),"_vod"in e&&(a.display=n)}}const Ln=/\s*!important$/;function gi(e,t,s){if(G(s))s.forEach(a=>gi(e,t,a));else if(s==null&&(s=""),t.startsWith("--"))e.setProperty(t,s);else{const a=Du(e,t);Ln.test(s)?e.setProperty(as(a),s.replace(Ln,""),"important"):e[a]=s}}const Hn=["Webkit","Moz","ms"],Qa={};function Du(e,t){const s=Qa[t];if(s)return s;let a=lt(t);if(a!=="filter"&&a in e)return Qa[t]=a;a=xa(a);for(let i=0;iVa||($u.then(()=>Va=0),Va=Date.now());function Ju(e,t){const s=a=>{if(!a._vts)a._vts=Date.now();else if(a._vts<=s.attached)return;Ve(Zu(a,s.value),t,5,[a])};return s.value=e,s.attached=Ku(),s}function Zu(e,t){if(G(t)){const s=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{s.call(e),e._stopped=!0},t.map(a=>i=>!i._stopped&&a&&a(i))}else return t}const zn=/^on[a-z]/,Gu=(e,t,s,a,i=!1,n,l,c,r)=>{t==="class"?Hu(e,a,i):t==="style"?Fu(e,s,a):Os(t)?Si(t)||Wu(e,t,s,a,l):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):Xu(e,t,a,i))?Bu(e,t,a,n,l,c,r):(t==="true-value"?e._trueValue=a:t==="false-value"&&(e._falseValue=a),zu(e,t,a,i))};function Xu(e,t,s,a){return a?!!(t==="innerHTML"||t==="textContent"||t in e&&zn.test(t)&&ee(s)):t==="spellcheck"||t==="draggable"||t==="translate"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA"||zn.test(t)&&be(s)?!1:t in e}const bt="transition",hs="animation",Xi=(e,{slots:t})=>Ze(Yo,em(e),t);Xi.displayName="Transition";const Fr={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String};Xi.props=ke({},ur,Fr);const Et=(e,t=[])=>{G(e)?e.forEach(s=>s(...t)):e&&e(...t)},Bn=e=>e?G(e)?e.some(t=>t.length>1):e.length>1:!1;function em(e){const t={};for(const z in e)z in Fr||(t[z]=e[z]);if(e.css===!1)return t;const{name:s="v",type:a,duration:i,enterFromClass:n=`${s}-enter-from`,enterActiveClass:l=`${s}-enter-active`,enterToClass:c=`${s}-enter-to`,appearFromClass:r=n,appearActiveClass:o=l,appearToClass:u=c,leaveFromClass:m=`${s}-leave-from`,leaveActiveClass:d=`${s}-leave-active`,leaveToClass:_=`${s}-leave-to`}=e,b=tm(i),w=b&&b[0],R=b&&b[1],{onBeforeEnter:f,onEnter:p,onEnterCancelled:q,onLeave:v,onLeaveCancelled:C,onBeforeAppear:O=f,onAppear:M=p,onAppearCancelled:x=q}=t,F=(z,X,V)=>{At(z,X?u:c),At(z,X?o:l),V&&V()},W=(z,X)=>{z._isLeaving=!1,At(z,m),At(z,_),At(z,d),X&&X()},Z=z=>(X,V)=>{const je=z?M:p,ae=()=>F(X,z,V);Et(je,[X,ae]),Qn(()=>{At(X,z?r:n),_t(X,z?u:c),Bn(je)||Vn(X,a,w,ae)})};return ke(t,{onBeforeEnter(z){Et(f,[z]),_t(z,n),_t(z,l)},onBeforeAppear(z){Et(O,[z]),_t(z,r),_t(z,o)},onEnter:Z(!1),onAppear:Z(!0),onLeave(z,X){z._isLeaving=!0;const V=()=>W(z,X);_t(z,m),im(),_t(z,d),Qn(()=>{z._isLeaving&&(At(z,m),_t(z,_),Bn(v)||Vn(z,a,R,V))}),Et(v,[z,V])},onEnterCancelled(z){F(z,!1),Et(q,[z])},onAppearCancelled(z){F(z,!0),Et(x,[z])},onLeaveCancelled(z){W(z),Et(C,[z])}})}function tm(e){if(e==null)return null;if(ge(e))return[Wa(e.enter),Wa(e.leave)];{const t=Wa(e);return[t,t]}}function Wa(e){return Rl(e)}function _t(e,t){t.split(/\s+/).forEach(s=>s&&e.classList.add(s)),(e._vtc||(e._vtc=new Set)).add(t)}function At(e,t){t.split(/\s+/).forEach(a=>a&&e.classList.remove(a));const{_vtc:s}=e;s&&(s.delete(t),s.size||(e._vtc=void 0))}function Qn(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let sm=0;function Vn(e,t,s,a){const i=e._endId=++sm,n=()=>{i===e._endId&&a()};if(s)return setTimeout(n,s);const{type:l,timeout:c,propCount:r}=am(e,t);if(!l)return a();const o=l+"end";let u=0;const m=()=>{e.removeEventListener(o,d),n()},d=_=>{_.target===e&&++u>=r&&m()};setTimeout(()=>{u(s[b]||"").split(", "),i=a(`${bt}Delay`),n=a(`${bt}Duration`),l=Wn(i,n),c=a(`${hs}Delay`),r=a(`${hs}Duration`),o=Wn(c,r);let u=null,m=0,d=0;t===bt?l>0&&(u=bt,m=l,d=n.length):t===hs?o>0&&(u=hs,m=o,d=r.length):(m=Math.max(l,o),u=m>0?l>o?bt:hs:null,d=u?u===bt?n.length:r.length:0);const _=u===bt&&/\b(transform|all)(,|$)/.test(a(`${bt}Property`).toString());return{type:u,timeout:m,propCount:d,hasTransform:_}}function Wn(e,t){for(;e.lengthYn(s)+Yn(e[a])))}function Yn(e){return Number(e.slice(0,-1).replace(",","."))*1e3}function im(){return document.body.offsetHeight}const en={beforeMount(e,{value:t},{transition:s}){e._vod=e.style.display==="none"?"":e.style.display,s&&t?s.beforeEnter(e):ds(e,t)},mounted(e,{value:t},{transition:s}){s&&t&&s.enter(e)},updated(e,{value:t,oldValue:s},{transition:a}){!t!=!s&&(a?t?(a.beforeEnter(e),ds(e,!0),a.enter(e)):a.leave(e,()=>{ds(e,!1)}):ds(e,t))},beforeUnmount(e,{value:t}){ds(e,t)}};function ds(e,t){e.style.display=t?e._vod:"none"}const Dr=ke({patchProp:Gu},Lu);let qs,$n=!1;function nm(){return qs||(qs=_u(Dr))}function lm(){return qs=$n?qs:yu(Dr),$n=!0,qs}const rm=(...e)=>{const t=nm().createApp(...e),{mount:s}=t;return t.mount=a=>{const i=zr(a);if(!i)return;const n=t._component;!ee(n)&&!n.render&&!n.template&&(n.template=i.innerHTML),i.innerHTML="";const l=s(i,!1,i instanceof SVGElement);return i instanceof Element&&(i.removeAttribute("v-cloak"),i.setAttribute("data-v-app","")),l},t},cm=(...e)=>{const t=lm().createApp(...e),{mount:s}=t;return t.mount=a=>{const i=zr(a);if(i)return s(i,!0,i instanceof SVGElement)},t};function zr(e){return be(e)?document.querySelector(e):e}const om=/"(?:_|\\u0{2}5[Ff]){2}(?:p|\\u0{2}70)(?:r|\\u0{2}72)(?:o|\\u0{2}6[Ff])(?:t|\\u0{2}74)(?:o|\\u0{2}6[Ff])(?:_|\\u0{2}5[Ff]){2}"\s*:/,um=/"(?:c|\\u0063)(?:o|\\u006[Ff])(?:n|\\u006[Ee])(?:s|\\u0073)(?:t|\\u0074)(?:r|\\u0072)(?:u|\\u0075)(?:c|\\u0063)(?:t|\\u0074)(?:o|\\u006[Ff])(?:r|\\u0072)"\s*:/,mm=/^\s*["[{]|^\s*-?\d[\d.]{0,14}\s*$/;function hm(e,t){if(e!=="__proto__"&&!(e==="constructor"&&t&&typeof t=="object"&&"prototype"in t))return t}function dm(e,t={}){if(typeof e!="string")return e;const s=e.toLowerCase().trim();if(s==="true")return!0;if(s==="false")return!1;if(s==="null")return null;if(s==="nan")return Number.NaN;if(s==="infinity")return Number.POSITIVE_INFINITY;if(s!=="undefined"){if(!mm.test(e)){if(t.strict)throw new SyntaxError("Invalid JSON");return e}try{return om.test(e)||um.test(e)?JSON.parse(e,hm):JSON.parse(e)}catch(a){if(t.strict)throw a;return e}}}const gm=/#/g,pm=/&/g,fm=/=/g,Br=/\+/g,bm=/%5e/gi,_m=/%60/gi,ym=/%7c/gi,vm=/%20/gi;function wm(e){return encodeURI(""+e).replace(ym,"|")}function pi(e){return wm(typeof e=="string"?e:JSON.stringify(e)).replace(Br,"%2B").replace(vm,"+").replace(gm,"%23").replace(pm,"%26").replace(_m,"`").replace(bm,"^")}function Ya(e){return pi(e).replace(fm,"%3D")}function Qr(e=""){try{return decodeURIComponent(""+e)}catch{return""+e}}function jm(e){return Qr(e.replace(Br," "))}function Vr(e=""){const t={};e[0]==="?"&&(e=e.slice(1));for(const s of e.split("&")){const a=s.match(/([^=]+)=?(.*)/)||[];if(a.length<2)continue;const i=Qr(a[1]);if(i==="__proto__"||i==="constructor")continue;const n=jm(a[2]||"");typeof t[i]<"u"?Array.isArray(t[i])?t[i].push(n):t[i]=[t[i],n]:t[i]=n}return t}function xm(e,t){return(typeof t=="number"||typeof t=="boolean")&&(t=String(t)),t?Array.isArray(t)?t.map(s=>`${Ya(e)}=${pi(s)}`).join("&"):`${Ya(e)}=${pi(t)}`:Ya(e)}function qm(e){return Object.keys(e).filter(t=>e[t]!==void 0).map(t=>xm(t,e[t])).join("&")}const km=/^\w{2,}:([/\\]{1,2})/,Pm=/^\w{2,}:([/\\]{2})?/,Em=/^([/\\]\s*){2,}[^/\\]/;function os(e,t={}){return typeof t=="boolean"&&(t={acceptRelative:t}),t.strict?km.test(e):Pm.test(e)||(t.acceptRelative?Em.test(e):!1)}const Am=/\/$|\/\?/;function fi(e="",t=!1){return t?Am.test(e):e.endsWith("/")}function tn(e="",t=!1){if(!t)return(fi(e)?e.slice(0,-1):e)||"/";if(!fi(e,!0))return e||"/";const[s,...a]=e.split("?");return(s.slice(0,-1)||"/")+(a.length>0?`?${a.join("?")}`:"")}function Wr(e="",t=!1){if(!t)return e.endsWith("/")?e:e+"/";if(fi(e,!0))return e||"/";const[s,...a]=e.split("?");return s+"/"+(a.length>0?`?${a.join("?")}`:"")}function Cm(e=""){return e.startsWith("/")}function Sm(e=""){return(Cm(e)?e.slice(1):e)||"/"}function Im(e,t){if(Yr(t)||os(e))return e;const s=tn(t);return e.startsWith(s)?e:zs(s,e)}function Kn(e,t){if(Yr(t))return e;const s=tn(t);if(!e.startsWith(s))return e;const a=e.slice(s.length);return a[0]==="/"?a:"/"+a}function Tm(e,t){const s=Bs(e),a={...Vr(s.search),...t};return s.search=qm(a),Mm(s)}function Yr(e){return!e||e==="/"}function Rm(e){return e&&e!=="/"}function zs(e,...t){let s=e||"";for(const a of t.filter(i=>Rm(i)))s=s?Wr(s)+Sm(a):a;return s}function Bs(e="",t){if(!os(e,{acceptRelative:!0}))return t?Bs(t+e):Jn(e);const[s="",a,i=""]=(e.replace(/\\/g,"/").match(/([^/:]+:)?\/\/([^/@]+@)?(.*)/)||[]).splice(1),[n="",l=""]=(i.match(/([^#/?]*)(.*)?/)||[]).splice(1),{pathname:c,search:r,hash:o}=Jn(l.replace(/\/(?=[A-Za-z]:)/,""));return{protocol:s,auth:a?a.slice(0,Math.max(0,a.length-1)):"",host:n,pathname:c,search:r,hash:o}}function Jn(e=""){const[t="",s="",a=""]=(e.match(/([^#?]*)(\?[^#]*)?(#.*)?/)||[]).splice(1);return{pathname:t,search:s,hash:a}}function Mm(e){const t=e.pathname+(e.search?(e.search.startsWith("?")?"":"?")+e.search:"")+e.hash;return e.protocol?e.protocol+"//"+(e.auth?e.auth+"@":"")+e.host+t:t}class Nm extends Error{constructor(){super(...arguments),this.name="FetchError"}}function Om(e,t,s){let a="";t&&(a=t.message),e&&s?a=`${a} (${s.status} ${s.statusText} (${e.toString()}))`:e&&(a=`${a} (${e.toString()})`);const i=new Nm(a);return Object.defineProperty(i,"request",{get(){return e}}),Object.defineProperty(i,"response",{get(){return s}}),Object.defineProperty(i,"data",{get(){return s&&s._data}}),Object.defineProperty(i,"status",{get(){return s&&s.status}}),Object.defineProperty(i,"statusText",{get(){return s&&s.statusText}}),Object.defineProperty(i,"statusCode",{get(){return s&&s.status}}),Object.defineProperty(i,"statusMessage",{get(){return s&&s.statusText}}),i}const Um=new Set(Object.freeze(["PATCH","POST","PUT","DELETE"]));function Zn(e="GET"){return Um.has(e.toUpperCase())}function Lm(e){if(e===void 0)return!1;const t=typeof e;return t==="string"||t==="number"||t==="boolean"||t===null?!0:t!=="object"?!1:Array.isArray(e)?!0:e.constructor&&e.constructor.name==="Object"||typeof e.toJSON=="function"}const Hm=new Set(["image/svg","application/xml","application/xhtml","application/html"]),Fm=/^application\/(?:[\w!#$%&*.^`~-]*\+)?json(;.+)?$/i;function Dm(e=""){if(!e)return"json";const t=e.split(";").shift()||"";return Fm.test(t)?"json":Hm.has(t)||t.startsWith("text/")?"text":"blob"}const zm=new Set([408,409,425,429,500,502,503,504]);function $r(e){const{fetch:t,Headers:s}=e;function a(l){const c=l.error&&l.error.name==="AbortError"||!1;if(l.options.retry!==!1&&!c){let o;typeof l.options.retry=="number"?o=l.options.retry:o=Zn(l.options.method)?0:1;const u=l.response&&l.response.status||500;if(o>0&&zm.has(u))return i(l.request,{...l.options,retry:o-1})}const r=Om(l.request,l.error,l.response);throw Error.captureStackTrace&&Error.captureStackTrace(r,i),r}const i=async function(c,r={}){const o={request:c,options:{...e.defaults,...r},response:void 0,error:void 0};o.options.onRequest&&await o.options.onRequest(o),typeof o.request=="string"&&(o.options.baseURL&&(o.request=Im(o.request,o.options.baseURL)),(o.options.query||o.options.params)&&(o.request=Tm(o.request,{...o.options.params,...o.options.query})),o.options.body&&Zn(o.options.method)&&Lm(o.options.body)&&(o.options.body=typeof o.options.body=="string"?o.options.body:JSON.stringify(o.options.body),o.options.headers=new s(o.options.headers),o.options.headers.has("content-type")||o.options.headers.set("content-type","application/json"),o.options.headers.has("accept")||o.options.headers.set("accept","application/json"))),o.response=await t(o.request,o.options).catch(async m=>(o.error=m,o.options.onRequestError&&await o.options.onRequestError(o),a(o)));const u=(o.options.parseResponse?"json":o.options.responseType)||Dm(o.response.headers.get("content-type")||"");if(u==="json"){const m=await o.response.text(),d=o.options.parseResponse||dm;o.response._data=d(m)}else u==="stream"?o.response._data=o.response.body:o.response._data=await o.response[u]();return o.options.onResponse&&await o.options.onResponse(o),o.response.status>=400&&o.response.status<600?(o.options.onResponseError&&await o.options.onResponseError(o),a(o)):o.response},n=function(c,r){return i(c,r).then(o=>o._data)};return n.raw=i,n.native=t,n.create=(l={})=>$r({...e,defaults:{...e.defaults,...l}}),n}const Kr=function(){if(typeof globalThis<"u")return globalThis;if(typeof self<"u")return self;if(typeof window<"u")return window;if(typeof global<"u")return global;throw new Error("unable to locate global object")}(),Bm=Kr.fetch||(()=>Promise.reject(new Error("[ofetch] global.fetch is not supported!"))),Qm=Kr.Headers,Vm=$r({fetch:Bm,Headers:Qm}),Wm=Vm,Ym=()=>{var e;return((e=window==null?void 0:window.__NUXT__)==null?void 0:e.config)||{}},fa=Ym().app,$m=()=>fa.baseURL,Km=()=>fa.buildAssetsDir,Jm=(...e)=>zs(Jr(),Km(),...e),Jr=(...e)=>{const t=fa.cdnURL||fa.baseURL;return e.length?zs(t,...e):t};globalThis.__buildAssetsURL=Jm,globalThis.__publicAssetsURL=Jr;function bi(e,t={},s){for(const a in e){const i=e[a],n=s?`${s}:${a}`:a;typeof i=="object"&&i!==null?bi(i,t,n):typeof i=="function"&&(t[n]=i)}return t}const Zm={run:e=>e()},Gm=()=>Zm,Zr=typeof console.createTask<"u"?console.createTask:Gm;function Xm(e,t){const s=t.shift(),a=Zr(s);return e.reduce((i,n)=>i.then(()=>a.run(()=>n(...t))),Promise.resolve())}function eh(e,t){const s=t.shift(),a=Zr(s);return Promise.all(e.map(i=>a.run(()=>i(...t))))}function $a(e,t){for(const s of[...e])s(t)}class th{constructor(){this._hooks={},this._before=void 0,this._after=void 0,this._deprecatedMessages=void 0,this._deprecatedHooks={},this.hook=this.hook.bind(this),this.callHook=this.callHook.bind(this),this.callHookWith=this.callHookWith.bind(this)}hook(t,s,a={}){if(!t||typeof s!="function")return()=>{};const i=t;let n;for(;this._deprecatedHooks[t];)n=this._deprecatedHooks[t],t=n.to;if(n&&!a.allowDeprecated){let l=n.message;l||(l=`${i} hook has been deprecated`+(n.to?`, please use ${n.to}`:"")),this._deprecatedMessages||(this._deprecatedMessages=new Set),this._deprecatedMessages.has(l)||(console.warn(l),this._deprecatedMessages.add(l))}if(!s.name)try{Object.defineProperty(s,"name",{get:()=>"_"+t.replace(/\W+/g,"_")+"_hook_cb",configurable:!0})}catch{}return this._hooks[t]=this._hooks[t]||[],this._hooks[t].push(s),()=>{s&&(this.removeHook(t,s),s=void 0)}}hookOnce(t,s){let a,i=(...n)=>(typeof a=="function"&&a(),a=void 0,i=void 0,s(...n));return a=this.hook(t,i),a}removeHook(t,s){if(this._hooks[t]){const a=this._hooks[t].indexOf(s);a!==-1&&this._hooks[t].splice(a,1),this._hooks[t].length===0&&delete this._hooks[t]}}deprecateHook(t,s){this._deprecatedHooks[t]=typeof s=="string"?{to:s}:s;const a=this._hooks[t]||[];delete this._hooks[t];for(const i of a)this.hook(t,i)}deprecateHooks(t){Object.assign(this._deprecatedHooks,t);for(const s in t)this.deprecateHook(s,t[s])}addHooks(t){const s=bi(t),a=Object.keys(s).map(i=>this.hook(i,s[i]));return()=>{for(const i of a.splice(0,a.length))i()}}removeHooks(t){const s=bi(t);for(const a in s)this.removeHook(a,s[a])}removeAllHooks(){for(const t in this._hooks)delete this._hooks[t]}callHook(t,...s){return s.unshift(t),this.callHookWith(Xm,t,...s)}callHookParallel(t,...s){return s.unshift(t),this.callHookWith(eh,t,...s)}callHookWith(t,s,...a){const i=this._before||this._after?{name:s,args:a,context:{}}:void 0;this._before&&$a(this._before,i);const n=t(s in this._hooks?[...this._hooks[s]]:[],a);return n instanceof Promise?n.finally(()=>{this._after&&i&&$a(this._after,i)}):(this._after&&i&&$a(this._after,i),n)}beforeEach(t){return this._before=this._before||[],this._before.push(t),()=>{if(this._before!==void 0){const s=this._before.indexOf(t);s!==-1&&this._before.splice(s,1)}}}afterEach(t){return this._after=this._after||[],this._after.push(t),()=>{if(this._after!==void 0){const s=this._after.indexOf(t);s!==-1&&this._after.splice(s,1)}}}}function Gr(){return new th}function sh(e={}){let t,s=!1;const a=l=>{if(t&&t!==l)throw new Error("Context conflict")};let i;if(e.asyncContext){const l=e.AsyncLocalStorage||globalThis.AsyncLocalStorage;l?i=new l:console.warn("[unctx] `AsyncLocalStorage` is not provided.")}const n=()=>{if(i&&t===void 0){const l=i.getStore();if(l!==void 0)return l}return t};return{use:()=>{const l=n();if(l===void 0)throw new Error("Context is not available");return l},tryUse:()=>n(),set:(l,c)=>{c||a(l),t=l,s=!0},unset:()=>{t=void 0,s=!1},call:(l,c)=>{a(l),t=l;try{return i?i.run(l,c):c()}finally{s||(t=void 0)}},async callAsync(l,c){t=l;const r=()=>{t=l},o=()=>t===l?r:void 0;_i.add(o);try{const u=i?i.run(l,c):c();return s||(t=void 0),await u}finally{_i.delete(o)}}}}function ah(e={}){const t={};return{get(s,a={}){return t[s]||(t[s]=sh({...e,...a})),t[s],t[s]}}}const ba=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof global<"u"?global:typeof window<"u"?window:{},Gn="__unctx__",ih=ba[Gn]||(ba[Gn]=ah()),nh=(e,t={})=>ih.get(e,t),Xn="__unctx_async_handlers__",_i=ba[Xn]||(ba[Xn]=new Set);function _a(e){const t=[];for(const i of _i){const n=i();n&&t.push(n)}const s=()=>{for(const i of t)i()};let a=e();return a&&typeof a=="object"&&"catch"in a&&(a=a.catch(i=>{throw s(),i})),[a,s]}const Xr=nh("nuxt-app"),lh="__nuxt_plugin";function rh(e){let t=0;const s={provide:void 0,globalName:"nuxt",versions:{get nuxt(){return"3.5.2"},get vue(){return s.vueApp.version}},payload:Ge({data:{},state:{},_errors:{},...window.__NUXT__??{}}),static:{data:{}},runWithContext:i=>mh(s,i),isHydrating:!0,deferHydration(){if(!s.isHydrating)return()=>{};t++;let i=!1;return()=>{if(!i&&(i=!0,t--,t===0))return s.isHydrating=!1,s.callHook("app:suspense:resolve")}},_asyncDataPromises:{},_asyncData:{},_payloadRevivers:{},...e};s.hooks=Gr(),s.hook=s.hooks.hook,s.callHook=s.hooks.callHook,s.provide=(i,n)=>{const l="$"+i;ta(s,l,n),ta(s.vueApp.config.globalProperties,l,n)},ta(s.vueApp,"$nuxt",s),ta(s.vueApp.config.globalProperties,"$nuxt",s);{window.addEventListener("nuxt.preloadError",n=>{s.callHook("app:chunkError",{error:n.payload})});const i=s.hook("app:error",(...n)=>{console.error("[nuxt] error caught during app initialization",...n)});s.hook("app:mounted",i)}const a=Ge(s.payload.config);return s.provide("config",a),s}async function ch(e,t){if(typeof t!="function")return;const{provide:s}=await e.runWithContext(()=>t(e))||{};if(s&&typeof s=="object")for(const a in s)e.provide(a,s[a])}async function oh(e,t){var i;const s=[],a=[];for(const n of t){const l=ch(e,n);(i=n.meta)!=null&&i.parallel?s.push(l.catch(c=>a.push(c))):await l}if(await Promise.all(s),a.length)throw a[0]}function uh(e){const t=[];for(const s of e){if(typeof s!="function")continue;let a=s;s.length>1&&(a=i=>s(i,i.provide)),t.push(a)}return t.sort((s,a)=>{var i,n;return(((i=s.meta)==null?void 0:i.order)||ya.default)-(((n=a.meta)==null?void 0:n.order)||ya.default)}),t}const ya={pre:-20,default:0,post:20};function dt(e,t){var a;if(typeof e=="function")return dt({setup:e},t);const s=i=>{if(e.hooks&&i.hooks.addHooks(e.hooks),e.setup)return e.setup(i)};return s.meta={name:(t==null?void 0:t.name)||e.name||((a=e.setup)==null?void 0:a.name),parallel:e.parallel,order:(t==null?void 0:t.order)||e.order||ya[e.enforce||"default"]||ya.default},s[lh]=!0,s}function mh(e,t,s){const a=()=>s?t(...s):t();return Xr.set(e),e.vueApp.runWithContext(a)}function we(){var t;let e;if(kr()&&(e=(t=Ds())==null?void 0:t.appContext.app.$nuxt),e=e||Xr.tryUse(),!e)throw new Error("[nuxt] instance unavailable");return e}function sn(){return we().$config}function ta(e,t,s){Object.defineProperty(e,t,{get:()=>s})}const hh="modulepreload",dh=function(e,t){return e.startsWith(".")?new URL(e,t).href:e},el={},gh=function(t,s,a){if(!s||s.length===0)return t();const i=document.getElementsByTagName("link");return Promise.all(s.map(n=>{if(n=dh(n,a),n in el)return;el[n]=!0;const l=n.endsWith(".css"),c=l?'[rel="stylesheet"]':"";if(!!a)for(let u=i.length-1;u>=0;u--){const m=i[u];if(m.href===n&&(!l||m.rel==="stylesheet"))return}else if(document.querySelector(`link[href="${n}"]${c}`))return;const o=document.createElement("link");if(o.rel=l?"stylesheet":hh,l||(o.as="script",o.crossOrigin=""),o.href=n,document.head.appendChild(o),l)return new Promise((u,m)=>{o.addEventListener("load",u),o.addEventListener("error",()=>m(new Error(`Unable to preload CSS for ${n}`)))})})).then(()=>t())},ec=(...e)=>gh(...e).catch(t=>{const s=new Event("nuxt.preloadError");throw s.payload=t,window.dispatchEvent(s),t}),ph=-1,fh=-2,bh=-3,_h=-4,yh=-5,vh=-6;function wh(e,t){return jh(JSON.parse(e),t)}function jh(e,t){if(typeof e=="number")return i(e,!0);if(!Array.isArray(e)||e.length===0)throw new Error("Invalid input");const s=e,a=Array(s.length);function i(n,l=!1){if(n===ph)return;if(n===bh)return NaN;if(n===_h)return 1/0;if(n===yh)return-1/0;if(n===vh)return-0;if(l)throw new Error("Invalid input");if(n in a)return a[n];const c=s[n];if(!c||typeof c!="object")a[n]=c;else if(Array.isArray(c))if(typeof c[0]=="string"){const r=c[0],o=t==null?void 0:t[r];if(o)return a[n]=o(i(c[1]));switch(r){case"Date":a[n]=new Date(c[1]);break;case"Set":const u=new Set;a[n]=u;for(let _=1;_>>9)+65536).toString(16).substring(1,8).toLowerCase()}function yi(e){return ac(`${e.tag}:${e.textContent||e.innerHTML||""}:${Object.entries(e.props).map(([t,s])=>`${t}:${String(s)}`).join(",")}`)}function Eh(e){let t=9;for(const s of e)for(let a=0;a>>9)+65536).toString(16).substring(1,8).toLowerCase()}function ic(e,t){const{props:s,tag:a}=e;if(kh.includes(a))return a;if(a==="link"&&s.rel==="canonical")return"canonical";if(s.charset)return"charset";const i=["id"];a==="meta"&&i.push("name","property","http-equiv");for(const n of i)if(typeof s[n]<"u"){const l=String(s[n]);return t&&!t(l)?!1:`${a}:${n}:${l}`}return!1}function tl(e,t){return e==null?t||null:typeof e=="function"?e(t):e}function sa(e,t=!1,s){const{tag:a,$el:i}=e;i&&(Object.entries(a.props).forEach(([n,l])=>{l=String(l);const c=`attr:${n}`;if(n==="class"){if(!l)return;for(const r of l.split(" ")){const o=`${c}:${r}`;s&&s(e,o,()=>i.classList.remove(r)),i.classList.contains(r)||i.classList.add(r)}return}s&&!n.startsWith("data-h-")&&s(e,c,()=>i.removeAttribute(n)),(t||i.getAttribute(n)!==l)&&i.setAttribute(n,l)}),tc.includes(a.tag)&&(a.textContent&&a.textContent!==i.textContent?i.textContent=a.textContent:a.innerHTML&&a.innerHTML!==i.innerHTML&&(i.innerHTML=a.innerHTML)))}let gs=!1;async function Ah(e,t={}){var d,_;const s={shouldRender:!0};if(await e.hooks.callHook("dom:beforeRender",s),!s.shouldRender)return;const a=t.document||e.resolvedOptions.document||window.document,i=(await e.resolveTags()).map(c);if(e.resolvedOptions.experimentalHashHydration&&(gs=gs||e._hash||!1,gs)){const b=Eh(i.map(w=>w.tag._h));if(gs===b)return;gs=b}const n=e._popSideEffectQueue();e.headEntries().map(b=>b._sde).forEach(b=>{Object.entries(b).forEach(([w,R])=>{n[w]=R})});const l=(b,w,R)=>{w=`${b.renderId}:${w}`,b.entry&&(b.entry._sde[w]=R),delete n[w]};function c(b){const w=e.headEntries().find(f=>f._i===b._e),R={renderId:b._d||yi(b),$el:null,shouldRender:!0,tag:b,entry:w,markSideEffect:(f,p)=>l(R,f,p)};return R}const r=[],o={body:[],head:[]},u=b=>{e._elMap[b.renderId]=b.$el,r.push(b),l(b,"el",()=>{var w;(w=b.$el)==null||w.remove(),delete e._elMap[b.renderId]})};for(const b of i){if(await e.hooks.callHook("dom:beforeRenderTag",b),!b.shouldRender)continue;const{tag:w}=b;if(w.tag==="title"){a.title=w.textContent||"",r.push(b);continue}if(w.tag==="htmlAttrs"||w.tag==="bodyAttrs"){b.$el=a[w.tag==="htmlAttrs"?"documentElement":"body"],sa(b,!1,l),r.push(b);continue}if(b.$el=e._elMap[b.renderId],!b.$el&&w.key&&(b.$el=a.querySelector(`${(d=w.tagPosition)!=null&&d.startsWith("body")?"body":"head"} > ${w.tag}[data-h-${w._h}]`)),b.$el){b.tag._d&&sa(b),u(b);continue}o[(_=w.tagPosition)!=null&&_.startsWith("body")?"body":"head"].push(b)}const m={bodyClose:void 0,bodyOpen:void 0,head:void 0};Object.entries(o).forEach(([b,w])=>{var f;if(!w.length)return;const R=(f=a==null?void 0:a[b])==null?void 0:f.children;if(R){for(const p of[...R].reverse()){const q=p.tagName.toLowerCase();if(!sc.includes(q))continue;const v=p.getAttributeNames().reduce((x,F)=>({...x,[F]:p.getAttribute(F)}),{}),C={tag:q,props:v};p.innerHTML&&(C.innerHTML=p.innerHTML);const O=yi(C);let M=w.findIndex(x=>(x==null?void 0:x.renderId)===O);if(M===-1){const x=ic(C);M=w.findIndex(F=>(F==null?void 0:F.tag._d)&&F.tag._d===x)}if(M!==-1){const x=w[M];x.$el=p,sa(x),u(x),delete w[M]}}w.forEach(p=>{const q=p.tag.tagPosition||"head";m[q]=m[q]||a.createDocumentFragment(),p.$el||(p.$el=a.createElement(p.tag.tag),sa(p,!0)),m[q].appendChild(p.$el),u(p)})}}),m.head&&a.head.appendChild(m.head),m.bodyOpen&&a.body.insertBefore(m.bodyOpen,a.body.firstChild),m.bodyClose&&a.body.appendChild(m.bodyClose);for(const b of r)await e.hooks.callHook("dom:renderTag",b);Object.values(n).forEach(b=>b())}let Ka=null;async function Ch(e,t={}){function s(){return Ka=null,Ah(e,t)}const a=t.delayFn||(i=>setTimeout(i,10));return Ka=Ka||new Promise(i=>a(()=>i(s())))}function Sh(e){return{hooks:{"entries:updated":function(t){if(typeof(e==null?void 0:e.document)>"u"&&typeof window>"u")return;let s=e==null?void 0:e.delayFn;!s&&typeof requestAnimationFrame<"u"&&(s=requestAnimationFrame),Ch(t,{document:(e==null?void 0:e.document)||window.document,delayFn:s})}}}}function Ih(e){var t;return((t=e==null?void 0:e.head.querySelector('meta[name="unhead:ssr"]'))==null?void 0:t.getAttribute("content"))||!1}const sl={critical:2,high:9,low:12,base:-1,title:1,meta:10};function al(e){if(typeof e.tagPriority=="number")return e.tagPriority;if(e.tag==="meta"){if(e.props.charset)return-2;if(e.props["http-equiv"]==="content-security-policy")return 0}const t=e.tagPriority||e.tag;return t in sl?sl[t]:10}const Th=[{prefix:"before:",offset:-1},{prefix:"after:",offset:1}];function Rh(){return{hooks:{"tags:resolve":e=>{const t=s=>{var a;return(a=e.tags.find(i=>i._d===s))==null?void 0:a._p};for(const{prefix:s,offset:a}of Th)for(const i of e.tags.filter(n=>typeof n.tagPriority=="string"&&n.tagPriority.startsWith(s))){const n=t(i.tagPriority.replace(s,""));typeof n<"u"&&(i._p=n+a)}e.tags.sort((s,a)=>s._p-a._p).sort((s,a)=>al(s)-al(a))}}}}function Mh(){return{hooks:{"tags:resolve":e=>{const{tags:t}=e;let s=t.findIndex(i=>i.tag==="titleTemplate");const a=t.findIndex(i=>i.tag==="title");if(a!==-1&&s!==-1){const i=tl(t[s].textContent,t[a].textContent);i!==null?t[a].textContent=i||t[a].textContent:delete t[a]}else if(s!==-1){const i=tl(t[s].textContent);i!==null&&(t[s].textContent=i,t[s].tag="title",s=-1)}s!==-1&&delete t[s],e.tags=t.filter(Boolean)}}}}function Nh(){return{hooks:{"tag:normalise":function({tag:e}){typeof e.props.body<"u"&&(e.tagPosition="bodyClose",delete e.props.body)}}}}const Oh=["link","style","script","noscript"];function Uh(){return{hooks:{"tag:normalise":({tag:e,resolvedOptions:t})=>{t.experimentalHashHydration===!0&&(e._h=yi(e)),e.key&&Oh.includes(e.tag)&&(e._h=ac(e.key),e.props[`data-h-${e._h}`]="")}}}}const il=["script","link","bodyAttrs"];function Lh(){const e=(t,s)=>{const a={},i={};Object.entries(s.props).forEach(([l,c])=>{l.startsWith("on")&&typeof c=="function"?i[l]=c:a[l]=c});let n;return t==="dom"&&s.tag==="script"&&typeof a.src=="string"&&typeof i.onload<"u"&&(n=a.src,delete a.src),{props:a,eventHandlers:i,delayedSrc:n}};return{hooks:{"ssr:render":function(t){t.tags=t.tags.map(s=>(!il.includes(s.tag)||!Object.entries(s.props).find(([a,i])=>a.startsWith("on")&&typeof i=="function")||(s.props=e("ssr",s).props),s))},"dom:beforeRenderTag":function(t){if(!il.includes(t.tag.tag)||!Object.entries(t.tag.props).find(([n,l])=>n.startsWith("on")&&typeof l=="function"))return;const{props:s,eventHandlers:a,delayedSrc:i}=e("dom",t.tag);Object.keys(a).length&&(t.tag.props=s,t.tag._eventHandlers=a,t.tag._delayedSrc=i)},"dom:renderTag":function(t){const s=t.$el;if(!t.tag._eventHandlers||!s)return;const a=t.tag.tag==="bodyAttrs"&&typeof window<"u"?window:s;Object.entries(t.tag._eventHandlers).forEach(([i,n])=>{const l=`${t.tag._d||t.tag._p}:${i}`,c=i.slice(2).toLowerCase(),r=`data-h-${c}`;if(t.markSideEffect(l,()=>{}),s.hasAttribute(r))return;const o=n;s.setAttribute(r,""),a.addEventListener(c,o),t.entry&&(t.entry._sde[l]=()=>{a.removeEventListener(c,o),s.removeAttribute(r)})}),t.tag._delayedSrc&&s.setAttribute("src",t.tag._delayedSrc)}}}}const Hh=["templateParams","htmlAttrs","bodyAttrs"];function Fh(){return{hooks:{"tag:normalise":function({tag:e}){["hid","vmid","key"].forEach(a=>{e.props[a]&&(e.key=e.props[a],delete e.props[a])});const s=ic(e)||(e.key?`${e.tag}:${e.key}`:!1);s&&(e._d=s)},"tags:resolve":function(e){const t={};e.tags.forEach(a=>{const i=(a.key?`${a.tag}:${a.key}`:a._d)||a._p,n=t[i];if(n){let c=a==null?void 0:a.tagDuplicateStrategy;if(!c&&Hh.includes(a.tag)&&(c="merge"),c==="merge"){const r=n.props;["class","style"].forEach(o=>{a.props[o]&&r[o]&&(o==="style"&&!r[o].endsWith(";")&&(r[o]+=";"),a.props[o]=`${r[o]} ${a.props[o]}`)}),t[i].props={...r,...a.props};return}else if(a._e===n._e){n._duped=n._duped||[],a._d=`${n._d}:${n._duped.length+1}`,n._duped.push(a);return}}const l=Object.keys(a.props).length+(a.innerHTML?1:0)+(a.textContent?1:0);if(sc.includes(a.tag)&&l===0){delete t[i];return}t[i]=a});const s=[];Object.values(t).forEach(a=>{const i=a._duped;delete a._duped,s.push(a),i&&s.push(...i)}),e.tags=s}}}}function aa(e,t){function s(n){if(["s","pageTitle"].includes(n))return t.pageTitle;let l;return n.includes(".")?l=n.split(".").reduce((c,r)=>c&&c[r]||void 0,t):l=t[n],typeof l<"u"?l||"":!1}let a=e;try{a=decodeURI(e)}catch{}return(a.match(/%(\w+\.+\w+)|%(\w+)/g)||[]).sort().reverse().forEach(n=>{const l=s(n.slice(1));typeof l=="string"&&(e=e.replace(new RegExp(`\\${n}(\\W|$)`,"g"),`${l}$1`).trim())}),t.separator&&(e.endsWith(t.separator)&&(e=e.slice(0,-t.separator.length).trim()),e.startsWith(t.separator)&&(e=e.slice(t.separator.length).trim()),e=e.replace(new RegExp(`\\${t.separator}\\s*\\${t.separator}`,"g"),t.separator)),e}function Dh(){return{hooks:{"tags:resolve":e=>{var n;const{tags:t}=e,s=(n=t.find(l=>l.tag==="title"))==null?void 0:n.textContent,a=t.findIndex(l=>l.tag==="templateParams"),i=a!==-1?t[a].props:{};i.pageTitle=i.pageTitle||s||"";for(const l of t)if(["titleTemplate","title"].includes(l.tag)&&typeof l.textContent=="string")l.textContent=aa(l.textContent,i);else if(l.tag==="meta"&&typeof l.props.content=="string")l.props.content=aa(l.props.content,i);else if(l.tag==="link"&&typeof l.props.href=="string")l.props.href=aa(l.props.href,i);else if(l.tag==="script"&&["application/json","application/ld+json"].includes(l.props.type)&&typeof l.innerHTML=="string")try{l.innerHTML=JSON.stringify(JSON.parse(l.innerHTML),(c,r)=>typeof r=="string"?aa(r,i):r)}catch{}e.tags=t.filter(l=>l.tag!=="templateParams")}}}}const zh=typeof window<"u";let nc;function Bh(e){return nc=e}function Qh(){return nc}async function Vh(e,t){const s={tag:e,props:{}};return e==="templateParams"?(s.props=t,s):["title","titleTemplate"].includes(e)?(s.textContent=t instanceof Promise?await t:t,s):typeof t=="string"?["script","noscript","style"].includes(e)?(e==="script"&&(/^(https?:)?\/\//.test(t)||t.startsWith("/"))?s.props.src=t:s.innerHTML=t,s):!1:(s.props=await Yh(e,{...t}),s.props.children&&(s.props.innerHTML=s.props.children),delete s.props.children,Object.keys(s.props).filter(a=>Ph.includes(a)).forEach(a=>{(!["innerHTML","textContent"].includes(a)||tc.includes(s.tag))&&(s[a]=s.props[a]),delete s.props[a]}),["innerHTML","textContent"].forEach(a=>{if(s.tag==="script"&&typeof s[a]=="string"&&["application/ld+json","application/json"].includes(s.props.type))try{s[a]=JSON.parse(s[a])}catch{s[a]=""}typeof s[a]=="object"&&(s[a]=JSON.stringify(s[a]))}),s.props.class&&(s.props.class=Wh(s.props.class)),s.props.content&&Array.isArray(s.props.content)?s.props.content.map(a=>({...s,props:{...s.props,content:a}})):s)}function Wh(e){return typeof e=="object"&&!Array.isArray(e)&&(e=Object.keys(e).filter(t=>e[t])),(Array.isArray(e)?e.join(" "):e).split(" ").filter(t=>t.trim()).filter(Boolean).join(" ")}async function Yh(e,t){for(const s of Object.keys(t)){const a=s.startsWith("data-");t[s]instanceof Promise&&(t[s]=await t[s]),String(t[s])==="true"?t[s]=a?"true":"":String(t[s])==="false"&&(a?t[s]="false":delete t[s])}return t}const $h=10;async function Kh(e){const t=[];return Object.entries(e.resolvedInput).filter(([s,a])=>typeof a<"u"&&qh.includes(s)).forEach(([s,a])=>{const i=xh(a);t.push(...i.map(n=>Vh(s,n)).flat())}),(await Promise.all(t)).flat().filter(Boolean).map((s,a)=>(s._e=e._i,s._p=(e._i<<$h)+a,s))}function Jh(){return[Fh(),Rh(),Dh(),Mh(),Uh(),Lh(),Nh()]}function Zh(e={}){return[Sh({document:e==null?void 0:e.document,delayFn:e==null?void 0:e.domDelayFn})]}function Gh(e={}){const t=Xh({...e,plugins:[...Zh(e),...(e==null?void 0:e.plugins)||[]]});return e.experimentalHashHydration&&t.resolvedOptions.document&&(t._hash=Ih(t.resolvedOptions.document)),Bh(t),t}function Xh(e={}){let t=[],s={},a=0;const i=Gr();e!=null&&e.hooks&&i.addHooks(e.hooks),e.plugins=[...Jh(),...(e==null?void 0:e.plugins)||[]],e.plugins.forEach(c=>c.hooks&&i.addHooks(c.hooks)),e.document=e.document||(zh?document:void 0);const n=()=>i.callHook("entries:updated",l),l={resolvedOptions:e,headEntries(){return t},get hooks(){return i},use(c){c.hooks&&i.addHooks(c.hooks)},push(c,r){const o={_i:a++,input:c,_sde:{}};return r!=null&&r.mode&&(o._m=r==null?void 0:r.mode),r!=null&&r.transform&&(o._t=r==null?void 0:r.transform),t.push(o),n(),{dispose(){t=t.filter(u=>u._i!==o._i?!0:(s={...s,...u._sde||{}},u._sde={},n(),!1))},patch(u){t=t.map(m=>(m._i===o._i&&(o.input=m.input=u,n()),m))}}},async resolveTags(){const c={tags:[],entries:[...t]};await i.callHook("entries:resolve",c);for(const r of c.entries){const o=r._t||(u=>u);if(r.resolvedInput=o(r.resolvedInput||r.input),r.resolvedInput)for(const u of await Kh(r)){const m={tag:u,entry:r,resolvedOptions:l.resolvedOptions};await i.callHook("tag:normalise",m),c.tags.push(m.tag)}}return await i.callHook("tags:resolve",c),c.tags},_popSideEffectQueue(){const c={...s};return s={},c},_elMap:{}};return l.hooks.callHook("init",l),l}function ed(e){return typeof e=="function"?e():pe(e)}function va(e,t=""){if(e instanceof Promise)return e;const s=ed(e);return!e||!s?s:Array.isArray(s)?s.map(a=>va(a,t)):typeof s=="object"?Object.fromEntries(Object.entries(s).map(([a,i])=>a==="titleTemplate"||a.startsWith("on")?[a,pe(i)]:[a,va(i,a)])):s}const td=Hr.startsWith("3"),sd=typeof window<"u",lc="usehead";function an(){return Ds()&&ve(lc)||Qh()}function ad(e){return{install(s){td&&(s.config.globalProperties.$unhead=e,s.config.globalProperties.$head=e,s.provide(lc,e))}}.install}function id(e={}){const t=Gh({...e,domDelayFn:s=>setTimeout(()=>Lt(()=>s()),10),plugins:[nd(),...(e==null?void 0:e.plugins)||[]]});return t.install=ad(t),t}function nd(){return{hooks:{"entries:resolve":function(e){for(const t of e.entries)t.resolvedInput=va(t.input)}}}}function ld(e,t={}){const s=an(),a=Qe(!1),i=Qe({});Bo(()=>{i.value=a.value?{}:va(e)});const n=s.push(i.value,t);return Rt(i,c=>{n.patch(c)}),Ds()&&(Fs(()=>{n.dispose()}),gr(()=>{a.value=!0}),dr(()=>{a.value=!1})),n}function rd(e,t={}){return an().push(e,t)}function cd(e,t={}){var a;const s=an();if(s){const i=sd||!!((a=s.resolvedOptions)!=null&&a.document);return t.mode==="server"&&i||t.mode==="client"&&!i?void 0:i?ld(e,t):rd(e,t)}}const od={meta:[{charset:"utf-8"},{name:"viewport",content:"width=device-width, initial-scale=1"},{hid:"description",name:"description",content:"A news site developed with Nuxt."}],link:[],style:[],script:[],noscript:[],title:"The Daily Broadcast",htmlAttrs:{lang:"en"}},vi=!1,ud=!1,md="__nuxt",hd=!0;function nl(e,t={}){const s=dd(e,t),a=we(),i=a._payloadCache=a._payloadCache||{};return i[s]||(i[s]=rc(s).then(n=>n||(delete i[s],null))),i[s]}const ll="json";function dd(e,t={}){const s=new URL(e,"http://localhost");if(s.search)throw new Error("Payload URL cannot contain search params: "+e);if(s.host!=="localhost"||os(s.pathname,{acceptRelative:!0}))throw new Error("Payload URL must not include hostname: "+e);const a=t.hash||(t.fresh?Date.now():"");return zs(sn().app.baseURL,s.pathname,a?`_payload.${a}.${ll}`:`_payload.${ll}`)}async function rc(e){try{return hd?cc(await fetch(e).then(t=>t.text())):await ec(()=>import(e),[],import.meta.url).then(t=>t.default||t)}catch(t){console.warn("[nuxt] Cannot load payload ",e,t)}return null}function gd(){return!!we().payload.prerenderedAt}let ia=null;async function pd(){if(ia)return ia;const e=document.getElementById("__NUXT_DATA__");if(!e)return{};const t=cc(e.textContent||""),s=e.dataset.src?await rc(e.dataset.src):void 0;return ia={...t,...s,...window.__NUXT__},ia}function cc(e){return wh(e,we()._payloadRevivers)}function fd(e,t){we()._payloadRevivers[e]=t}function Ja(e){return e!==null&&typeof e=="object"}function wi(e,t,s=".",a){if(!Ja(t))return wi(e,{},s,a);const i=Object.assign({},t);for(const n in e){if(n==="__proto__"||n==="constructor")continue;const l=e[n];l!=null&&(a&&a(i,n,l,s)||(Array.isArray(l)&&Array.isArray(i[n])?i[n]=[...l,...i[n]]:Ja(l)&&Ja(i[n])?i[n]=wi(l,i[n],(s?`${s}.`:"")+n.toString(),a):i[n]=l))}return i}function bd(e){return(...t)=>t.reduce((s,a)=>wi(s,a,"",e),{})}const _d=bd();class ji extends Error{constructor(){super(...arguments),this.statusCode=500,this.fatal=!1,this.unhandled=!1,this.statusMessage=void 0}toJSON(){const t={message:this.message,statusCode:qi(this.statusCode,500)};return this.statusMessage&&(t.statusMessage=oc(this.statusMessage)),this.data!==void 0&&(t.data=this.data),t}}ji.__h3_error__=!0;function xi(e){if(typeof e=="string")return new ji(e);if(yd(e))return e;const t=new ji(e.message??e.statusMessage,e.cause?{cause:e.cause}:void 0);if("stack"in e)try{Object.defineProperty(t,"stack",{get(){return e.stack}})}catch{try{t.stack=e.stack}catch{}}if(e.data&&(t.data=e.data),e.statusCode?t.statusCode=qi(e.statusCode,t.statusCode):e.status&&(t.statusCode=qi(e.status,t.statusCode)),e.statusMessage?t.statusMessage=e.statusMessage:e.statusText&&(t.statusMessage=e.statusText),t.statusMessage){const s=t.statusMessage;oc(t.statusMessage)!==s&&console.warn("[h3] Please prefer using `message` for longer error messages instead of `statusMessage`. In the future `statusMessage` will be sanitized by default.")}return e.fatal!==void 0&&(t.fatal=e.fatal),e.unhandled!==void 0&&(t.unhandled=e.unhandled),t}function yd(e){var t;return((t=e==null?void 0:e.constructor)==null?void 0:t.__h3_error__)===!0}const vd=/[^\u0009\u0020-\u007E]/g;function oc(e=""){return e.replace(vd,"")}function qi(e,t=200){return!e||(typeof e=="string"&&(e=Number.parseInt(e,10)),e<100||e>999)?t:e}function wd(...e){const t=typeof e[e.length-1]=="string"?e.pop():void 0;typeof e[0]!="string"&&e.unshift(t);const[s,a]=e;if(!s||typeof s!="string")throw new TypeError("[nuxt] [useState] key must be a string: "+s);if(a!==void 0&&typeof a!="function")throw new Error("[nuxt] [useState] init must be a function: "+a);const i="$s"+s,n=we(),l=er(n.payload.state,i);if(l.value===void 0&&a){const c=a();if(Ee(c))return n.payload.state[i]=c,c;l.value=c}return l}const kt=()=>{var e;return(e=we())==null?void 0:e.$router},us=()=>kr()?ve("_route",we()._route):we()._route,jd=e=>e,xd=()=>{try{if(we()._processingMiddleware)return!0}catch{return!0}return!1},uc=(e,t)=>{e||(e="/");const s=typeof e=="string"?e:e.path||"/",a=(t==null?void 0:t.external)||os(s,{acceptRelative:!0});if(a&&!(t!=null&&t.external))throw new Error("Navigating to external URL is not allowed by default. Use `navigateTo (url, { external: true })`.");if(a&&Bs(s).protocol==="script:")throw new Error("Cannot navigate to an URL with script protocol.");const i=xd();if(!a&&i)return e;const n=kt();return a?(t!=null&&t.replace?location.replace(s):location.href=s,Promise.resolve()):t!=null&&t.replace?n.replace(e):n.push(e)},Ta=()=>er(we().payload,"error"),Qt=e=>{const t=nn(e);try{const s=we(),a=Ta();s.hooks.callHook("app:error",t),a.value=a.value||t}catch{throw t}return t},qd=async(e={})=>{const t=we(),s=Ta();t.callHook("app:error:cleared",e),e.redirect&&await kt().replace(e.redirect),s.value=null},kd=e=>!!(e&&typeof e=="object"&&"__nuxt_error"in e),nn=e=>{const t=xi(e);return t.__nuxt_error=!0,t},rl={NuxtError:e=>nn(e),EmptyShallowRef:e=>Ss(e==="_"?void 0:JSON.parse(e)),EmptyRef:e=>Qe(e==="_"?void 0:JSON.parse(e)),ShallowRef:e=>Ss(e),ShallowReactive:e=>Wl(e),Ref:e=>Qe(e),Reactive:e=>Ge(e)},Pd=dt({name:"nuxt:revive-payload:client",order:-30,async setup(e){let t,s;for(const a in rl)fd(a,rl[a]);Object.assign(e.payload,([t,s]=_a(()=>e.runWithContext(pd)),t=await t,s(),t)),window.__NUXT__=e.payload}},1),Ed=dt({name:"nuxt:global-components"}),Ad=dt({name:"nuxt:head",setup(e){const s=id();s.push(od),e.vueApp.use(s);{let a=!0;const i=()=>{a=!1,s.hooks.callHook("entries:updated",s)};s.hooks.hook("dom:beforeRender",n=>{n.shouldRender=!a}),e.hooks.hook("page:start",()=>{a=!0}),e.hooks.hook("page:finish",i),e.hooks.hook("app:suspense:resolve",i)}}});/*! +function Ti(e,t){const s=Object.create(null),a=e.split(",");for(let i=0;i!!s[i.toLowerCase()]:i=>!!s[i]}const fe={},Wt=[],Ze=()=>{},Mc=()=>!1,Nc=/^on[^a-z]/,Us=e=>Nc.test(e),Ri=e=>e.startsWith("onUpdate:"),ke=Object.assign,Mi=(e,t)=>{const s=e.indexOf(t);s>-1&&e.splice(s,1)},Oc=Object.prototype.hasOwnProperty,ie=(e,t)=>Oc.call(e,t),G=Array.isArray,Yt=e=>Ls(e)==="[object Map]",Rl=e=>Ls(e)==="[object Set]",Uc=e=>Ls(e)==="[object RegExp]",ee=e=>typeof e=="function",be=e=>typeof e=="string",Ni=e=>typeof e=="symbol",ge=e=>e!==null&&typeof e=="object",Ml=e=>ge(e)&&ee(e.then)&&ee(e.catch),Nl=Object.prototype.toString,Ls=e=>Nl.call(e),Lc=e=>Ls(e).slice(8,-1),Ol=e=>Ls(e)==="[object Object]",Oi=e=>be(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,vs=Ti(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),qa=e=>{const t=Object.create(null);return s=>t[s]||(t[s]=e(s))},Hc=/-(\w)/g,rt=qa(e=>e.replace(Hc,(t,s)=>s?s.toUpperCase():"")),Fc=/\B([A-Z])/g,is=qa(e=>e.replace(Fc,"-$1").toLowerCase()),ka=qa(e=>e.charAt(0).toUpperCase()+e.slice(1)),Ha=qa(e=>e?`on${ka(e)}`:""),Cs=(e,t)=>!Object.is(e,t),ws=(e,t)=>{for(let s=0;s{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:s})},Dc=e=>{const t=parseFloat(e);return isNaN(t)?e:t},Ul=e=>{const t=be(e)?Number(e):NaN;return isNaN(t)?e:t};let pn;const ii=()=>pn||(pn=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function Pa(e){if(G(e)){const t={};for(let s=0;s{if(s){const a=s.split(Bc);a.length>1&&(t[a[0].trim()]=a[1].trim())}}),t}function E(e){let t="";if(be(e))t=e;else if(G(e))for(let s=0;sbe(e)?e:e==null?"":G(e)||ge(e)&&(e.toString===Nl||!ee(e.toString))?JSON.stringify(e,Hl,2):String(e),Hl=(e,t)=>t&&t.__v_isRef?Hl(e,t.value):Yt(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((s,[a,i])=>(s[`${a} =>`]=i,s),{})}:Rl(t)?{[`Set(${t.size})`]:[...t.values()]}:ge(t)&&!G(t)&&!Ol(t)?String(t):t;let $e;class $c{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this.parent=$e,!t&&$e&&(this.index=($e.scopes||($e.scopes=[])).push(this)-1)}get active(){return this._active}run(t){if(this._active){const s=$e;try{return $e=this,t()}finally{$e=s}}}on(){$e=this}off(){$e=this.parent}stop(t){if(this._active){let s,a;for(s=0,a=this.effects.length;s{const t=new Set(e);return t.w=0,t.n=0,t},Fl=e=>(e.w&kt)>0,Dl=e=>(e.n&kt)>0,Zc=({deps:e})=>{if(e.length)for(let t=0;t{const{deps:t}=e;if(t.length){let s=0;for(let a=0;a{(u==="length"||u>=r)&&c.push(o)})}else switch(s!==void 0&&c.push(l.get(s)),t){case"add":G(e)?Oi(s)&&c.push(l.get("length")):(c.push(l.get(Rt)),Yt(e)&&c.push(l.get(li)));break;case"delete":G(e)||(c.push(l.get(Rt)),Yt(e)&&c.push(l.get(li)));break;case"set":Yt(e)&&c.push(l.get(Rt));break}if(c.length===1)c[0]&&ri(c[0]);else{const r=[];for(const o of c)o&&r.push(...o);ri(Ui(r))}}function ri(e,t){const s=G(e)?e:[...e];for(const a of s)a.computed&&bn(a);for(const a of s)a.computed||bn(a)}function bn(e,t){(e!==Ke||e.allowRecurse)&&(e.scheduler?e.scheduler():e.run())}function Xc(e,t){var s;return(s=ma.get(e))==null?void 0:s.get(t)}const eo=Ti("__proto__,__v_isRef,__isVue"),Ql=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(Ni)),to=Hi(),so=Hi(!1,!0),ao=Hi(!0),_n=io();function io(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...s){const a=le(this);for(let n=0,l=this.length;n{e[t]=function(...s){ns();const a=le(this)[t].apply(this,s);return ls(),a}}),e}function no(e){const t=le(this);return He(t,"has",e),t.hasOwnProperty(e)}function Hi(e=!1,t=!1){return function(a,i,n){if(i==="__v_isReactive")return!e;if(i==="__v_isReadonly")return e;if(i==="__v_isShallow")return t;if(i==="__v_raw"&&n===(e?t?jo:Kl:t?$l:Yl).get(a))return a;const l=G(a);if(!e){if(l&&ie(_n,i))return Reflect.get(_n,i,n);if(i==="hasOwnProperty")return no}const c=Reflect.get(a,i,n);return(Ni(i)?Ql.has(i):eo(i))||(e||He(a,"get",i),t)?c:Ee(c)?l&&Oi(i)?c:c.value:ge(c)?e?Zl(c):Xe(c):c}}const lo=Vl(),ro=Vl(!0);function Vl(e=!1){return function(s,a,i,n){let l=s[a];if(Lt(l)&&Ee(l)&&!Ee(i))return!1;if(!e&&(!ha(i)&&!Lt(i)&&(l=le(l),i=le(i)),!G(s)&&Ee(l)&&!Ee(i)))return l.value=i,!0;const c=G(s)&&Oi(a)?Number(a)e,Ea=e=>Reflect.getPrototypeOf(e);function Ys(e,t,s=!1,a=!1){e=e.__v_raw;const i=le(e),n=le(t);s||(t!==n&&He(i,"get",t),He(i,"get",n));const{has:l}=Ea(i),c=a?Fi:s?Bi:Ss;if(l.call(i,t))return c(e.get(t));if(l.call(i,n))return c(e.get(n));e!==i&&e.get(t)}function $s(e,t=!1){const s=this.__v_raw,a=le(s),i=le(e);return t||(e!==i&&He(a,"has",e),He(a,"has",i)),e===i?s.has(e):s.has(e)||s.has(i)}function Ks(e,t=!1){return e=e.__v_raw,!t&&He(le(e),"iterate",Rt),Reflect.get(e,"size",e)}function yn(e){e=le(e);const t=le(this);return Ea(t).has.call(t,e)||(t.add(e),mt(t,"add",e,e)),this}function vn(e,t){t=le(t);const s=le(this),{has:a,get:i}=Ea(s);let n=a.call(s,e);n||(e=le(e),n=a.call(s,e));const l=i.call(s,e);return s.set(e,t),n?Cs(t,l)&&mt(s,"set",e,t):mt(s,"add",e,t),this}function wn(e){const t=le(this),{has:s,get:a}=Ea(t);let i=s.call(t,e);i||(e=le(e),i=s.call(t,e)),a&&a.call(t,e);const n=t.delete(e);return i&&mt(t,"delete",e,void 0),n}function jn(){const e=le(this),t=e.size!==0,s=e.clear();return t&&mt(e,"clear",void 0,void 0),s}function Js(e,t){return function(a,i){const n=this,l=n.__v_raw,c=le(l),r=t?Fi:e?Bi:Ss;return!e&&He(c,"iterate",Rt),l.forEach((o,u)=>a.call(i,r(o),r(u),n))}}function Zs(e,t,s){return function(...a){const i=this.__v_raw,n=le(i),l=Yt(n),c=e==="entries"||e===Symbol.iterator&&l,r=e==="keys"&&l,o=i[e](...a),u=s?Fi:t?Bi:Ss;return!t&&He(n,"iterate",r?li:Rt),{next(){const{value:m,done:d}=o.next();return d?{value:m,done:d}:{value:c?[u(m[0]),u(m[1])]:u(m),done:d}},[Symbol.iterator](){return this}}}}function ft(e){return function(...t){return e==="delete"?!1:this}}function go(){const e={get(n){return Ys(this,n)},get size(){return Ks(this)},has:$s,add:yn,set:vn,delete:wn,clear:jn,forEach:Js(!1,!1)},t={get(n){return Ys(this,n,!1,!0)},get size(){return Ks(this)},has:$s,add:yn,set:vn,delete:wn,clear:jn,forEach:Js(!1,!0)},s={get(n){return Ys(this,n,!0)},get size(){return Ks(this,!0)},has(n){return $s.call(this,n,!0)},add:ft("add"),set:ft("set"),delete:ft("delete"),clear:ft("clear"),forEach:Js(!0,!1)},a={get(n){return Ys(this,n,!0,!0)},get size(){return Ks(this,!0)},has(n){return $s.call(this,n,!0)},add:ft("add"),set:ft("set"),delete:ft("delete"),clear:ft("clear"),forEach:Js(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(n=>{e[n]=Zs(n,!1,!1),s[n]=Zs(n,!0,!1),t[n]=Zs(n,!1,!0),a[n]=Zs(n,!0,!0)}),[e,s,t,a]}const[po,fo,bo,_o]=go();function Di(e,t){const s=t?e?_o:bo:e?fo:po;return(a,i,n)=>i==="__v_isReactive"?!e:i==="__v_isReadonly"?e:i==="__v_raw"?a:Reflect.get(ie(s,i)&&i in a?s:a,i,n)}const yo={get:Di(!1,!1)},vo={get:Di(!1,!0)},wo={get:Di(!0,!1)},Yl=new WeakMap,$l=new WeakMap,Kl=new WeakMap,jo=new WeakMap;function xo(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function qo(e){return e.__v_skip||!Object.isExtensible(e)?0:xo(Lc(e))}function Xe(e){return Lt(e)?e:zi(e,!1,Wl,yo,Yl)}function Jl(e){return zi(e,!1,ho,vo,$l)}function Zl(e){return zi(e,!0,mo,wo,Kl)}function zi(e,t,s,a,i){if(!ge(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const n=i.get(e);if(n)return n;const l=qo(e);if(l===0)return e;const c=new Proxy(e,l===2?a:s);return i.set(e,c),c}function $t(e){return Lt(e)?$t(e.__v_raw):!!(e&&e.__v_isReactive)}function Lt(e){return!!(e&&e.__v_isReadonly)}function ha(e){return!!(e&&e.__v_isShallow)}function Gl(e){return $t(e)||Lt(e)}function le(e){const t=e&&e.__v_raw;return t?le(t):e}function Xl(e){return ua(e,"__v_skip",!0),e}const Ss=e=>ge(e)?Xe(e):e,Bi=e=>ge(e)?Zl(e):e;function er(e){xt&&Ke&&(e=le(e),Bl(e.dep||(e.dep=Ui())))}function tr(e,t){e=le(e);const s=e.dep;s&&ri(s)}function Ee(e){return!!(e&&e.__v_isRef===!0)}function Ve(e){return sr(e,!1)}function Is(e){return sr(e,!0)}function sr(e,t){return Ee(e)?e:new ko(e,t)}class ko{constructor(t,s){this.__v_isShallow=s,this.dep=void 0,this.__v_isRef=!0,this._rawValue=s?t:le(t),this._value=s?t:Ss(t)}get value(){return er(this),this._value}set value(t){const s=this.__v_isShallow||ha(t)||Lt(t);t=s?t:le(t),Cs(t,this._rawValue)&&(this._rawValue=t,this._value=s?t:Ss(t),tr(this))}}function pe(e){return Ee(e)?e.value:e}const Po={get:(e,t,s)=>pe(Reflect.get(e,t,s)),set:(e,t,s,a)=>{const i=e[t];return Ee(i)&&!Ee(s)?(i.value=s,!0):Reflect.set(e,t,s,a)}};function ar(e){return $t(e)?e:new Proxy(e,Po)}class Eo{constructor(t,s,a){this._object=t,this._key=s,this._defaultValue=a,this.__v_isRef=!0}get value(){const t=this._object[this._key];return t===void 0?this._defaultValue:t}set value(t){this._object[this._key]=t}get dep(){return Xc(le(this._object),this._key)}}class Ao{constructor(t){this._getter=t,this.__v_isRef=!0,this.__v_isReadonly=!0}get value(){return this._getter()}}function ir(e,t,s){return Ee(e)?e:ee(e)?new Ao(e):ge(e)&&arguments.length>1?Co(e,t,s):Ve(e)}function Co(e,t,s){const a=e[t];return Ee(a)?a:new Eo(e,t,s)}class So{constructor(t,s,a,i){this._setter=s,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this._dirty=!0,this.effect=new Li(t,()=>{this._dirty||(this._dirty=!0,tr(this))}),this.effect.computed=this,this.effect.active=this._cacheable=!i,this.__v_isReadonly=a}get value(){const t=le(this);return er(t),(t._dirty||!t._cacheable)&&(t._dirty=!1,t._value=t.effect.run()),t._value}set value(t){this._setter(t)}}function Io(e,t,s=!1){let a,i;const n=ee(e);return n?(a=e,i=Ze):(a=e.get,i=e.set),new So(a,i,n||!i,s)}function qt(e,t,s,a){let i;try{i=a?e(...a):e()}catch(n){rs(n,t,s)}return i}function We(e,t,s,a){if(ee(e)){const n=qt(e,t,s,a);return n&&Ml(n)&&n.catch(l=>{rs(l,t,s)}),n}const i=[];for(let n=0;n>>1;Rs(Te[a])lt&&Te.splice(t,1)}function rr(e){G(e)?Kt.push(...e):(!ut||!ut.includes(e,e.allowRecurse?St+1:St))&&Kt.push(e),lr()}function xn(e,t=Ts?lt+1:0){for(;tRs(s)-Rs(a)),St=0;Ste.id==null?1/0:e.id,No=(e,t)=>{const s=Rs(e)-Rs(t);if(s===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return s};function cr(e){ci=!1,Ts=!0,Te.sort(No);const t=Ze;try{for(lt=0;ltbe(_)?_.trim():_)),m&&(i=s.map(Dc))}let c,r=a[c=Ha(t)]||a[c=Ha(rt(t))];!r&&n&&(r=a[c=Ha(is(t))]),r&&We(r,e,6,i);const o=a[c+"Once"];if(o){if(!e.emitted)e.emitted={};else if(e.emitted[c])return;e.emitted[c]=!0,We(o,e,6,i)}}function or(e,t,s=!1){const a=t.emitsCache,i=a.get(e);if(i!==void 0)return i;const n=e.emits;let l={},c=!1;if(!ee(e)){const r=o=>{const u=or(o,t,!0);u&&(c=!0,ke(l,u))};!s&&t.mixins.length&&t.mixins.forEach(r),e.extends&&r(e.extends),e.mixins&&e.mixins.forEach(r)}return!n&&!c?(ge(e)&&a.set(e,null),null):(G(n)?n.forEach(r=>l[r]=null):ke(l,n),ge(e)&&a.set(e,l),l)}function Ca(e,t){return!e||!Us(t)?!1:(t=t.slice(2).replace(/Once$/,""),ie(e,t[0].toLowerCase()+t.slice(1))||ie(e,is(t))||ie(e,t))}let Ae=null,Sa=null;function ga(e){const t=Ae;return Ae=e,Sa=e&&e.type.__scopeId||null,t}function Ey(e){Sa=e}function Ay(){Sa=null}function et(e,t=Ae,s){if(!t||e._n)return e;const a=(...i)=>{a._d&&Un(-1);const n=ga(t);let l;try{l=e(...i)}finally{ga(n),a._d&&Un(1)}return l};return a._n=!0,a._c=!0,a._d=!0,a}function Fa(e){const{type:t,vnode:s,proxy:a,withProxy:i,props:n,propsOptions:[l],slots:c,attrs:r,emit:o,render:u,renderCache:m,data:d,setupState:_,ctx:f,inheritAttrs:w}=e;let R,b;const p=ga(e);try{if(s.shapeFlag&4){const v=i||a;R=Be(u.call(v,v,m,n,_,d,f)),b=r}else{const v=t;R=Be(v.length>1?v(n,{attrs:r,slots:c,emit:o}):v(n,null)),b=t.props?r:Lo(r)}}catch(v){qs.length=0,rs(v,e,1),R=Q(Ne)}let q=R;if(b&&w!==!1){const v=Object.keys(b),{shapeFlag:C}=q;v.length&&C&7&&(l&&v.some(Ri)&&(b=Ho(b,l)),q=ht(q,b))}return s.dirs&&(q=ht(q),q.dirs=q.dirs?q.dirs.concat(s.dirs):s.dirs),s.transition&&(q.transition=s.transition),R=q,ga(p),R}function Uo(e){let t;for(let s=0;s{let t;for(const s in e)(s==="class"||s==="style"||Us(s))&&((t||(t={}))[s]=e[s]);return t},Ho=(e,t)=>{const s={};for(const a in e)(!Ri(a)||!(a.slice(9)in t))&&(s[a]=e[a]);return s};function Fo(e,t,s){const{props:a,children:i,component:n}=e,{props:l,children:c,patchFlag:r}=t,o=n.emitsOptions;if(t.dirs||t.transition)return!0;if(s&&r>=0){if(r&1024)return!0;if(r&16)return a?qn(a,l,o):!!l;if(r&8){const u=t.dynamicProps;for(let m=0;me.__isSuspense,Do={name:"Suspense",__isSuspense:!0,process(e,t,s,a,i,n,l,c,r,o){e==null?zo(t,s,a,i,n,l,c,r,o):Bo(e,t,s,a,i,l,c,r,o)},hydrate:Qo,create:Wi,normalize:Vo},mr=Do;function Ms(e,t){const s=e.props&&e.props[t];ee(s)&&s()}function zo(e,t,s,a,i,n,l,c,r){const{p:o,o:{createElement:u}}=r,m=u("div"),d=e.suspense=Wi(e,i,a,t,m,s,n,l,c,r);o(null,d.pendingBranch=e.ssContent,m,null,a,d,n,l),d.deps>0?(Ms(e,"onPending"),Ms(e,"onFallback"),o(null,e.ssFallback,t,s,a,null,n,l),Jt(d,e.ssFallback)):d.resolve(!1,!0)}function Bo(e,t,s,a,i,n,l,c,{p:r,um:o,o:{createElement:u}}){const m=t.suspense=e.suspense;m.vnode=t,t.el=e.el;const d=t.ssContent,_=t.ssFallback,{activeBranch:f,pendingBranch:w,isInFallback:R,isHydrating:b}=m;if(w)m.pendingBranch=d,Je(d,w)?(r(w,d,m.hiddenContainer,null,i,m,n,l,c),m.deps<=0?m.resolve():R&&(r(f,_,s,a,i,null,n,l,c),Jt(m,_))):(m.pendingId++,b?(m.isHydrating=!1,m.activeBranch=w):o(w,i,m),m.deps=0,m.effects.length=0,m.hiddenContainer=u("div"),R?(r(null,d,m.hiddenContainer,null,i,m,n,l,c),m.deps<=0?m.resolve():(r(f,_,s,a,i,null,n,l,c),Jt(m,_))):f&&Je(d,f)?(r(f,d,s,a,i,m,n,l,c),m.resolve(!0)):(r(null,d,m.hiddenContainer,null,i,m,n,l,c),m.deps<=0&&m.resolve()));else if(f&&Je(d,f))r(f,d,s,a,i,m,n,l,c),Jt(m,d);else if(Ms(t,"onPending"),m.pendingBranch=d,m.pendingId++,r(null,d,m.hiddenContainer,null,i,m,n,l,c),m.deps<=0)m.resolve();else{const{timeout:p,pendingId:q}=m;p>0?setTimeout(()=>{m.pendingId===q&&m.fallback(_)},p):p===0&&m.fallback(_)}}function Wi(e,t,s,a,i,n,l,c,r,o,u=!1){const{p:m,m:d,um:_,n:f,o:{parentNode:w,remove:R}}=o;let b;const p=Wo(e);p&&t!=null&&t.pendingBranch&&(b=t.pendingId,t.deps++);const q=e.props?Ul(e.props.timeout):void 0,v={vnode:e,parent:t,parentComponent:s,isSVG:l,container:a,hiddenContainer:i,anchor:n,deps:0,pendingId:0,timeout:typeof q=="number"?q:-1,activeBranch:null,pendingBranch:null,isInFallback:!0,isHydrating:u,isUnmounted:!1,effects:[],resolve(C=!1,O=!1){const{vnode:M,activeBranch:x,pendingBranch:F,pendingId:W,effects:Z,parentComponent:z,container:X}=v;if(v.isHydrating)v.isHydrating=!1;else if(!C){const ae=x&&F.transition&&F.transition.mode==="out-in";ae&&(x.transition.afterLeave=()=>{W===v.pendingId&&d(F,X,ce,0)});let{anchor:ce}=v;x&&(ce=f(x),_(x,z,v,!0)),ae||d(F,X,ce,0)}Jt(v,F),v.pendingBranch=null,v.isInFallback=!1;let V=v.parent,je=!1;for(;V;){if(V.pendingBranch){V.effects.push(...Z),je=!0;break}V=V.parent}je||rr(Z),v.effects=[],p&&t&&t.pendingBranch&&b===t.pendingId&&(t.deps--,t.deps===0&&!O&&t.resolve()),Ms(M,"onResolve")},fallback(C){if(!v.pendingBranch)return;const{vnode:O,activeBranch:M,parentComponent:x,container:F,isSVG:W}=v;Ms(O,"onFallback");const Z=f(M),z=()=>{v.isInFallback&&(m(null,C,F,Z,x,null,W,c,r),Jt(v,C))},X=C.transition&&C.transition.mode==="out-in";X&&(M.transition.afterLeave=z),v.isInFallback=!0,_(M,x,null,!0),X||z()},move(C,O,M){v.activeBranch&&d(v.activeBranch,C,O,M),v.container=C},next(){return v.activeBranch&&f(v.activeBranch)},registerDep(C,O){const M=!!v.pendingBranch;M&&v.deps++;const x=C.vnode.el;C.asyncDep.catch(F=>{rs(F,C,0)}).then(F=>{if(C.isUnmounted||v.isUnmounted||v.pendingId!==C.suspenseId)return;C.asyncResolved=!0;const{vnode:W}=C;pi(C,F,!1),x&&(W.el=x);const Z=!x&&C.subTree.el;O(C,W,w(x||C.subTree.el),x?null:f(C.subTree),v,l,r),Z&&R(Z),Vi(C,W.el),M&&--v.deps===0&&v.resolve()})},unmount(C,O){v.isUnmounted=!0,v.activeBranch&&_(v.activeBranch,s,C,O),v.pendingBranch&&_(v.pendingBranch,s,C,O)}};return v}function Qo(e,t,s,a,i,n,l,c,r){const o=t.suspense=Wi(t,a,s,e.parentNode,document.createElement("div"),null,i,n,l,c,!0),u=r(e,o.pendingBranch=t.ssContent,s,o,n,l);return o.deps===0&&o.resolve(!1,!0),u}function Vo(e){const{shapeFlag:t,children:s}=e,a=t&32;e.ssContent=kn(a?s.default:s),e.ssFallback=a?kn(s.fallback):Q(Ne)}function kn(e){let t;if(ee(e)){const s=Gt&&e._c;s&&(e._d=!1,T()),e=e(),s&&(e._d=!0,t=Qe,Lr())}return G(e)&&(e=Uo(e)),e=Be(e),t&&!e.dynamicChildren&&(e.dynamicChildren=t.filter(s=>s!==e)),e}function hr(e,t){t&&t.pendingBranch?G(e)?t.effects.push(...e):t.effects.push(e):rr(e)}function Jt(e,t){e.activeBranch=t;const{vnode:s,parentComponent:a}=e,i=s.el=t.el;a&&a.subTree===s&&(a.vnode.el=i,Vi(a,i))}function Wo(e){var t;return((t=e.props)==null?void 0:t.suspensible)!=null&&e.props.suspensible!==!1}function Yo(e,t){return Yi(e,null,t)}const Gs={};function Mt(e,t,s){return Yi(e,t,s)}function Yi(e,t,{immediate:s,deep:a,flush:i,onTrack:n,onTrigger:l}=fe){var c;const r=Jc()===((c=qe)==null?void 0:c.scope)?qe:null;let o,u=!1,m=!1;if(Ee(e)?(o=()=>e.value,u=ha(e)):$t(e)?(o=()=>e,a=!0):G(e)?(m=!0,u=e.some(v=>$t(v)||ha(v)),o=()=>e.map(v=>{if(Ee(v))return v.value;if($t(v))return Tt(v);if(ee(v))return qt(v,r,2)})):ee(e)?t?o=()=>qt(e,r,2):o=()=>{if(!(r&&r.isUnmounted))return d&&d(),We(e,r,3,[_])}:o=Ze,t&&a){const v=o;o=()=>Tt(v())}let d,_=v=>{d=p.onStop=()=>{qt(v,r,4)}},f;if(ts)if(_=Ze,t?s&&We(t,r,3,[o(),m?[]:void 0,_]):o(),i==="sync"){const v=Fu();f=v.__watcherHandles||(v.__watcherHandles=[])}else return Ze;let w=m?new Array(e.length).fill(Gs):Gs;const R=()=>{if(p.active)if(t){const v=p.run();(a||u||(m?v.some((C,O)=>Cs(C,w[O])):Cs(v,w)))&&(d&&d(),We(t,r,3,[v,w===Gs?void 0:m&&w[0]===Gs?[]:w,_]),w=v)}else p.run()};R.allowRecurse=!!t;let b;i==="sync"?b=R:i==="post"?b=()=>Se(R,r&&r.suspense):(R.pre=!0,r&&(R.id=r.uid),b=()=>Aa(R));const p=new Li(o,b);t?s?R():w=p.run():i==="post"?Se(p.run.bind(p),r&&r.suspense):p.run();const q=()=>{p.stop(),r&&r.scope&&Mi(r.scope.effects,p)};return f&&f.push(q),q}function $o(e,t,s){const a=this.proxy,i=be(e)?e.includes(".")?dr(a,e):()=>a[e]:e.bind(a,a);let n;ee(t)?n=t:(n=t.handler,s=t);const l=qe;es(this);const c=Yi(i,n.bind(a),s);return l?es(l):Ut(),c}function dr(e,t){const s=t.split(".");return()=>{let a=e;for(let i=0;i{Tt(s,t)});else if(Ol(e))for(const s in e)Tt(e[s],t);return e}function $i(e,t){const s=Ae;if(s===null)return e;const a=Ra(s)||s.proxy,i=e.dirs||(e.dirs=[]);for(let n=0;n{e.isMounted=!0}),Ds(()=>{e.isUnmounting=!0}),e}const ze=[Function,Array],gr={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:ze,onEnter:ze,onAfterEnter:ze,onEnterCancelled:ze,onBeforeLeave:ze,onLeave:ze,onAfterLeave:ze,onLeaveCancelled:ze,onBeforeAppear:ze,onAppear:ze,onAfterAppear:ze,onAppearCancelled:ze},Jo={name:"BaseTransition",props:gr,setup(e,{slots:t}){const s=zs(),a=Ko();let i;return()=>{const n=t.default&&fr(t.default(),!0);if(!n||!n.length)return;let l=n[0];if(n.length>1){for(const w of n)if(w.type!==Ne){l=w;break}}const c=le(e),{mode:r}=c;if(a.isLeaving)return Da(l);const o=Pn(l);if(!o)return Da(l);const u=oi(o,c,a,s);pa(o,u);const m=s.subTree,d=m&&Pn(m);let _=!1;const{getTransitionKey:f}=o.type;if(f){const w=f();i===void 0?i=w:w!==i&&(i=w,_=!0)}if(d&&d.type!==Ne&&(!Je(o,d)||_)){const w=oi(d,c,a,s);if(pa(d,w),r==="out-in")return a.isLeaving=!0,w.afterLeave=()=>{a.isLeaving=!1,s.update.active!==!1&&s.update()},Da(l);r==="in-out"&&o.type!==Ne&&(w.delayLeave=(R,b,p)=>{const q=pr(a,d);q[String(d.key)]=d,R._leaveCb=()=>{b(),R._leaveCb=void 0,delete u.delayedLeave},u.delayedLeave=p})}return l}}},Zo=Jo;function pr(e,t){const{leavingVNodes:s}=e;let a=s.get(t.type);return a||(a=Object.create(null),s.set(t.type,a)),a}function oi(e,t,s,a){const{appear:i,mode:n,persisted:l=!1,onBeforeEnter:c,onEnter:r,onAfterEnter:o,onEnterCancelled:u,onBeforeLeave:m,onLeave:d,onAfterLeave:_,onLeaveCancelled:f,onBeforeAppear:w,onAppear:R,onAfterAppear:b,onAppearCancelled:p}=t,q=String(e.key),v=pr(s,e),C=(x,F)=>{x&&We(x,a,9,F)},O=(x,F)=>{const W=F[1];C(x,F),G(x)?x.every(Z=>Z.length<=1)&&W():x.length<=1&&W()},M={mode:n,persisted:l,beforeEnter(x){let F=c;if(!s.isMounted)if(i)F=w||c;else return;x._leaveCb&&x._leaveCb(!0);const W=v[q];W&&Je(e,W)&&W.el._leaveCb&&W.el._leaveCb(),C(F,[x])},enter(x){let F=r,W=o,Z=u;if(!s.isMounted)if(i)F=R||r,W=b||o,Z=p||u;else return;let z=!1;const X=x._enterCb=V=>{z||(z=!0,V?C(Z,[x]):C(W,[x]),M.delayedLeave&&M.delayedLeave(),x._enterCb=void 0)};F?O(F,[x,X]):X()},leave(x,F){const W=String(e.key);if(x._enterCb&&x._enterCb(!0),s.isUnmounting)return F();C(m,[x]);let Z=!1;const z=x._leaveCb=X=>{Z||(Z=!0,F(),X?C(f,[x]):C(_,[x]),x._leaveCb=void 0,v[W]===e&&delete v[W])};v[W]=e,d?O(d,[x,z]):z()},clone(x){return oi(x,t,s,a)}};return M}function Da(e){if(Hs(e))return e=ht(e),e.children=null,e}function Pn(e){return Hs(e)?e.children?e.children[0]:void 0:e}function pa(e,t){e.shapeFlag&6&&e.component?pa(e.component.subTree,t):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function fr(e,t=!1,s){let a=[],i=0;for(let n=0;n1)for(let n=0;nke({name:e.name},t,{setup:e}))():e}const Nt=e=>!!e.type.__asyncLoader;function Go(e){ee(e)&&(e={loader:e});const{loader:t,loadingComponent:s,errorComponent:a,delay:i=200,timeout:n,suspensible:l=!0,onError:c}=e;let r=null,o,u=0;const m=()=>(u++,r=null,d()),d=()=>{let _;return r||(_=r=t().catch(f=>{if(f=f instanceof Error?f:new Error(String(f)),c)return new Promise((w,R)=>{c(f,()=>w(m()),()=>R(f),u+1)});throw f}).then(f=>_!==r&&r?r:(f&&(f.__esModule||f[Symbol.toStringTag]==="Module")&&(f=f.default),o=f,f)))};return cs({name:"AsyncComponentWrapper",__asyncLoader:d,get __asyncResolved(){return o},setup(){const _=qe;if(o)return()=>za(o,_);const f=p=>{r=null,rs(p,_,13,!a)};if(l&&_.suspense||ts)return d().then(p=>()=>za(p,_)).catch(p=>(f(p),()=>a?Q(a,{error:p}):null));const w=Ve(!1),R=Ve(),b=Ve(!!i);return i&&setTimeout(()=>{b.value=!1},i),n!=null&&setTimeout(()=>{if(!w.value&&!R.value){const p=new Error(`Async component timed out after ${n}ms.`);f(p),R.value=p}},n),d().then(()=>{w.value=!0,_.parent&&Hs(_.parent.vnode)&&Aa(_.parent.update)}).catch(p=>{f(p),R.value=p}),()=>{if(w.value&&o)return za(o,_);if(R.value&&a)return Q(a,{error:R.value});if(s&&!b.value)return Q(s)}}})}function za(e,t){const{ref:s,props:a,children:i,ce:n}=t.vnode,l=Q(e,a,i);return l.ref=s,l.ce=n,delete t.vnode.ce,l}const Hs=e=>e.type.__isKeepAlive,Xo={name:"KeepAlive",__isKeepAlive:!0,props:{include:[String,RegExp,Array],exclude:[String,RegExp,Array],max:[String,Number]},setup(e,{slots:t}){const s=zs(),a=s.ctx;if(!a.renderer)return()=>{const p=t.default&&t.default();return p&&p.length===1?p[0]:p};const i=new Map,n=new Set;let l=null;const c=s.suspense,{renderer:{p:r,m:o,um:u,o:{createElement:m}}}=a,d=m("div");a.activate=(p,q,v,C,O)=>{const M=p.component;o(p,q,v,0,c),r(M.vnode,p,q,v,M,c,C,p.slotScopeIds,O),Se(()=>{M.isDeactivated=!1,M.a&&ws(M.a);const x=p.props&&p.props.onVnodeMounted;x&&Le(x,M.parent,p)},c)},a.deactivate=p=>{const q=p.component;o(p,d,null,1,c),Se(()=>{q.da&&ws(q.da);const v=p.props&&p.props.onVnodeUnmounted;v&&Le(v,q.parent,p),q.isDeactivated=!0},c)};function _(p){Ba(p),u(p,s,c,!0)}function f(p){i.forEach((q,v)=>{const C=fi(q.type);C&&(!p||!p(C))&&w(v)})}function w(p){const q=i.get(p);!l||!Je(q,l)?_(q):l&&Ba(l),i.delete(p),n.delete(p)}Mt(()=>[e.include,e.exclude],([p,q])=>{p&&f(v=>_s(p,v)),q&&f(v=>!_s(q,v))},{flush:"post",deep:!0});let R=null;const b=()=>{R!=null&&i.set(R,Qa(s.subTree))};return Fs(b),vr(b),Ds(()=>{i.forEach(p=>{const{subTree:q,suspense:v}=s,C=Qa(q);if(p.type===C.type&&p.key===C.key){Ba(C);const O=C.component.da;O&&Se(O,v);return}_(p)})}),()=>{if(R=null,!t.default)return null;const p=t.default(),q=p[0];if(p.length>1)return l=null,p;if(!Xt(q)||!(q.shapeFlag&4)&&!(q.shapeFlag&128))return l=null,q;let v=Qa(q);const C=v.type,O=fi(Nt(v)?v.type.__asyncResolved||{}:C),{include:M,exclude:x,max:F}=e;if(M&&(!O||!_s(M,O))||x&&O&&_s(x,O))return l=v,q;const W=v.key==null?C:v.key,Z=i.get(W);return v.el&&(v=ht(v),q.shapeFlag&128&&(q.ssContent=v)),R=W,Z?(v.el=Z.el,v.component=Z.component,v.transition&&pa(v,v.transition),v.shapeFlag|=512,n.delete(W),n.add(W)):(n.add(W),F&&n.size>parseInt(F,10)&&w(n.values().next().value)),v.shapeFlag|=256,l=v,ur(q.type)?q:v}}},eu=Xo;function _s(e,t){return G(e)?e.some(s=>_s(s,t)):be(e)?e.split(",").includes(t):Uc(e)?e.test(t):!1}function br(e,t){yr(e,"a",t)}function _r(e,t){yr(e,"da",t)}function yr(e,t,s=qe){const a=e.__wdc||(e.__wdc=()=>{let i=s;for(;i;){if(i.isDeactivated)return;i=i.parent}return e()});if(Ia(t,a,s),s){let i=s.parent;for(;i&&i.parent;)Hs(i.parent.vnode)&&tu(a,t,s,i),i=i.parent}}function tu(e,t,s,a){const i=Ia(t,e,a,!0);wr(()=>{Mi(a[t],i)},s)}function Ba(e){e.shapeFlag&=-257,e.shapeFlag&=-513}function Qa(e){return e.shapeFlag&128?e.ssContent:e}function Ia(e,t,s=qe,a=!1){if(s){const i=s[e]||(s[e]=[]),n=t.__weh||(t.__weh=(...l)=>{if(s.isUnmounted)return;ns(),es(s);const c=We(t,s,e,l);return Ut(),ls(),c});return a?i.unshift(n):i.push(n),n}}const dt=e=>(t,s=qe)=>(!ts||e==="sp")&&Ia(e,(...a)=>t(...a),s),su=dt("bm"),Fs=dt("m"),au=dt("bu"),vr=dt("u"),Ds=dt("bum"),wr=dt("um"),iu=dt("sp"),nu=dt("rtg"),lu=dt("rtc");function jr(e,t=qe){Ia("ec",e,t)}const Ki="components";function ru(e,t){return kr(Ki,e,!0,t)||e}const xr=Symbol.for("v-ndc");function qr(e){return be(e)?kr(Ki,e,!1)||e:e||xr}function kr(e,t,s=!0,a=!1){const i=Ae||qe;if(i){const n=i.type;if(e===Ki){const c=fi(n,!1);if(c&&(c===t||c===rt(t)||c===ka(rt(t))))return n}const l=En(i[e]||n[e],t)||En(i.appContext[e],t);return!l&&a?n:l}}function En(e,t){return e&&(e[t]||e[rt(t)]||e[ka(rt(t))])}function De(e,t,s,a){let i;const n=s&&s[a];if(G(e)||be(e)){i=new Array(e.length);for(let l=0,c=e.length;lt(l,c,void 0,n&&n[c]));else{const l=Object.keys(e);i=new Array(l.length);for(let c=0,r=l.length;cXt(t)?!(t.type===Ne||t.type===ne&&!Pr(t.children)):!0)?e:null}const ui=e=>e?Dr(e)?Ra(e)||e.proxy:ui(e.parent):null,js=ke(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>ui(e.parent),$root:e=>ui(e.root),$emit:e=>e.emit,$options:e=>Zi(e),$forceUpdate:e=>e.f||(e.f=()=>Aa(e.update)),$nextTick:e=>e.n||(e.n=Ht.bind(e.proxy)),$watch:e=>$o.bind(e)}),Va=(e,t)=>e!==fe&&!e.__isScriptSetup&&ie(e,t),cu={get({_:e},t){const{ctx:s,setupState:a,data:i,props:n,accessCache:l,type:c,appContext:r}=e;let o;if(t[0]!=="$"){const _=l[t];if(_!==void 0)switch(_){case 1:return a[t];case 2:return i[t];case 4:return s[t];case 3:return n[t]}else{if(Va(a,t))return l[t]=1,a[t];if(i!==fe&&ie(i,t))return l[t]=2,i[t];if((o=e.propsOptions[0])&&ie(o,t))return l[t]=3,n[t];if(s!==fe&&ie(s,t))return l[t]=4,s[t];mi&&(l[t]=0)}}const u=js[t];let m,d;if(u)return t==="$attrs"&&He(e,"get",t),u(e);if((m=c.__cssModules)&&(m=m[t]))return m;if(s!==fe&&ie(s,t))return l[t]=4,s[t];if(d=r.config.globalProperties,ie(d,t))return d[t]},set({_:e},t,s){const{data:a,setupState:i,ctx:n}=e;return Va(i,t)?(i[t]=s,!0):a!==fe&&ie(a,t)?(a[t]=s,!0):ie(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(n[t]=s,!0)},has({_:{data:e,setupState:t,accessCache:s,ctx:a,appContext:i,propsOptions:n}},l){let c;return!!s[l]||e!==fe&&ie(e,l)||Va(t,l)||(c=n[0])&&ie(c,l)||ie(a,l)||ie(js,l)||ie(i.config.globalProperties,l)},defineProperty(e,t,s){return s.get!=null?e._.accessCache[t]=0:ie(s,"value")&&this.set(e,t,s.value,null),Reflect.defineProperty(e,t,s)}};function An(e){return G(e)?e.reduce((t,s)=>(t[s]=null,t),{}):e}let mi=!0;function ou(e){const t=Zi(e),s=e.proxy,a=e.ctx;mi=!1,t.beforeCreate&&Cn(t.beforeCreate,e,"bc");const{data:i,computed:n,methods:l,watch:c,provide:r,inject:o,created:u,beforeMount:m,mounted:d,beforeUpdate:_,updated:f,activated:w,deactivated:R,beforeDestroy:b,beforeUnmount:p,destroyed:q,unmounted:v,render:C,renderTracked:O,renderTriggered:M,errorCaptured:x,serverPrefetch:F,expose:W,inheritAttrs:Z,components:z,directives:X,filters:V}=t;if(o&&uu(o,a,null),l)for(const ce in l){const oe=l[ce];ee(oe)&&(a[ce]=oe.bind(s))}if(i){const ce=i.call(s,s);ge(ce)&&(e.data=Xe(ce))}if(mi=!0,n)for(const ce in n){const oe=n[ce],ct=ee(oe)?oe.bind(s,s):ee(oe.get)?oe.get.bind(s,s):Ze,pt=!ee(oe)&&ee(oe.set)?oe.set.bind(s):Ze,st=Re({get:ct,set:pt});Object.defineProperty(a,ce,{enumerable:!0,configurable:!0,get:()=>st.value,set:Oe=>st.value=Oe})}if(c)for(const ce in c)Er(c[ce],a,s,ce);if(r){const ce=ee(r)?r.call(s):r;Reflect.ownKeys(ce).forEach(oe=>{Ot(oe,ce[oe])})}u&&Cn(u,e,"c");function ae(ce,oe){G(oe)?oe.forEach(ct=>ce(ct.bind(s))):oe&&ce(oe.bind(s))}if(ae(su,m),ae(Fs,d),ae(au,_),ae(vr,f),ae(br,w),ae(_r,R),ae(jr,x),ae(lu,O),ae(nu,M),ae(Ds,p),ae(wr,v),ae(iu,F),G(W))if(W.length){const ce=e.exposed||(e.exposed={});W.forEach(oe=>{Object.defineProperty(ce,oe,{get:()=>s[oe],set:ct=>s[oe]=ct})})}else e.exposed||(e.exposed={});C&&e.render===Ze&&(e.render=C),Z!=null&&(e.inheritAttrs=Z),z&&(e.components=z),X&&(e.directives=X)}function uu(e,t,s=Ze){G(e)&&(e=hi(e));for(const a in e){const i=e[a];let n;ge(i)?"default"in i?n=ve(i.from||a,i.default,!0):n=ve(i.from||a):n=ve(i),Ee(n)?Object.defineProperty(t,a,{enumerable:!0,configurable:!0,get:()=>n.value,set:l=>n.value=l}):t[a]=n}}function Cn(e,t,s){We(G(e)?e.map(a=>a.bind(t.proxy)):e.bind(t.proxy),t,s)}function Er(e,t,s,a){const i=a.includes(".")?dr(s,a):()=>s[a];if(be(e)){const n=t[e];ee(n)&&Mt(i,n)}else if(ee(e))Mt(i,e.bind(s));else if(ge(e))if(G(e))e.forEach(n=>Er(n,t,s,a));else{const n=ee(e.handler)?e.handler.bind(s):t[e.handler];ee(n)&&Mt(i,n,e)}}function Zi(e){const t=e.type,{mixins:s,extends:a}=t,{mixins:i,optionsCache:n,config:{optionMergeStrategies:l}}=e.appContext,c=n.get(t);let r;return c?r=c:!i.length&&!s&&!a?r=t:(r={},i.length&&i.forEach(o=>fa(r,o,l,!0)),fa(r,t,l)),ge(t)&&n.set(t,r),r}function fa(e,t,s,a=!1){const{mixins:i,extends:n}=t;n&&fa(e,n,s,!0),i&&i.forEach(l=>fa(e,l,s,!0));for(const l in t)if(!(a&&l==="expose")){const c=mu[l]||s&&s[l];e[l]=c?c(e[l],t[l]):t[l]}return e}const mu={data:Sn,props:In,emits:In,methods:ys,computed:ys,beforeCreate:Me,created:Me,beforeMount:Me,mounted:Me,beforeUpdate:Me,updated:Me,beforeDestroy:Me,beforeUnmount:Me,destroyed:Me,unmounted:Me,activated:Me,deactivated:Me,errorCaptured:Me,serverPrefetch:Me,components:ys,directives:ys,watch:du,provide:Sn,inject:hu};function Sn(e,t){return t?e?function(){return ke(ee(e)?e.call(this,this):e,ee(t)?t.call(this,this):t)}:t:e}function hu(e,t){return ys(hi(e),hi(t))}function hi(e){if(G(e)){const t={};for(let s=0;s1)return s&&ee(t)?t.call(a&&a.proxy):t}}function Cr(){return!!(qe||Ae||Ns)}function fu(e,t,s,a=!1){const i={},n={};ua(n,Ta,1),e.propsDefaults=Object.create(null),Sr(e,t,i,n);for(const l in e.propsOptions[0])l in i||(i[l]=void 0);s?e.props=a?i:Jl(i):e.type.props?e.props=i:e.props=n,e.attrs=n}function bu(e,t,s,a){const{props:i,attrs:n,vnode:{patchFlag:l}}=e,c=le(i),[r]=e.propsOptions;let o=!1;if((a||l>0)&&!(l&16)){if(l&8){const u=e.vnode.dynamicProps;for(let m=0;m{r=!0;const[d,_]=Ir(m,t,!0);ke(l,d),_&&c.push(..._)};!s&&t.mixins.length&&t.mixins.forEach(u),e.extends&&u(e.extends),e.mixins&&e.mixins.forEach(u)}if(!n&&!r)return ge(e)&&a.set(e,Wt),Wt;if(G(n))for(let u=0;u-1,_[1]=w<0||f-1||ie(_,"default"))&&c.push(m)}}}const o=[l,c];return ge(e)&&a.set(e,o),o}function Tn(e){return e[0]!=="$"}function Rn(e){const t=e&&e.toString().match(/^\s*(function|class) (\w+)/);return t?t[2]:e===null?"null":""}function Mn(e,t){return Rn(e)===Rn(t)}function Nn(e,t){return G(t)?t.findIndex(s=>Mn(s,e)):ee(t)&&Mn(t,e)?0:-1}const Tr=e=>e[0]==="_"||e==="$stable",Gi=e=>G(e)?e.map(Be):[Be(e)],_u=(e,t,s)=>{if(t._n)return t;const a=et((...i)=>Gi(t(...i)),s);return a._c=!1,a},Rr=(e,t,s)=>{const a=e._ctx;for(const i in e){if(Tr(i))continue;const n=e[i];if(ee(n))t[i]=_u(i,n,a);else if(n!=null){const l=Gi(n);t[i]=()=>l}}},Mr=(e,t)=>{const s=Gi(t);e.slots.default=()=>s},yu=(e,t)=>{if(e.vnode.shapeFlag&32){const s=t._;s?(e.slots=le(t),ua(t,"_",s)):Rr(t,e.slots={})}else e.slots={},t&&Mr(e,t);ua(e.slots,Ta,1)},vu=(e,t,s)=>{const{vnode:a,slots:i}=e;let n=!0,l=fe;if(a.shapeFlag&32){const c=t._;c?s&&c===1?n=!1:(ke(i,t),!s&&c===1&&delete i._):(n=!t.$stable,Rr(t,i)),l=t}else t&&(Mr(e,t),l={default:1});if(n)for(const c in i)!Tr(c)&&!(c in l)&&delete i[c]};function ba(e,t,s,a,i=!1){if(G(e)){e.forEach((d,_)=>ba(d,t&&(G(t)?t[_]:t),s,a,i));return}if(Nt(a)&&!i)return;const n=a.shapeFlag&4?Ra(a.component)||a.component.proxy:a.el,l=i?null:n,{i:c,r}=e,o=t&&t.r,u=c.refs===fe?c.refs={}:c.refs,m=c.setupState;if(o!=null&&o!==r&&(be(o)?(u[o]=null,ie(m,o)&&(m[o]=null)):Ee(o)&&(o.value=null)),ee(r))qt(r,c,12,[l,u]);else{const d=be(r),_=Ee(r);if(d||_){const f=()=>{if(e.f){const w=d?ie(m,r)?m[r]:u[r]:r.value;i?G(w)&&Mi(w,n):G(w)?w.includes(n)||w.push(n):d?(u[r]=[n],ie(m,r)&&(m[r]=u[r])):(r.value=[n],e.k&&(u[e.k]=r.value))}else d?(u[r]=l,ie(m,r)&&(m[r]=l)):_&&(r.value=l,e.k&&(u[e.k]=l))};l?(f.id=-1,Se(f,s)):f()}}}let bt=!1;const Xs=e=>/svg/.test(e.namespaceURI)&&e.tagName!=="foreignObject",ea=e=>e.nodeType===8;function wu(e){const{mt:t,p:s,o:{patchProp:a,createText:i,nextSibling:n,parentNode:l,remove:c,insert:r,createComment:o}}=e,u=(b,p)=>{if(!p.hasChildNodes()){s(null,b,p),da(),p._vnode=b;return}bt=!1,m(p.firstChild,b,null,null,null),da(),p._vnode=b,bt&&console.error("Hydration completed but contains mismatches.")},m=(b,p,q,v,C,O=!1)=>{const M=ea(b)&&b.data==="[",x=()=>w(b,p,q,v,C,M),{type:F,ref:W,shapeFlag:Z,patchFlag:z}=p;let X=b.nodeType;p.el=b,z===-2&&(O=!1,p.dynamicChildren=null);let V=null;switch(F){case Zt:X!==3?p.children===""?(r(p.el=i(""),l(b),b),V=b):V=x():(b.data!==p.children&&(bt=!0,b.data=p.children),V=n(b));break;case Ne:X!==8||M?V=x():V=n(b);break;case ca:if(M&&(b=n(b),X=b.nodeType),X===1||X===3){V=b;const je=!p.children.length;for(let ae=0;ae{O=O||!!p.dynamicChildren;const{type:M,props:x,patchFlag:F,shapeFlag:W,dirs:Z}=p,z=M==="input"&&Z||M==="option";if(z||F!==-1){if(Z&&nt(p,null,q,"created"),x)if(z||!O||F&48)for(const V in x)(z&&V.endsWith("value")||Us(V)&&!vs(V))&&a(b,V,null,x[V],!1,void 0,q);else x.onClick&&a(b,"onClick",null,x.onClick,!1,void 0,q);let X;if((X=x&&x.onVnodeBeforeMount)&&Le(X,q,p),Z&&nt(p,null,q,"beforeMount"),((X=x&&x.onVnodeMounted)||Z)&&hr(()=>{X&&Le(X,q,p),Z&&nt(p,null,q,"mounted")},v),W&16&&!(x&&(x.innerHTML||x.textContent))){let V=_(b.firstChild,p,b,q,v,C,O);for(;V;){bt=!0;const je=V;V=V.nextSibling,c(je)}}else W&8&&b.textContent!==p.children&&(bt=!0,b.textContent=p.children)}return b.nextSibling},_=(b,p,q,v,C,O,M)=>{M=M||!!p.dynamicChildren;const x=p.children,F=x.length;for(let W=0;W{const{slotScopeIds:M}=p;M&&(C=C?C.concat(M):M);const x=l(b),F=_(n(b),p,x,q,v,C,O);return F&&ea(F)&&F.data==="]"?n(p.anchor=F):(bt=!0,r(p.anchor=o("]"),x,F),F)},w=(b,p,q,v,C,O)=>{if(bt=!0,p.el=null,O){const F=R(b);for(;;){const W=n(b);if(W&&W!==F)c(W);else break}}const M=n(b),x=l(b);return c(b),s(null,p,x,M,q,v,Xs(x),C),M},R=b=>{let p=0;for(;b;)if(b=n(b),b&&ea(b)&&(b.data==="["&&p++,b.data==="]")){if(p===0)return n(b);p--}return b};return[u,m]}const Se=hr;function ju(e){return Nr(e)}function xu(e){return Nr(e,wu)}function Nr(e,t){const s=ii();s.__VUE__=!0;const{insert:a,remove:i,patchProp:n,createElement:l,createText:c,createComment:r,setText:o,setElementText:u,parentNode:m,nextSibling:d,setScopeId:_=Ze,insertStaticContent:f}=e,w=(h,g,y,j=null,A=null,S=null,D=!1,N=null,U=!!g.dynamicChildren)=>{if(h===g)return;h&&!Je(h,g)&&(j=P(h),Oe(h,A,S,!0),h=null),g.patchFlag===-2&&(U=!1,g.dynamicChildren=null);const{type:I,ref:K,shapeFlag:Y}=g;switch(I){case Zt:R(h,g,y,j);break;case Ne:b(h,g,y,j);break;case ca:h==null&&p(g,y,j,D);break;case ne:z(h,g,y,j,A,S,D,N,U);break;default:Y&1?C(h,g,y,j,A,S,D,N,U):Y&6?X(h,g,y,j,A,S,D,N,U):(Y&64||Y&128)&&I.process(h,g,y,j,A,S,D,N,U,L)}K!=null&&A&&ba(K,h&&h.ref,S,g||h,!g)},R=(h,g,y,j)=>{if(h==null)a(g.el=c(g.children),y,j);else{const A=g.el=h.el;g.children!==h.children&&o(A,g.children)}},b=(h,g,y,j)=>{h==null?a(g.el=r(g.children||""),y,j):g.el=h.el},p=(h,g,y,j)=>{[h.el,h.anchor]=f(h.children,g,y,j,h.el,h.anchor)},q=({el:h,anchor:g},y,j)=>{let A;for(;h&&h!==g;)A=d(h),a(h,y,j),h=A;a(g,y,j)},v=({el:h,anchor:g})=>{let y;for(;h&&h!==g;)y=d(h),i(h),h=y;i(g)},C=(h,g,y,j,A,S,D,N,U)=>{D=D||g.type==="svg",h==null?O(g,y,j,A,S,D,N,U):F(h,g,A,S,D,N,U)},O=(h,g,y,j,A,S,D,N)=>{let U,I;const{type:K,props:Y,shapeFlag:J,transition:te,dirs:se}=h;if(U=h.el=l(h.type,S,Y&&Y.is,Y),J&8?u(U,h.children):J&16&&x(h.children,U,null,j,A,S&&K!=="foreignObject",D,N),se&&nt(h,null,j,"created"),M(U,h,h.scopeId,D,j),Y){for(const he in Y)he!=="value"&&!vs(he)&&n(U,he,null,Y[he],S,h.children,j,A,Ie);"value"in Y&&n(U,"value",null,Y.value),(I=Y.onVnodeBeforeMount)&&Le(I,j,h)}se&&nt(h,null,j,"beforeMount");const de=(!A||A&&!A.pendingBranch)&&te&&!te.persisted;de&&te.beforeEnter(U),a(U,g,y),((I=Y&&Y.onVnodeMounted)||de||se)&&Se(()=>{I&&Le(I,j,h),de&&te.enter(U),se&&nt(h,null,j,"mounted")},A)},M=(h,g,y,j,A)=>{if(y&&_(h,y),j)for(let S=0;S{for(let I=U;I{const N=g.el=h.el;let{patchFlag:U,dynamicChildren:I,dirs:K}=g;U|=h.patchFlag&16;const Y=h.props||fe,J=g.props||fe;let te;y&&Et(y,!1),(te=J.onVnodeBeforeUpdate)&&Le(te,y,g,h),K&&nt(g,h,y,"beforeUpdate"),y&&Et(y,!0);const se=A&&g.type!=="foreignObject";if(I?W(h.dynamicChildren,I,N,y,j,se,S):D||oe(h,g,N,null,y,j,se,S,!1),U>0){if(U&16)Z(N,g,Y,J,y,j,A);else if(U&2&&Y.class!==J.class&&n(N,"class",null,J.class,A),U&4&&n(N,"style",Y.style,J.style,A),U&8){const de=g.dynamicProps;for(let he=0;he{te&&Le(te,y,g,h),K&&nt(g,h,y,"updated")},j)},W=(h,g,y,j,A,S,D)=>{for(let N=0;N{if(y!==j){if(y!==fe)for(const N in y)!vs(N)&&!(N in j)&&n(h,N,y[N],null,D,g.children,A,S,Ie);for(const N in j){if(vs(N))continue;const U=j[N],I=y[N];U!==I&&N!=="value"&&n(h,N,I,U,D,g.children,A,S,Ie)}"value"in j&&n(h,"value",y.value,j.value)}},z=(h,g,y,j,A,S,D,N,U)=>{const I=g.el=h?h.el:c(""),K=g.anchor=h?h.anchor:c("");let{patchFlag:Y,dynamicChildren:J,slotScopeIds:te}=g;te&&(N=N?N.concat(te):te),h==null?(a(I,y,j),a(K,y,j),x(g.children,y,K,A,S,D,N,U)):Y>0&&Y&64&&J&&h.dynamicChildren?(W(h.dynamicChildren,J,y,A,S,D,N),(g.key!=null||A&&g===A.subTree)&&Xi(h,g,!0)):oe(h,g,y,K,A,S,D,N,U)},X=(h,g,y,j,A,S,D,N,U)=>{g.slotScopeIds=N,h==null?g.shapeFlag&512?A.ctx.activate(g,y,j,D,U):V(g,y,j,A,S,D,U):je(h,g,U)},V=(h,g,y,j,A,S,D)=>{const N=h.component=Ru(h,j,A);if(Hs(h)&&(N.ctx.renderer=L),Mu(N),N.asyncDep){if(A&&A.registerDep(N,ae),!h.el){const U=N.subTree=Q(Ne);b(null,U,g,y)}return}ae(N,h,g,y,A,S,D)},je=(h,g,y)=>{const j=g.component=h.component;if(Fo(h,g,y))if(j.asyncDep&&!j.asyncResolved){ce(j,g,y);return}else j.next=g,Mo(j.update),j.update();else g.el=h.el,j.vnode=g},ae=(h,g,y,j,A,S,D)=>{const N=()=>{if(h.isMounted){let{next:K,bu:Y,u:J,parent:te,vnode:se}=h,de=K,he;Et(h,!1),K?(K.el=se.el,ce(h,K,D)):K=se,Y&&ws(Y),(he=K.props&&K.props.onVnodeBeforeUpdate)&&Le(he,te,K,se),Et(h,!0);const xe=Fa(h),Ye=h.subTree;h.subTree=xe,w(Ye,xe,m(Ye.el),P(Ye),h,A,S),K.el=xe.el,de===null&&Vi(h,xe.el),J&&Se(J,A),(he=K.props&&K.props.onVnodeUpdated)&&Se(()=>Le(he,te,K,se),A)}else{let K;const{el:Y,props:J}=g,{bm:te,m:se,parent:de}=h,he=Nt(g);if(Et(h,!1),te&&ws(te),!he&&(K=J&&J.onVnodeBeforeMount)&&Le(K,de,g),Et(h,!0),Y&&ue){const xe=()=>{h.subTree=Fa(h),ue(Y,h.subTree,h,A,null)};he?g.type.__asyncLoader().then(()=>!h.isUnmounted&&xe()):xe()}else{const xe=h.subTree=Fa(h);w(null,xe,y,j,h,A,S),g.el=xe.el}if(se&&Se(se,A),!he&&(K=J&&J.onVnodeMounted)){const xe=g;Se(()=>Le(K,de,xe),A)}(g.shapeFlag&256||de&&Nt(de.vnode)&&de.vnode.shapeFlag&256)&&h.a&&Se(h.a,A),h.isMounted=!0,g=y=j=null}},U=h.effect=new Li(N,()=>Aa(I),h.scope),I=h.update=()=>U.run();I.id=h.uid,Et(h,!0),I()},ce=(h,g,y)=>{g.component=h;const j=h.vnode.props;h.vnode=g,h.next=null,bu(h,g.props,j,y),vu(h,g.children,y),ns(),xn(),ls()},oe=(h,g,y,j,A,S,D,N,U=!1)=>{const I=h&&h.children,K=h?h.shapeFlag:0,Y=g.children,{patchFlag:J,shapeFlag:te}=g;if(J>0){if(J&128){pt(I,Y,y,j,A,S,D,N,U);return}else if(J&256){ct(I,Y,y,j,A,S,D,N,U);return}}te&8?(K&16&&Ie(I,A,S),Y!==I&&u(y,Y)):K&16?te&16?pt(I,Y,y,j,A,S,D,N,U):Ie(I,A,S,!0):(K&8&&u(y,""),te&16&&x(Y,y,j,A,S,D,N,U))},ct=(h,g,y,j,A,S,D,N,U)=>{h=h||Wt,g=g||Wt;const I=h.length,K=g.length,Y=Math.min(I,K);let J;for(J=0;JK?Ie(h,A,S,!0,!1,Y):x(g,y,j,A,S,D,N,U,Y)},pt=(h,g,y,j,A,S,D,N,U)=>{let I=0;const K=g.length;let Y=h.length-1,J=K-1;for(;I<=Y&&I<=J;){const te=h[I],se=g[I]=U?wt(g[I]):Be(g[I]);if(Je(te,se))w(te,se,y,null,A,S,D,N,U);else break;I++}for(;I<=Y&&I<=J;){const te=h[Y],se=g[J]=U?wt(g[J]):Be(g[J]);if(Je(te,se))w(te,se,y,null,A,S,D,N,U);else break;Y--,J--}if(I>Y){if(I<=J){const te=J+1,se=teJ)for(;I<=Y;)Oe(h[I],A,S,!0),I++;else{const te=I,se=I,de=new Map;for(I=se;I<=J;I++){const Fe=g[I]=U?wt(g[I]):Be(g[I]);Fe.key!=null&&de.set(Fe.key,I)}let he,xe=0;const Ye=J-se+1;let zt=!1,hn=0;const hs=new Array(Ye);for(I=0;I=Ye){Oe(Fe,A,S,!0);continue}let at;if(Fe.key!=null)at=de.get(Fe.key);else for(he=se;he<=J;he++)if(hs[he-se]===0&&Je(Fe,g[he])){at=he;break}at===void 0?Oe(Fe,A,S,!0):(hs[at-se]=I+1,at>=hn?hn=at:zt=!0,w(Fe,g[at],y,null,A,S,D,N,U),xe++)}const dn=zt?qu(hs):Wt;for(he=dn.length-1,I=Ye-1;I>=0;I--){const Fe=se+I,at=g[Fe],gn=Fe+1{const{el:S,type:D,transition:N,children:U,shapeFlag:I}=h;if(I&6){st(h.component.subTree,g,y,j);return}if(I&128){h.suspense.move(g,y,j);return}if(I&64){D.move(h,g,y,L);return}if(D===ne){a(S,g,y);for(let Y=0;YN.enter(S),A);else{const{leave:Y,delayLeave:J,afterLeave:te}=N,se=()=>a(S,g,y),de=()=>{Y(S,()=>{se(),te&&te()})};J?J(S,se,de):de()}else a(S,g,y)},Oe=(h,g,y,j=!1,A=!1)=>{const{type:S,props:D,ref:N,children:U,dynamicChildren:I,shapeFlag:K,patchFlag:Y,dirs:J}=h;if(N!=null&&ba(N,null,y,h,!0),K&256){g.ctx.deactivate(h);return}const te=K&1&&J,se=!Nt(h);let de;if(se&&(de=D&&D.onVnodeBeforeUnmount)&&Le(de,g,h),K&6)Ws(h.component,y,j);else{if(K&128){h.suspense.unmount(y,j);return}te&&nt(h,null,g,"beforeUnmount"),K&64?h.type.remove(h,g,y,A,L,j):I&&(S!==ne||Y>0&&Y&64)?Ie(I,g,y,!1,!0):(S===ne&&Y&384||!A&&K&16)&&Ie(U,g,y),j&&Ft(h)}(se&&(de=D&&D.onVnodeUnmounted)||te)&&Se(()=>{de&&Le(de,g,h),te&&nt(h,null,g,"unmounted")},y)},Ft=h=>{const{type:g,el:y,anchor:j,transition:A}=h;if(g===ne){Dt(y,j);return}if(g===ca){v(h);return}const S=()=>{i(y),A&&!A.persisted&&A.afterLeave&&A.afterLeave()};if(h.shapeFlag&1&&A&&!A.persisted){const{leave:D,delayLeave:N}=A,U=()=>D(y,S);N?N(h.el,S,U):U()}else S()},Dt=(h,g)=>{let y;for(;h!==g;)y=d(h),i(h),h=y;i(g)},Ws=(h,g,y)=>{const{bum:j,scope:A,update:S,subTree:D,um:N}=h;j&&ws(j),A.stop(),S&&(S.active=!1,Oe(D,h,g,y)),N&&Se(N,g),Se(()=>{h.isUnmounted=!0},g),g&&g.pendingBranch&&!g.isUnmounted&&h.asyncDep&&!h.asyncResolved&&h.suspenseId===g.pendingId&&(g.deps--,g.deps===0&&g.resolve())},Ie=(h,g,y,j=!1,A=!1,S=0)=>{for(let D=S;Dh.shapeFlag&6?P(h.component.subTree):h.shapeFlag&128?h.suspense.next():d(h.anchor||h.el),B=(h,g,y)=>{h==null?g._vnode&&Oe(g._vnode,null,null,!0):w(g._vnode||null,h,g,null,null,null,y),xn(),da(),g._vnode=h},L={p:w,um:Oe,m:st,r:Ft,mt:V,mc:x,pc:oe,pbc:W,n:P,o:e};let $,ue;return t&&([$,ue]=t(L)),{render:B,hydrate:$,createApp:pu(B,$)}}function Et({effect:e,update:t},s){e.allowRecurse=t.allowRecurse=s}function Xi(e,t,s=!1){const a=e.children,i=t.children;if(G(a)&&G(i))for(let n=0;n>1,e[s[c]]0&&(t[a]=s[n-1]),s[n]=a)}}for(n=s.length,l=s[n-1];n-- >0;)s[n]=l,l=t[l];return s}const ku=e=>e.__isTeleport,xs=e=>e&&(e.disabled||e.disabled===""),On=e=>typeof SVGElement<"u"&&e instanceof SVGElement,gi=(e,t)=>{const s=e&&e.to;return be(s)?t?t(s):null:s},Pu={__isTeleport:!0,process(e,t,s,a,i,n,l,c,r,o){const{mc:u,pc:m,pbc:d,o:{insert:_,querySelector:f,createText:w,createComment:R}}=o,b=xs(t.props);let{shapeFlag:p,children:q,dynamicChildren:v}=t;if(e==null){const C=t.el=w(""),O=t.anchor=w("");_(C,s,a),_(O,s,a);const M=t.target=gi(t.props,f),x=t.targetAnchor=w("");M&&(_(x,M),l=l||On(M));const F=(W,Z)=>{p&16&&u(q,W,Z,i,n,l,c,r)};b?F(s,O):M&&F(M,x)}else{t.el=e.el;const C=t.anchor=e.anchor,O=t.target=e.target,M=t.targetAnchor=e.targetAnchor,x=xs(e.props),F=x?s:O,W=x?C:M;if(l=l||On(O),v?(d(e.dynamicChildren,v,F,i,n,l,c),Xi(e,t,!0)):r||m(e,t,F,W,i,n,l,c,!1),b)x||ta(t,s,C,o,1);else if((t.props&&t.props.to)!==(e.props&&e.props.to)){const Z=t.target=gi(t.props,f);Z&&ta(t,Z,null,o,0)}else x&&ta(t,O,M,o,1)}Ur(t)},remove(e,t,s,a,{um:i,o:{remove:n}},l){const{shapeFlag:c,children:r,anchor:o,targetAnchor:u,target:m,props:d}=e;if(m&&n(u),(l||!xs(d))&&(n(o),c&16))for(let _=0;_0?Qe||Wt:null,Lr(),Gt>0&&Qe&&Qe.push(e),e}function H(e,t,s,a,i,n){return Hr(k(e,t,s,a,i,n,!0))}function _e(e,t,s,a,i){return Hr(Q(e,t,s,a,i,!0))}function Xt(e){return e?e.__v_isVNode===!0:!1}function Je(e,t){return e.type===t.type&&e.key===t.key}const Ta="__vInternal",Fr=({key:e})=>e??null,oa=({ref:e,ref_key:t,ref_for:s})=>(typeof e=="number"&&(e=""+e),e!=null?be(e)||Ee(e)||ee(e)?{i:Ae,r:e,k:t,f:!!s}:e:null);function k(e,t=null,s=null,a=0,i=null,n=e===ne?0:1,l=!1,c=!1){const r={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Fr(t),ref:t&&oa(t),scopeId:Sa,slotScopeIds:null,children:s,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:n,patchFlag:a,dynamicProps:i,dynamicChildren:null,appContext:null,ctx:Ae};return c?(en(r,s),n&128&&e.normalize(r)):s&&(r.shapeFlag|=be(s)?8:16),Gt>0&&!l&&Qe&&(r.patchFlag>0||n&6)&&r.patchFlag!==32&&Qe.push(r),r}const Q=Au;function Au(e,t=null,s=null,a=0,i=null,n=!1){if((!e||e===xr)&&(e=Ne),Xt(e)){const c=ht(e,t,!0);return s&&en(c,s),Gt>0&&!n&&Qe&&(c.shapeFlag&6?Qe[Qe.indexOf(e)]=c:Qe.push(c)),c.patchFlag|=-2,c}if(Lu(e)&&(e=e.__vccOpts),t){t=Cu(t);let{class:c,style:r}=t;c&&!be(c)&&(t.class=E(c)),ge(r)&&(Gl(r)&&!G(r)&&(r=ke({},r)),t.style=Pa(r))}const l=be(e)?1:ur(e)?128:ku(e)?64:ge(e)?4:ee(e)?2:0;return k(e,t,s,a,i,l,n,!0)}function Cu(e){return e?Gl(e)||Ta in e?ke({},e):e:null}function ht(e,t,s=!1){const{props:a,ref:i,patchFlag:n,children:l}=e,c=t?Su(a||{},t):a;return{__v_isVNode:!0,__v_skip:!0,type:e.type,props:c,key:c&&Fr(c),ref:t&&t.ref?s&&i?G(i)?i.concat(oa(t)):[i,oa(t)]:oa(t):i,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:l,target:e.target,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==ne?n===-1?16:n|16:n,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:e.transition,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&ht(e.ssContent),ssFallback:e.ssFallback&&ht(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce}}function os(e=" ",t=0){return Q(Zt,null,e,t)}function Pe(e="",t=!1){return t?(T(),_e(Ne,null,e)):Q(Ne,null,e)}function Be(e){return e==null||typeof e=="boolean"?Q(Ne):G(e)?Q(ne,null,e.slice()):typeof e=="object"?wt(e):Q(Zt,null,String(e))}function wt(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:ht(e)}function en(e,t){let s=0;const{shapeFlag:a}=e;if(t==null)t=null;else if(G(t))s=16;else if(typeof t=="object")if(a&65){const i=t.default;i&&(i._c&&(i._d=!1),en(e,i()),i._c&&(i._d=!0));return}else{s=32;const i=t._;!i&&!(Ta in t)?t._ctx=Ae:i===3&&Ae&&(Ae.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else ee(t)?(t={default:t,_ctx:Ae},s=32):(t=String(t),a&64?(s=16,t=[os(t)]):s=8);e.children=t,e.shapeFlag|=s}function Su(...e){const t={};for(let s=0;sqe||Ae;let tn,Bt,Ln="__VUE_INSTANCE_SETTERS__";(Bt=ii()[Ln])||(Bt=ii()[Ln]=[]),Bt.push(e=>qe=e),tn=e=>{Bt.length>1?Bt.forEach(t=>t(e)):Bt[0](e)};const es=e=>{tn(e),e.scope.on()},Ut=()=>{qe&&qe.scope.off(),tn(null)};function Dr(e){return e.vnode.shapeFlag&4}let ts=!1;function Mu(e,t=!1){ts=t;const{props:s,children:a}=e.vnode,i=Dr(e);fu(e,s,i,t),yu(e,a);const n=i?Nu(e,t):void 0;return ts=!1,n}function Nu(e,t){const s=e.type;e.accessCache=Object.create(null),e.proxy=Xl(new Proxy(e.ctx,cu));const{setup:a}=s;if(a){const i=e.setupContext=a.length>1?Uu(e):null;es(e),ns();const n=qt(a,e,0,[e.props,i]);if(ls(),Ut(),Ml(n)){if(n.then(Ut,Ut),t)return n.then(l=>{pi(e,l,t)}).catch(l=>{rs(l,e,0)});e.asyncDep=n}else pi(e,n,t)}else zr(e,t)}function pi(e,t,s){ee(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:ge(t)&&(e.setupState=ar(t)),zr(e,s)}let Hn;function zr(e,t,s){const a=e.type;if(!e.render){if(!t&&Hn&&!a.render){const i=a.template||Zi(e).template;if(i){const{isCustomElement:n,compilerOptions:l}=e.appContext.config,{delimiters:c,compilerOptions:r}=a,o=ke(ke({isCustomElement:n,delimiters:c},l),r);a.render=Hn(i,o)}}e.render=a.render||Ze}es(e),ns(),ou(e),ls(),Ut()}function Ou(e){return e.attrsProxy||(e.attrsProxy=new Proxy(e.attrs,{get(t,s){return He(e,"get","$attrs"),t[s]}}))}function Uu(e){const t=s=>{e.exposed=s||{}};return{get attrs(){return Ou(e)},slots:e.slots,emit:e.emit,expose:t}}function Ra(e){if(e.exposed)return e.exposeProxy||(e.exposeProxy=new Proxy(ar(Xl(e.exposed)),{get(t,s){if(s in t)return t[s];if(s in js)return js[s](e)},has(t,s){return s in t||s in js}}))}function fi(e,t=!0){return ee(e)?e.displayName||e.name:e.name||t&&e.__name}function Lu(e){return ee(e)&&"__vccOpts"in e}const Re=(e,t)=>Io(e,t,ts);function Ge(e,t,s){const a=arguments.length;return a===2?ge(t)&&!G(t)?Xt(t)?Q(e,null,[t]):Q(e,t):Q(e,null,t):(a>3?s=Array.prototype.slice.call(arguments,2):a===3&&Xt(s)&&(s=[s]),Q(e,t,s))}const Hu=Symbol.for("v-scx"),Fu=()=>ve(Hu),Br="3.3.4",Du="http://www.w3.org/2000/svg",It=typeof document<"u"?document:null,Fn=It&&It.createElement("template"),zu={insert:(e,t,s)=>{t.insertBefore(e,s||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,s,a)=>{const i=t?It.createElementNS(Du,e):It.createElement(e,s?{is:s}:void 0);return e==="select"&&a&&a.multiple!=null&&i.setAttribute("multiple",a.multiple),i},createText:e=>It.createTextNode(e),createComment:e=>It.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>It.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,s,a,i,n){const l=s?s.previousSibling:t.lastChild;if(i&&(i===n||i.nextSibling))for(;t.insertBefore(i.cloneNode(!0),s),!(i===n||!(i=i.nextSibling)););else{Fn.innerHTML=a?`${e}`:e;const c=Fn.content;if(a){const r=c.firstChild;for(;r.firstChild;)c.appendChild(r.firstChild);c.removeChild(r)}t.insertBefore(c,s)}return[l?l.nextSibling:t.firstChild,s?s.previousSibling:t.lastChild]}};function Bu(e,t,s){const a=e._vtc;a&&(t=(t?[t,...a]:[...a]).join(" ")),t==null?e.removeAttribute("class"):s?e.setAttribute("class",t):e.className=t}function Qu(e,t,s){const a=e.style,i=be(s);if(s&&!i){if(t&&!be(t))for(const n in t)s[n]==null&&bi(a,n,"");for(const n in s)bi(a,n,s[n])}else{const n=a.display;i?t!==s&&(a.cssText=s):t&&e.removeAttribute("style"),"_vod"in e&&(a.display=n)}}const Dn=/\s*!important$/;function bi(e,t,s){if(G(s))s.forEach(a=>bi(e,t,a));else if(s==null&&(s=""),t.startsWith("--"))e.setProperty(t,s);else{const a=Vu(e,t);Dn.test(s)?e.setProperty(is(a),s.replace(Dn,""),"important"):e[a]=s}}const zn=["Webkit","Moz","ms"],Wa={};function Vu(e,t){const s=Wa[t];if(s)return s;let a=rt(t);if(a!=="filter"&&a in e)return Wa[t]=a;a=ka(a);for(let i=0;iYa||(Gu.then(()=>Ya=0),Ya=Date.now());function em(e,t){const s=a=>{if(!a._vts)a._vts=Date.now();else if(a._vts<=s.attached)return;We(tm(a,s.value),t,5,[a])};return s.value=e,s.attached=Xu(),s}function tm(e,t){if(G(t)){const s=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{s.call(e),e._stopped=!0},t.map(a=>i=>!i._stopped&&a&&a(i))}else return t}const Vn=/^on[a-z]/,sm=(e,t,s,a,i=!1,n,l,c,r)=>{t==="class"?Bu(e,a,i):t==="style"?Qu(e,s,a):Us(t)?Ri(t)||Ju(e,t,s,a,l):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):am(e,t,a,i))?Yu(e,t,a,n,l,c,r):(t==="true-value"?e._trueValue=a:t==="false-value"&&(e._falseValue=a),Wu(e,t,a,i))};function am(e,t,s,a){return a?!!(t==="innerHTML"||t==="textContent"||t in e&&Vn.test(t)&&ee(s)):t==="spellcheck"||t==="draggable"||t==="translate"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA"||Vn.test(t)&&be(s)?!1:t in e}const _t="transition",ds="animation",sn=(e,{slots:t})=>Ge(Zo,im(e),t);sn.displayName="Transition";const Qr={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String};sn.props=ke({},gr,Qr);const At=(e,t=[])=>{G(e)?e.forEach(s=>s(...t)):e&&e(...t)},Wn=e=>e?G(e)?e.some(t=>t.length>1):e.length>1:!1;function im(e){const t={};for(const z in e)z in Qr||(t[z]=e[z]);if(e.css===!1)return t;const{name:s="v",type:a,duration:i,enterFromClass:n=`${s}-enter-from`,enterActiveClass:l=`${s}-enter-active`,enterToClass:c=`${s}-enter-to`,appearFromClass:r=n,appearActiveClass:o=l,appearToClass:u=c,leaveFromClass:m=`${s}-leave-from`,leaveActiveClass:d=`${s}-leave-active`,leaveToClass:_=`${s}-leave-to`}=e,f=nm(i),w=f&&f[0],R=f&&f[1],{onBeforeEnter:b,onEnter:p,onEnterCancelled:q,onLeave:v,onLeaveCancelled:C,onBeforeAppear:O=b,onAppear:M=p,onAppearCancelled:x=q}=t,F=(z,X,V)=>{Ct(z,X?u:c),Ct(z,X?o:l),V&&V()},W=(z,X)=>{z._isLeaving=!1,Ct(z,m),Ct(z,_),Ct(z,d),X&&X()},Z=z=>(X,V)=>{const je=z?M:p,ae=()=>F(X,z,V);At(je,[X,ae]),Yn(()=>{Ct(X,z?r:n),yt(X,z?u:c),Wn(je)||$n(X,a,w,ae)})};return ke(t,{onBeforeEnter(z){At(b,[z]),yt(z,n),yt(z,l)},onBeforeAppear(z){At(O,[z]),yt(z,r),yt(z,o)},onEnter:Z(!1),onAppear:Z(!0),onLeave(z,X){z._isLeaving=!0;const V=()=>W(z,X);yt(z,m),cm(),yt(z,d),Yn(()=>{z._isLeaving&&(Ct(z,m),yt(z,_),Wn(v)||$n(z,a,R,V))}),At(v,[z,V])},onEnterCancelled(z){F(z,!1),At(q,[z])},onAppearCancelled(z){F(z,!0),At(x,[z])},onLeaveCancelled(z){W(z),At(C,[z])}})}function nm(e){if(e==null)return null;if(ge(e))return[$a(e.enter),$a(e.leave)];{const t=$a(e);return[t,t]}}function $a(e){return Ul(e)}function yt(e,t){t.split(/\s+/).forEach(s=>s&&e.classList.add(s)),(e._vtc||(e._vtc=new Set)).add(t)}function Ct(e,t){t.split(/\s+/).forEach(a=>a&&e.classList.remove(a));const{_vtc:s}=e;s&&(s.delete(t),s.size||(e._vtc=void 0))}function Yn(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let lm=0;function $n(e,t,s,a){const i=e._endId=++lm,n=()=>{i===e._endId&&a()};if(s)return setTimeout(n,s);const{type:l,timeout:c,propCount:r}=rm(e,t);if(!l)return a();const o=l+"end";let u=0;const m=()=>{e.removeEventListener(o,d),n()},d=_=>{_.target===e&&++u>=r&&m()};setTimeout(()=>{u(s[f]||"").split(", "),i=a(`${_t}Delay`),n=a(`${_t}Duration`),l=Kn(i,n),c=a(`${ds}Delay`),r=a(`${ds}Duration`),o=Kn(c,r);let u=null,m=0,d=0;t===_t?l>0&&(u=_t,m=l,d=n.length):t===ds?o>0&&(u=ds,m=o,d=r.length):(m=Math.max(l,o),u=m>0?l>o?_t:ds:null,d=u?u===_t?n.length:r.length:0);const _=u===_t&&/\b(transform|all)(,|$)/.test(a(`${_t}Property`).toString());return{type:u,timeout:m,propCount:d,hasTransform:_}}function Kn(e,t){for(;e.lengthJn(s)+Jn(e[a])))}function Jn(e){return Number(e.slice(0,-1).replace(",","."))*1e3}function cm(){return document.body.offsetHeight}const an={beforeMount(e,{value:t},{transition:s}){e._vod=e.style.display==="none"?"":e.style.display,s&&t?s.beforeEnter(e):gs(e,t)},mounted(e,{value:t},{transition:s}){s&&t&&s.enter(e)},updated(e,{value:t,oldValue:s},{transition:a}){!t!=!s&&(a?t?(a.beforeEnter(e),gs(e,!0),a.enter(e)):a.leave(e,()=>{gs(e,!1)}):gs(e,t))},beforeUnmount(e,{value:t}){gs(e,t)}};function gs(e,t){e.style.display=t?e._vod:"none"}const Vr=ke({patchProp:sm},zu);let ks,Zn=!1;function om(){return ks||(ks=ju(Vr))}function um(){return ks=Zn?ks:xu(Vr),Zn=!0,ks}const mm=(...e)=>{const t=om().createApp(...e),{mount:s}=t;return t.mount=a=>{const i=Wr(a);if(!i)return;const n=t._component;!ee(n)&&!n.render&&!n.template&&(n.template=i.innerHTML),i.innerHTML="";const l=s(i,!1,i instanceof SVGElement);return i instanceof Element&&(i.removeAttribute("v-cloak"),i.setAttribute("data-v-app","")),l},t},hm=(...e)=>{const t=um().createApp(...e),{mount:s}=t;return t.mount=a=>{const i=Wr(a);if(i)return s(i,!0,i instanceof SVGElement)},t};function Wr(e){return be(e)?document.querySelector(e):e}const dm=/"(?:_|\\u0{2}5[Ff]){2}(?:p|\\u0{2}70)(?:r|\\u0{2}72)(?:o|\\u0{2}6[Ff])(?:t|\\u0{2}74)(?:o|\\u0{2}6[Ff])(?:_|\\u0{2}5[Ff]){2}"\s*:/,gm=/"(?:c|\\u0063)(?:o|\\u006[Ff])(?:n|\\u006[Ee])(?:s|\\u0073)(?:t|\\u0074)(?:r|\\u0072)(?:u|\\u0075)(?:c|\\u0063)(?:t|\\u0074)(?:o|\\u006[Ff])(?:r|\\u0072)"\s*:/,pm=/^\s*["[{]|^\s*-?\d[\d.]{0,14}\s*$/;function fm(e,t){if(e!=="__proto__"&&!(e==="constructor"&&t&&typeof t=="object"&&"prototype"in t))return t}function bm(e,t={}){if(typeof e!="string")return e;const s=e.toLowerCase().trim();if(s==="true")return!0;if(s==="false")return!1;if(s==="null")return null;if(s==="nan")return Number.NaN;if(s==="infinity")return Number.POSITIVE_INFINITY;if(s!=="undefined"){if(!pm.test(e)){if(t.strict)throw new SyntaxError("Invalid JSON");return e}try{return dm.test(e)||gm.test(e)?JSON.parse(e,fm):JSON.parse(e)}catch(a){if(t.strict)throw a;return e}}}const _m=/#/g,ym=/&/g,vm=/=/g,Yr=/\+/g,wm=/%5e/gi,jm=/%60/gi,xm=/%7c/gi,qm=/%20/gi;function km(e){return encodeURI(""+e).replace(xm,"|")}function _i(e){return km(typeof e=="string"?e:JSON.stringify(e)).replace(Yr,"%2B").replace(qm,"+").replace(_m,"%23").replace(ym,"%26").replace(jm,"`").replace(wm,"^")}function Ka(e){return _i(e).replace(vm,"%3D")}function $r(e=""){try{return decodeURIComponent(""+e)}catch{return""+e}}function Pm(e){return $r(e.replace(Yr," "))}function Kr(e=""){const t={};e[0]==="?"&&(e=e.slice(1));for(const s of e.split("&")){const a=s.match(/([^=]+)=?(.*)/)||[];if(a.length<2)continue;const i=$r(a[1]);if(i==="__proto__"||i==="constructor")continue;const n=Pm(a[2]||"");typeof t[i]<"u"?Array.isArray(t[i])?t[i].push(n):t[i]=[t[i],n]:t[i]=n}return t}function Em(e,t){return(typeof t=="number"||typeof t=="boolean")&&(t=String(t)),t?Array.isArray(t)?t.map(s=>`${Ka(e)}=${_i(s)}`).join("&"):`${Ka(e)}=${_i(t)}`:Ka(e)}function Am(e){return Object.keys(e).filter(t=>e[t]!==void 0).map(t=>Em(t,e[t])).join("&")}const Cm=/^\w{2,}:([/\\]{1,2})/,Sm=/^\w{2,}:([/\\]{2})?/,Im=/^([/\\]\s*){2,}[^/\\]/;function us(e,t={}){return typeof t=="boolean"&&(t={acceptRelative:t}),t.strict?Cm.test(e):Sm.test(e)||(t.acceptRelative?Im.test(e):!1)}const Tm=/\/$|\/\?/;function yi(e="",t=!1){return t?Tm.test(e):e.endsWith("/")}function nn(e="",t=!1){if(!t)return(yi(e)?e.slice(0,-1):e)||"/";if(!yi(e,!0))return e||"/";const[s,...a]=e.split("?");return(s.slice(0,-1)||"/")+(a.length>0?`?${a.join("?")}`:"")}function Jr(e="",t=!1){if(!t)return e.endsWith("/")?e:e+"/";if(yi(e,!0))return e||"/";const[s,...a]=e.split("?");return s+"/"+(a.length>0?`?${a.join("?")}`:"")}function Rm(e=""){return e.startsWith("/")}function Mm(e=""){return(Rm(e)?e.slice(1):e)||"/"}function Nm(e,t){if(Zr(t)||us(e))return e;const s=nn(t);return e.startsWith(s)?e:Bs(s,e)}function Gn(e,t){if(Zr(t))return e;const s=nn(t);if(!e.startsWith(s))return e;const a=e.slice(s.length);return a[0]==="/"?a:"/"+a}function Om(e,t){const s=Qs(e),a={...Kr(s.search),...t};return s.search=Am(a),Lm(s)}function Zr(e){return!e||e==="/"}function Um(e){return e&&e!=="/"}function Bs(e,...t){let s=e||"";for(const a of t.filter(i=>Um(i)))s=s?Jr(s)+Mm(a):a;return s}function Qs(e="",t){if(!us(e,{acceptRelative:!0}))return t?Qs(t+e):Xn(e);const[s="",a,i=""]=(e.replace(/\\/g,"/").match(/([^/:]+:)?\/\/([^/@]+@)?(.*)/)||[]).splice(1),[n="",l=""]=(i.match(/([^#/?]*)(.*)?/)||[]).splice(1),{pathname:c,search:r,hash:o}=Xn(l.replace(/\/(?=[A-Za-z]:)/,""));return{protocol:s,auth:a?a.slice(0,Math.max(0,a.length-1)):"",host:n,pathname:c,search:r,hash:o}}function Xn(e=""){const[t="",s="",a=""]=(e.match(/([^#?]*)(\?[^#]*)?(#.*)?/)||[]).splice(1);return{pathname:t,search:s,hash:a}}function Lm(e){const t=e.pathname+(e.search?(e.search.startsWith("?")?"":"?")+e.search:"")+e.hash;return e.protocol?e.protocol+"//"+(e.auth?e.auth+"@":"")+e.host+t:t}class Hm extends Error{constructor(){super(...arguments),this.name="FetchError"}}function Fm(e,t,s){let a="";t&&(a=t.message),e&&s?a=`${a} (${s.status} ${s.statusText} (${e.toString()}))`:e&&(a=`${a} (${e.toString()})`);const i=new Hm(a);return Object.defineProperty(i,"request",{get(){return e}}),Object.defineProperty(i,"response",{get(){return s}}),Object.defineProperty(i,"data",{get(){return s&&s._data}}),Object.defineProperty(i,"status",{get(){return s&&s.status}}),Object.defineProperty(i,"statusText",{get(){return s&&s.statusText}}),Object.defineProperty(i,"statusCode",{get(){return s&&s.status}}),Object.defineProperty(i,"statusMessage",{get(){return s&&s.statusText}}),i}const Dm=new Set(Object.freeze(["PATCH","POST","PUT","DELETE"]));function el(e="GET"){return Dm.has(e.toUpperCase())}function zm(e){if(e===void 0)return!1;const t=typeof e;return t==="string"||t==="number"||t==="boolean"||t===null?!0:t!=="object"?!1:Array.isArray(e)?!0:e.constructor&&e.constructor.name==="Object"||typeof e.toJSON=="function"}const Bm=new Set(["image/svg","application/xml","application/xhtml","application/html"]),Qm=/^application\/(?:[\w!#$%&*.^`~-]*\+)?json(;.+)?$/i;function Vm(e=""){if(!e)return"json";const t=e.split(";").shift()||"";return Qm.test(t)?"json":Bm.has(t)||t.startsWith("text/")?"text":"blob"}const Wm=new Set([408,409,425,429,500,502,503,504]);function Gr(e){const{fetch:t,Headers:s}=e;function a(l){const c=l.error&&l.error.name==="AbortError"||!1;if(l.options.retry!==!1&&!c){let o;typeof l.options.retry=="number"?o=l.options.retry:o=el(l.options.method)?0:1;const u=l.response&&l.response.status||500;if(o>0&&Wm.has(u))return i(l.request,{...l.options,retry:o-1})}const r=Fm(l.request,l.error,l.response);throw Error.captureStackTrace&&Error.captureStackTrace(r,i),r}const i=async function(c,r={}){const o={request:c,options:{...e.defaults,...r},response:void 0,error:void 0};o.options.onRequest&&await o.options.onRequest(o),typeof o.request=="string"&&(o.options.baseURL&&(o.request=Nm(o.request,o.options.baseURL)),(o.options.query||o.options.params)&&(o.request=Om(o.request,{...o.options.params,...o.options.query})),o.options.body&&el(o.options.method)&&zm(o.options.body)&&(o.options.body=typeof o.options.body=="string"?o.options.body:JSON.stringify(o.options.body),o.options.headers=new s(o.options.headers),o.options.headers.has("content-type")||o.options.headers.set("content-type","application/json"),o.options.headers.has("accept")||o.options.headers.set("accept","application/json"))),o.response=await t(o.request,o.options).catch(async m=>(o.error=m,o.options.onRequestError&&await o.options.onRequestError(o),a(o)));const u=(o.options.parseResponse?"json":o.options.responseType)||Vm(o.response.headers.get("content-type")||"");if(u==="json"){const m=await o.response.text(),d=o.options.parseResponse||bm;o.response._data=d(m)}else u==="stream"?o.response._data=o.response.body:o.response._data=await o.response[u]();return o.options.onResponse&&await o.options.onResponse(o),o.response.status>=400&&o.response.status<600?(o.options.onResponseError&&await o.options.onResponseError(o),a(o)):o.response},n=function(c,r){return i(c,r).then(o=>o._data)};return n.raw=i,n.native=t,n.create=(l={})=>Gr({...e,defaults:{...e.defaults,...l}}),n}const Xr=function(){if(typeof globalThis<"u")return globalThis;if(typeof self<"u")return self;if(typeof window<"u")return window;if(typeof global<"u")return global;throw new Error("unable to locate global object")}(),Ym=Xr.fetch||(()=>Promise.reject(new Error("[ofetch] global.fetch is not supported!"))),$m=Xr.Headers,Km=Gr({fetch:Ym,Headers:$m}),Jm=Km,Zm=()=>{var e;return((e=window==null?void 0:window.__NUXT__)==null?void 0:e.config)||{}},_a=Zm().app,Gm=()=>_a.baseURL,Xm=()=>_a.buildAssetsDir,eh=(...e)=>Bs(ec(),Xm(),...e),ec=(...e)=>{const t=_a.cdnURL||_a.baseURL;return e.length?Bs(t,...e):t};globalThis.__buildAssetsURL=eh,globalThis.__publicAssetsURL=ec;function vi(e,t={},s){for(const a in e){const i=e[a],n=s?`${s}:${a}`:a;typeof i=="object"&&i!==null?vi(i,t,n):typeof i=="function"&&(t[n]=i)}return t}const th={run:e=>e()},sh=()=>th,tc=typeof console.createTask<"u"?console.createTask:sh;function ah(e,t){const s=t.shift(),a=tc(s);return e.reduce((i,n)=>i.then(()=>a.run(()=>n(...t))),Promise.resolve())}function ih(e,t){const s=t.shift(),a=tc(s);return Promise.all(e.map(i=>a.run(()=>i(...t))))}function Ja(e,t){for(const s of[...e])s(t)}class nh{constructor(){this._hooks={},this._before=void 0,this._after=void 0,this._deprecatedMessages=void 0,this._deprecatedHooks={},this.hook=this.hook.bind(this),this.callHook=this.callHook.bind(this),this.callHookWith=this.callHookWith.bind(this)}hook(t,s,a={}){if(!t||typeof s!="function")return()=>{};const i=t;let n;for(;this._deprecatedHooks[t];)n=this._deprecatedHooks[t],t=n.to;if(n&&!a.allowDeprecated){let l=n.message;l||(l=`${i} hook has been deprecated`+(n.to?`, please use ${n.to}`:"")),this._deprecatedMessages||(this._deprecatedMessages=new Set),this._deprecatedMessages.has(l)||(console.warn(l),this._deprecatedMessages.add(l))}if(!s.name)try{Object.defineProperty(s,"name",{get:()=>"_"+t.replace(/\W+/g,"_")+"_hook_cb",configurable:!0})}catch{}return this._hooks[t]=this._hooks[t]||[],this._hooks[t].push(s),()=>{s&&(this.removeHook(t,s),s=void 0)}}hookOnce(t,s){let a,i=(...n)=>(typeof a=="function"&&a(),a=void 0,i=void 0,s(...n));return a=this.hook(t,i),a}removeHook(t,s){if(this._hooks[t]){const a=this._hooks[t].indexOf(s);a!==-1&&this._hooks[t].splice(a,1),this._hooks[t].length===0&&delete this._hooks[t]}}deprecateHook(t,s){this._deprecatedHooks[t]=typeof s=="string"?{to:s}:s;const a=this._hooks[t]||[];delete this._hooks[t];for(const i of a)this.hook(t,i)}deprecateHooks(t){Object.assign(this._deprecatedHooks,t);for(const s in t)this.deprecateHook(s,t[s])}addHooks(t){const s=vi(t),a=Object.keys(s).map(i=>this.hook(i,s[i]));return()=>{for(const i of a.splice(0,a.length))i()}}removeHooks(t){const s=vi(t);for(const a in s)this.removeHook(a,s[a])}removeAllHooks(){for(const t in this._hooks)delete this._hooks[t]}callHook(t,...s){return s.unshift(t),this.callHookWith(ah,t,...s)}callHookParallel(t,...s){return s.unshift(t),this.callHookWith(ih,t,...s)}callHookWith(t,s,...a){const i=this._before||this._after?{name:s,args:a,context:{}}:void 0;this._before&&Ja(this._before,i);const n=t(s in this._hooks?[...this._hooks[s]]:[],a);return n instanceof Promise?n.finally(()=>{this._after&&i&&Ja(this._after,i)}):(this._after&&i&&Ja(this._after,i),n)}beforeEach(t){return this._before=this._before||[],this._before.push(t),()=>{if(this._before!==void 0){const s=this._before.indexOf(t);s!==-1&&this._before.splice(s,1)}}}afterEach(t){return this._after=this._after||[],this._after.push(t),()=>{if(this._after!==void 0){const s=this._after.indexOf(t);s!==-1&&this._after.splice(s,1)}}}}function sc(){return new nh}function lh(e={}){let t,s=!1;const a=l=>{if(t&&t!==l)throw new Error("Context conflict")};let i;if(e.asyncContext){const l=e.AsyncLocalStorage||globalThis.AsyncLocalStorage;l?i=new l:console.warn("[unctx] `AsyncLocalStorage` is not provided.")}const n=()=>{if(i&&t===void 0){const l=i.getStore();if(l!==void 0)return l}return t};return{use:()=>{const l=n();if(l===void 0)throw new Error("Context is not available");return l},tryUse:()=>n(),set:(l,c)=>{c||a(l),t=l,s=!0},unset:()=>{t=void 0,s=!1},call:(l,c)=>{a(l),t=l;try{return i?i.run(l,c):c()}finally{s||(t=void 0)}},async callAsync(l,c){t=l;const r=()=>{t=l},o=()=>t===l?r:void 0;wi.add(o);try{const u=i?i.run(l,c):c();return s||(t=void 0),await u}finally{wi.delete(o)}}}}function rh(e={}){const t={};return{get(s,a={}){return t[s]||(t[s]=lh({...e,...a})),t[s],t[s]}}}const ya=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof global<"u"?global:typeof window<"u"?window:{},tl="__unctx__",ch=ya[tl]||(ya[tl]=rh()),oh=(e,t={})=>ch.get(e,t),sl="__unctx_async_handlers__",wi=ya[sl]||(ya[sl]=new Set);function va(e){const t=[];for(const i of wi){const n=i();n&&t.push(n)}const s=()=>{for(const i of t)i()};let a=e();return a&&typeof a=="object"&&"catch"in a&&(a=a.catch(i=>{throw s(),i})),[a,s]}const ac=oh("nuxt-app"),uh="__nuxt_plugin";function mh(e){let t=0;const s={provide:void 0,globalName:"nuxt",versions:{get nuxt(){return"3.5.2"},get vue(){return s.vueApp.version}},payload:Xe({data:{},state:{},_errors:{},...window.__NUXT__??{}}),static:{data:{}},runWithContext:i=>ph(s,i),isHydrating:!0,deferHydration(){if(!s.isHydrating)return()=>{};t++;let i=!1;return()=>{if(!i&&(i=!0,t--,t===0))return s.isHydrating=!1,s.callHook("app:suspense:resolve")}},_asyncDataPromises:{},_asyncData:{},_payloadRevivers:{},...e};s.hooks=sc(),s.hook=s.hooks.hook,s.callHook=s.hooks.callHook,s.provide=(i,n)=>{const l="$"+i;sa(s,l,n),sa(s.vueApp.config.globalProperties,l,n)},sa(s.vueApp,"$nuxt",s),sa(s.vueApp.config.globalProperties,"$nuxt",s);{window.addEventListener("nuxt.preloadError",n=>{s.callHook("app:chunkError",{error:n.payload})});const i=s.hook("app:error",(...n)=>{console.error("[nuxt] error caught during app initialization",...n)});s.hook("app:mounted",i)}const a=Xe(s.payload.config);return s.provide("config",a),s}async function hh(e,t){if(typeof t!="function")return;const{provide:s}=await e.runWithContext(()=>t(e))||{};if(s&&typeof s=="object")for(const a in s)e.provide(a,s[a])}async function dh(e,t){var i;const s=[],a=[];for(const n of t){const l=hh(e,n);(i=n.meta)!=null&&i.parallel?s.push(l.catch(c=>a.push(c))):await l}if(await Promise.all(s),a.length)throw a[0]}function gh(e){const t=[];for(const s of e){if(typeof s!="function")continue;let a=s;s.length>1&&(a=i=>s(i,i.provide)),t.push(a)}return t.sort((s,a)=>{var i,n;return(((i=s.meta)==null?void 0:i.order)||wa.default)-(((n=a.meta)==null?void 0:n.order)||wa.default)}),t}const wa={pre:-20,default:0,post:20};function gt(e,t){var a;if(typeof e=="function")return gt({setup:e},t);const s=i=>{if(e.hooks&&i.hooks.addHooks(e.hooks),e.setup)return e.setup(i)};return s.meta={name:(t==null?void 0:t.name)||e.name||((a=e.setup)==null?void 0:a.name),parallel:e.parallel,order:(t==null?void 0:t.order)||e.order||wa[e.enforce||"default"]||wa.default},s[uh]=!0,s}function ph(e,t,s){const a=()=>s?t(...s):t();return ac.set(e),e.vueApp.runWithContext(a)}function we(){var t;let e;if(Cr()&&(e=(t=zs())==null?void 0:t.appContext.app.$nuxt),e=e||ac.tryUse(),!e)throw new Error("[nuxt] instance unavailable");return e}function ln(){return we().$config}function sa(e,t,s){Object.defineProperty(e,t,{get:()=>s})}const fh="modulepreload",bh=function(e,t){return e.startsWith(".")?new URL(e,t).href:e},al={},_h=function(t,s,a){if(!s||s.length===0)return t();const i=document.getElementsByTagName("link");return Promise.all(s.map(n=>{if(n=bh(n,a),n in al)return;al[n]=!0;const l=n.endsWith(".css"),c=l?'[rel="stylesheet"]':"";if(!!a)for(let u=i.length-1;u>=0;u--){const m=i[u];if(m.href===n&&(!l||m.rel==="stylesheet"))return}else if(document.querySelector(`link[href="${n}"]${c}`))return;const o=document.createElement("link");if(o.rel=l?"stylesheet":fh,l||(o.as="script",o.crossOrigin=""),o.href=n,document.head.appendChild(o),l)return new Promise((u,m)=>{o.addEventListener("load",u),o.addEventListener("error",()=>m(new Error(`Unable to preload CSS for ${n}`)))})})).then(()=>t())},ic=(...e)=>_h(...e).catch(t=>{const s=new Event("nuxt.preloadError");throw s.payload=t,window.dispatchEvent(s),t}),yh=-1,vh=-2,wh=-3,jh=-4,xh=-5,qh=-6;function kh(e,t){return Ph(JSON.parse(e),t)}function Ph(e,t){if(typeof e=="number")return i(e,!0);if(!Array.isArray(e)||e.length===0)throw new Error("Invalid input");const s=e,a=Array(s.length);function i(n,l=!1){if(n===yh)return;if(n===wh)return NaN;if(n===jh)return 1/0;if(n===xh)return-1/0;if(n===qh)return-0;if(l)throw new Error("Invalid input");if(n in a)return a[n];const c=s[n];if(!c||typeof c!="object")a[n]=c;else if(Array.isArray(c))if(typeof c[0]=="string"){const r=c[0],o=t==null?void 0:t[r];if(o)return a[n]=o(i(c[1]));switch(r){case"Date":a[n]=new Date(c[1]);break;case"Set":const u=new Set;a[n]=u;for(let _=1;_>>9)+65536).toString(16).substring(1,8).toLowerCase()}function ji(e){return rc(`${e.tag}:${e.textContent||e.innerHTML||""}:${Object.entries(e.props).map(([t,s])=>`${t}:${String(s)}`).join(",")}`)}function Ih(e){let t=9;for(const s of e)for(let a=0;a>>9)+65536).toString(16).substring(1,8).toLowerCase()}function cc(e,t){const{props:s,tag:a}=e;if(Ch.includes(a))return a;if(a==="link"&&s.rel==="canonical")return"canonical";if(s.charset)return"charset";const i=["id"];a==="meta"&&i.push("name","property","http-equiv");for(const n of i)if(typeof s[n]<"u"){const l=String(s[n]);return t&&!t(l)?!1:`${a}:${n}:${l}`}return!1}function il(e,t){return e==null?t||null:typeof e=="function"?e(t):e}function aa(e,t=!1,s){const{tag:a,$el:i}=e;i&&(Object.entries(a.props).forEach(([n,l])=>{l=String(l);const c=`attr:${n}`;if(n==="class"){if(!l)return;for(const r of l.split(" ")){const o=`${c}:${r}`;s&&s(e,o,()=>i.classList.remove(r)),i.classList.contains(r)||i.classList.add(r)}return}s&&!n.startsWith("data-h-")&&s(e,c,()=>i.removeAttribute(n)),(t||i.getAttribute(n)!==l)&&i.setAttribute(n,l)}),nc.includes(a.tag)&&(a.textContent&&a.textContent!==i.textContent?i.textContent=a.textContent:a.innerHTML&&a.innerHTML!==i.innerHTML&&(i.innerHTML=a.innerHTML)))}let ps=!1;async function Th(e,t={}){var d,_;const s={shouldRender:!0};if(await e.hooks.callHook("dom:beforeRender",s),!s.shouldRender)return;const a=t.document||e.resolvedOptions.document||window.document,i=(await e.resolveTags()).map(c);if(e.resolvedOptions.experimentalHashHydration&&(ps=ps||e._hash||!1,ps)){const f=Ih(i.map(w=>w.tag._h));if(ps===f)return;ps=f}const n=e._popSideEffectQueue();e.headEntries().map(f=>f._sde).forEach(f=>{Object.entries(f).forEach(([w,R])=>{n[w]=R})});const l=(f,w,R)=>{w=`${f.renderId}:${w}`,f.entry&&(f.entry._sde[w]=R),delete n[w]};function c(f){const w=e.headEntries().find(b=>b._i===f._e),R={renderId:f._d||ji(f),$el:null,shouldRender:!0,tag:f,entry:w,markSideEffect:(b,p)=>l(R,b,p)};return R}const r=[],o={body:[],head:[]},u=f=>{e._elMap[f.renderId]=f.$el,r.push(f),l(f,"el",()=>{var w;(w=f.$el)==null||w.remove(),delete e._elMap[f.renderId]})};for(const f of i){if(await e.hooks.callHook("dom:beforeRenderTag",f),!f.shouldRender)continue;const{tag:w}=f;if(w.tag==="title"){a.title=w.textContent||"",r.push(f);continue}if(w.tag==="htmlAttrs"||w.tag==="bodyAttrs"){f.$el=a[w.tag==="htmlAttrs"?"documentElement":"body"],aa(f,!1,l),r.push(f);continue}if(f.$el=e._elMap[f.renderId],!f.$el&&w.key&&(f.$el=a.querySelector(`${(d=w.tagPosition)!=null&&d.startsWith("body")?"body":"head"} > ${w.tag}[data-h-${w._h}]`)),f.$el){f.tag._d&&aa(f),u(f);continue}o[(_=w.tagPosition)!=null&&_.startsWith("body")?"body":"head"].push(f)}const m={bodyClose:void 0,bodyOpen:void 0,head:void 0};Object.entries(o).forEach(([f,w])=>{var b;if(!w.length)return;const R=(b=a==null?void 0:a[f])==null?void 0:b.children;if(R){for(const p of[...R].reverse()){const q=p.tagName.toLowerCase();if(!lc.includes(q))continue;const v=p.getAttributeNames().reduce((x,F)=>({...x,[F]:p.getAttribute(F)}),{}),C={tag:q,props:v};p.innerHTML&&(C.innerHTML=p.innerHTML);const O=ji(C);let M=w.findIndex(x=>(x==null?void 0:x.renderId)===O);if(M===-1){const x=cc(C);M=w.findIndex(F=>(F==null?void 0:F.tag._d)&&F.tag._d===x)}if(M!==-1){const x=w[M];x.$el=p,aa(x),u(x),delete w[M]}}w.forEach(p=>{const q=p.tag.tagPosition||"head";m[q]=m[q]||a.createDocumentFragment(),p.$el||(p.$el=a.createElement(p.tag.tag),aa(p,!0)),m[q].appendChild(p.$el),u(p)})}}),m.head&&a.head.appendChild(m.head),m.bodyOpen&&a.body.insertBefore(m.bodyOpen,a.body.firstChild),m.bodyClose&&a.body.appendChild(m.bodyClose);for(const f of r)await e.hooks.callHook("dom:renderTag",f);Object.values(n).forEach(f=>f())}let Za=null;async function Rh(e,t={}){function s(){return Za=null,Th(e,t)}const a=t.delayFn||(i=>setTimeout(i,10));return Za=Za||new Promise(i=>a(()=>i(s())))}function Mh(e){return{hooks:{"entries:updated":function(t){if(typeof(e==null?void 0:e.document)>"u"&&typeof window>"u")return;let s=e==null?void 0:e.delayFn;!s&&typeof requestAnimationFrame<"u"&&(s=requestAnimationFrame),Rh(t,{document:(e==null?void 0:e.document)||window.document,delayFn:s})}}}}function Nh(e){var t;return((t=e==null?void 0:e.head.querySelector('meta[name="unhead:ssr"]'))==null?void 0:t.getAttribute("content"))||!1}const nl={critical:2,high:9,low:12,base:-1,title:1,meta:10};function ll(e){if(typeof e.tagPriority=="number")return e.tagPriority;if(e.tag==="meta"){if(e.props.charset)return-2;if(e.props["http-equiv"]==="content-security-policy")return 0}const t=e.tagPriority||e.tag;return t in nl?nl[t]:10}const Oh=[{prefix:"before:",offset:-1},{prefix:"after:",offset:1}];function Uh(){return{hooks:{"tags:resolve":e=>{const t=s=>{var a;return(a=e.tags.find(i=>i._d===s))==null?void 0:a._p};for(const{prefix:s,offset:a}of Oh)for(const i of e.tags.filter(n=>typeof n.tagPriority=="string"&&n.tagPriority.startsWith(s))){const n=t(i.tagPriority.replace(s,""));typeof n<"u"&&(i._p=n+a)}e.tags.sort((s,a)=>s._p-a._p).sort((s,a)=>ll(s)-ll(a))}}}}function Lh(){return{hooks:{"tags:resolve":e=>{const{tags:t}=e;let s=t.findIndex(i=>i.tag==="titleTemplate");const a=t.findIndex(i=>i.tag==="title");if(a!==-1&&s!==-1){const i=il(t[s].textContent,t[a].textContent);i!==null?t[a].textContent=i||t[a].textContent:delete t[a]}else if(s!==-1){const i=il(t[s].textContent);i!==null&&(t[s].textContent=i,t[s].tag="title",s=-1)}s!==-1&&delete t[s],e.tags=t.filter(Boolean)}}}}function Hh(){return{hooks:{"tag:normalise":function({tag:e}){typeof e.props.body<"u"&&(e.tagPosition="bodyClose",delete e.props.body)}}}}const Fh=["link","style","script","noscript"];function Dh(){return{hooks:{"tag:normalise":({tag:e,resolvedOptions:t})=>{t.experimentalHashHydration===!0&&(e._h=ji(e)),e.key&&Fh.includes(e.tag)&&(e._h=rc(e.key),e.props[`data-h-${e._h}`]="")}}}}const rl=["script","link","bodyAttrs"];function zh(){const e=(t,s)=>{const a={},i={};Object.entries(s.props).forEach(([l,c])=>{l.startsWith("on")&&typeof c=="function"?i[l]=c:a[l]=c});let n;return t==="dom"&&s.tag==="script"&&typeof a.src=="string"&&typeof i.onload<"u"&&(n=a.src,delete a.src),{props:a,eventHandlers:i,delayedSrc:n}};return{hooks:{"ssr:render":function(t){t.tags=t.tags.map(s=>(!rl.includes(s.tag)||!Object.entries(s.props).find(([a,i])=>a.startsWith("on")&&typeof i=="function")||(s.props=e("ssr",s).props),s))},"dom:beforeRenderTag":function(t){if(!rl.includes(t.tag.tag)||!Object.entries(t.tag.props).find(([n,l])=>n.startsWith("on")&&typeof l=="function"))return;const{props:s,eventHandlers:a,delayedSrc:i}=e("dom",t.tag);Object.keys(a).length&&(t.tag.props=s,t.tag._eventHandlers=a,t.tag._delayedSrc=i)},"dom:renderTag":function(t){const s=t.$el;if(!t.tag._eventHandlers||!s)return;const a=t.tag.tag==="bodyAttrs"&&typeof window<"u"?window:s;Object.entries(t.tag._eventHandlers).forEach(([i,n])=>{const l=`${t.tag._d||t.tag._p}:${i}`,c=i.slice(2).toLowerCase(),r=`data-h-${c}`;if(t.markSideEffect(l,()=>{}),s.hasAttribute(r))return;const o=n;s.setAttribute(r,""),a.addEventListener(c,o),t.entry&&(t.entry._sde[l]=()=>{a.removeEventListener(c,o),s.removeAttribute(r)})}),t.tag._delayedSrc&&s.setAttribute("src",t.tag._delayedSrc)}}}}const Bh=["templateParams","htmlAttrs","bodyAttrs"];function Qh(){return{hooks:{"tag:normalise":function({tag:e}){["hid","vmid","key"].forEach(a=>{e.props[a]&&(e.key=e.props[a],delete e.props[a])});const s=cc(e)||(e.key?`${e.tag}:${e.key}`:!1);s&&(e._d=s)},"tags:resolve":function(e){const t={};e.tags.forEach(a=>{const i=(a.key?`${a.tag}:${a.key}`:a._d)||a._p,n=t[i];if(n){let c=a==null?void 0:a.tagDuplicateStrategy;if(!c&&Bh.includes(a.tag)&&(c="merge"),c==="merge"){const r=n.props;["class","style"].forEach(o=>{a.props[o]&&r[o]&&(o==="style"&&!r[o].endsWith(";")&&(r[o]+=";"),a.props[o]=`${r[o]} ${a.props[o]}`)}),t[i].props={...r,...a.props};return}else if(a._e===n._e){n._duped=n._duped||[],a._d=`${n._d}:${n._duped.length+1}`,n._duped.push(a);return}}const l=Object.keys(a.props).length+(a.innerHTML?1:0)+(a.textContent?1:0);if(lc.includes(a.tag)&&l===0){delete t[i];return}t[i]=a});const s=[];Object.values(t).forEach(a=>{const i=a._duped;delete a._duped,s.push(a),i&&s.push(...i)}),e.tags=s}}}}function ia(e,t){function s(n){if(["s","pageTitle"].includes(n))return t.pageTitle;let l;return n.includes(".")?l=n.split(".").reduce((c,r)=>c&&c[r]||void 0,t):l=t[n],typeof l<"u"?l||"":!1}let a=e;try{a=decodeURI(e)}catch{}return(a.match(/%(\w+\.+\w+)|%(\w+)/g)||[]).sort().reverse().forEach(n=>{const l=s(n.slice(1));typeof l=="string"&&(e=e.replace(new RegExp(`\\${n}(\\W|$)`,"g"),`${l}$1`).trim())}),t.separator&&(e.endsWith(t.separator)&&(e=e.slice(0,-t.separator.length).trim()),e.startsWith(t.separator)&&(e=e.slice(t.separator.length).trim()),e=e.replace(new RegExp(`\\${t.separator}\\s*\\${t.separator}`,"g"),t.separator)),e}function Vh(){return{hooks:{"tags:resolve":e=>{var n;const{tags:t}=e,s=(n=t.find(l=>l.tag==="title"))==null?void 0:n.textContent,a=t.findIndex(l=>l.tag==="templateParams"),i=a!==-1?t[a].props:{};i.pageTitle=i.pageTitle||s||"";for(const l of t)if(["titleTemplate","title"].includes(l.tag)&&typeof l.textContent=="string")l.textContent=ia(l.textContent,i);else if(l.tag==="meta"&&typeof l.props.content=="string")l.props.content=ia(l.props.content,i);else if(l.tag==="link"&&typeof l.props.href=="string")l.props.href=ia(l.props.href,i);else if(l.tag==="script"&&["application/json","application/ld+json"].includes(l.props.type)&&typeof l.innerHTML=="string")try{l.innerHTML=JSON.stringify(JSON.parse(l.innerHTML),(c,r)=>typeof r=="string"?ia(r,i):r)}catch{}e.tags=t.filter(l=>l.tag!=="templateParams")}}}}const Wh=typeof window<"u";let oc;function Yh(e){return oc=e}function $h(){return oc}async function Kh(e,t){const s={tag:e,props:{}};return e==="templateParams"?(s.props=t,s):["title","titleTemplate"].includes(e)?(s.textContent=t instanceof Promise?await t:t,s):typeof t=="string"?["script","noscript","style"].includes(e)?(e==="script"&&(/^(https?:)?\/\//.test(t)||t.startsWith("/"))?s.props.src=t:s.innerHTML=t,s):!1:(s.props=await Zh(e,{...t}),s.props.children&&(s.props.innerHTML=s.props.children),delete s.props.children,Object.keys(s.props).filter(a=>Sh.includes(a)).forEach(a=>{(!["innerHTML","textContent"].includes(a)||nc.includes(s.tag))&&(s[a]=s.props[a]),delete s.props[a]}),["innerHTML","textContent"].forEach(a=>{if(s.tag==="script"&&typeof s[a]=="string"&&["application/ld+json","application/json"].includes(s.props.type))try{s[a]=JSON.parse(s[a])}catch{s[a]=""}typeof s[a]=="object"&&(s[a]=JSON.stringify(s[a]))}),s.props.class&&(s.props.class=Jh(s.props.class)),s.props.content&&Array.isArray(s.props.content)?s.props.content.map(a=>({...s,props:{...s.props,content:a}})):s)}function Jh(e){return typeof e=="object"&&!Array.isArray(e)&&(e=Object.keys(e).filter(t=>e[t])),(Array.isArray(e)?e.join(" "):e).split(" ").filter(t=>t.trim()).filter(Boolean).join(" ")}async function Zh(e,t){for(const s of Object.keys(t)){const a=s.startsWith("data-");t[s]instanceof Promise&&(t[s]=await t[s]),String(t[s])==="true"?t[s]=a?"true":"":String(t[s])==="false"&&(a?t[s]="false":delete t[s])}return t}const Gh=10;async function Xh(e){const t=[];return Object.entries(e.resolvedInput).filter(([s,a])=>typeof a<"u"&&Ah.includes(s)).forEach(([s,a])=>{const i=Eh(a);t.push(...i.map(n=>Kh(s,n)).flat())}),(await Promise.all(t)).flat().filter(Boolean).map((s,a)=>(s._e=e._i,s._p=(e._i<c.hooks&&i.addHooks(c.hooks)),e.document=e.document||(Wh?document:void 0);const n=()=>i.callHook("entries:updated",l),l={resolvedOptions:e,headEntries(){return t},get hooks(){return i},use(c){c.hooks&&i.addHooks(c.hooks)},push(c,r){const o={_i:a++,input:c,_sde:{}};return r!=null&&r.mode&&(o._m=r==null?void 0:r.mode),r!=null&&r.transform&&(o._t=r==null?void 0:r.transform),t.push(o),n(),{dispose(){t=t.filter(u=>u._i!==o._i?!0:(s={...s,...u._sde||{}},u._sde={},n(),!1))},patch(u){t=t.map(m=>(m._i===o._i&&(o.input=m.input=u,n()),m))}}},async resolveTags(){const c={tags:[],entries:[...t]};await i.callHook("entries:resolve",c);for(const r of c.entries){const o=r._t||(u=>u);if(r.resolvedInput=o(r.resolvedInput||r.input),r.resolvedInput)for(const u of await Xh(r)){const m={tag:u,entry:r,resolvedOptions:l.resolvedOptions};await i.callHook("tag:normalise",m),c.tags.push(m.tag)}}return await i.callHook("tags:resolve",c),c.tags},_popSideEffectQueue(){const c={...s};return s={},c},_elMap:{}};return l.hooks.callHook("init",l),l}function id(e){return typeof e=="function"?e():pe(e)}function ja(e,t=""){if(e instanceof Promise)return e;const s=id(e);return!e||!s?s:Array.isArray(s)?s.map(a=>ja(a,t)):typeof s=="object"?Object.fromEntries(Object.entries(s).map(([a,i])=>a==="titleTemplate"||a.startsWith("on")?[a,pe(i)]:[a,ja(i,a)])):s}const nd=Br.startsWith("3"),ld=typeof window<"u",uc="usehead";function rn(){return zs()&&ve(uc)||$h()}function rd(e){return{install(s){nd&&(s.config.globalProperties.$unhead=e,s.config.globalProperties.$head=e,s.provide(uc,e))}}.install}function cd(e={}){const t=sd({...e,domDelayFn:s=>setTimeout(()=>Ht(()=>s()),10),plugins:[od(),...(e==null?void 0:e.plugins)||[]]});return t.install=rd(t),t}function od(){return{hooks:{"entries:resolve":function(e){for(const t of e.entries)t.resolvedInput=ja(t.input)}}}}function ud(e,t={}){const s=rn(),a=Ve(!1),i=Ve({});Yo(()=>{i.value=a.value?{}:ja(e)});const n=s.push(i.value,t);return Mt(i,c=>{n.patch(c)}),zs()&&(Ds(()=>{n.dispose()}),_r(()=>{a.value=!0}),br(()=>{a.value=!1})),n}function md(e,t={}){return rn().push(e,t)}function hd(e,t={}){var a;const s=rn();if(s){const i=ld||!!((a=s.resolvedOptions)!=null&&a.document);return t.mode==="server"&&i||t.mode==="client"&&!i?void 0:i?ud(e,t):md(e,t)}}const dd={meta:[{charset:"utf-8"},{name:"viewport",content:"width=device-width, initial-scale=1"},{hid:"description",name:"description",content:"A news site developed with Nuxt."}],link:[],style:[],script:[],noscript:[],title:"The Daily Broadcast",htmlAttrs:{lang:"en"}},xi=!1,gd=!1,pd="__nuxt",fd=!0;function cl(e,t={}){const s=bd(e,t),a=we(),i=a._payloadCache=a._payloadCache||{};return i[s]||(i[s]=mc(s).then(n=>n||(delete i[s],null))),i[s]}const ol="json";function bd(e,t={}){const s=new URL(e,"http://localhost");if(s.search)throw new Error("Payload URL cannot contain search params: "+e);if(s.host!=="localhost"||us(s.pathname,{acceptRelative:!0}))throw new Error("Payload URL must not include hostname: "+e);const a=t.hash||(t.fresh?Date.now():"");return Bs(ln().app.baseURL,s.pathname,a?`_payload.${a}.${ol}`:`_payload.${ol}`)}async function mc(e){try{return fd?hc(await fetch(e).then(t=>t.text())):await ic(()=>import(e),[],import.meta.url).then(t=>t.default||t)}catch(t){console.warn("[nuxt] Cannot load payload ",e,t)}return null}function _d(){return!!we().payload.prerenderedAt}let na=null;async function yd(){if(na)return na;const e=document.getElementById("__NUXT_DATA__");if(!e)return{};const t=hc(e.textContent||""),s=e.dataset.src?await mc(e.dataset.src):void 0;return na={...t,...s,...window.__NUXT__},na}function hc(e){return kh(e,we()._payloadRevivers)}function vd(e,t){we()._payloadRevivers[e]=t}function Ga(e){return e!==null&&typeof e=="object"}function qi(e,t,s=".",a){if(!Ga(t))return qi(e,{},s,a);const i=Object.assign({},t);for(const n in e){if(n==="__proto__"||n==="constructor")continue;const l=e[n];l!=null&&(a&&a(i,n,l,s)||(Array.isArray(l)&&Array.isArray(i[n])?i[n]=[...l,...i[n]]:Ga(l)&&Ga(i[n])?i[n]=qi(l,i[n],(s?`${s}.`:"")+n.toString(),a):i[n]=l))}return i}function wd(e){return(...t)=>t.reduce((s,a)=>qi(s,a,"",e),{})}const jd=wd();class ki extends Error{constructor(){super(...arguments),this.statusCode=500,this.fatal=!1,this.unhandled=!1,this.statusMessage=void 0}toJSON(){const t={message:this.message,statusCode:Ei(this.statusCode,500)};return this.statusMessage&&(t.statusMessage=dc(this.statusMessage)),this.data!==void 0&&(t.data=this.data),t}}ki.__h3_error__=!0;function Pi(e){if(typeof e=="string")return new ki(e);if(xd(e))return e;const t=new ki(e.message??e.statusMessage,e.cause?{cause:e.cause}:void 0);if("stack"in e)try{Object.defineProperty(t,"stack",{get(){return e.stack}})}catch{try{t.stack=e.stack}catch{}}if(e.data&&(t.data=e.data),e.statusCode?t.statusCode=Ei(e.statusCode,t.statusCode):e.status&&(t.statusCode=Ei(e.status,t.statusCode)),e.statusMessage?t.statusMessage=e.statusMessage:e.statusText&&(t.statusMessage=e.statusText),t.statusMessage){const s=t.statusMessage;dc(t.statusMessage)!==s&&console.warn("[h3] Please prefer using `message` for longer error messages instead of `statusMessage`. In the future `statusMessage` will be sanitized by default.")}return e.fatal!==void 0&&(t.fatal=e.fatal),e.unhandled!==void 0&&(t.unhandled=e.unhandled),t}function xd(e){var t;return((t=e==null?void 0:e.constructor)==null?void 0:t.__h3_error__)===!0}const qd=/[^\u0009\u0020-\u007E]/g;function dc(e=""){return e.replace(qd,"")}function Ei(e,t=200){return!e||(typeof e=="string"&&(e=Number.parseInt(e,10)),e<100||e>999)?t:e}function kd(...e){const t=typeof e[e.length-1]=="string"?e.pop():void 0;typeof e[0]!="string"&&e.unshift(t);const[s,a]=e;if(!s||typeof s!="string")throw new TypeError("[nuxt] [useState] key must be a string: "+s);if(a!==void 0&&typeof a!="function")throw new Error("[nuxt] [useState] init must be a function: "+a);const i="$s"+s,n=we(),l=ir(n.payload.state,i);if(l.value===void 0&&a){const c=a();if(Ee(c))return n.payload.state[i]=c,c;l.value=c}return l}const Pt=()=>{var e;return(e=we())==null?void 0:e.$router},ms=()=>Cr()?ve("_route",we()._route):we()._route,Pd=e=>e,Ed=()=>{try{if(we()._processingMiddleware)return!0}catch{return!0}return!1},gc=(e,t)=>{e||(e="/");const s=typeof e=="string"?e:e.path||"/",a=(t==null?void 0:t.external)||us(s,{acceptRelative:!0});if(a&&!(t!=null&&t.external))throw new Error("Navigating to external URL is not allowed by default. Use `navigateTo (url, { external: true })`.");if(a&&Qs(s).protocol==="script:")throw new Error("Cannot navigate to an URL with script protocol.");const i=Ed();if(!a&&i)return e;const n=Pt();return a?(t!=null&&t.replace?location.replace(s):location.href=s,Promise.resolve()):t!=null&&t.replace?n.replace(e):n.push(e)},Ma=()=>ir(we().payload,"error"),Vt=e=>{const t=cn(e);try{const s=we(),a=Ma();s.hooks.callHook("app:error",t),a.value=a.value||t}catch{throw t}return t},Ad=async(e={})=>{const t=we(),s=Ma();t.callHook("app:error:cleared",e),e.redirect&&await Pt().replace(e.redirect),s.value=null},Cd=e=>!!(e&&typeof e=="object"&&"__nuxt_error"in e),cn=e=>{const t=Pi(e);return t.__nuxt_error=!0,t},ul={NuxtError:e=>cn(e),EmptyShallowRef:e=>Is(e==="_"?void 0:JSON.parse(e)),EmptyRef:e=>Ve(e==="_"?void 0:JSON.parse(e)),ShallowRef:e=>Is(e),ShallowReactive:e=>Jl(e),Ref:e=>Ve(e),Reactive:e=>Xe(e)},Sd=gt({name:"nuxt:revive-payload:client",order:-30,async setup(e){let t,s;for(const a in ul)vd(a,ul[a]);Object.assign(e.payload,([t,s]=va(()=>e.runWithContext(yd)),t=await t,s(),t)),window.__NUXT__=e.payload}},1),Id=gt({name:"nuxt:global-components"}),Td=gt({name:"nuxt:head",setup(e){const s=cd();s.push(dd),e.vueApp.use(s);{let a=!0;const i=()=>{a=!1,s.hooks.callHook("entries:updated",s)};s.hooks.hook("dom:beforeRender",n=>{n.shouldRender=!a}),e.hooks.hook("page:start",()=>{a=!0}),e.hooks.hook("page:finish",i),e.hooks.hook("app:suspense:resolve",i)}}});/*! * vue-router v4.2.2 * (c) 2023 Eduardo San Martin Morote * @license MIT - */const Bt=typeof window<"u";function Cd(e){return e.__esModule||e[Symbol.toStringTag]==="Module"}const me=Object.assign;function Za(e,t){const s={};for(const a in t){const i=t[a];s[a]=et(i)?i.map(e):e(i)}return s}const ks=()=>{},et=Array.isArray,Sd=/\/$/,Id=e=>e.replace(Sd,"");function Ga(e,t,s="/"){let a,i={},n="",l="";const c=t.indexOf("#");let r=t.indexOf("?");return c=0&&(r=-1),r>-1&&(a=t.slice(0,r),n=t.slice(r+1,c>-1?c:t.length),i=e(n)),c>-1&&(a=a||t.slice(0,c),l=t.slice(c,t.length)),a=Nd(a??t,s),{fullPath:a+(n&&"?")+n+l,path:a,query:i,hash:l}}function Td(e,t){const s=t.query?e(t.query):"";return t.path+(s&&"?")+s+(t.hash||"")}function cl(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||"/"}function Rd(e,t,s){const a=t.matched.length-1,i=s.matched.length-1;return a>-1&&a===i&&ts(t.matched[a],s.matched[i])&&mc(t.params,s.params)&&e(t.query)===e(s.query)&&t.hash===s.hash}function ts(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function mc(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const s in e)if(!Md(e[s],t[s]))return!1;return!0}function Md(e,t){return et(e)?ol(e,t):et(t)?ol(t,e):e===t}function ol(e,t){return et(t)?e.length===t.length&&e.every((s,a)=>s===t[a]):e.length===1&&e[0]===t}function Nd(e,t){if(e.startsWith("/"))return e;if(!e)return t;const s=t.split("/"),a=e.split("/"),i=a[a.length-1];(i===".."||i===".")&&a.push("");let n=s.length-1,l,c;for(l=0;l1&&n--;else break;return s.slice(0,n).join("/")+"/"+a.slice(l-(l===a.length?1:0)).join("/")}var Ns;(function(e){e.pop="pop",e.push="push"})(Ns||(Ns={}));var Ps;(function(e){e.back="back",e.forward="forward",e.unknown=""})(Ps||(Ps={}));function Od(e){if(!e)if(Bt){const t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return e[0]!=="/"&&e[0]!=="#"&&(e="/"+e),Id(e)}const Ud=/^[^#]+#/;function Ld(e,t){return e.replace(Ud,"#")+t}function Hd(e,t){const s=document.documentElement.getBoundingClientRect(),a=e.getBoundingClientRect();return{behavior:t.behavior,left:a.left-s.left-(t.left||0),top:a.top-s.top-(t.top||0)}}const Ra=()=>({left:window.pageXOffset,top:window.pageYOffset});function Fd(e){let t;if("el"in e){const s=e.el,a=typeof s=="string"&&s.startsWith("#"),i=typeof s=="string"?a?document.getElementById(s.slice(1)):document.querySelector(s):s;if(!i)return;t=Hd(i,e)}else t=e;"scrollBehavior"in document.documentElement.style?window.scrollTo(t):window.scrollTo(t.left!=null?t.left:window.pageXOffset,t.top!=null?t.top:window.pageYOffset)}function ul(e,t){return(history.state?history.state.position-t:-1)+e}const ki=new Map;function Dd(e,t){ki.set(e,t)}function zd(e){const t=ki.get(e);return ki.delete(e),t}let Bd=()=>location.protocol+"//"+location.host;function hc(e,t){const{pathname:s,search:a,hash:i}=t,n=e.indexOf("#");if(n>-1){let c=i.includes(e.slice(n))?e.slice(n).length:1,r=i.slice(c);return r[0]!=="/"&&(r="/"+r),cl(r,"")}return cl(s,e)+a+i}function Qd(e,t,s,a){let i=[],n=[],l=null;const c=({state:d})=>{const _=hc(e,location),b=s.value,w=t.value;let R=0;if(d){if(s.value=_,t.value=d,l&&l===b){l=null;return}R=w?d.position-w.position:0}else a(_);i.forEach(f=>{f(s.value,b,{delta:R,type:Ns.pop,direction:R?R>0?Ps.forward:Ps.back:Ps.unknown})})};function r(){l=s.value}function o(d){i.push(d);const _=()=>{const b=i.indexOf(d);b>-1&&i.splice(b,1)};return n.push(_),_}function u(){const{history:d}=window;d.state&&d.replaceState(me({},d.state,{scroll:Ra()}),"")}function m(){for(const d of n)d();n=[],window.removeEventListener("popstate",c),window.removeEventListener("beforeunload",u)}return window.addEventListener("popstate",c),window.addEventListener("beforeunload",u,{passive:!0}),{pauseListeners:r,listen:o,destroy:m}}function ml(e,t,s,a=!1,i=!1){return{back:e,current:t,forward:s,replaced:a,position:window.history.length,scroll:i?Ra():null}}function Vd(e){const{history:t,location:s}=window,a={value:hc(e,s)},i={value:t.state};i.value||n(a.value,{back:null,current:a.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0);function n(r,o,u){const m=e.indexOf("#"),d=m>-1?(s.host&&document.querySelector("base")?e:e.slice(m))+r:Bd()+e+r;try{t[u?"replaceState":"pushState"](o,"",d),i.value=o}catch(_){console.error(_),s[u?"replace":"assign"](d)}}function l(r,o){const u=me({},t.state,ml(i.value.back,r,i.value.forward,!0),o,{position:i.value.position});n(r,u,!0),a.value=r}function c(r,o){const u=me({},i.value,t.state,{forward:r,scroll:Ra()});n(u.current,u,!0);const m=me({},ml(a.value,r,null),{position:u.position+1},o);n(r,m,!1),a.value=r}return{location:a,state:i,push:c,replace:l}}function dc(e){e=Od(e);const t=Vd(e),s=Qd(e,t.state,t.location,t.replace);function a(n,l=!0){l||s.pauseListeners(),history.go(n)}const i=me({location:"",base:e,go:a,createHref:Ld.bind(null,e)},t,s);return Object.defineProperty(i,"location",{enumerable:!0,get:()=>t.location.value}),Object.defineProperty(i,"state",{enumerable:!0,get:()=>t.state.value}),i}function Wd(e){return e=location.host?e||location.pathname+location.search:"",e.includes("#")||(e+="#"),dc(e)}function Yd(e){return typeof e=="string"||e&&typeof e=="object"}function gc(e){return typeof e=="string"||typeof e=="symbol"}const at={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0},pc=Symbol("");var hl;(function(e){e[e.aborted=4]="aborted",e[e.cancelled=8]="cancelled",e[e.duplicated=16]="duplicated"})(hl||(hl={}));function ss(e,t){return me(new Error,{type:e,[pc]:!0},t)}function ct(e,t){return e instanceof Error&&pc in e&&(t==null||!!(e.type&t))}const dl="[^/]+?",$d={sensitive:!1,strict:!1,start:!0,end:!0},Kd=/[.+*?^${}()[\]/\\]/g;function Jd(e,t){const s=me({},$d,t),a=[];let i=s.start?"^":"";const n=[];for(const o of e){const u=o.length?[]:[90];s.strict&&!o.length&&(i+="/");for(let m=0;mt.length?t.length===1&&t[0]===40+40?1:-1:0}function Gd(e,t){let s=0;const a=e.score,i=t.score;for(;s0&&t[t.length-1]<0}const Xd={type:0,value:""},eg=/[a-zA-Z0-9_]/;function tg(e){if(!e)return[[]];if(e==="/")return[[Xd]];if(!e.startsWith("/"))throw new Error(`Invalid path "${e}"`);function t(_){throw new Error(`ERR (${s})/"${o}": ${_}`)}let s=0,a=s;const i=[];let n;function l(){n&&i.push(n),n=[]}let c=0,r,o="",u="";function m(){o&&(s===0?n.push({type:0,value:o}):s===1||s===2||s===3?(n.length>1&&(r==="*"||r==="+")&&t(`A repeatable param (${o}) must be alone in its segment. eg: '/:ids+.`),n.push({type:1,value:o,regexp:u,repeatable:r==="*"||r==="+",optional:r==="*"||r==="?"})):t("Invalid state to consume buffer"),o="")}function d(){o+=r}for(;c{l(p)}:ks}function l(u){if(gc(u)){const m=a.get(u);m&&(a.delete(u),s.splice(s.indexOf(m),1),m.children.forEach(l),m.alias.forEach(l))}else{const m=s.indexOf(u);m>-1&&(s.splice(m,1),u.record.name&&a.delete(u.record.name),u.children.forEach(l),u.alias.forEach(l))}}function c(){return s}function r(u){let m=0;for(;m=0&&(u.record.path!==s[m].record.path||!fc(u,s[m]));)m++;s.splice(m,0,u),u.record.name&&!fl(u)&&a.set(u.record.name,u)}function o(u,m){let d,_={},b,w;if("name"in u&&u.name){if(d=a.get(u.name),!d)throw ss(1,{location:u});w=d.record.name,_=me(pl(m.params,d.keys.filter(p=>!p.optional).map(p=>p.name)),u.params&&pl(u.params,d.keys.map(p=>p.name))),b=d.stringify(_)}else if("path"in u)b=u.path,d=s.find(p=>p.re.test(b)),d&&(_=d.parse(b),w=d.record.name);else{if(d=m.name?a.get(m.name):s.find(p=>p.re.test(m.path)),!d)throw ss(1,{location:u,currentLocation:m});w=d.record.name,_=me({},m.params,u.params),b=d.stringify(_)}const R=[];let f=d;for(;f;)R.unshift(f.record),f=f.parent;return{name:w,path:b,params:_,matched:R,meta:lg(R)}}return e.forEach(u=>n(u)),{addRoute:n,resolve:o,removeRoute:l,getRoutes:c,getRecordMatcher:i}}function pl(e,t){const s={};for(const a of t)a in e&&(s[a]=e[a]);return s}function ig(e){return{path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:void 0,beforeEnter:e.beforeEnter,props:ng(e),children:e.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in e?e.components||null:e.component&&{default:e.component}}}function ng(e){const t={},s=e.props||!1;if("component"in e)t.default=s;else for(const a in e.components)t[a]=typeof s=="boolean"?s:s[a];return t}function fl(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function lg(e){return e.reduce((t,s)=>me(t,s.meta),{})}function bl(e,t){const s={};for(const a in e)s[a]=a in t?t[a]:e[a];return s}function fc(e,t){return t.children.some(s=>s===e||fc(e,s))}const bc=/#/g,rg=/&/g,cg=/\//g,og=/=/g,ug=/\?/g,_c=/\+/g,mg=/%5B/g,hg=/%5D/g,yc=/%5E/g,dg=/%60/g,vc=/%7B/g,gg=/%7C/g,wc=/%7D/g,pg=/%20/g;function ln(e){return encodeURI(""+e).replace(gg,"|").replace(mg,"[").replace(hg,"]")}function fg(e){return ln(e).replace(vc,"{").replace(wc,"}").replace(yc,"^")}function Pi(e){return ln(e).replace(_c,"%2B").replace(pg,"+").replace(bc,"%23").replace(rg,"%26").replace(dg,"`").replace(vc,"{").replace(wc,"}").replace(yc,"^")}function bg(e){return Pi(e).replace(og,"%3D")}function _g(e){return ln(e).replace(bc,"%23").replace(ug,"%3F")}function yg(e){return e==null?"":_g(e).replace(cg,"%2F")}function wa(e){try{return decodeURIComponent(""+e)}catch{}return""+e}function vg(e){const t={};if(e===""||e==="?")return t;const a=(e[0]==="?"?e.slice(1):e).split("&");for(let i=0;in&&Pi(n)):[a&&Pi(a)]).forEach(n=>{n!==void 0&&(t+=(t.length?"&":"")+s,n!=null&&(t+="="+n))})}return t}function wg(e){const t={};for(const s in e){const a=e[s];a!==void 0&&(t[s]=et(a)?a.map(i=>i==null?null:""+i):a==null?a:""+a)}return t}const jg=Symbol(""),yl=Symbol(""),rn=Symbol(""),jc=Symbol(""),Ei=Symbol("");function ps(){let e=[];function t(a){return e.push(a),()=>{const i=e.indexOf(a);i>-1&&e.splice(i,1)}}function s(){e=[]}return{add:t,list:()=>e,reset:s}}function wt(e,t,s,a,i){const n=a&&(a.enterCallbacks[i]=a.enterCallbacks[i]||[]);return()=>new Promise((l,c)=>{const r=m=>{m===!1?c(ss(4,{from:s,to:t})):m instanceof Error?c(m):Yd(m)?c(ss(2,{from:t,to:m})):(n&&a.enterCallbacks[i]===n&&typeof m=="function"&&n.push(m),l())},o=e.call(a&&a.instances[i],t,s,r);let u=Promise.resolve(o);e.length<3&&(u=u.then(r)),u.catch(m=>c(m))})}function Xa(e,t,s,a){const i=[];for(const n of e)for(const l in n.components){let c=n.components[l];if(!(t!=="beforeRouteEnter"&&!n.instances[l]))if(xg(c)){const o=(c.__vccOpts||c)[t];o&&i.push(wt(o,s,a,n,l))}else{let r=c();i.push(()=>r.then(o=>{if(!o)return Promise.reject(new Error(`Couldn't resolve component "${l}" at "${n.path}"`));const u=Cd(o)?o.default:o;n.components[l]=u;const d=(u.__vccOpts||u)[t];return d&&wt(d,s,a,n,l)()}))}}return i}function xg(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}function vl(e){const t=ve(rn),s=ve(jc),a=Te(()=>t.resolve(pe(e.to))),i=Te(()=>{const{matched:r}=a.value,{length:o}=r,u=r[o-1],m=s.matched;if(!u||!m.length)return-1;const d=m.findIndex(ts.bind(null,u));if(d>-1)return d;const _=wl(r[o-2]);return o>1&&wl(u)===_&&m[m.length-1].path!==_?m.findIndex(ts.bind(null,r[o-2])):d}),n=Te(()=>i.value>-1&&Eg(s.params,a.value.params)),l=Te(()=>i.value>-1&&i.value===s.matched.length-1&&mc(s.params,a.value.params));function c(r={}){return Pg(r)?t[pe(e.replace)?"replace":"push"](pe(e.to)).catch(ks):Promise.resolve()}return{route:a,href:Te(()=>a.value.href),isActive:n,isExactActive:l,navigate:c}}const qg=rs({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"}},useLink:vl,setup(e,{slots:t}){const s=Ge(vl(e)),{options:a}=ve(rn),i=Te(()=>({[jl(e.activeClass,a.linkActiveClass,"router-link-active")]:s.isActive,[jl(e.exactActiveClass,a.linkExactActiveClass,"router-link-exact-active")]:s.isExactActive}));return()=>{const n=t.default&&t.default(s);return e.custom?n:Ze("a",{"aria-current":s.isExactActive?e.ariaCurrentValue:null,href:s.href,onClick:s.navigate,class:i.value},n)}}}),kg=qg;function Pg(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)&&!e.defaultPrevented&&!(e.button!==void 0&&e.button!==0)){if(e.currentTarget&&e.currentTarget.getAttribute){const t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function Eg(e,t){for(const s in t){const a=t[s],i=e[s];if(typeof a=="string"){if(a!==i)return!1}else if(!et(i)||i.length!==a.length||a.some((n,l)=>n!==i[l]))return!1}return!0}function wl(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const jl=(e,t,s)=>e??t??s,Ag=rs({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:s}){const a=ve(Ei),i=Te(()=>e.route||a.value),n=ve(yl,0),l=Te(()=>{let o=pe(n);const{matched:u}=i.value;let m;for(;(m=u[o])&&!m.components;)o++;return o}),c=Te(()=>i.value.matched[l.value]);Nt(yl,Te(()=>l.value+1)),Nt(jg,c),Nt(Ei,i);const r=Qe();return Rt(()=>[r.value,c.value,e.name],([o,u,m],[d,_,b])=>{u&&(u.instances[m]=o,_&&_!==u&&o&&o===d&&(u.leaveGuards.size||(u.leaveGuards=_.leaveGuards),u.updateGuards.size||(u.updateGuards=_.updateGuards))),o&&u&&(!_||!ts(u,_)||!d)&&(u.enterCallbacks[m]||[]).forEach(w=>w(o))},{flush:"post"}),()=>{const o=i.value,u=e.name,m=c.value,d=m&&m.components[u];if(!d)return xl(s.default,{Component:d,route:o});const _=m.props[u],b=_?_===!0?o.params:typeof _=="function"?_(o):_:null,R=Ze(d,me({},b,t,{onVnodeUnmounted:f=>{f.component.isUnmounted&&(m.instances[u]=null)},ref:r}));return xl(s.default,{Component:R,route:o})||R}}});function xl(e,t){if(!e)return null;const s=e(t);return s.length===1?s[0]:s}const xc=Ag;function Cg(e){const t=ag(e.routes,e),s=e.parseQuery||vg,a=e.stringifyQuery||_l,i=e.history,n=ps(),l=ps(),c=ps(),r=Ss(at);let o=at;Bt&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const u=Za.bind(null,P=>""+P),m=Za.bind(null,yg),d=Za.bind(null,wa);function _(P,B){let L,$;return gc(P)?(L=t.getRecordMatcher(P),$=B):$=P,t.addRoute($,L)}function b(P){const B=t.getRecordMatcher(P);B&&t.removeRoute(B)}function w(){return t.getRoutes().map(P=>P.record)}function R(P){return!!t.getRecordMatcher(P)}function f(P,B){if(B=me({},B||r.value),typeof P=="string"){const y=Ga(s,P,B.path),j=t.resolve({path:y.path},B),A=i.createHref(y.fullPath);return me(y,j,{params:d(j.params),hash:wa(y.hash),redirectedFrom:void 0,href:A})}let L;if("path"in P)L=me({},P,{path:Ga(s,P.path,B.path).path});else{const y=me({},P.params);for(const j in y)y[j]==null&&delete y[j];L=me({},P,{params:m(y)}),B.params=m(B.params)}const $=t.resolve(L,B),ue=P.hash||"";$.params=u(d($.params));const h=Td(a,me({},P,{hash:fg(ue),path:$.path})),g=i.createHref(h);return me({fullPath:h,hash:ue,query:a===_l?wg(P.query):P.query||{}},$,{redirectedFrom:void 0,href:g})}function p(P){return typeof P=="string"?Ga(s,P,r.value.path):me({},P)}function q(P,B){if(o!==P)return ss(8,{from:B,to:P})}function v(P){return M(P)}function C(P){return v(me(p(P),{replace:!0}))}function O(P){const B=P.matched[P.matched.length-1];if(B&&B.redirect){const{redirect:L}=B;let $=typeof L=="function"?L(P):L;return typeof $=="string"&&($=$.includes("?")||$.includes("#")?$=p($):{path:$},$.params={}),me({query:P.query,hash:P.hash,params:"path"in $?{}:P.params},$)}}function M(P,B){const L=o=f(P),$=r.value,ue=P.state,h=P.force,g=P.replace===!0,y=O(L);if(y)return M(me(p(y),{state:typeof y=="object"?me({},ue,y.state):ue,force:h,replace:g}),B||L);const j=L;j.redirectedFrom=B;let A;return!h&&Rd(a,$,L)&&(A=ss(16,{to:j,from:$}),tt($,$,!0,!1)),(A?Promise.resolve(A):W(j,$)).catch(S=>ct(S)?ct(S,2)?S:gt(S):oe(S,j,$)).then(S=>{if(S){if(ct(S,2))return M(me({replace:g},p(S.to),{state:typeof S.to=="object"?me({},ue,S.to.state):ue,force:h}),B||j)}else S=z(j,$,!0,g,ue);return Z(j,$,S),S})}function x(P,B){const L=q(P,B);return L?Promise.reject(L):Promise.resolve()}function F(P){const B=Ft.values().next().value;return B&&typeof B.runWithContext=="function"?B.runWithContext(P):P()}function W(P,B){let L;const[$,ue,h]=Sg(P,B);L=Xa($.reverse(),"beforeRouteLeave",P,B);for(const y of $)y.leaveGuards.forEach(j=>{L.push(wt(j,P,B))});const g=x.bind(null,P,B);return L.push(g),Se(L).then(()=>{L=[];for(const y of n.list())L.push(wt(y,P,B));return L.push(g),Se(L)}).then(()=>{L=Xa(ue,"beforeRouteUpdate",P,B);for(const y of ue)y.updateGuards.forEach(j=>{L.push(wt(j,P,B))});return L.push(g),Se(L)}).then(()=>{L=[];for(const y of P.matched)if(y.beforeEnter&&!B.matched.includes(y))if(et(y.beforeEnter))for(const j of y.beforeEnter)L.push(wt(j,P,B));else L.push(wt(y.beforeEnter,P,B));return L.push(g),Se(L)}).then(()=>(P.matched.forEach(y=>y.enterCallbacks={}),L=Xa(h,"beforeRouteEnter",P,B),L.push(g),Se(L))).then(()=>{L=[];for(const y of l.list())L.push(wt(y,P,B));return L.push(g),Se(L)}).catch(y=>ct(y,8)?y:Promise.reject(y))}function Z(P,B,L){for(const $ of c.list())F(()=>$(P,B,L))}function z(P,B,L,$,ue){const h=q(P,B);if(h)return h;const g=B===at,y=Bt?history.state:{};L&&($||g?i.replace(P.fullPath,me({scroll:g&&y&&y.scroll},ue)):i.push(P.fullPath,ue)),r.value=P,tt(P,B,L,g),gt()}let X;function V(){X||(X=i.listen((P,B,L)=>{if(!Vs.listening)return;const $=f(P),ue=O($);if(ue){M(me(ue,{replace:!0}),$).catch(ks);return}o=$;const h=r.value;Bt&&Dd(ul(h.fullPath,L.delta),Ra()),W($,h).catch(g=>ct(g,12)?g:ct(g,2)?(M(g.to,$).then(y=>{ct(y,20)&&!L.delta&&L.type===Ns.pop&&i.go(-1,!1)}).catch(ks),Promise.reject()):(L.delta&&i.go(-L.delta,!1),oe(g,$,h))).then(g=>{g=g||z($,h,!1),g&&(L.delta&&!ct(g,8)?i.go(-L.delta,!1):L.type===Ns.pop&&ct(g,20)&&i.go(-1,!1)),Z($,h,g)}).catch(ks)}))}let je=ps(),ae=ps(),ce;function oe(P,B,L){gt(P);const $=ae.list();return $.length?$.forEach(ue=>ue(P,B,L)):console.error(P),Promise.reject(P)}function rt(){return ce&&r.value!==at?Promise.resolve():new Promise((P,B)=>{je.add([P,B])})}function gt(P){return ce||(ce=!P,V(),je.list().forEach(([B,L])=>P?L(P):B()),je.reset()),P}function tt(P,B,L,$){const{scrollBehavior:ue}=e;if(!Bt||!ue)return Promise.resolve();const h=!L&&zd(ul(P.fullPath,0))||($||!L)&&history.state&&history.state.scroll||null;return Lt().then(()=>ue(P,B,h)).then(g=>g&&Fd(g)).catch(g=>oe(g,P,B))}const Ne=P=>i.go(P);let Ht;const Ft=new Set,Vs={currentRoute:r,listening:!0,addRoute:_,removeRoute:b,hasRoute:R,getRoutes:w,resolve:f,options:e,push:v,replace:C,go:Ne,back:()=>Ne(-1),forward:()=>Ne(1),beforeEach:n.add,beforeResolve:l.add,afterEach:c.add,onError:ae.add,isReady:rt,install(P){const B=this;P.component("RouterLink",kg),P.component("RouterView",xc),P.config.globalProperties.$router=B,Object.defineProperty(P.config.globalProperties,"$route",{enumerable:!0,get:()=>pe(r)}),Bt&&!Ht&&r.value===at&&(Ht=!0,v(i.location).catch(ue=>{}));const L={};for(const ue in at)L[ue]=Te(()=>r.value[ue]);P.provide(rn,B),P.provide(jc,Ge(L)),P.provide(Ei,r);const $=P.unmount;Ft.add(P),P.unmount=function(){Ft.delete(P),Ft.size<1&&(o=at,X&&X(),X=null,r.value=at,Ht=!1,ce=!1),$()}}};function Se(P){return P.reduce((B,L)=>B.then(()=>F(L)),Promise.resolve())}return Vs}function Sg(e,t){const s=[],a=[],i=[],n=Math.max(t.matched.length,e.matched.length);for(let l=0;lts(o,c))?a.push(c):s.push(c));const r=e.matched[l];r&&(t.matched.find(o=>ts(o,r))||i.push(r))}return[s,a,i]}const ql=[],Ig={props:{headerClass:String,text:String,link:String}},re=(e,t)=>{const s=e.__vccOpts||e;for(const[a,i]of t)s[a]=i;return s},Tg=["href"],Rg={key:1};function Mg(e,t,s,a,i,n){return s.text?(T(),H("header",{key:0,class:E(s.headerClass)},[s.link?(T(),H("a",{key:0,href:s.link},[k("h2",null,ye(s.text),1)],8,Tg)):(T(),H("h2",Rg,ye(s.text),1))],2)):Pe("",!0)}const Ng=re(Ig,[["render",Mg]]),Og={},Ug={width:"24",height:"24",viewBox:"0 0 24 24"},Lg=k("title",null,"Lightning Icon",-1),Hg=k("path",{d:"M8 24l3-9h-9l14-15-3 9h9l-14 15z"},null,-1),Fg=[Lg,Hg];function Dg(e,t){return T(),H("svg",Ug,Fg)}const zg=re(Og,[["render",Dg]]),Bg={},Qg={width:"24",height:"24",viewBox:"0 0 24 24"},Vg=k("title",null,"Play Icon",-1),Wg=k("path",{d:"M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"},null,-1),Yg=[Vg,Wg];function $g(e,t){return T(),H("svg",Qg,Yg)}const Kg=re(Bg,[["render",$g]]),Jg={},Zg={width:"24",height:"24",viewBox:"0 0 24 24",fillRule:"evenodd",clipRule:"evenodd"},Gg=k("title",null,"Fire Icon",-1),Xg=k("path",{d:"M8.625 0c.61 7.189-5.625 9.664-5.625 15.996 0 4.301 3.069 7.972 9 8.004 5.931.032 9-4.414 9-8.956 0-4.141-2.062-8.046-5.952-10.474.924 2.607-.306 4.988-1.501 5.808.07-3.337-1.125-8.289-4.922-10.378zm4.711 13c3.755 3.989 1.449 9-1.567 9-1.835 0-2.779-1.265-2.769-2.577.019-2.433 2.737-2.435 4.336-6.423z"},null,-1),ep=[Gg,Xg];function tp(e,t){return T(),H("svg",Zg,ep)}const sp=re(Jg,[["render",tp]]),ap={props:{text:String,textClass:[String,Array],type:String}};function ip(e,t,s,a,i,n){return s.text?(T(),_e(vr(s.type||"p"),{key:0,class:E(s.textClass)},{default:Xe(()=>[cs(ye(s.text),1)]),_:1},8,["class"])):Pe("",!0)}const Ma=re(ap,[["render",ip]]),np="_breaking_1esiw_110",lp="_watch_1esiw_114",rp="_horizontal_1esiw_166",cp="_vertical_1esiw_170",op="_bullets_1esiw_180",Na={"article-header":"_article-header_1esiw_1","article-body":"_article-body_1esiw_46","article-image-container":"_article-image-container_1esiw_66","article-image":"_article-image_1esiw_66","article-image-captions":"_article-image-captions_1esiw_90","article-image-tag":"_article-image-tag_1esiw_95",breaking:np,watch:lp,"article-title":"_article-title_1esiw_130","article-content":"_article-content_1esiw_139","article-list":"_article-list_1esiw_153","article-list-item":"_article-list-item_1esiw_161",horizontal:rp,vertical:cp,bullets:op,"article-hero":"_article-hero_1esiw_195","article-list-content":"_article-list-content_1esiw_213"},up={props:{tag:Object},data(){return{styles:Na}}};function mp(e,t,s,a,i,n){const l=zg,c=Kg,r=sp,o=Ma;return s.tag?(T(),H("div",{key:0,class:E([i.styles["article-image-tag"],i.styles[s.tag.type]])},[s.tag.type==="breaking"?(T(),_e(l,{key:0})):Pe("",!0),s.tag.type==="watch"?(T(),_e(c,{key:1})):Pe("",!0),s.tag.type==="new"?(T(),_e(r,{key:2})):Pe("",!0),Q(o,{text:s.tag.label},null,8,["text"])],2)):Pe("",!0)}const hp=re(up,[["render",mp]]),dp={props:{image:Object,imageClass:String,meta:Object},data(){return{styles:Na}}},gp=["src","width","height","alt"];function pp(e,t,s,a,i,n){var r,o;const l=hp,c=Ma;return T(),H(ne,null,[s.image?(T(),H("div",{key:0,class:E(s.imageClass),style:{width:"auto"}},[k("img",{class:E(i.styles["article-image"]),src:s.image.src,width:s.image.width,height:s.image.height,alt:s.image.alt},null,10,gp),Q(l,{tag:(r=s.meta)==null?void 0:r.tag},null,8,["tag"])],2)):Pe("",!0),Q(c,{"text-class":i.styles["article-image-captions"],text:(o=s.meta)==null?void 0:o.captions},null,8,["text-class","text"])],64)}const qc=re(dp,[["render",pp]]),fp="_preview_3uw7j_2",bp="_page_3uw7j_12",_p="_row_3uw7j_46",yp="_column_3uw7j_52",Qs={preview:fp,"no-scroll":"_no-scroll_3uw7j_8",page:bp,"page-main":"_page-main_3uw7j_28",row:_p,column:yp,"columns-1":"_columns-1_3uw7j_59","columns-2-balanced":"_columns-2-balanced_3uw7j_63","columns-3-balanced":"_columns-3-balanced_3uw7j_67","columns-4-balanced":"_columns-4-balanced_3uw7j_71","columns-3-wide":"_columns-3-wide_3uw7j_75","columns-3-narrow":"_columns-3-narrow_3uw7j_79","columns-wrap":"_columns-wrap_3uw7j_83","grid-container":"_grid-container_3uw7j_88","grid-wrap":"_grid-wrap_3uw7j_95","grid-item":"_grid-item_3uw7j_99","row-header":"_row-header_3uw7j_104"},vp={props:{type:String,content:[String,Array],display:String},data(){return{styles:Na,layoutStyles:Qs}}},wp=["href"],jp=["href"],xp=["href"];function qp(e,t,s,a,i,n){const l=Ma,c=qc;return T(),H(ne,null,[s.type==="text"?(T(),H("div",{key:0,class:E(i.styles["article-content"])},[Q(l,{text:s.content},null,8,["text"])],2)):Pe("",!0),s.type==="list"?(T(),H("div",{key:1,class:E(i.styles["article-content"])},[k("ul",{class:E([i.styles["article-list"],i.styles.vertical,{[i.styles[s.display]]:s.display}])},[(T(!0),H(ne,null,Fe(s.content,r=>(T(),H("li",{key:r.id,class:E(i.styles["article-list-item"])},[r.url&&!r.title?(T(),H("a",{key:0,href:r.url},[Q(l,{text:r.content},null,8,["text"])],8,wp)):(T(),_e(l,{key:1,text:r.content},null,8,["text"]))],2))),128))],2)],2)):Pe("",!0),s.type==="articles-list"?(T(),H("div",{key:2,class:E(i.styles["article-list-content"])},[k("ul",{class:E([i.styles["article-list"],i.styles.vertical])},[(T(!0),H(ne,null,Fe(s.content,r=>(T(),H("li",{key:r.id,class:E(i.styles["article-list-item"])},[Q(l,{"text-class":[i.styles["article-title"],"truncate-multiline","truncate-multiline-3"],text:r.title,type:"h3"},null,8,["text-class","text"]),r.url&&!r.title?(T(),H("a",{key:0,href:r.url},[Q(l,{text:r.content},null,8,["text"])],8,jp)):(T(),_e(l,{key:1,text:r.content},null,8,["text"]))],2))),128))],2)],2)):Pe("",!0),s.type==="excerpt"?(T(),H("ul",{key:3,class:E([i.styles["article-list"],i.styles.horizontal])},[(T(!0),H(ne,null,Fe(s.content,r=>(T(),H("li",{key:r.id,class:E(i.styles["article-list-item"])},[Q(c,{"image-class":i.styles["article-hero"],image:r.image},null,8,["image-class","image"]),k("div",{class:E(i.styles["article-content"])},[Q(l,{"text-class":["truncate-multiline","truncate-multiline-3"],text:r.text,type:"div"},null,8,["text"])],2)],2))),128))],2)):Pe("",!0),s.type==="grid"?(T(),H("div",{key:4,class:E([i.layoutStyles["grid-container"],{[i.layoutStyles[s.display]]:s.display}])},[(T(!0),H(ne,null,Fe(s.content,r=>(T(),H("div",{key:r.id,class:E(i.layoutStyles["grid-item"])},[Q(c,{"image-class":i.styles["article-image-container"],image:r.image,meta:r.meta},null,8,["image-class","image","meta"]),r.url?(T(),H("a",{key:0,href:r.url},[Q(l,{"text-class":[i.styles["article-content"],"truncate-multiline","truncate-multiline-3"],text:r.text,type:"h3"},null,8,["text-class","text"])],8,xp)):(T(),_e(l,{key:1,"text-class":[i.styles["article-content"],"truncate-multiline","truncate-multiline-3"],text:r.text,type:"h3"},null,8,["text-class","text"]))],2))),128))],2)):Pe("",!0),s.type==="preview"?(T(),H("ul",{key:5,class:E([i.styles["article-list"],i.styles.vertical])},[(T(!0),H(ne,null,Fe(s.content,r=>(T(),H("li",{key:r.id,class:E(i.styles["article-list-item"])},[Q(c,{"image-class":i.styles["article-image-container"],image:r.image},null,8,["image-class","image"]),Q(l,{"text-class":[i.styles["article-title"],"truncate-multiline","truncate-multiline-3"],text:r.title,type:"h3"},null,8,["text-class","text"])],2))),128))],2)):Pe("",!0)],64)}const kp=re(vp,[["render",qp]]),Pp={props:{article:Object},data(){return{layoutStyles:Qs,articleStyles:Na}}};function Ep(e,t,s,a,i,n){const l=Ng,c=qc,r=Ma,o=kp;return T(),H("article",{class:E([i.layoutStyles.column,i.layoutStyles[s.article.class],i.articleStyles.article])},[Q(l,{"header-class":i.articleStyles["article-header"],text:s.article.header,link:s.article.url},null,8,["header-class","text","link"]),k("section",{class:E(i.articleStyles["article-body"])},[Q(c,{"image-class":i.articleStyles["article-image-container"],image:s.article.image,meta:s.article.meta},null,8,["image-class","image","meta"]),Q(r,{"text-class":[i.articleStyles["article-title"],"truncate-singleline"],text:s.article.title,type:"h3"},null,8,["text-class","text"]),Q(o,{type:s.article.type,content:s.article.content,display:s.article.display},null,8,["type","content","display"])],2)],2)}const Ap=re(Pp,[["render",Ep]]),Cp={props:{section:Object},data(){return{styles:Qs}}},Sp=["id"];function Ip(e,t,s,a,i,n){var c;const l=Ap;return T(),H(ne,null,[(c=s.section)!=null&&c.name?(T(),H("div",{key:0,id:s.section.id,class:E(i.styles["row-header"])},[k("h2",null,ye(s.section.name),1)],10,Sp)):Pe("",!0),k("section",{class:E(i.styles.row)},[(T(!0),H(ne,null,Fe(s.section.articles,(r,o)=>(T(),_e(l,{key:`${s.section.id}-${o}`,article:r},null,8,["article"]))),128))],2)],64)}const Tp=re(Cp,[["render",Ip]]),Rp="_toast_h9j28_1",Mp="_open_h9j28_17",Np={toast:Rp,open:Mp,"toast-close-button":"_toast-close-button_h9j28_24","toast-close-button-icon":"_toast-close-button-icon_h9j28_36","toast-header":"_toast-header_h9j28_43","toast-body":"_toast-body_h9j28_54","toast-description":"_toast-description_h9j28_61","toast-actions":"_toast-actions_h9j28_80","toast-actions-button":"_toast-actions-button_h9j28_85"},Op="_button_n5y7z_1",Up="_dark_n5y7z_41",kc={button:Op,"primary-button":"_primary-button_n5y7z_18","secondary-button":"_secondary-button_n5y7z_30",dark:Up},Lp={props:{onClose:Function,onAccept:Function,onReject:Function,notification:Object},data(){return{toastStyles:Np,buttonStyles:kc,callbacks:{accept:this.onAccept,reject:this.onReject}}}},Hp=k("span",{class:"animated-icon-inner"},[k("span"),k("span")],-1),Fp=[Hp],Dp=["id","onClick"];function zp(e,t,s,a,i,n){return T(),H("div",{class:E([i.toastStyles.toast,i.toastStyles.open])},[k("button",{id:"close-toast-link",class:E(i.toastStyles["toast-close-button"]),title:"Close Button",onClick:t[0]||(t[0]=(...l)=>s.onClose&&s.onClose(...l))},[k("div",{class:E([i.toastStyles["toast-close-button-icon"],"animated-icon","close-icon","hover"]),title:"Close Icon"},Fp,2)],2),s.notification.title?(T(),H("header",{key:0,class:E(i.toastStyles["toast-header"])},[k("h2",null,ye(s.notification.title),1)],2)):Pe("",!0),k("section",{class:E(i.toastStyles["toast-body"])},[k("div",{class:E(i.toastStyles["toast-description"])},ye(s.notification.description),3),k("div",{class:E(i.toastStyles["toast-actions"])},[(T(!0),H(ne,null,Fe(s.notification.actions,l=>(T(),H("button",{id:`toast-${l.type}-button`,key:`toast-${l.type}-button`,class:E([i.buttonStyles.button,i.buttonStyles[`${l.priority}-button`],i.toastStyles["toast-actions-button"]]),onClick:i.callbacks[l.type]},ye(l.name),11,Dp))),128))],2)],2)],2)}const Bp=re(Lp,[["render",zp]]),Ai=globalThis.requestIdleCallback||(e=>{const t=Date.now(),s={didTimeout:!1,timeRemaining:()=>Math.max(0,50-(Date.now()-t))};return setTimeout(()=>{e(s)},1)}),Qp=globalThis.cancelIdleCallback||(e=>{clearTimeout(e)}),Vp=e=>{const t=we();t.isHydrating?t.hooks.hookOnce("app:suspense:resolve",()=>{Ai(e)}):Ai(e)};async function Pc(e,t=kt()){const{path:s,matched:a}=t.resolve(e);if(!a.length||(t._routePreloaded||(t._routePreloaded=new Set),t._routePreloaded.has(s)))return;const i=t._preloadPromises=t._preloadPromises||[];if(i.length>4)return Promise.all(i).then(()=>Pc(e,t));t._routePreloaded.add(s);const n=a.map(l=>{var c;return(c=l.components)==null?void 0:c.default}).filter(l=>typeof l=="function");for(const l of n){const c=Promise.resolve(l()).catch(()=>{}).finally(()=>i.splice(i.indexOf(c)));i.push(c)}await Promise.all(i)}function Wp(e={}){const t=e.path||window.location.pathname;let s={};try{s=JSON.parse(sessionStorage.getItem("nuxt:reload")||"{}")}catch{}if(e.force||(s==null?void 0:s.path)!==t||(s==null?void 0:s.expires)e.find(t=>t!==void 0),$p="noopener noreferrer";function Kp(e){const t=e.componentName||"NuxtLink",s=(a,i)=>{if(!a||e.trailingSlash!=="append"&&e.trailingSlash!=="remove")return a;const n=e.trailingSlash==="append"?Wr:tn;if(typeof a=="string")return n(a,!0);const l="path"in a?a.path:i(a).path;return{...a,name:void 0,path:n(l,!0)}};return rs({name:t,props:{to:{type:[String,Object],default:void 0,required:!1},href:{type:[String,Object],default:void 0,required:!1},target:{type:String,default:void 0,required:!1},rel:{type:String,default:void 0,required:!1},noRel:{type:Boolean,default:void 0,required:!1},prefetch:{type:Boolean,default:void 0,required:!1},noPrefetch:{type:Boolean,default:void 0,required:!1},activeClass:{type:String,default:void 0,required:!1},exactActiveClass:{type:String,default:void 0,required:!1},prefetchedClass:{type:String,default:void 0,required:!1},replace:{type:Boolean,default:void 0,required:!1},ariaCurrentValue:{type:String,default:void 0,required:!1},external:{type:Boolean,default:void 0,required:!1},custom:{type:Boolean,default:void 0,required:!1}},setup(a,{slots:i}){const n=kt(),l=Te(()=>{const m=a.to||a.href||"";return s(m,n.resolve)}),c=Te(()=>a.external||a.target&&a.target!=="_self"?!0:typeof l.value=="object"?!1:l.value===""||os(l.value,{acceptRelative:!0})),r=Qe(!1),o=Qe(null),u=m=>{var d;o.value=a.custom?(d=m==null?void 0:m.$el)==null?void 0:d.nextElementSibling:m==null?void 0:m.$el};if(a.prefetch!==!1&&a.noPrefetch!==!0&&a.target!=="_blank"&&!Zp()){const d=we();let _,b=null;Hs(()=>{const w=Jp();Vp(()=>{_=Ai(()=>{var R;(R=o==null?void 0:o.value)!=null&&R.tagName&&(b=w.observe(o.value,async()=>{b==null||b(),b=null;const f=typeof l.value=="string"?l.value:n.resolve(l.value).fullPath;await Promise.all([d.hooks.callHook("link:prefetch",f).catch(()=>{}),!c.value&&Pc(l.value,n).catch(()=>{})]),r.value=!0}))})})}),Fs(()=>{_&&Qp(_),b==null||b(),b=null})}return()=>{var w,R;if(!c.value){const f={ref:u,to:l.value,activeClass:a.activeClass||e.activeClass,exactActiveClass:a.exactActiveClass||e.exactActiveClass,replace:a.replace,ariaCurrentValue:a.ariaCurrentValue,custom:a.custom};return a.custom||(r.value&&(f.class=a.prefetchedClass||e.prefetchedClass),f.rel=a.rel),Ze(au("RouterLink"),f,i.default)}const m=typeof l.value=="object"?((w=n.resolve(l.value))==null?void 0:w.href)??null:l.value||null,d=a.target||null,_=a.noRel?null:Yp(a.rel,e.externalRelAttribute,m?$p:"")||null,b=()=>uc(m,{replace:a.replace});return a.custom?i.default?i.default({href:m,navigate:b,get route(){if(!m)return;const f=Bs(m);return{path:f.pathname,fullPath:f.pathname,get query(){return Vr(f.search)},hash:f.hash,params:{},name:void 0,matched:[],redirectedFrom:void 0,meta:{},href:m}},rel:_,target:d,isExternal:c.value,isActive:!1,isExactActive:!1}):null:Ze("a",{ref:o,href:m,rel:_,target:d},(R=i.default)==null?void 0:R.call(i))}}})}const Oa=Kp({componentName:"NuxtLink"});function Jp(){const e=we();if(e._observer)return e._observer;let t=null;const s=new Map,a=(n,l)=>(t||(t=new IntersectionObserver(c=>{for(const r of c){const o=s.get(r.target);(r.isIntersecting||r.intersectionRatio>0)&&o&&o()}})),s.set(n,l),t.observe(n),()=>{s.delete(n),t.unobserve(n),s.size===0&&(t.disconnect(),t=null)});return e._observer={observe:a}}function Zp(){const e=navigator.connection;return!!(e&&(e.saveData||/2g/.test(e.effectiveType)))}const Gp={setup(){const{content:e}=ve("data");return{route:us(),content:e}},data(){return{showPortal:!1}},mounted(){this.showPortal=this.content[this.$route.name].notification},methods:{openPortal(){this.showPortal=!0},closePortal(){this.showPortal=!1}}};function Xp(e,t,s,a,i,n){const l=Tp,c=Bp;return T(),H(ne,null,[(T(!0),H(ne,null,Fe(a.content[a.route.name].sections,r=>(T(),_e(l,{key:r.id,section:r},null,8,["section"]))),128)),(T(),_e(Tr,{to:"body"},[a.content[a.route.name].notification?Vi((T(),_e(c,{key:0,"on-close":n.closePortal,"on-accept":n.closePortal,"on-reject":n.closePortal,notification:a.content[a.route.name].notification},null,8,["on-close","on-accept","on-reject","notification"])),[[en,i.showPortal]]):Pe("",!0)]))],64)}const yt=re(Gp,[["render",Xp]]),ef={routes:e=>[{name:"home",path:"/",component:yt},{name:"us",path:"/us",component:yt},{name:"world",path:"/world",component:yt},{name:"politics",path:"/politics",component:yt},{name:"business",path:"/business",component:yt},{name:"opinion",path:"/opinion",component:yt},{name:"health",path:"/health",component:yt},{name:"",path:"/index.html",component:yt}]},tf={scrollBehavior(e,t,s){const a=we();let i=s||void 0;if(!i&&t&&e&&e.meta.scrollToTop!==!1&&sf(t,e)&&(i={left:0,top:0}),e.path===t.path){if(t.hash&&!e.hash)return{left:0,top:0};if(e.hash)return{el:e.hash,top:kl(e.hash)}}const n=c=>!!(c.meta.pageTransition??vi),l=n(t)&&n(e)?"page:transition:finish":"page:finish";return new Promise(c=>{a.hooks.hookOnce(l,async()=>{await Lt(),e.hash&&(i={el:e.hash,top:kl(e.hash)}),c(i)})})}};function kl(e){try{const t=document.querySelector(e);if(t)return parseFloat(getComputedStyle(t).scrollMarginTop)}catch{}return 0}function sf(e,t){const s=e.matched[0]===t.matched[0];return!!(!s||s&&JSON.stringify(e.params)!==JSON.stringify(t.params))}const af={hashMode:!0},Oe={...af,...tf,...ef},nf=jd(async e=>{var r;let t,s;if(!((r=e.meta)!=null&&r.validate))return;const a=we(),i=kt();if(([t,s]=_a(()=>Promise.resolve(e.meta.validate(e))),t=await t,s(),t)===!0)return;const l=nn({statusCode:404,statusMessage:`Page Not Found: ${e.fullPath}`}),c=i.beforeResolve(o=>{if(c(),o===e){const u=i.afterEach(async()=>{u(),await a.runWithContext(()=>Qt(l)),window.history.pushState({},"",e.fullPath)});return!1}})}),lf=[nf],Es={};function rf(e,t){const{pathname:s,search:a,hash:i}=t,n=e.indexOf("#");if(n>-1){const c=i.includes(e.slice(n))?e.slice(n).length:1;let r=i.slice(c);return r[0]!=="/"&&(r="/"+r),Kn(r,"")}return Kn(s,e)+a+i}const cf=dt({name:"nuxt:router",enforce:"pre",async setup(e){var w,R;let t,s,a=sn().app.baseURL;Oe.hashMode&&!a.includes("#")&&(a+="#");const i=((w=Oe.history)==null?void 0:w.call(Oe,a))??(Oe.hashMode?Wd(a):dc(a)),n=((R=Oe.routes)==null?void 0:R.call(Oe,ql))??ql;let l;const c=rf(a,window.location),r=Cg({...Oe,scrollBehavior:(f,p,q)=>{var v;if(p===at){l=q;return}return r.options.scrollBehavior=Oe.scrollBehavior,(v=Oe.scrollBehavior)==null?void 0:v.call(Oe,f,at,l||q)},history:i,routes:n});e.vueApp.use(r);const o=Ss(r.currentRoute.value);r.afterEach((f,p)=>{o.value=p}),Object.defineProperty(e.vueApp.config.globalProperties,"previousRoute",{get:()=>o.value});const u=Ss(r.resolve(c)),m=()=>{u.value=r.currentRoute.value};e.hook("page:finish",m),r.afterEach((f,p)=>{var q,v,C,O;((v=(q=f.matched[0])==null?void 0:q.components)==null?void 0:v.default)===((O=(C=p.matched[0])==null?void 0:C.components)==null?void 0:O.default)&&m()});const d={};for(const f in u.value)d[f]=Te(()=>u.value[f]);e._route=Ge(d),e._middleware=e._middleware||{global:[],named:{}};const _=Ta();try{[t,s]=_a(()=>r.isReady()),await t,s()}catch(f){[t,s]=_a(()=>e.runWithContext(()=>Qt(f))),await t,s()}const b=wd("_layout");return r.beforeEach(async(f,p)=>{var q;f.meta=Ge(f.meta),e.isHydrating&&b.value&&!Ut(f.meta.layout)&&(f.meta.layout=b.value),e._processingMiddleware=!0;{const v=new Set([...lf,...e._middleware.global]);for(const C of f.matched){const O=C.meta.middleware;if(O)if(Array.isArray(O))for(const M of O)v.add(M);else v.add(O)}for(const C of v){const O=typeof C=="string"?e._middleware.named[C]||await((q=Es[C])==null?void 0:q.call(Es).then(x=>x.default||x)):C;if(!O)throw new Error(`Unknown route middleware: '${C}'.`);const M=await e.runWithContext(()=>O(f,p));if(!e.payload.serverRendered&&e.isHydrating&&(M===!1||M instanceof Error)){const x=M||xi({statusCode:404,statusMessage:`Page Not Found: ${c}`});return await e.runWithContext(()=>Qt(x)),!1}if(M||M===!1)return M}}}),r.onError(()=>{delete e._processingMiddleware}),r.afterEach(async(f,p,q)=>{delete e._processingMiddleware,!e.isHydrating&&_.value&&await e.runWithContext(qd),f.matched.length===0&&await e.runWithContext(()=>Qt(xi({statusCode:404,fatal:!1,statusMessage:`Page not found: ${f.fullPath}`})))}),e.hooks.hookOnce("app:created",async()=>{try{await r.replace({...r.resolve(c),name:void 0,force:!0}),r.options.scrollBehavior=Oe.scrollBehavior}catch(f){await e.runWithContext(()=>Qt(f))}}),{provide:{router:r}}}},1),na={},of=dt({name:"nuxt:prefetch",setup(e){const t=kt();e.hooks.hook("app:mounted",()=>{t.beforeEach(async s=>{var i;const a=(i=s==null?void 0:s.meta)==null?void 0:i.layout;a&&typeof na[a]=="function"&&await na[a]()})}),e.hooks.hook("link:prefetch",s=>{var l,c,r,o;if(os(s))return;const a=t.resolve(s);if(!a)return;const i=(l=a==null?void 0:a.meta)==null?void 0:l.layout;let n=Array.isArray((c=a==null?void 0:a.meta)==null?void 0:c.middleware)?(r=a==null?void 0:a.meta)==null?void 0:r.middleware:[(o=a==null?void 0:a.meta)==null?void 0:o.middleware];n=n.filter(u=>typeof u=="string");for(const u of n)typeof Es[u]=="function"&&Es[u]();i&&typeof na[i]=="function"&&na[i]()})}}),uf=dt({name:"nuxt:chunk-reload",setup(e){const t=kt(),s=sn(),a=new Set;t.beforeEach(()=>{a.clear()}),e.hook("app:chunkError",({error:i})=>{a.add(i)}),t.onError((i,n)=>{if(a.has(i)){const c="href"in n&&n.href.startsWith("#")?s.app.baseURL+n.href:zs(s.app.baseURL,n.fullPath);Wp({path:c,persistState:!0})}})}}),mf=dt({name:"nuxt:payload",setup(e){gd()&&(e.hooks.hook("link:prefetch",async t=>{Bs(t).protocol||await nl(t)}),kt().beforeResolve(async(t,s)=>{if(t.path===s.path)return;const a=await nl(t.path);a&&Object.assign(e.static.data,a.data)}))}}),hf=dt({order:-40,setup(e){e.$config.app.baseURL=window.location.pathname.replace(/\/dist\/(.*)/,"/dist/"),e.$config.app.cdnURL="/"}}),df=[Pd,Ed,Ad,cf,of,uf,mf,hf],gf=(e,t)=>t.path.replace(/(:\w+)\([^)]+\)/g,"$1").replace(/(:\w+)[?+*]/g,"$1").replace(/:\w+/g,s=>{var a;return((a=e.params[s.slice(1)])==null?void 0:a.toString())||""}),pf=(e,t)=>{const s=e.route.matched.find(i=>{var n;return((n=i.components)==null?void 0:n.default)===e.Component.type}),a=t??(s==null?void 0:s.meta.key)??(s&&gf(e.route,s));return typeof a=="function"?a(e.route):a},ff=(e,t)=>({default:()=>e?Ze(Jo,e===!0?{}:e,t):t}),bf=(e,t,s)=>(t=t===!0?{}:t,{default:()=>{var a;return t?Ze(e,t,s):(a=s.default)==null?void 0:a.call(s)}}),_f=rs({name:"NuxtPage",inheritAttrs:!1,props:{name:{type:String},transition:{type:[Boolean,Object],default:void 0},keepalive:{type:[Boolean,Object],default:void 0},route:{type:Object},pageKey:{type:[Function,String],default:null}},setup(e,{attrs:t}){const s=we();return()=>Ze(xc,{name:e.name,route:e.route,...t},{default:a=>{if(!a.Component)return;const i=pf(a,e.pageKey),n=s.deferHydration(),l=!!(e.transition??a.route.meta.pageTransition??vi),c=l&&vf([e.transition,a.route.meta.pageTransition,vi,{onAfterLeave:()=>{s.callHook("page:transition:finish",a.Component)}}].filter(Boolean));return bf(Xi,l&&c,ff(e.keepalive??a.route.meta.keepalive??ud,Ze(rr,{suspensible:!0,onPending:()=>s.callHook("page:start",a.Component),onResolve:()=>{Lt(()=>s.callHook("page:finish",a.Component).finally(n))}},{default:()=>Ze(wf,{key:i,routeProps:a,pageKey:i,hasTransition:l})}))).default()}})}});function yf(e){return Array.isArray(e)?e:e?[e]:[]}function vf(e){const t=e.map(s=>({...s,onAfterLeave:yf(s.onAfterLeave)}));return _d(...t)}const wf=rs({name:"RouteProvider",props:["routeProps","pageKey","hasTransition"],setup(e){const t=e.pageKey,s=e.routeProps.route,a={};for(const i in e.routeProps.route)a[i]=Te(()=>t===e.pageKey?e.routeProps.route[i]:s[i]);return Nt("_route",Ge(a)),()=>Ze(e.routeProps.Component)}}),jf={},xf={viewBox:"0 0 469 64",width:"469",height:"64"},qf=k("title",null,"The Daily Broadcast",-1),kf=k("path",{d:"m16.7 56h-10.3v-41.7h-6.1v-9.9h22.5v9.9h-6.1zm19.6 0h-10.8v-51.5h10.8v12q0.8-2.5 2.6-3.7 1.8-1.2 4.1-1.2 4.6 0 6.7 2.9 2 2.9 2 7.7v33.8h-10.6v-33.1q0-1.5-0.6-2.4-0.6-0.9-1.9-0.9-1 0-1.7 1-0.6 0.9-0.6 2.2zm31.8 0.5q-4.6 0-7.4-1.8-2.8-1.8-4-5.1-1.2-3.3-1.2-7.9v-17.7q0-6.1 3.5-9.3 3.5-3.1 9.7-3.1 12.6 0 12.6 12.4v3.2q0 5.8-0.1 7.8h-15.2v8.5q0 1.2 0.1 2.3 0.2 1.1 0.7 1.8 0.5 0.8 1.6 0.8 1.7 0 2.1-1.4 0.4-1.5 0.4-3.8v-4.2h10.4v2.5q0 4.9-1.2 8.3-1.2 3.3-4.1 5-2.9 1.7-7.9 1.7zm-2.2-32.7v6h5v-6q0-2.3-0.6-3.3-0.6-1.1-1.8-1.1-1.2 0-1.9 1-0.7 1-0.7 3.4zm47.3 32.2h-13.8v-51.6h14.1q5.6 0 8.4 3.1 2.8 3.1 2.8 9.1v24.1q0 7.3-2.5 11.3-2.6 4-9 4zm-3.5-42.6v33.5h1.8q2.9 0 2.9-2.8v-26.6q0-2.6-0.7-3.3-0.7-0.8-2.8-0.8zm27 43.1q-3.6 0-5.6-1.7-1.9-1.7-2.6-4.7-0.7-3-0.7-6.7 0-4 0.8-6.6 0.8-2.6 2.7-4.2 1.9-1.6 5.3-2.8l6.5-2.2v-4.5q0-3.6-2.3-3.6-2.1 0-2.1 2.9v2.7h-10.2q0-0.3 0-0.6 0-0.4 0-0.9 0-6.5 3-9.3 3.1-2.7 9.9-2.7 3.5 0 6.3 1.2 2.7 1.3 4.3 3.7 1.7 2.4 1.7 6v33.5h-10.4v-5.2q-0.8 2.7-2.6 4.2-1.7 1.5-4 1.5zm4.2-8.2q1.2 0 1.7-1.1 0.5-1.1 0.5-2.3v-12.3q-2.2 0.9-3.4 2.3-1.2 1.3-1.2 3.9v5.6q0 3.9 2.4 3.9zm27.3-39h-10.5v-8.7h10.5zm0 46.7h-10.5v-44h10.5zm14.8 0h-10.7v-51.6h10.7zm15.2 7.4h-11.8v-6.7h5q1.1 0 1.1-0.8 0-0.4-0.1-0.8l-6.8-43h10l2.9 32.3 3.5-32.3h10.1l-8.1 46.2q-0.5 2.5-1.7 3.8-1.3 1.3-4.1 1.3zm44.9-7.4h-14v-51.5h14q5.6 0 8.1 2.7 2.6 2.8 2.6 9.1v2.2q0 3.7-1.3 5.9-1.3 2.3-3.9 3 3.4 0.8 4.6 4.1 1.2 3.2 1.2 7.9 0 5-0.9 8.7-1 3.8-3.4 5.9-2.5 2-7 2zm-3.9-43.5v11.4h2.1q1.4 0 1.8-1.1 0.4-1.1 0.4-2.7v-5.2q0-2.4-2.2-2.4zm1.1 34.5q4 0 4-3.8v-6.5q0-2.2-0.7-3.4-0.6-1.3-2.5-1.3h-1.9v14.9q0.7 0.1 1.1 0.1zm28.1 9h-10.7v-43.9h10.7v4.9q0.7-2.6 2.7-4 1.9-1.4 4.8-1.4v8.7q-1.3 0-3.1 0.3-1.7 0.3-3.1 0.8-1.3 0.5-1.3 1zm22.9 0.5q-13.1 0-13.1-13.6v-17.6q0-6.3 3.4-9.9 3.5-3.8 9.7-3.8 6.2 0 9.6 3.8 3.5 3.6 3.5 9.9v17.6q0 13.6-13.1 13.6zm0-8.1q1.3 0 1.9-0.9 0.5-1 0.5-2.4v-21.5q0-3.9-2.4-3.9-2.5 0-2.5 3.9v21.5q0 1.4 0.6 2.4 0.6 0.9 1.9 0.9zm25 8.1q-3.7 0-5.6-1.7-1.9-1.7-2.6-4.6-0.7-3-0.7-6.8 0-4 0.8-6.5 0.8-2.6 2.7-4.2 1.9-1.7 5.3-2.8l6.5-2.2v-4.6q0-3.5-2.3-3.5-2.1 0-2.1 2.9v2.6h-10.2q-0.1-0.2-0.1-0.6 0-0.4 0-0.8 0-6.6 3.1-9.3 3.1-2.8 9.8-2.8 3.5 0 6.3 1.3 2.8 1.2 4.4 3.7 1.7 2.4 1.7 6v33.4h-10.5v-5.2q-0.7 2.8-2.5 4.3-1.7 1.4-4 1.4zm4.1-8.1q1.3 0 1.8-1.1 0.5-1.1 0.5-2.4v-12.2q-2.2 0.9-3.4 2.2-1.2 1.3-1.2 3.9v5.7q0 3.9 2.3 3.9zm25.5 8.1q-3 0-4.8-1.1-1.8-1.1-2.7-3.1-0.8-1.9-1.1-4.6-0.3-2.6-0.3-5.6v-19.1q0-5.1 1.8-8.2 1.8-3.2 6.1-3.2 3.2 0 4.9 1.4 1.7 1.4 2.7 3.8v-12.3h10.6v51.5h-10.6v-4.6q-0.9 2.4-2.4 3.7-1.4 1.4-4.2 1.4zm4.1-8.2q1.5 0 1.9-1.2 0.6-1.2 0.6-4.3v-18.5q0-1.5-0.5-3-0.4-1.6-2-1.6-1.7 0-2.1 1.5-0.5 1.4-0.5 3.1v18.5q0 5.5 2.6 5.5zm30.4 8.2q-7.4 0-10.5-3.8-3.1-3.7-3.1-11.1v-13.5q0-5.5 1.2-9.2 1.2-3.6 4.1-5.5 2.9-1.8 8.1-1.8 3.7 0 6.6 1.3 2.9 1.3 4.5 3.8 1.7 2.5 1.7 6.1v6.7h-10.7v-6.1q0-1.6-0.4-2.6-0.5-1.1-1.9-1.1-2.6 0-2.6 3.7v21.3q0 1.4 0.6 2.5 0.6 1.1 1.9 1.1 1.4 0 1.9-1.1 0.6-1.1 0.6-2.6v-7.3h10.6v7.6q0 3.7-1.6 6.3-1.7 2.6-4.5 3.9-2.8 1.4-6.5 1.4zm24.3 0q-3.7 0-5.6-1.7-1.9-1.7-2.6-4.6-0.8-3-0.8-6.8 0-4 0.8-6.5 0.8-2.6 2.7-4.2 2-1.7 5.3-2.8l6.5-2.2v-4.6q0-3.5-2.3-3.5-2.1 0-2.1 2.9v2.6h-10.2q0-0.2 0-0.6 0-0.4 0-0.8 0-6.6 3.1-9.3 3.1-2.8 9.8-2.8 3.5 0 6.3 1.3 2.8 1.2 4.4 3.7 1.6 2.4 1.6 6v33.4h-10.4v-5.2q-0.8 2.8-2.5 4.3-1.8 1.4-4 1.4zm4.1-8.1q1.3 0 1.7-1.1 0.5-1.1 0.5-2.4v-12.2q-2.2 0.9-3.4 2.2-1.2 1.3-1.2 3.9v5.7q0 3.9 2.4 3.9zm28.9 8.1q-13 0-13-13.2v-3.5h10.5v5.2q0 1.5 0.6 2.3 0.6 0.9 1.9 0.9 2.3 0 2.3-3.4 0-2.9-1.2-4.3-1.2-1.4-2.9-2.8l-5.6-4.3q-2.7-2-4.1-4.3-1.3-2.3-1.3-6.4 0-3.7 1.8-6.2 1.8-2.5 4.7-3.7 3-1.2 6.5-1.2 12.8 0 12.8 12.8v0.8h-10.9v-1.7q0-1.3-0.5-2.5-0.4-1.3-1.7-1.3-2.2 0-2.2 2.4 0 2.4 1.8 3.7l6.5 4.8q3.1 2.2 5.1 5.2 2.1 3 2.1 8 0 6.2-3.5 9.5-3.5 3.2-9.7 3.2zm25.5 0q-4.3 0-5.8-1.8-1.4-1.8-1.4-5.5v-27.4h-3v-8h3v-9.3h10.1v9.3h3v8h-3v24.9q0 1.1 0.4 1.6 0.4 0.4 1.3 0.4 0.8 0 1.3-0.1v7.1q-0.3 0.1-2.2 0.5-1.8 0.3-3.7 0.3z"},null,-1),Pf=[qf,kf];function Ef(e,t){return T(),H("svg",xf,Pf)}const Af=re(jf,[["render",Ef]]),Cf={"page-header":"_page-header_1cxgx_1","page-header-title":"_page-header-title_1cxgx_15"},Sf={data(){return{styles:Cf}}};function If(e,t,s,a,i,n){const l=Af,c=Oa;return T(),H("header",{class:E(i.styles["page-header"])},[Q(c,{to:"/",class:E(i.styles["page-header-title"])},{default:Xe(()=>[Q(l)]),_:1},8,["class"])],2)}const Tf=re(Sf,[["render",If]]),Rf={},Mf={width:"24",height:"24",viewBox:"0 0 24 24"},Nf=k("title",null,"Logo Icon",-1),Of=k("path",{d:"M2 24h2.948c1-.923 2.004-2 3.55-2 1.547 0 2.55 1.077 3.55 2h2.948l-6.498-6-6.498 6zm20-8.042c0 3.269-5.858 3.387-9.787 1.79-6.835-2.779-9.629-9.79-7.817-15.17.84-2.496 1.852-3.84 6.333-.922 1.101.716 2.27 1.649 3.437 2.722l-1.72 1.152c-7.717-7.009-6.992-2.036-.983 4.55 5.858 6.417 11.668 8.615 5.767.717l1.199-1.745c1.223 1.634 3.571 4.873 3.571 6.906zm-1.026-12.437c-.004.829-.68 1.497-1.508 1.492-.225-.001-.436-.056-.628-.146l-3.829 5.646c-.784-.555-1.994-1.768-2.548-2.554l5.682-3.77c-.104-.207-.169-.437-.168-.684.005-.829.68-1.497 1.507-1.492.828.005 1.497.68 1.492 1.508z"},null,-1),Uf=[Nf,Of];function Lf(e,t){return T(),H("svg",Mf,Uf)}const Hf=re(Rf,[["render",Lf]]),Ff="_navbar_19jec_1",Df="_active_19jec_113",cn={navbar:Ff,"navbar-toggle":"_navbar-toggle_19jec_1","navbar-label":"_navbar-label_19jec_19","navbar-label-icon":"_navbar-label-icon_19jec_33","navbar-content":"_navbar-content_19jec_54","navbar-list":"_navbar-list_19jec_60","navbar-item":"_navbar-item_19jec_69","navbar-dropdown-item":"_navbar-dropdown-item_19jec_81",active:Df,"navbar-active-path":"_navbar-active-path_19jec_120","navbar-icons":"_navbar-icons_19jec_124"},zf={props:{label:String,url:String,callback:Function,id:String},data(){return{styles:cn}}};function Bf(e,t,s,a,i,n){const l=Oa;return T(),_e(l,{id:s.id,"active-class":i.styles.active,to:s.url,onClick:s.callback},{default:Xe(()=>[cs(ye(s.label),1)]),_:1},8,["id","active-class","to","onClick"])}const Qf=re(zf,[["render",Bf]]),Vf="_dropdown_q5jug_1",Wf={dropdown:Vf,"dropdown-toggle":"_dropdown-toggle_q5jug_8","dropdown-label":"_dropdown-label_q5jug_21","dropdown-label-text":"_dropdown-label-text_q5jug_44","dropdown-content":"_dropdown-content_q5jug_58"},Yf={props:{animatedIconClass:String},setup(){const{buttons:e}=ve("data");return{buttons:e}},data(){return{styles:Wf,isOpen:!1}},methods:{closeDropdown(){this.isOpen=!1},handleChange(e){this.isOpen=e.target.checked}}},$f=["checked"],Kf=k("span",{class:"animated-icon-inner",title:"Arrow Icon"},[k("span"),k("span")],-1),Jf=[Kf];function Zf(e,t,s,a,i,n){return T(),H("div",{class:E(i.styles.dropdown)},[k("input",{id:"navbar-dropdown-toggle",type:"checkbox",class:E(i.styles["dropdown-toggle"]),checked:i.isOpen,onChange:t[0]||(t[0]=(...l)=>n.handleChange&&n.handleChange(...l))},null,42,$f),k("label",{for:"navbar-dropdown-toggle",class:E(i.styles["dropdown-label"])},[k("span",{class:E(i.styles["dropdown-label-text"])},ye(a.buttons.more.label),3),k("div",{class:E(["animated-icon","arrow-icon","arrow",s.animatedIconClass])},Jf,2)],2),k("ul",{class:E(i.styles["dropdown-content"]),onClick:t[1]||(t[1]=(...l)=>n.closeDropdown&&n.closeDropdown(...l))},[Yi(e.$slots,"default")],2)],2)}const Gf=re(Yf,[["render",Zf]]),Xf={props:{callback:Function,id:String},setup(){const{content:e}=ve("data"),t=[],s=[];return Object.keys(e).forEach(i=>{e[i].priority===1?t.push(i):e[i].priority===2&&s.push(i)}),{route:us(),content:e,navItems:t,dropdownItems:s}},data(){return{styles:cn}}};function eb(e,t,s,a,i,n){const l=Qf,c=Gf;return T(),H("ul",{class:E(i.styles["navbar-list"])},[(T(!0),H(ne,null,Fe(a.navItems,r=>(T(),H("li",{key:r,class:E(i.styles["navbar-item"])},[Q(l,{id:`${s.id}-${r}-link`,label:a.content[r].name,url:a.content[r].url,callback:s.callback},null,8,["id","label","url","callback"])],2))),128)),a.dropdownItems.length>0?(T(),H("li",{key:0,class:E(i.styles["navbar-item"])},[Q(c,{"animated-icon-class":i.styles["navbar-label-icon"]},{default:Xe(()=>[(T(!0),H(ne,null,Fe(a.dropdownItems,r=>(T(),H("li",{key:r,class:E([i.styles["navbar-item"],i.styles["navbar-dropdown-item"]])},[Q(l,{id:`${s.id}-${r}-link`,label:a.content[r].name,url:a.content[r].url,callback:s.callback},null,8,["id","label","url","callback"])],2))),128))]),_:1},8,["animated-icon-class"])],2)):Pe("",!0)],2)}const tb=re(Xf,[["render",eb]]),sb={},ab={width:"24",height:"24",viewBox:"0 0 24 24"},ib=k("title",null,"Facebook Icon",-1),nb=k("path",{d:"M9 8h-3v4h3v12h5v-12h3.642l.358-4h-4v-1.667c0-.955.192-1.333 1.115-1.333h2.885v-5h-3.808c-3.596 0-5.192 1.583-5.192 4.615v3.385z"},null,-1),lb=[ib,nb];function rb(e,t){return T(),H("svg",ab,lb)}const cb=re(sb,[["render",rb]]),ob={},ub={width:"24",height:"24",viewBox:"0 0 24 24"},mb=k("title",null,"Instagram Icon",-1),hb=k("path",{d:"M11.984 16.815c2.596 0 4.706-2.111 4.706-4.707 0-1.409-.623-2.674-1.606-3.538-.346-.303-.735-.556-1.158-.748-.593-.27-1.249-.421-1.941-.421s-1.349.151-1.941.421c-.424.194-.814.447-1.158.749-.985.864-1.608 2.129-1.608 3.538 0 2.595 2.112 4.706 4.706 4.706zm.016-8.184c1.921 0 3.479 1.557 3.479 3.478 0 1.921-1.558 3.479-3.479 3.479s-3.479-1.557-3.479-3.479c0-1.921 1.558-3.478 3.479-3.478zm5.223.369h6.777v10.278c0 2.608-2.114 4.722-4.722 4.722h-14.493c-2.608 0-4.785-2.114-4.785-4.722v-10.278h6.747c-.544.913-.872 1.969-.872 3.109 0 3.374 2.735 6.109 6.109 6.109s6.109-2.735 6.109-6.109c.001-1.14-.327-2.196-.87-3.109zm2.055-9h-12.278v5h-1v-5h-1v5h-1v-4.923c-.346.057-.682.143-1 .27v4.653h-1v-4.102c-1.202.857-2 2.246-2 3.824v3.278h7.473c1.167-1.282 2.798-2 4.511-2 1.722 0 3.351.725 4.511 2h7.505v-3.278c0-2.608-2.114-4.722-4.722-4.722zm2.722 5.265c0 .406-.333.735-.745.735h-2.511c-.411 0-.744-.329-.744-.735v-2.53c0-.406.333-.735.744-.735h2.511c.412 0 .745.329.745.735v2.53z"},null,-1),db=[mb,hb];function gb(e,t){return T(),H("svg",ub,db)}const pb=re(ob,[["render",gb]]),fb={},bb={width:"24",height:"24",viewBox:"0 0 24 24"},_b=k("title",null,"Twitter Icon",-1),yb=k("path",{d:"M24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z"},null,-1),vb=[_b,yb];function wb(e,t){return T(),H("svg",bb,vb)}const jb=re(fb,[["render",wb]]),Ec={"icons-group":"_icons-group_9dqku_1","icons-group-list":"_icons-group-list_9dqku_5","icons-group-item":"_icons-group-item_9dqku_14","group-icon":"_group-icon_9dqku_28","group-icon-small":"_group-icon-small_9dqku_33","group-icon-medium":"_group-icon-medium_9dqku_38"},xb={props:{callback:Function,id:String},setup(){const{links:e}=ve("data");return{links:e}},data(){return{styles:Ec}}},qb=["id","href"],kb=["id","href"],Pb=["id","href"];function Eb(e,t,s,a,i,n){const l=cb,c=pb,r=jb;return T(),H("div",{class:E(i.styles["icons-group"])},[k("ul",{class:E(i.styles["icons-group-list"])},[k("li",{class:E(i.styles["icons-group-item"])},[k("a",{id:`${s.id}-facebook`,href:a.links.social.facebook.href},[k("div",{class:E([i.styles["group-icon"],i.styles["group-icon-small"]])},[Q(l)],2)],8,qb)],2),k("li",{class:E(i.styles["icons-group-item"])},[k("a",{id:`${s.id}-instagram`,href:a.links.social.instagram.href},[k("div",{class:E([i.styles["group-icon"],i.styles["group-icon-small"]])},[Q(c)],2)],8,kb)],2),k("li",{class:E(i.styles["icons-group-item"])},[k("a",{id:`${s.id}-twitter`,href:a.links.social.twitter.href},[k("div",{class:E([i.styles["group-icon"],i.styles["group-icon-small"]])},[Q(r)],2)],8,Pb)],2)],2)],2)}const Ac=re(xb,[["render",Eb]]),Cc={"page-navigation":"_page-navigation_1gp5f_1","page-navigation-row":"_page-navigation-row_1gp5f_24","page-navigation-column-left":"_page-navigation-column-left_1gp5f_38","page-navigation-column-right":"_page-navigation-column-right_1gp5f_39","page-navigation-logo":"_page-navigation-logo_1gp5f_47","page-navigation-button":"_page-navigation-button_1gp5f_66","nav-button":"_nav-button_1gp5f_80"};function ei(){const e=window.innerHeight*.01;document.documentElement.style.setProperty("--vh",`${e}px`)}const Ab={props:{callback:Function},setup(){const{content:e}=ve("data");return{route:us(),content:e}},data(){return{navbarStyles:cn,navStyles:Cc,isOpen:!1}},mounted(){ei(),window.addEventListener("resize",ei)},unmounted(){window.removeEventListener("resize",ei)},methods:{handleClick(){this.isOpen=!1},handleChange(e){this.isOpen=e.target.checked}}},Cb=["id","checked"],Sb=["for"],Ib=k("span",{class:"visually-hidden"},"Navbar Toggle",-1),Tb=k("span",{class:"animated-icon-inner"},[k("span"),k("span"),k("span")],-1),Rb=[Tb];function Mb(e,t,s,a,i,n){var o;const l=Hf,c=tb,r=Ac;return T(),H("div",{class:E(i.navbarStyles.navbar)},[k("input",{id:i.navbarStyles["navbar-toggle"],type:"checkbox",checked:i.isOpen,onChange:t[0]||(t[0]=(...u)=>n.handleChange&&n.handleChange(...u))},null,40,Cb),k("label",{for:i.navbarStyles["navbar-toggle"],class:E(i.navbarStyles["navbar-label"])},[Ib,k("div",{class:E([i.navbarStyles["navbar-label-icon"],"animated-icon","hamburger-icon"]),title:"Hamburger Icon"},Rb,2)],10,Sb),k("button",{id:"home-link",class:E(i.navStyles["page-navigation-logo"]),onClick:t[1]||(t[1]=(...u)=>s.callback&&s.callback(...u))},[Q(l)],2),k("div",{class:E(i.navbarStyles["navbar-active-path"])},ye(((o=a.content[a.route.path.split("/")[1]])==null?void 0:o.name)??""),3),k("div",{class:E(i.navbarStyles["navbar-content"])},[Q(c,{id:"navbar-navlist",callback:n.handleClick},null,8,["callback"]),k("div",{class:E(i.navbarStyles["navbar-icons"])},[Q(r,{id:"navbar-social-icons"})],2)],2)],2)}const Nb=re(Ab,[["render",Mb]]),Ob={setup(){const{buttons:e}=ve("data");return{buttons:e}},data(){return{navStyles:Cc,buttonStyles:kc}},methods:{logIn(){console.log("logIn clicked!")},openSitemap(){uc("/")}}};function Ub(e,t,s,a,i,n){const l=Nb;return T(),H("nav",{class:E(i.navStyles["page-navigation"]),"aria-label":"main menu"},[k("div",{class:E(i.navStyles["page-navigation-row"])},[k("div",{class:E(i.navStyles["page-navigation-column-left"])},[Q(l,{callback:n.openSitemap},null,8,["callback"])],2),k("div",{class:E(i.navStyles["page-navigation-column-right"])},[k("button",{id:"login-button",class:E([i.buttonStyles.button,i.buttonStyles["secondary-button"],i.navStyles["nav-button"]]),onClick:t[0]||(t[0]=(...c)=>n.logIn&&n.logIn(...c))},ye(a.buttons.login.label),3)],2)],2)],2)}const Lb=re(Ob,[["render",Ub]]),Hb="_message_7ak19_1",Fb="_open_7ak19_23",Db={message:Hb,open:Fb,"message-close-button":"_message-close-button_7ak19_30","message-close-button-icon":"_message-close-button-icon_7ak19_42","message-header":"_message-header_7ak19_49","message-body":"_message-body_7ak19_60","message-description":"_message-description_7ak19_67"},zb={props:{onClose:Function,message:Object},data(){return{styles:Db}}},Bb=k("span",{class:"animated-icon-inner"},[k("span"),k("span")],-1),Qb=[Bb];function Vb(e,t,s,a,i,n){return T(),H("div",{class:E([i.styles.message,i.styles.open])},[k("button",{id:"close-message-link",class:E(i.styles["message-close-button"]),title:"Close Button",onClick:t[0]||(t[0]=(...l)=>s.onClose&&s.onClose(...l))},[k("div",{class:E([i.styles["message-close-button-icon"],"animated-icon","close-icon","hover"]),title:"Close Icon"},Qb,2)],2),s.message.title?(T(),H("header",{key:0,class:E(i.styles["message-header"])},[k("h2",null,ye(s.message.title),1)],2)):Pe("",!0),k("section",{class:E(i.styles["message-body"])},[k("div",{class:E(i.styles["message-description"])},ye(s.message.description),3)],2)],2)}const Wb=re(zb,[["render",Vb]]),Yb={data(){return{styles:Qs}}};function $b(e,t,s,a,i,n){return T(),H("main",{class:E(i.styles["page-main"])},[Yi(e.$slots,"default")],2)}const Kb=re(Yb,[["render",$b]]),Jb="_sitemap_heahz_1",Zb="_active_heahz_21",Gb={sitemap:Jb,active:Zb,"sitemap-list":"_sitemap-list_heahz_27","sitemap-item":"_sitemap-item_heahz_35","sitemap-header":"_sitemap-header_heahz_40","sitemap-sublist":"_sitemap-sublist_heahz_46","sitemap-subitem":"_sitemap-subitem_heahz_52"},Xb={props:{onClick:Function},setup(){const{content:e}=ve("data"),s=Object.keys(e).reduce((a,i)=>(a.push(i),a),[]);return{content:e,navItems:s}},data(){return{styles:Gb}}};function e_(e,t,s,a,i,n){const l=Oa;return T(),H("div",{class:E(i.styles.sitemap)},[k("ul",{class:E(i.styles["sitemap-list"])},[(T(!0),H(ne,null,Fe(a.navItems,c=>(T(),H("li",{key:`sitemap-page-${a.content[c].name}`,class:E(i.styles["sitemap-item"])},[Q(l,{to:a.content[c].url,"active-class":i.styles.active},{default:Xe(()=>[k("h4",{class:E(i.styles["sitemap-header"])},ye(a.content[c].name),3)]),_:2},1032,["to","active-class"]),k("ul",{class:E(i.styles["sitemap-sublist"])},[(T(!0),H(ne,null,Fe(a.content[c].sections,r=>(T(),H("li",{key:`sitemap-section${r.id}`,class:E(i.styles["sitemap-subitem"])},[Q(l,{to:`${a.content[c].url}#${r.id}`},{default:Xe(()=>[cs(ye(r.name),1)]),_:2},1032,["to"])],2))),128))],2)],2))),128))],2)],2)}const t_=re(Xb,[["render",e_]]),s_={},a_={id:"ayy1-icon","clip-rule":"evenodd","fill-rule":"evenodd","stroke-linejoin":"round","stroke-miterlimit":"2",viewBox:"0 0 24 24"},i_=k("title",null,"Accessibility Icon",-1),n_=k("path",{d:"m12.002 2c5.518 0 9.998 4.48 9.998 9.998 0 5.517-4.48 9.997-9.998 9.997-5.517 0-9.997-4.48-9.997-9.997 0-5.518 4.48-9.998 9.997-9.998zm0 1.5c-4.69 0-8.497 3.808-8.497 8.498s3.807 8.497 8.497 8.497 8.498-3.807 8.498-8.497-3.808-8.498-8.498-8.498zm4.044 5.607c-.235 0-1.892.576-4.044.576-2.166 0-3.791-.576-4.044-.576-.379 0-.687.308-.687.687 0 .318.225.599.531.669.613.16 1.261.293 1.756.542.459.231.781.566.781 1.14 0 2.027-1.326 3.92-1.86 4.817 0 0 0 0-.001.001-.06.105-.092.224-.092.344 0 .379.308.687.688.687.183 0 .357-.072.488-.204.447-.449 1.333-1.784 1.738-2.429.201-.319.396-.621.706-.622.302.001.498.303.698.622.405.645 1.291 1.98 1.738 2.429.13.132.304.204.489.204.379 0 .687-.308.687-.687 0-.119-.031-.237-.098-.353 0-.001-.001-.001-.001-.002-.547-.919-1.854-2.778-1.854-4.807 0-.609.369-.956.851-1.186.519-.247 1.167-.362 1.682-.495.31-.071.536-.352.536-.67 0-.379-.309-.687-.688-.687zm-4.03-3.113c-.875 0-1.587.713-1.587 1.593 0 .879.712 1.592 1.587 1.592.876 0 1.586-.713 1.586-1.592 0-.88-.71-1.593-1.586-1.593z","fill-rule":"nonzero"},null,-1),l_=[i_,n_];function r_(e,t){return T(),H("svg",a_,l_)}const c_=re(s_,[["render",r_]]),o_={props:{callback:Function,id:String},data(){return{styles:Ec}}},u_=["id"];function m_(e,t,s,a,i,n){const l=c_;return T(),H("div",{class:E(i.styles["icons-group"])},[k("ul",{class:E(i.styles["icons-group-list"])},[k("li",{class:E(i.styles["icons-group-item"])},[k("button",{id:`${s.id}-a11y`,onClick:t[0]||(t[0]=(...c)=>s.callback&&s.callback(...c))},[k("div",{class:E([i.styles["group-icon"],i.styles["group-icon-medium"]])},[Q(l)],2)],8,u_)],2)],2)],2)}const h_=re(o_,[["render",m_]]),d_="_label_12a70_26",g_={"toggle-outer":"_toggle-outer_12a70_1","toggle-description":"_toggle-description_12a70_13","toggle-container":"_toggle-container_12a70_17",label:d_,switch:"_switch_12a70_36"},p_={props:{id:String,label:String,onChange:Function,checked:Boolean},data(){return{styles:g_,isSelected:!1}},mount(){this.isSelected=this.checked},methods:{handleChange(e){this.isSelected=e.target.checked,this.onChange(e)}}},f_=["for"],b_=["id","checked"],__={class:"visually-hidden"};function y_(e,t,s,a,i,n){return T(),H("div",{class:E(i.styles["toggle-outer"])},[k("div",{class:E(i.styles["toggle-description"])},ye(s.label),3),k("div",{class:E(i.styles["toggle-container"])},[k("label",{class:E(i.styles.label),for:`${s.id}-toggle`},[k("input",{id:`${s.id}-toggle`,type:"checkbox",checked:i.isSelected,onChange:t[0]||(t[0]=(...l)=>n.handleChange&&n.handleChange(...l))},null,40,b_),k("span",{class:E(i.styles.switch)},null,2),k("div",__,"selected: "+ye(i.isSelected?"true":"false"),1)],10,f_)],2)],2)}const v_=re(p_,[["render",y_]]),w_="_dialog_1b8ms_1",j_="_open_1b8ms_21",x_={dialog:w_,open:j_,"dialog-close-button":"_dialog-close-button_1b8ms_28","dialog-close-button-icon":"_dialog-close-button-icon_1b8ms_40","dialog-header":"_dialog-header_1b8ms_47","dialog-body":"_dialog-body_1b8ms_58","dialog-item":"_dialog-item_1b8ms_65"},q_={props:{onClose:Function},setup(){const{settings:e}=ve("data");return{settings:e}},data(){return{styles:x_,reduceMotion:!1}},mounted(){this.reduceMotion=document.documentElement.classList.contains("reduced-motion")},methods:{toggleMotion(e){this.reduceMotion=e.target.checked,e.target.checked?document.documentElement.classList.add("reduced-motion"):document.documentElement.classList.remove("reduced-motion")}}},k_=k("span",{class:"animated-icon-inner"},[k("span"),k("span")],-1),P_=[k_];function E_(e,t,s,a,i,n){const l=v_;return T(),H("div",{id:"settings",class:E([i.styles.dialog,i.styles.open])},[k("button",{id:"close-dialog-link",class:E(i.styles["dialog-close-button"]),title:"Close Button",onClick:t[0]||(t[0]=(...c)=>s.onClose&&s.onClose(...c))},[k("div",{class:E([i.styles["dialog-close-button-icon"],"animated-icon","close-icon","hover"]),title:"Close Icon"},P_,2)],2),k("header",{class:E(i.styles["dialog-header"])},[k("h2",null,ye(a.settings.header),1)],2),k("section",{class:E(i.styles["dialog-body"])},[k("div",{class:E(i.styles["dialog-item"])},[Q(l,{id:"motion",label:a.settings.items.motion.label,"on-change":n.toggleMotion,checked:i.reduceMotion},null,8,["label","on-change","checked"])],2)],2)],2)}const A_=re(q_,[["render",E_]]),C_={"page-footer":"_page-footer_18lt6_1","footer-row":"_footer-row_18lt6_26","footer-column-left":"_footer-column-left_18lt6_44","footer-column-center":"_footer-column-center_18lt6_45","footer-column-right":"_footer-column-right_18lt6_46","footer-links":"_footer-links_18lt6_66","footer-links-list":"_footer-links-list_18lt6_66","footer-links-item":"_footer-links-item_18lt6_75"},S_={setup(){const{footer:e,links:t}=ve("data");return{footer:e,links:t}},data(){return{styles:C_,showPortal:!1}},methods:{openPortal(){this.showPortal=!0},closePortal(){this.showPortal=!1}}},I_=["id","href"];function T_(e,t,s,a,i,n){const l=t_,c=Ac,r=h_,o=A_;return T(),H(ne,null,[k("footer",{class:E(i.styles["page-footer"])},[k("div",{class:E(i.styles["footer-row"])},[k("div",{class:E(i.styles["footer-column-center"])},[Q(l)],2)],2),k("div",{class:E(i.styles["footer-row"])},[k("div",{class:E(i.styles["footer-column-center"])},[k("div",{class:E(i.styles["footer-links"])},[k("ul",{class:E(i.styles["footer-links-list"])},[(T(!0),H(ne,null,Fe(a.links.legal,(u,m)=>(T(),H("li",{key:`footer-links-item-${m}`,class:E(i.styles["footer-links-item"])},[k("a",{id:`footer-link-${m}`,href:u.href,class:E(i.styles["footer-link"])},ye(u.label),11,I_)],2))),128))],2)],2)],2)],2),k("div",{class:E(i.styles["footer-row"])},[k("div",{class:E(i.styles["footer-column-left"])},[Q(c,{id:"footer-social-icons"})],2),k("div",{class:E(i.styles["footer-column-center"])},"© "+ye(new Date().getFullYear())+" No Rights Reserved",3),k("div",{class:E(i.styles["footer-column-right"])},[Q(r,{id:"footer-settings-icons",callback:n.openPortal},null,8,["callback"])],2)],2)],2),(T(),_e(Tr,{to:"body"},[Vi(Q(o,{"on-close":n.closePortal},null,8,["on-close"]),[[en,i.showPortal]])]))],64)}const R_=re(S_,[["render",T_]]),M_={__name:"Layout",setup(e){const t=Qe(!1),s=us(),{content:a,links:i}=ve("data");Hs(()=>{t.value=a[s.name].message});const n=()=>{t.value=!1};return(l,c)=>{const r=Oa,o=Tf,u=Lb,m=Wb,d=Kb,_=R_;return T(),H(ne,null,[Q(r,{to:`${pe(s).path}#content`,class:"skip-link"},{default:Xe(()=>[cs(ye(pe(i).a11y.skip.label),1)]),_:1},8,["to"]),k("div",{id:"page",class:E(pe(Qs).page)},[Q(o),Q(u),pe(a)[pe(s).name].message?Vi((T(),_e(m,{key:0,"on-close":n,message:pe(a)[pe(s).name].message},null,8,["message"])),[[en,t.value]]):Pe("",!0),Q(d,null,{default:Xe(()=>[Yi(l.$slots,"default")]),_:3}),Q(_)],2)],64)}}},N_={home:{name:"Front Page",url:"/",priority:0,notification:{name:"cookies",title:"This website uses cookies 🍪",description:"We use cookies to improve your experience on our site and to show you the most relevant content possible. To find out more, please read our privacy policy and our cookie policy.",actions:[{name:"Cancel",priority:"secondary",type:"reject"},{name:"Accept",priority:"primary",type:"accept"}]},sections:[{id:"content-frontpage-breaking-news",name:"Breaking News",articles:[{class:"columns-3-narrow",header:"Uncensored",url:"#",image:{src:"assets/images/isai-ramos-Sp70YIWtuM8-unsplash_336.jpg",alt:"Placeholder",width:"336",height:"189"},meta:{captions:"Photo taken by someone."},title:"Nisl nunc mi ipsum faucibus vitae aliquet.",type:"text",content:`Velit dignissim sodales ut eu. Sed tempus urna et pharetra. Porttitor rhoncus dolor purus non. Elementum curabitur vitae nunc sed velit dignissim sodales. + */const Qt=typeof window<"u";function Rd(e){return e.__esModule||e[Symbol.toStringTag]==="Module"}const me=Object.assign;function Xa(e,t){const s={};for(const a in t){const i=t[a];s[a]=tt(i)?i.map(e):e(i)}return s}const Ps=()=>{},tt=Array.isArray,Md=/\/$/,Nd=e=>e.replace(Md,"");function ei(e,t,s="/"){let a,i={},n="",l="";const c=t.indexOf("#");let r=t.indexOf("?");return c=0&&(r=-1),r>-1&&(a=t.slice(0,r),n=t.slice(r+1,c>-1?c:t.length),i=e(n)),c>-1&&(a=a||t.slice(0,c),l=t.slice(c,t.length)),a=Hd(a??t,s),{fullPath:a+(n&&"?")+n+l,path:a,query:i,hash:l}}function Od(e,t){const s=t.query?e(t.query):"";return t.path+(s&&"?")+s+(t.hash||"")}function ml(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||"/"}function Ud(e,t,s){const a=t.matched.length-1,i=s.matched.length-1;return a>-1&&a===i&&ss(t.matched[a],s.matched[i])&&pc(t.params,s.params)&&e(t.query)===e(s.query)&&t.hash===s.hash}function ss(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function pc(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const s in e)if(!Ld(e[s],t[s]))return!1;return!0}function Ld(e,t){return tt(e)?hl(e,t):tt(t)?hl(t,e):e===t}function hl(e,t){return tt(t)?e.length===t.length&&e.every((s,a)=>s===t[a]):e.length===1&&e[0]===t}function Hd(e,t){if(e.startsWith("/"))return e;if(!e)return t;const s=t.split("/"),a=e.split("/"),i=a[a.length-1];(i===".."||i===".")&&a.push("");let n=s.length-1,l,c;for(l=0;l1&&n--;else break;return s.slice(0,n).join("/")+"/"+a.slice(l-(l===a.length?1:0)).join("/")}var Os;(function(e){e.pop="pop",e.push="push"})(Os||(Os={}));var Es;(function(e){e.back="back",e.forward="forward",e.unknown=""})(Es||(Es={}));function Fd(e){if(!e)if(Qt){const t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return e[0]!=="/"&&e[0]!=="#"&&(e="/"+e),Nd(e)}const Dd=/^[^#]+#/;function zd(e,t){return e.replace(Dd,"#")+t}function Bd(e,t){const s=document.documentElement.getBoundingClientRect(),a=e.getBoundingClientRect();return{behavior:t.behavior,left:a.left-s.left-(t.left||0),top:a.top-s.top-(t.top||0)}}const Na=()=>({left:window.pageXOffset,top:window.pageYOffset});function Qd(e){let t;if("el"in e){const s=e.el,a=typeof s=="string"&&s.startsWith("#"),i=typeof s=="string"?a?document.getElementById(s.slice(1)):document.querySelector(s):s;if(!i)return;t=Bd(i,e)}else t=e;"scrollBehavior"in document.documentElement.style?window.scrollTo(t):window.scrollTo(t.left!=null?t.left:window.pageXOffset,t.top!=null?t.top:window.pageYOffset)}function dl(e,t){return(history.state?history.state.position-t:-1)+e}const Ai=new Map;function Vd(e,t){Ai.set(e,t)}function Wd(e){const t=Ai.get(e);return Ai.delete(e),t}let Yd=()=>location.protocol+"//"+location.host;function fc(e,t){const{pathname:s,search:a,hash:i}=t,n=e.indexOf("#");if(n>-1){let c=i.includes(e.slice(n))?e.slice(n).length:1,r=i.slice(c);return r[0]!=="/"&&(r="/"+r),ml(r,"")}return ml(s,e)+a+i}function $d(e,t,s,a){let i=[],n=[],l=null;const c=({state:d})=>{const _=fc(e,location),f=s.value,w=t.value;let R=0;if(d){if(s.value=_,t.value=d,l&&l===f){l=null;return}R=w?d.position-w.position:0}else a(_);i.forEach(b=>{b(s.value,f,{delta:R,type:Os.pop,direction:R?R>0?Es.forward:Es.back:Es.unknown})})};function r(){l=s.value}function o(d){i.push(d);const _=()=>{const f=i.indexOf(d);f>-1&&i.splice(f,1)};return n.push(_),_}function u(){const{history:d}=window;d.state&&d.replaceState(me({},d.state,{scroll:Na()}),"")}function m(){for(const d of n)d();n=[],window.removeEventListener("popstate",c),window.removeEventListener("beforeunload",u)}return window.addEventListener("popstate",c),window.addEventListener("beforeunload",u,{passive:!0}),{pauseListeners:r,listen:o,destroy:m}}function gl(e,t,s,a=!1,i=!1){return{back:e,current:t,forward:s,replaced:a,position:window.history.length,scroll:i?Na():null}}function Kd(e){const{history:t,location:s}=window,a={value:fc(e,s)},i={value:t.state};i.value||n(a.value,{back:null,current:a.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0);function n(r,o,u){const m=e.indexOf("#"),d=m>-1?(s.host&&document.querySelector("base")?e:e.slice(m))+r:Yd()+e+r;try{t[u?"replaceState":"pushState"](o,"",d),i.value=o}catch(_){console.error(_),s[u?"replace":"assign"](d)}}function l(r,o){const u=me({},t.state,gl(i.value.back,r,i.value.forward,!0),o,{position:i.value.position});n(r,u,!0),a.value=r}function c(r,o){const u=me({},i.value,t.state,{forward:r,scroll:Na()});n(u.current,u,!0);const m=me({},gl(a.value,r,null),{position:u.position+1},o);n(r,m,!1),a.value=r}return{location:a,state:i,push:c,replace:l}}function bc(e){e=Fd(e);const t=Kd(e),s=$d(e,t.state,t.location,t.replace);function a(n,l=!0){l||s.pauseListeners(),history.go(n)}const i=me({location:"",base:e,go:a,createHref:zd.bind(null,e)},t,s);return Object.defineProperty(i,"location",{enumerable:!0,get:()=>t.location.value}),Object.defineProperty(i,"state",{enumerable:!0,get:()=>t.state.value}),i}function Jd(e){return e=location.host?e||location.pathname+location.search:"",e.includes("#")||(e+="#"),bc(e)}function Zd(e){return typeof e=="string"||e&&typeof e=="object"}function _c(e){return typeof e=="string"||typeof e=="symbol"}const it={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0},yc=Symbol("");var pl;(function(e){e[e.aborted=4]="aborted",e[e.cancelled=8]="cancelled",e[e.duplicated=16]="duplicated"})(pl||(pl={}));function as(e,t){return me(new Error,{type:e,[yc]:!0},t)}function ot(e,t){return e instanceof Error&&yc in e&&(t==null||!!(e.type&t))}const fl="[^/]+?",Gd={sensitive:!1,strict:!1,start:!0,end:!0},Xd=/[.+*?^${}()[\]/\\]/g;function eg(e,t){const s=me({},Gd,t),a=[];let i=s.start?"^":"";const n=[];for(const o of e){const u=o.length?[]:[90];s.strict&&!o.length&&(i+="/");for(let m=0;mt.length?t.length===1&&t[0]===40+40?1:-1:0}function sg(e,t){let s=0;const a=e.score,i=t.score;for(;s0&&t[t.length-1]<0}const ag={type:0,value:""},ig=/[a-zA-Z0-9_]/;function ng(e){if(!e)return[[]];if(e==="/")return[[ag]];if(!e.startsWith("/"))throw new Error(`Invalid path "${e}"`);function t(_){throw new Error(`ERR (${s})/"${o}": ${_}`)}let s=0,a=s;const i=[];let n;function l(){n&&i.push(n),n=[]}let c=0,r,o="",u="";function m(){o&&(s===0?n.push({type:0,value:o}):s===1||s===2||s===3?(n.length>1&&(r==="*"||r==="+")&&t(`A repeatable param (${o}) must be alone in its segment. eg: '/:ids+.`),n.push({type:1,value:o,regexp:u,repeatable:r==="*"||r==="+",optional:r==="*"||r==="?"})):t("Invalid state to consume buffer"),o="")}function d(){o+=r}for(;c{l(p)}:Ps}function l(u){if(_c(u)){const m=a.get(u);m&&(a.delete(u),s.splice(s.indexOf(m),1),m.children.forEach(l),m.alias.forEach(l))}else{const m=s.indexOf(u);m>-1&&(s.splice(m,1),u.record.name&&a.delete(u.record.name),u.children.forEach(l),u.alias.forEach(l))}}function c(){return s}function r(u){let m=0;for(;m=0&&(u.record.path!==s[m].record.path||!vc(u,s[m]));)m++;s.splice(m,0,u),u.record.name&&!yl(u)&&a.set(u.record.name,u)}function o(u,m){let d,_={},f,w;if("name"in u&&u.name){if(d=a.get(u.name),!d)throw as(1,{location:u});w=d.record.name,_=me(_l(m.params,d.keys.filter(p=>!p.optional).map(p=>p.name)),u.params&&_l(u.params,d.keys.map(p=>p.name))),f=d.stringify(_)}else if("path"in u)f=u.path,d=s.find(p=>p.re.test(f)),d&&(_=d.parse(f),w=d.record.name);else{if(d=m.name?a.get(m.name):s.find(p=>p.re.test(m.path)),!d)throw as(1,{location:u,currentLocation:m});w=d.record.name,_=me({},m.params,u.params),f=d.stringify(_)}const R=[];let b=d;for(;b;)R.unshift(b.record),b=b.parent;return{name:w,path:f,params:_,matched:R,meta:ug(R)}}return e.forEach(u=>n(u)),{addRoute:n,resolve:o,removeRoute:l,getRoutes:c,getRecordMatcher:i}}function _l(e,t){const s={};for(const a of t)a in e&&(s[a]=e[a]);return s}function cg(e){return{path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:void 0,beforeEnter:e.beforeEnter,props:og(e),children:e.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in e?e.components||null:e.component&&{default:e.component}}}function og(e){const t={},s=e.props||!1;if("component"in e)t.default=s;else for(const a in e.components)t[a]=typeof s=="boolean"?s:s[a];return t}function yl(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function ug(e){return e.reduce((t,s)=>me(t,s.meta),{})}function vl(e,t){const s={};for(const a in e)s[a]=a in t?t[a]:e[a];return s}function vc(e,t){return t.children.some(s=>s===e||vc(e,s))}const wc=/#/g,mg=/&/g,hg=/\//g,dg=/=/g,gg=/\?/g,jc=/\+/g,pg=/%5B/g,fg=/%5D/g,xc=/%5E/g,bg=/%60/g,qc=/%7B/g,_g=/%7C/g,kc=/%7D/g,yg=/%20/g;function on(e){return encodeURI(""+e).replace(_g,"|").replace(pg,"[").replace(fg,"]")}function vg(e){return on(e).replace(qc,"{").replace(kc,"}").replace(xc,"^")}function Ci(e){return on(e).replace(jc,"%2B").replace(yg,"+").replace(wc,"%23").replace(mg,"%26").replace(bg,"`").replace(qc,"{").replace(kc,"}").replace(xc,"^")}function wg(e){return Ci(e).replace(dg,"%3D")}function jg(e){return on(e).replace(wc,"%23").replace(gg,"%3F")}function xg(e){return e==null?"":jg(e).replace(hg,"%2F")}function xa(e){try{return decodeURIComponent(""+e)}catch{}return""+e}function qg(e){const t={};if(e===""||e==="?")return t;const a=(e[0]==="?"?e.slice(1):e).split("&");for(let i=0;in&&Ci(n)):[a&&Ci(a)]).forEach(n=>{n!==void 0&&(t+=(t.length?"&":"")+s,n!=null&&(t+="="+n))})}return t}function kg(e){const t={};for(const s in e){const a=e[s];a!==void 0&&(t[s]=tt(a)?a.map(i=>i==null?null:""+i):a==null?a:""+a)}return t}const Pg=Symbol(""),jl=Symbol(""),un=Symbol(""),Pc=Symbol(""),Si=Symbol("");function fs(){let e=[];function t(a){return e.push(a),()=>{const i=e.indexOf(a);i>-1&&e.splice(i,1)}}function s(){e=[]}return{add:t,list:()=>e,reset:s}}function jt(e,t,s,a,i){const n=a&&(a.enterCallbacks[i]=a.enterCallbacks[i]||[]);return()=>new Promise((l,c)=>{const r=m=>{m===!1?c(as(4,{from:s,to:t})):m instanceof Error?c(m):Zd(m)?c(as(2,{from:t,to:m})):(n&&a.enterCallbacks[i]===n&&typeof m=="function"&&n.push(m),l())},o=e.call(a&&a.instances[i],t,s,r);let u=Promise.resolve(o);e.length<3&&(u=u.then(r)),u.catch(m=>c(m))})}function ti(e,t,s,a){const i=[];for(const n of e)for(const l in n.components){let c=n.components[l];if(!(t!=="beforeRouteEnter"&&!n.instances[l]))if(Eg(c)){const o=(c.__vccOpts||c)[t];o&&i.push(jt(o,s,a,n,l))}else{let r=c();i.push(()=>r.then(o=>{if(!o)return Promise.reject(new Error(`Couldn't resolve component "${l}" at "${n.path}"`));const u=Rd(o)?o.default:o;n.components[l]=u;const d=(u.__vccOpts||u)[t];return d&&jt(d,s,a,n,l)()}))}}return i}function Eg(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}function xl(e){const t=ve(un),s=ve(Pc),a=Re(()=>t.resolve(pe(e.to))),i=Re(()=>{const{matched:r}=a.value,{length:o}=r,u=r[o-1],m=s.matched;if(!u||!m.length)return-1;const d=m.findIndex(ss.bind(null,u));if(d>-1)return d;const _=ql(r[o-2]);return o>1&&ql(u)===_&&m[m.length-1].path!==_?m.findIndex(ss.bind(null,r[o-2])):d}),n=Re(()=>i.value>-1&&Ig(s.params,a.value.params)),l=Re(()=>i.value>-1&&i.value===s.matched.length-1&&pc(s.params,a.value.params));function c(r={}){return Sg(r)?t[pe(e.replace)?"replace":"push"](pe(e.to)).catch(Ps):Promise.resolve()}return{route:a,href:Re(()=>a.value.href),isActive:n,isExactActive:l,navigate:c}}const Ag=cs({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"}},useLink:xl,setup(e,{slots:t}){const s=Xe(xl(e)),{options:a}=ve(un),i=Re(()=>({[kl(e.activeClass,a.linkActiveClass,"router-link-active")]:s.isActive,[kl(e.exactActiveClass,a.linkExactActiveClass,"router-link-exact-active")]:s.isExactActive}));return()=>{const n=t.default&&t.default(s);return e.custom?n:Ge("a",{"aria-current":s.isExactActive?e.ariaCurrentValue:null,href:s.href,onClick:s.navigate,class:i.value},n)}}}),Cg=Ag;function Sg(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)&&!e.defaultPrevented&&!(e.button!==void 0&&e.button!==0)){if(e.currentTarget&&e.currentTarget.getAttribute){const t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function Ig(e,t){for(const s in t){const a=t[s],i=e[s];if(typeof a=="string"){if(a!==i)return!1}else if(!tt(i)||i.length!==a.length||a.some((n,l)=>n!==i[l]))return!1}return!0}function ql(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const kl=(e,t,s)=>e??t??s,Tg=cs({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:s}){const a=ve(Si),i=Re(()=>e.route||a.value),n=ve(jl,0),l=Re(()=>{let o=pe(n);const{matched:u}=i.value;let m;for(;(m=u[o])&&!m.components;)o++;return o}),c=Re(()=>i.value.matched[l.value]);Ot(jl,Re(()=>l.value+1)),Ot(Pg,c),Ot(Si,i);const r=Ve();return Mt(()=>[r.value,c.value,e.name],([o,u,m],[d,_,f])=>{u&&(u.instances[m]=o,_&&_!==u&&o&&o===d&&(u.leaveGuards.size||(u.leaveGuards=_.leaveGuards),u.updateGuards.size||(u.updateGuards=_.updateGuards))),o&&u&&(!_||!ss(u,_)||!d)&&(u.enterCallbacks[m]||[]).forEach(w=>w(o))},{flush:"post"}),()=>{const o=i.value,u=e.name,m=c.value,d=m&&m.components[u];if(!d)return Pl(s.default,{Component:d,route:o});const _=m.props[u],f=_?_===!0?o.params:typeof _=="function"?_(o):_:null,R=Ge(d,me({},f,t,{onVnodeUnmounted:b=>{b.component.isUnmounted&&(m.instances[u]=null)},ref:r}));return Pl(s.default,{Component:R,route:o})||R}}});function Pl(e,t){if(!e)return null;const s=e(t);return s.length===1?s[0]:s}const Ec=Tg;function Rg(e){const t=rg(e.routes,e),s=e.parseQuery||qg,a=e.stringifyQuery||wl,i=e.history,n=fs(),l=fs(),c=fs(),r=Is(it);let o=it;Qt&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const u=Xa.bind(null,P=>""+P),m=Xa.bind(null,xg),d=Xa.bind(null,xa);function _(P,B){let L,$;return _c(P)?(L=t.getRecordMatcher(P),$=B):$=P,t.addRoute($,L)}function f(P){const B=t.getRecordMatcher(P);B&&t.removeRoute(B)}function w(){return t.getRoutes().map(P=>P.record)}function R(P){return!!t.getRecordMatcher(P)}function b(P,B){if(B=me({},B||r.value),typeof P=="string"){const y=ei(s,P,B.path),j=t.resolve({path:y.path},B),A=i.createHref(y.fullPath);return me(y,j,{params:d(j.params),hash:xa(y.hash),redirectedFrom:void 0,href:A})}let L;if("path"in P)L=me({},P,{path:ei(s,P.path,B.path).path});else{const y=me({},P.params);for(const j in y)y[j]==null&&delete y[j];L=me({},P,{params:m(y)}),B.params=m(B.params)}const $=t.resolve(L,B),ue=P.hash||"";$.params=u(d($.params));const h=Od(a,me({},P,{hash:vg(ue),path:$.path})),g=i.createHref(h);return me({fullPath:h,hash:ue,query:a===wl?kg(P.query):P.query||{}},$,{redirectedFrom:void 0,href:g})}function p(P){return typeof P=="string"?ei(s,P,r.value.path):me({},P)}function q(P,B){if(o!==P)return as(8,{from:B,to:P})}function v(P){return M(P)}function C(P){return v(me(p(P),{replace:!0}))}function O(P){const B=P.matched[P.matched.length-1];if(B&&B.redirect){const{redirect:L}=B;let $=typeof L=="function"?L(P):L;return typeof $=="string"&&($=$.includes("?")||$.includes("#")?$=p($):{path:$},$.params={}),me({query:P.query,hash:P.hash,params:"path"in $?{}:P.params},$)}}function M(P,B){const L=o=b(P),$=r.value,ue=P.state,h=P.force,g=P.replace===!0,y=O(L);if(y)return M(me(p(y),{state:typeof y=="object"?me({},ue,y.state):ue,force:h,replace:g}),B||L);const j=L;j.redirectedFrom=B;let A;return!h&&Ud(a,$,L)&&(A=as(16,{to:j,from:$}),st($,$,!0,!1)),(A?Promise.resolve(A):W(j,$)).catch(S=>ot(S)?ot(S,2)?S:pt(S):oe(S,j,$)).then(S=>{if(S){if(ot(S,2))return M(me({replace:g},p(S.to),{state:typeof S.to=="object"?me({},ue,S.to.state):ue,force:h}),B||j)}else S=z(j,$,!0,g,ue);return Z(j,$,S),S})}function x(P,B){const L=q(P,B);return L?Promise.reject(L):Promise.resolve()}function F(P){const B=Dt.values().next().value;return B&&typeof B.runWithContext=="function"?B.runWithContext(P):P()}function W(P,B){let L;const[$,ue,h]=Mg(P,B);L=ti($.reverse(),"beforeRouteLeave",P,B);for(const y of $)y.leaveGuards.forEach(j=>{L.push(jt(j,P,B))});const g=x.bind(null,P,B);return L.push(g),Ie(L).then(()=>{L=[];for(const y of n.list())L.push(jt(y,P,B));return L.push(g),Ie(L)}).then(()=>{L=ti(ue,"beforeRouteUpdate",P,B);for(const y of ue)y.updateGuards.forEach(j=>{L.push(jt(j,P,B))});return L.push(g),Ie(L)}).then(()=>{L=[];for(const y of P.matched)if(y.beforeEnter&&!B.matched.includes(y))if(tt(y.beforeEnter))for(const j of y.beforeEnter)L.push(jt(j,P,B));else L.push(jt(y.beforeEnter,P,B));return L.push(g),Ie(L)}).then(()=>(P.matched.forEach(y=>y.enterCallbacks={}),L=ti(h,"beforeRouteEnter",P,B),L.push(g),Ie(L))).then(()=>{L=[];for(const y of l.list())L.push(jt(y,P,B));return L.push(g),Ie(L)}).catch(y=>ot(y,8)?y:Promise.reject(y))}function Z(P,B,L){for(const $ of c.list())F(()=>$(P,B,L))}function z(P,B,L,$,ue){const h=q(P,B);if(h)return h;const g=B===it,y=Qt?history.state:{};L&&($||g?i.replace(P.fullPath,me({scroll:g&&y&&y.scroll},ue)):i.push(P.fullPath,ue)),r.value=P,st(P,B,L,g),pt()}let X;function V(){X||(X=i.listen((P,B,L)=>{if(!Ws.listening)return;const $=b(P),ue=O($);if(ue){M(me(ue,{replace:!0}),$).catch(Ps);return}o=$;const h=r.value;Qt&&Vd(dl(h.fullPath,L.delta),Na()),W($,h).catch(g=>ot(g,12)?g:ot(g,2)?(M(g.to,$).then(y=>{ot(y,20)&&!L.delta&&L.type===Os.pop&&i.go(-1,!1)}).catch(Ps),Promise.reject()):(L.delta&&i.go(-L.delta,!1),oe(g,$,h))).then(g=>{g=g||z($,h,!1),g&&(L.delta&&!ot(g,8)?i.go(-L.delta,!1):L.type===Os.pop&&ot(g,20)&&i.go(-1,!1)),Z($,h,g)}).catch(Ps)}))}let je=fs(),ae=fs(),ce;function oe(P,B,L){pt(P);const $=ae.list();return $.length?$.forEach(ue=>ue(P,B,L)):console.error(P),Promise.reject(P)}function ct(){return ce&&r.value!==it?Promise.resolve():new Promise((P,B)=>{je.add([P,B])})}function pt(P){return ce||(ce=!P,V(),je.list().forEach(([B,L])=>P?L(P):B()),je.reset()),P}function st(P,B,L,$){const{scrollBehavior:ue}=e;if(!Qt||!ue)return Promise.resolve();const h=!L&&Wd(dl(P.fullPath,0))||($||!L)&&history.state&&history.state.scroll||null;return Ht().then(()=>ue(P,B,h)).then(g=>g&&Qd(g)).catch(g=>oe(g,P,B))}const Oe=P=>i.go(P);let Ft;const Dt=new Set,Ws={currentRoute:r,listening:!0,addRoute:_,removeRoute:f,hasRoute:R,getRoutes:w,resolve:b,options:e,push:v,replace:C,go:Oe,back:()=>Oe(-1),forward:()=>Oe(1),beforeEach:n.add,beforeResolve:l.add,afterEach:c.add,onError:ae.add,isReady:ct,install(P){const B=this;P.component("RouterLink",Cg),P.component("RouterView",Ec),P.config.globalProperties.$router=B,Object.defineProperty(P.config.globalProperties,"$route",{enumerable:!0,get:()=>pe(r)}),Qt&&!Ft&&r.value===it&&(Ft=!0,v(i.location).catch(ue=>{}));const L={};for(const ue in it)L[ue]=Re(()=>r.value[ue]);P.provide(un,B),P.provide(Pc,Xe(L)),P.provide(Si,r);const $=P.unmount;Dt.add(P),P.unmount=function(){Dt.delete(P),Dt.size<1&&(o=it,X&&X(),X=null,r.value=it,Ft=!1,ce=!1),$()}}};function Ie(P){return P.reduce((B,L)=>B.then(()=>F(L)),Promise.resolve())}return Ws}function Mg(e,t){const s=[],a=[],i=[],n=Math.max(t.matched.length,e.matched.length);for(let l=0;lss(o,c))?a.push(c):s.push(c));const r=e.matched[l];r&&(t.matched.find(o=>ss(o,r))||i.push(r))}return[s,a,i]}const El=[],Ng={props:{headerClass:String,text:String,link:String}},re=(e,t)=>{const s=e.__vccOpts||e;for(const[a,i]of t)s[a]=i;return s},Og=["href"],Ug={key:1};function Lg(e,t,s,a,i,n){return s.text?(T(),H("header",{key:0,class:E(s.headerClass)},[s.link?(T(),H("a",{key:0,href:s.link},[k("h2",null,ye(s.text),1)],8,Og)):(T(),H("h2",Ug,ye(s.text),1))],2)):Pe("",!0)}const Hg=re(Ng,[["render",Lg]]),Fg={},Dg={width:"24",height:"24",viewBox:"0 0 24 24"},zg=k("title",null,"Lightning Icon",-1),Bg=k("path",{d:"M8 24l3-9h-9l14-15-3 9h9l-14 15z"},null,-1),Qg=[zg,Bg];function Vg(e,t){return T(),H("svg",Dg,Qg)}const Wg=re(Fg,[["render",Vg]]),Yg={},$g={width:"24",height:"24",viewBox:"0 0 24 24"},Kg=k("title",null,"Play Icon",-1),Jg=k("path",{d:"M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"},null,-1),Zg=[Kg,Jg];function Gg(e,t){return T(),H("svg",$g,Zg)}const Xg=re(Yg,[["render",Gg]]),ep={},tp={width:"24",height:"24",viewBox:"0 0 24 24",fillRule:"evenodd",clipRule:"evenodd"},sp=k("title",null,"Fire Icon",-1),ap=k("path",{d:"M8.625 0c.61 7.189-5.625 9.664-5.625 15.996 0 4.301 3.069 7.972 9 8.004 5.931.032 9-4.414 9-8.956 0-4.141-2.062-8.046-5.952-10.474.924 2.607-.306 4.988-1.501 5.808.07-3.337-1.125-8.289-4.922-10.378zm4.711 13c3.755 3.989 1.449 9-1.567 9-1.835 0-2.779-1.265-2.769-2.577.019-2.433 2.737-2.435 4.336-6.423z"},null,-1),ip=[sp,ap];function np(e,t){return T(),H("svg",tp,ip)}const lp=re(ep,[["render",np]]),rp={props:{text:String,textClass:[String,Array],type:String}};function cp(e,t,s,a,i,n){return s.text?(T(),_e(qr(s.type||"p"),{key:0,class:E(s.textClass)},{default:et(()=>[os(ye(s.text),1)]),_:1},8,["class"])):Pe("",!0)}const Oa=re(rp,[["render",cp]]),op="_breaking_1esiw_110",up="_watch_1esiw_114",mp="_horizontal_1esiw_166",hp="_vertical_1esiw_170",dp="_bullets_1esiw_180",Ua={"article-header":"_article-header_1esiw_1","article-body":"_article-body_1esiw_46","article-image-container":"_article-image-container_1esiw_66","article-image":"_article-image_1esiw_66","article-image-captions":"_article-image-captions_1esiw_90","article-image-tag":"_article-image-tag_1esiw_95",breaking:op,watch:up,"article-title":"_article-title_1esiw_130","article-content":"_article-content_1esiw_139","article-list":"_article-list_1esiw_153","article-list-item":"_article-list-item_1esiw_161",horizontal:mp,vertical:hp,bullets:dp,"article-hero":"_article-hero_1esiw_195","article-list-content":"_article-list-content_1esiw_213"},gp={props:{tag:Object},data(){return{styles:Ua}}};function pp(e,t,s,a,i,n){const l=Wg,c=Xg,r=lp,o=Oa;return s.tag?(T(),H("div",{key:0,class:E([i.styles["article-image-tag"],i.styles[s.tag.type]])},[s.tag.type==="breaking"?(T(),_e(l,{key:0})):Pe("",!0),s.tag.type==="watch"?(T(),_e(c,{key:1})):Pe("",!0),s.tag.type==="new"?(T(),_e(r,{key:2})):Pe("",!0),Q(o,{text:s.tag.label},null,8,["text"])],2)):Pe("",!0)}const fp=re(gp,[["render",pp]]),bp={props:{image:Object,imageClass:String,meta:Object},data(){return{styles:Ua}}},_p=["src","width","height","alt"];function yp(e,t,s,a,i,n){var r,o;const l=fp,c=Oa;return T(),H(ne,null,[s.image?(T(),H("div",{key:0,class:E(s.imageClass),style:{width:"auto"}},[k("img",{class:E(i.styles["article-image"]),src:s.image.src,width:s.image.width,height:s.image.height,alt:s.image.alt},null,10,_p),Q(l,{tag:(r=s.meta)==null?void 0:r.tag},null,8,["tag"])],2)):Pe("",!0),Q(c,{"text-class":i.styles["article-image-captions"],text:(o=s.meta)==null?void 0:o.captions},null,8,["text-class","text"])],64)}const Ac=re(bp,[["render",yp]]),vp="_preview_3uw7j_2",wp="_page_3uw7j_12",jp="_row_3uw7j_46",xp="_column_3uw7j_52",Vs={preview:vp,"no-scroll":"_no-scroll_3uw7j_8",page:wp,"page-main":"_page-main_3uw7j_28",row:jp,column:xp,"columns-1":"_columns-1_3uw7j_59","columns-2-balanced":"_columns-2-balanced_3uw7j_63","columns-3-balanced":"_columns-3-balanced_3uw7j_67","columns-4-balanced":"_columns-4-balanced_3uw7j_71","columns-3-wide":"_columns-3-wide_3uw7j_75","columns-3-narrow":"_columns-3-narrow_3uw7j_79","columns-wrap":"_columns-wrap_3uw7j_83","grid-container":"_grid-container_3uw7j_88","grid-wrap":"_grid-wrap_3uw7j_95","grid-item":"_grid-item_3uw7j_99","row-header":"_row-header_3uw7j_104"},qp={props:{type:String,content:[String,Array],display:String},data(){return{styles:Ua,layoutStyles:Vs}}},kp=["href"],Pp=["href"],Ep=["href"];function Ap(e,t,s,a,i,n){const l=Oa,c=Ac;return T(),H(ne,null,[s.type==="text"?(T(),H("div",{key:0,class:E(i.styles["article-content"])},[Q(l,{text:s.content},null,8,["text"])],2)):Pe("",!0),s.type==="list"?(T(),H("div",{key:1,class:E(i.styles["article-content"])},[k("ul",{class:E([i.styles["article-list"],i.styles.vertical,{[i.styles[s.display]]:s.display}])},[(T(!0),H(ne,null,De(s.content,r=>(T(),H("li",{key:r.id,class:E(i.styles["article-list-item"])},[r.url&&!r.title?(T(),H("a",{key:0,href:r.url},[Q(l,{text:r.content},null,8,["text"])],8,kp)):(T(),_e(l,{key:1,text:r.content},null,8,["text"]))],2))),128))],2)],2)):Pe("",!0),s.type==="articles-list"?(T(),H("div",{key:2,class:E(i.styles["article-list-content"])},[k("ul",{class:E([i.styles["article-list"],i.styles.vertical])},[(T(!0),H(ne,null,De(s.content,r=>(T(),H("li",{key:r.id,class:E(i.styles["article-list-item"])},[Q(l,{"text-class":[i.styles["article-title"],"truncate-multiline","truncate-multiline-3"],text:r.title,type:"h3"},null,8,["text-class","text"]),r.url&&!r.title?(T(),H("a",{key:0,href:r.url},[Q(l,{text:r.content},null,8,["text"])],8,Pp)):(T(),_e(l,{key:1,text:r.content},null,8,["text"]))],2))),128))],2)],2)):Pe("",!0),s.type==="excerpt"?(T(),H("ul",{key:3,class:E([i.styles["article-list"],i.styles.horizontal])},[(T(!0),H(ne,null,De(s.content,r=>(T(),H("li",{key:r.id,class:E(i.styles["article-list-item"])},[Q(c,{"image-class":i.styles["article-hero"],image:r.image},null,8,["image-class","image"]),k("div",{class:E(i.styles["article-content"])},[Q(l,{"text-class":["truncate-multiline","truncate-multiline-3"],text:r.text,type:"div"},null,8,["text"])],2)],2))),128))],2)):Pe("",!0),s.type==="grid"?(T(),H("div",{key:4,class:E([i.layoutStyles["grid-container"],{[i.layoutStyles[s.display]]:s.display}])},[(T(!0),H(ne,null,De(s.content,r=>(T(),H("div",{key:r.id,class:E(i.layoutStyles["grid-item"])},[Q(c,{"image-class":i.styles["article-image-container"],image:r.image,meta:r.meta},null,8,["image-class","image","meta"]),r.url?(T(),H("a",{key:0,href:r.url},[Q(l,{"text-class":[i.styles["article-content"],"truncate-multiline","truncate-multiline-3"],text:r.text,type:"h3"},null,8,["text-class","text"])],8,Ep)):(T(),_e(l,{key:1,"text-class":[i.styles["article-content"],"truncate-multiline","truncate-multiline-3"],text:r.text,type:"h3"},null,8,["text-class","text"]))],2))),128))],2)):Pe("",!0),s.type==="preview"?(T(),H("ul",{key:5,class:E([i.styles["article-list"],i.styles.vertical])},[(T(!0),H(ne,null,De(s.content,r=>(T(),H("li",{key:r.id,class:E(i.styles["article-list-item"])},[Q(c,{"image-class":i.styles["article-image-container"],image:r.image},null,8,["image-class","image"]),Q(l,{"text-class":[i.styles["article-title"],"truncate-multiline","truncate-multiline-3"],text:r.title,type:"h3"},null,8,["text-class","text"])],2))),128))],2)):Pe("",!0)],64)}const Cp=re(qp,[["render",Ap]]),Sp={props:{article:Object},data(){return{layoutStyles:Vs,articleStyles:Ua}}};function Ip(e,t,s,a,i,n){const l=Hg,c=Ac,r=Oa,o=Cp;return T(),H("article",{class:E([i.layoutStyles.column,i.layoutStyles[s.article.class],i.articleStyles.article])},[Q(l,{"header-class":i.articleStyles["article-header"],text:s.article.header,link:s.article.url},null,8,["header-class","text","link"]),k("section",{class:E(i.articleStyles["article-body"])},[Q(c,{"image-class":i.articleStyles["article-image-container"],image:s.article.image,meta:s.article.meta},null,8,["image-class","image","meta"]),Q(r,{"text-class":[i.articleStyles["article-title"],"truncate-singleline"],text:s.article.title,type:"h3"},null,8,["text-class","text"]),Q(o,{type:s.article.type,content:s.article.content,display:s.article.display},null,8,["type","content","display"])],2)],2)}const Tp=re(Sp,[["render",Ip]]),Rp={props:{section:Object},data(){return{styles:Vs}}},Mp=["id"];function Np(e,t,s,a,i,n){var c;const l=Tp;return T(),H(ne,null,[(c=s.section)!=null&&c.name?(T(),H("div",{key:0,id:s.section.id,class:E(i.styles["row-header"])},[k("h2",null,ye(s.section.name),1)],10,Mp)):Pe("",!0),k("section",{class:E(i.styles.row)},[(T(!0),H(ne,null,De(s.section.articles,(r,o)=>(T(),_e(l,{key:`${s.section.id}-${o}`,article:r},null,8,["article"]))),128))],2)],64)}const Op=re(Rp,[["render",Np]]),Up="_toast_h9j28_1",Lp="_open_h9j28_17",Hp={toast:Up,open:Lp,"toast-close-button":"_toast-close-button_h9j28_24","toast-close-button-icon":"_toast-close-button-icon_h9j28_36","toast-header":"_toast-header_h9j28_43","toast-body":"_toast-body_h9j28_54","toast-description":"_toast-description_h9j28_61","toast-actions":"_toast-actions_h9j28_80","toast-actions-button":"_toast-actions-button_h9j28_85"},Fp="_button_n5y7z_1",Dp="_dark_n5y7z_41",Cc={button:Fp,"primary-button":"_primary-button_n5y7z_18","secondary-button":"_secondary-button_n5y7z_30",dark:Dp},zp={props:{onClose:Function,onAccept:Function,onReject:Function,notification:Object},data(){return{toastStyles:Hp,buttonStyles:Cc,callbacks:{accept:this.onAccept,reject:this.onReject}}}},Bp=k("span",{class:"animated-icon-inner"},[k("span"),k("span")],-1),Qp=[Bp],Vp=["id","onClick"];function Wp(e,t,s,a,i,n){return T(),H("div",{class:E([i.toastStyles.toast,i.toastStyles.open])},[k("button",{id:"close-toast-link",class:E(i.toastStyles["toast-close-button"]),title:"Close Button",onClick:t[0]||(t[0]=(...l)=>s.onClose&&s.onClose(...l))},[k("div",{class:E([i.toastStyles["toast-close-button-icon"],"animated-icon","close-icon","hover"]),title:"Close Icon"},Qp,2)],2),s.notification.title?(T(),H("header",{key:0,class:E(i.toastStyles["toast-header"])},[k("h2",null,ye(s.notification.title),1)],2)):Pe("",!0),k("section",{class:E(i.toastStyles["toast-body"])},[k("div",{class:E(i.toastStyles["toast-description"])},ye(s.notification.description),3),k("div",{class:E(i.toastStyles["toast-actions"])},[(T(!0),H(ne,null,De(s.notification.actions,l=>(T(),H("button",{id:`toast-${l.type}-button`,key:`toast-${l.type}-button`,class:E([i.buttonStyles.button,i.buttonStyles[`${l.priority}-button`],i.toastStyles["toast-actions-button"]]),onClick:i.callbacks[l.type]},ye(l.name),11,Vp))),128))],2)],2)],2)}const Yp=re(zp,[["render",Wp]]),Ii=globalThis.requestIdleCallback||(e=>{const t=Date.now(),s={didTimeout:!1,timeRemaining:()=>Math.max(0,50-(Date.now()-t))};return setTimeout(()=>{e(s)},1)}),$p=globalThis.cancelIdleCallback||(e=>{clearTimeout(e)}),Kp=e=>{const t=we();t.isHydrating?t.hooks.hookOnce("app:suspense:resolve",()=>{Ii(e)}):Ii(e)};async function Sc(e,t=Pt()){const{path:s,matched:a}=t.resolve(e);if(!a.length||(t._routePreloaded||(t._routePreloaded=new Set),t._routePreloaded.has(s)))return;const i=t._preloadPromises=t._preloadPromises||[];if(i.length>4)return Promise.all(i).then(()=>Sc(e,t));t._routePreloaded.add(s);const n=a.map(l=>{var c;return(c=l.components)==null?void 0:c.default}).filter(l=>typeof l=="function");for(const l of n){const c=Promise.resolve(l()).catch(()=>{}).finally(()=>i.splice(i.indexOf(c)));i.push(c)}await Promise.all(i)}function Jp(e={}){const t=e.path||window.location.pathname;let s={};try{s=JSON.parse(sessionStorage.getItem("nuxt:reload")||"{}")}catch{}if(e.force||(s==null?void 0:s.path)!==t||(s==null?void 0:s.expires)e.find(t=>t!==void 0),Gp="noopener noreferrer";function Xp(e){const t=e.componentName||"NuxtLink",s=(a,i)=>{if(!a||e.trailingSlash!=="append"&&e.trailingSlash!=="remove")return a;const n=e.trailingSlash==="append"?Jr:nn;if(typeof a=="string")return n(a,!0);const l="path"in a?a.path:i(a).path;return{...a,name:void 0,path:n(l,!0)}};return cs({name:t,props:{to:{type:[String,Object],default:void 0,required:!1},href:{type:[String,Object],default:void 0,required:!1},target:{type:String,default:void 0,required:!1},rel:{type:String,default:void 0,required:!1},noRel:{type:Boolean,default:void 0,required:!1},prefetch:{type:Boolean,default:void 0,required:!1},noPrefetch:{type:Boolean,default:void 0,required:!1},activeClass:{type:String,default:void 0,required:!1},exactActiveClass:{type:String,default:void 0,required:!1},prefetchedClass:{type:String,default:void 0,required:!1},replace:{type:Boolean,default:void 0,required:!1},ariaCurrentValue:{type:String,default:void 0,required:!1},external:{type:Boolean,default:void 0,required:!1},custom:{type:Boolean,default:void 0,required:!1}},setup(a,{slots:i}){const n=Pt(),l=Re(()=>{const m=a.to||a.href||"";return s(m,n.resolve)}),c=Re(()=>a.external||a.target&&a.target!=="_self"?!0:typeof l.value=="object"?!1:l.value===""||us(l.value,{acceptRelative:!0})),r=Ve(!1),o=Ve(null),u=m=>{var d;o.value=a.custom?(d=m==null?void 0:m.$el)==null?void 0:d.nextElementSibling:m==null?void 0:m.$el};if(a.prefetch!==!1&&a.noPrefetch!==!0&&a.target!=="_blank"&&!tf()){const d=we();let _,f=null;Fs(()=>{const w=ef();Kp(()=>{_=Ii(()=>{var R;(R=o==null?void 0:o.value)!=null&&R.tagName&&(f=w.observe(o.value,async()=>{f==null||f(),f=null;const b=typeof l.value=="string"?l.value:n.resolve(l.value).fullPath;await Promise.all([d.hooks.callHook("link:prefetch",b).catch(()=>{}),!c.value&&Sc(l.value,n).catch(()=>{})]),r.value=!0}))})})}),Ds(()=>{_&&$p(_),f==null||f(),f=null})}return()=>{var w,R;if(!c.value){const b={ref:u,to:l.value,activeClass:a.activeClass||e.activeClass,exactActiveClass:a.exactActiveClass||e.exactActiveClass,replace:a.replace,ariaCurrentValue:a.ariaCurrentValue,custom:a.custom};return a.custom||(r.value&&(b.class=a.prefetchedClass||e.prefetchedClass),b.rel=a.rel),Ge(ru("RouterLink"),b,i.default)}const m=typeof l.value=="object"?((w=n.resolve(l.value))==null?void 0:w.href)??null:l.value||null,d=a.target||null,_=a.noRel?null:Zp(a.rel,e.externalRelAttribute,m?Gp:"")||null,f=()=>gc(m,{replace:a.replace});return a.custom?i.default?i.default({href:m,navigate:f,get route(){if(!m)return;const b=Qs(m);return{path:b.pathname,fullPath:b.pathname,get query(){return Kr(b.search)},hash:b.hash,params:{},name:void 0,matched:[],redirectedFrom:void 0,meta:{},href:m}},rel:_,target:d,isExternal:c.value,isActive:!1,isExactActive:!1}):null:Ge("a",{ref:o,href:m,rel:_,target:d},(R=i.default)==null?void 0:R.call(i))}}})}const La=Xp({componentName:"NuxtLink"});function ef(){const e=we();if(e._observer)return e._observer;let t=null;const s=new Map,a=(n,l)=>(t||(t=new IntersectionObserver(c=>{for(const r of c){const o=s.get(r.target);(r.isIntersecting||r.intersectionRatio>0)&&o&&o()}})),s.set(n,l),t.observe(n),()=>{s.delete(n),t.unobserve(n),s.size===0&&(t.disconnect(),t=null)});return e._observer={observe:a}}function tf(){const e=navigator.connection;return!!(e&&(e.saveData||/2g/.test(e.effectiveType)))}const sf={setup(){const{content:e}=ve("data");return{route:ms(),content:e}},data(){return{showPortal:!1}},mounted(){this.showPortal=this.content[this.$route.name].notification},methods:{openPortal(){this.showPortal=!0},closePortal(){this.showPortal=!1}}};function af(e,t,s,a,i,n){const l=Op,c=Yp;return T(),H(ne,null,[(T(!0),H(ne,null,De(a.content[a.route.name].sections,r=>(T(),_e(l,{key:r.id,section:r},null,8,["section"]))),128)),(T(),_e(Or,{to:"body"},[a.content[a.route.name].notification?$i((T(),_e(c,{key:0,"on-close":n.closePortal,"on-accept":n.closePortal,"on-reject":n.closePortal,notification:a.content[a.route.name].notification},null,8,["on-close","on-accept","on-reject","notification"])),[[an,i.showPortal]]):Pe("",!0)]))],64)}const vt=re(sf,[["render",af]]),nf={routes:e=>[{name:"home",path:"/",component:vt},{name:"us",path:"/us",component:vt},{name:"world",path:"/world",component:vt},{name:"politics",path:"/politics",component:vt},{name:"business",path:"/business",component:vt},{name:"opinion",path:"/opinion",component:vt},{name:"health",path:"/health",component:vt},{name:"",path:"/index.html",component:vt}]},lf={scrollBehavior(e,t,s){const a=we();let i=s||void 0;if(!i&&t&&e&&e.meta.scrollToTop!==!1&&rf(t,e)&&(i={left:0,top:0}),e.path===t.path){if(t.hash&&!e.hash)return{left:0,top:0};if(e.hash)return{el:e.hash,top:Al(e.hash)}}const n=c=>!!(c.meta.pageTransition??xi),l=n(t)&&n(e)?"page:transition:finish":"page:finish";return new Promise(c=>{a.hooks.hookOnce(l,async()=>{await Ht(),e.hash&&(i={el:e.hash,top:Al(e.hash)}),c(i)})})}};function Al(e){try{const t=document.querySelector(e);if(t)return parseFloat(getComputedStyle(t).scrollMarginTop)}catch{}return 0}function rf(e,t){const s=e.matched[0]===t.matched[0];return!!(!s||s&&JSON.stringify(e.params)!==JSON.stringify(t.params))}const cf={hashMode:!0},Ue={...cf,...lf,...nf},of=Pd(async e=>{var r;let t,s;if(!((r=e.meta)!=null&&r.validate))return;const a=we(),i=Pt();if(([t,s]=va(()=>Promise.resolve(e.meta.validate(e))),t=await t,s(),t)===!0)return;const l=cn({statusCode:404,statusMessage:`Page Not Found: ${e.fullPath}`}),c=i.beforeResolve(o=>{if(c(),o===e){const u=i.afterEach(async()=>{u(),await a.runWithContext(()=>Vt(l)),window.history.pushState({},"",e.fullPath)});return!1}})}),uf=[of],As={};function mf(e,t){const{pathname:s,search:a,hash:i}=t,n=e.indexOf("#");if(n>-1){const c=i.includes(e.slice(n))?e.slice(n).length:1;let r=i.slice(c);return r[0]!=="/"&&(r="/"+r),Gn(r,"")}return Gn(s,e)+a+i}const hf=gt({name:"nuxt:router",enforce:"pre",async setup(e){var w,R;let t,s,a=ln().app.baseURL;Ue.hashMode&&!a.includes("#")&&(a+="#");const i=((w=Ue.history)==null?void 0:w.call(Ue,a))??(Ue.hashMode?Jd(a):bc(a)),n=((R=Ue.routes)==null?void 0:R.call(Ue,El))??El;let l;const c=mf(a,window.location),r=Rg({...Ue,scrollBehavior:(b,p,q)=>{var v;if(p===it){l=q;return}return r.options.scrollBehavior=Ue.scrollBehavior,(v=Ue.scrollBehavior)==null?void 0:v.call(Ue,b,it,l||q)},history:i,routes:n});e.vueApp.use(r);const o=Is(r.currentRoute.value);r.afterEach((b,p)=>{o.value=p}),Object.defineProperty(e.vueApp.config.globalProperties,"previousRoute",{get:()=>o.value});const u=Is(r.resolve(c)),m=()=>{u.value=r.currentRoute.value};e.hook("page:finish",m),r.afterEach((b,p)=>{var q,v,C,O;((v=(q=b.matched[0])==null?void 0:q.components)==null?void 0:v.default)===((O=(C=p.matched[0])==null?void 0:C.components)==null?void 0:O.default)&&m()});const d={};for(const b in u.value)d[b]=Re(()=>u.value[b]);e._route=Xe(d),e._middleware=e._middleware||{global:[],named:{}};const _=Ma();try{[t,s]=va(()=>r.isReady()),await t,s()}catch(b){[t,s]=va(()=>e.runWithContext(()=>Vt(b))),await t,s()}const f=kd("_layout");return r.beforeEach(async(b,p)=>{var q;b.meta=Xe(b.meta),e.isHydrating&&f.value&&!Lt(b.meta.layout)&&(b.meta.layout=f.value),e._processingMiddleware=!0;{const v=new Set([...uf,...e._middleware.global]);for(const C of b.matched){const O=C.meta.middleware;if(O)if(Array.isArray(O))for(const M of O)v.add(M);else v.add(O)}for(const C of v){const O=typeof C=="string"?e._middleware.named[C]||await((q=As[C])==null?void 0:q.call(As).then(x=>x.default||x)):C;if(!O)throw new Error(`Unknown route middleware: '${C}'.`);const M=await e.runWithContext(()=>O(b,p));if(!e.payload.serverRendered&&e.isHydrating&&(M===!1||M instanceof Error)){const x=M||Pi({statusCode:404,statusMessage:`Page Not Found: ${c}`});return await e.runWithContext(()=>Vt(x)),!1}if(M||M===!1)return M}}}),r.onError(()=>{delete e._processingMiddleware}),r.afterEach(async(b,p,q)=>{delete e._processingMiddleware,!e.isHydrating&&_.value&&await e.runWithContext(Ad),b.matched.length===0&&await e.runWithContext(()=>Vt(Pi({statusCode:404,fatal:!1,statusMessage:`Page not found: ${b.fullPath}`})))}),e.hooks.hookOnce("app:created",async()=>{try{await r.replace({...r.resolve(c),name:void 0,force:!0}),r.options.scrollBehavior=Ue.scrollBehavior}catch(b){await e.runWithContext(()=>Vt(b))}}),{provide:{router:r}}}},1),la={},df=gt({name:"nuxt:prefetch",setup(e){const t=Pt();e.hooks.hook("app:mounted",()=>{t.beforeEach(async s=>{var i;const a=(i=s==null?void 0:s.meta)==null?void 0:i.layout;a&&typeof la[a]=="function"&&await la[a]()})}),e.hooks.hook("link:prefetch",s=>{var l,c,r,o;if(us(s))return;const a=t.resolve(s);if(!a)return;const i=(l=a==null?void 0:a.meta)==null?void 0:l.layout;let n=Array.isArray((c=a==null?void 0:a.meta)==null?void 0:c.middleware)?(r=a==null?void 0:a.meta)==null?void 0:r.middleware:[(o=a==null?void 0:a.meta)==null?void 0:o.middleware];n=n.filter(u=>typeof u=="string");for(const u of n)typeof As[u]=="function"&&As[u]();i&&typeof la[i]=="function"&&la[i]()})}}),gf=gt({name:"nuxt:chunk-reload",setup(e){const t=Pt(),s=ln(),a=new Set;t.beforeEach(()=>{a.clear()}),e.hook("app:chunkError",({error:i})=>{a.add(i)}),t.onError((i,n)=>{if(a.has(i)){const c="href"in n&&n.href.startsWith("#")?s.app.baseURL+n.href:Bs(s.app.baseURL,n.fullPath);Jp({path:c,persistState:!0})}})}}),pf=gt({name:"nuxt:payload",setup(e){_d()&&(e.hooks.hook("link:prefetch",async t=>{Qs(t).protocol||await cl(t)}),Pt().beforeResolve(async(t,s)=>{if(t.path===s.path)return;const a=await cl(t.path);a&&Object.assign(e.static.data,a.data)}))}}),ff=gt({order:-40,setup(e){e.$config.app.baseURL=window.location.pathname.replace(/\/dist\/(.*)/,"/dist/"),e.$config.app.cdnURL="/"}}),bf=[Sd,Id,Td,hf,df,gf,pf,ff],_f=(e,t)=>t.path.replace(/(:\w+)\([^)]+\)/g,"$1").replace(/(:\w+)[?+*]/g,"$1").replace(/:\w+/g,s=>{var a;return((a=e.params[s.slice(1)])==null?void 0:a.toString())||""}),yf=(e,t)=>{const s=e.route.matched.find(i=>{var n;return((n=i.components)==null?void 0:n.default)===e.Component.type}),a=t??(s==null?void 0:s.meta.key)??(s&&_f(e.route,s));return typeof a=="function"?a(e.route):a},vf=(e,t)=>({default:()=>e?Ge(eu,e===!0?{}:e,t):t}),wf=(e,t,s)=>(t=t===!0?{}:t,{default:()=>{var a;return t?Ge(e,t,s):(a=s.default)==null?void 0:a.call(s)}}),jf=cs({name:"NuxtPage",inheritAttrs:!1,props:{name:{type:String},transition:{type:[Boolean,Object],default:void 0},keepalive:{type:[Boolean,Object],default:void 0},route:{type:Object},pageKey:{type:[Function,String],default:null}},setup(e,{attrs:t}){const s=we();return()=>Ge(Ec,{name:e.name,route:e.route,...t},{default:a=>{if(!a.Component)return;const i=yf(a,e.pageKey),n=s.deferHydration(),l=!!(e.transition??a.route.meta.pageTransition??xi),c=l&&qf([e.transition,a.route.meta.pageTransition,xi,{onAfterLeave:()=>{s.callHook("page:transition:finish",a.Component)}}].filter(Boolean));return wf(sn,l&&c,vf(e.keepalive??a.route.meta.keepalive??gd,Ge(mr,{suspensible:!0,onPending:()=>s.callHook("page:start",a.Component),onResolve:()=>{Ht(()=>s.callHook("page:finish",a.Component).finally(n))}},{default:()=>Ge(kf,{key:i,routeProps:a,pageKey:i,hasTransition:l})}))).default()}})}});function xf(e){return Array.isArray(e)?e:e?[e]:[]}function qf(e){const t=e.map(s=>({...s,onAfterLeave:xf(s.onAfterLeave)}));return jd(...t)}const kf=cs({name:"RouteProvider",props:["routeProps","pageKey","hasTransition"],setup(e){const t=e.pageKey,s=e.routeProps.route,a={};for(const i in e.routeProps.route)a[i]=Re(()=>t===e.pageKey?e.routeProps.route[i]:s[i]);return Ot("_route",Xe(a)),()=>Ge(e.routeProps.Component)}}),Pf={},Ef={viewBox:"0 0 469 64",width:"469",height:"64"},Af=k("title",null,"The Daily Broadcast",-1),Cf=k("path",{d:"m16.7 56h-10.3v-41.7h-6.1v-9.9h22.5v9.9h-6.1zm19.6 0h-10.8v-51.5h10.8v12q0.8-2.5 2.6-3.7 1.8-1.2 4.1-1.2 4.6 0 6.7 2.9 2 2.9 2 7.7v33.8h-10.6v-33.1q0-1.5-0.6-2.4-0.6-0.9-1.9-0.9-1 0-1.7 1-0.6 0.9-0.6 2.2zm31.8 0.5q-4.6 0-7.4-1.8-2.8-1.8-4-5.1-1.2-3.3-1.2-7.9v-17.7q0-6.1 3.5-9.3 3.5-3.1 9.7-3.1 12.6 0 12.6 12.4v3.2q0 5.8-0.1 7.8h-15.2v8.5q0 1.2 0.1 2.3 0.2 1.1 0.7 1.8 0.5 0.8 1.6 0.8 1.7 0 2.1-1.4 0.4-1.5 0.4-3.8v-4.2h10.4v2.5q0 4.9-1.2 8.3-1.2 3.3-4.1 5-2.9 1.7-7.9 1.7zm-2.2-32.7v6h5v-6q0-2.3-0.6-3.3-0.6-1.1-1.8-1.1-1.2 0-1.9 1-0.7 1-0.7 3.4zm47.3 32.2h-13.8v-51.6h14.1q5.6 0 8.4 3.1 2.8 3.1 2.8 9.1v24.1q0 7.3-2.5 11.3-2.6 4-9 4zm-3.5-42.6v33.5h1.8q2.9 0 2.9-2.8v-26.6q0-2.6-0.7-3.3-0.7-0.8-2.8-0.8zm27 43.1q-3.6 0-5.6-1.7-1.9-1.7-2.6-4.7-0.7-3-0.7-6.7 0-4 0.8-6.6 0.8-2.6 2.7-4.2 1.9-1.6 5.3-2.8l6.5-2.2v-4.5q0-3.6-2.3-3.6-2.1 0-2.1 2.9v2.7h-10.2q0-0.3 0-0.6 0-0.4 0-0.9 0-6.5 3-9.3 3.1-2.7 9.9-2.7 3.5 0 6.3 1.2 2.7 1.3 4.3 3.7 1.7 2.4 1.7 6v33.5h-10.4v-5.2q-0.8 2.7-2.6 4.2-1.7 1.5-4 1.5zm4.2-8.2q1.2 0 1.7-1.1 0.5-1.1 0.5-2.3v-12.3q-2.2 0.9-3.4 2.3-1.2 1.3-1.2 3.9v5.6q0 3.9 2.4 3.9zm27.3-39h-10.5v-8.7h10.5zm0 46.7h-10.5v-44h10.5zm14.8 0h-10.7v-51.6h10.7zm15.2 7.4h-11.8v-6.7h5q1.1 0 1.1-0.8 0-0.4-0.1-0.8l-6.8-43h10l2.9 32.3 3.5-32.3h10.1l-8.1 46.2q-0.5 2.5-1.7 3.8-1.3 1.3-4.1 1.3zm44.9-7.4h-14v-51.5h14q5.6 0 8.1 2.7 2.6 2.8 2.6 9.1v2.2q0 3.7-1.3 5.9-1.3 2.3-3.9 3 3.4 0.8 4.6 4.1 1.2 3.2 1.2 7.9 0 5-0.9 8.7-1 3.8-3.4 5.9-2.5 2-7 2zm-3.9-43.5v11.4h2.1q1.4 0 1.8-1.1 0.4-1.1 0.4-2.7v-5.2q0-2.4-2.2-2.4zm1.1 34.5q4 0 4-3.8v-6.5q0-2.2-0.7-3.4-0.6-1.3-2.5-1.3h-1.9v14.9q0.7 0.1 1.1 0.1zm28.1 9h-10.7v-43.9h10.7v4.9q0.7-2.6 2.7-4 1.9-1.4 4.8-1.4v8.7q-1.3 0-3.1 0.3-1.7 0.3-3.1 0.8-1.3 0.5-1.3 1zm22.9 0.5q-13.1 0-13.1-13.6v-17.6q0-6.3 3.4-9.9 3.5-3.8 9.7-3.8 6.2 0 9.6 3.8 3.5 3.6 3.5 9.9v17.6q0 13.6-13.1 13.6zm0-8.1q1.3 0 1.9-0.9 0.5-1 0.5-2.4v-21.5q0-3.9-2.4-3.9-2.5 0-2.5 3.9v21.5q0 1.4 0.6 2.4 0.6 0.9 1.9 0.9zm25 8.1q-3.7 0-5.6-1.7-1.9-1.7-2.6-4.6-0.7-3-0.7-6.8 0-4 0.8-6.5 0.8-2.6 2.7-4.2 1.9-1.7 5.3-2.8l6.5-2.2v-4.6q0-3.5-2.3-3.5-2.1 0-2.1 2.9v2.6h-10.2q-0.1-0.2-0.1-0.6 0-0.4 0-0.8 0-6.6 3.1-9.3 3.1-2.8 9.8-2.8 3.5 0 6.3 1.3 2.8 1.2 4.4 3.7 1.7 2.4 1.7 6v33.4h-10.5v-5.2q-0.7 2.8-2.5 4.3-1.7 1.4-4 1.4zm4.1-8.1q1.3 0 1.8-1.1 0.5-1.1 0.5-2.4v-12.2q-2.2 0.9-3.4 2.2-1.2 1.3-1.2 3.9v5.7q0 3.9 2.3 3.9zm25.5 8.1q-3 0-4.8-1.1-1.8-1.1-2.7-3.1-0.8-1.9-1.1-4.6-0.3-2.6-0.3-5.6v-19.1q0-5.1 1.8-8.2 1.8-3.2 6.1-3.2 3.2 0 4.9 1.4 1.7 1.4 2.7 3.8v-12.3h10.6v51.5h-10.6v-4.6q-0.9 2.4-2.4 3.7-1.4 1.4-4.2 1.4zm4.1-8.2q1.5 0 1.9-1.2 0.6-1.2 0.6-4.3v-18.5q0-1.5-0.5-3-0.4-1.6-2-1.6-1.7 0-2.1 1.5-0.5 1.4-0.5 3.1v18.5q0 5.5 2.6 5.5zm30.4 8.2q-7.4 0-10.5-3.8-3.1-3.7-3.1-11.1v-13.5q0-5.5 1.2-9.2 1.2-3.6 4.1-5.5 2.9-1.8 8.1-1.8 3.7 0 6.6 1.3 2.9 1.3 4.5 3.8 1.7 2.5 1.7 6.1v6.7h-10.7v-6.1q0-1.6-0.4-2.6-0.5-1.1-1.9-1.1-2.6 0-2.6 3.7v21.3q0 1.4 0.6 2.5 0.6 1.1 1.9 1.1 1.4 0 1.9-1.1 0.6-1.1 0.6-2.6v-7.3h10.6v7.6q0 3.7-1.6 6.3-1.7 2.6-4.5 3.9-2.8 1.4-6.5 1.4zm24.3 0q-3.7 0-5.6-1.7-1.9-1.7-2.6-4.6-0.8-3-0.8-6.8 0-4 0.8-6.5 0.8-2.6 2.7-4.2 2-1.7 5.3-2.8l6.5-2.2v-4.6q0-3.5-2.3-3.5-2.1 0-2.1 2.9v2.6h-10.2q0-0.2 0-0.6 0-0.4 0-0.8 0-6.6 3.1-9.3 3.1-2.8 9.8-2.8 3.5 0 6.3 1.3 2.8 1.2 4.4 3.7 1.6 2.4 1.6 6v33.4h-10.4v-5.2q-0.8 2.8-2.5 4.3-1.8 1.4-4 1.4zm4.1-8.1q1.3 0 1.7-1.1 0.5-1.1 0.5-2.4v-12.2q-2.2 0.9-3.4 2.2-1.2 1.3-1.2 3.9v5.7q0 3.9 2.4 3.9zm28.9 8.1q-13 0-13-13.2v-3.5h10.5v5.2q0 1.5 0.6 2.3 0.6 0.9 1.9 0.9 2.3 0 2.3-3.4 0-2.9-1.2-4.3-1.2-1.4-2.9-2.8l-5.6-4.3q-2.7-2-4.1-4.3-1.3-2.3-1.3-6.4 0-3.7 1.8-6.2 1.8-2.5 4.7-3.7 3-1.2 6.5-1.2 12.8 0 12.8 12.8v0.8h-10.9v-1.7q0-1.3-0.5-2.5-0.4-1.3-1.7-1.3-2.2 0-2.2 2.4 0 2.4 1.8 3.7l6.5 4.8q3.1 2.2 5.1 5.2 2.1 3 2.1 8 0 6.2-3.5 9.5-3.5 3.2-9.7 3.2zm25.5 0q-4.3 0-5.8-1.8-1.4-1.8-1.4-5.5v-27.4h-3v-8h3v-9.3h10.1v9.3h3v8h-3v24.9q0 1.1 0.4 1.6 0.4 0.4 1.3 0.4 0.8 0 1.3-0.1v7.1q-0.3 0.1-2.2 0.5-1.8 0.3-3.7 0.3z"},null,-1),Sf=[Af,Cf];function If(e,t){return T(),H("svg",Ef,Sf)}const Tf=re(Pf,[["render",If]]),Rf={"page-header":"_page-header_1cxgx_1","page-header-title":"_page-header-title_1cxgx_15"},Mf={data(){return{styles:Rf}}};function Nf(e,t,s,a,i,n){const l=Tf,c=La;return T(),H("header",{class:E(i.styles["page-header"])},[Q(c,{to:"/",class:E(i.styles["page-header-title"])},{default:et(()=>[Q(l)]),_:1},8,["class"])],2)}const Of=re(Mf,[["render",Nf]]),Uf={},Lf={width:"24",height:"24",viewBox:"0 0 24 24"},Hf=k("title",null,"Logo Icon",-1),Ff=k("path",{d:"M2 24h2.948c1-.923 2.004-2 3.55-2 1.547 0 2.55 1.077 3.55 2h2.948l-6.498-6-6.498 6zm20-8.042c0 3.269-5.858 3.387-9.787 1.79-6.835-2.779-9.629-9.79-7.817-15.17.84-2.496 1.852-3.84 6.333-.922 1.101.716 2.27 1.649 3.437 2.722l-1.72 1.152c-7.717-7.009-6.992-2.036-.983 4.55 5.858 6.417 11.668 8.615 5.767.717l1.199-1.745c1.223 1.634 3.571 4.873 3.571 6.906zm-1.026-12.437c-.004.829-.68 1.497-1.508 1.492-.225-.001-.436-.056-.628-.146l-3.829 5.646c-.784-.555-1.994-1.768-2.548-2.554l5.682-3.77c-.104-.207-.169-.437-.168-.684.005-.829.68-1.497 1.507-1.492.828.005 1.497.68 1.492 1.508z"},null,-1),Df=[Hf,Ff];function zf(e,t){return T(),H("svg",Lf,Df)}const Bf=re(Uf,[["render",zf]]),Qf="_navbar_19jec_1",Vf="_active_19jec_113",mn={navbar:Qf,"navbar-toggle":"_navbar-toggle_19jec_1","navbar-label":"_navbar-label_19jec_19","navbar-label-icon":"_navbar-label-icon_19jec_33","navbar-content":"_navbar-content_19jec_54","navbar-list":"_navbar-list_19jec_60","navbar-item":"_navbar-item_19jec_69","navbar-dropdown-item":"_navbar-dropdown-item_19jec_81",active:Vf,"navbar-active-path":"_navbar-active-path_19jec_120","navbar-icons":"_navbar-icons_19jec_124"},Wf={props:{label:String,url:String,callback:Function,id:String},data(){return{styles:mn}}};function Yf(e,t,s,a,i,n){const l=La;return T(),_e(l,{id:s.id,"active-class":i.styles.active,to:s.url,onClick:s.callback},{default:et(()=>[os(ye(s.label),1)]),_:1},8,["id","active-class","to","onClick"])}const $f=re(Wf,[["render",Yf]]),Kf="_dropdown_q5jug_1",Jf={dropdown:Kf,"dropdown-toggle":"_dropdown-toggle_q5jug_8","dropdown-label":"_dropdown-label_q5jug_21","dropdown-label-text":"_dropdown-label-text_q5jug_44","dropdown-content":"_dropdown-content_q5jug_58"},Zf={props:{animatedIconClass:String},setup(){const{buttons:e}=ve("data");return{buttons:e}},data(){return{styles:Jf,isOpen:!1}},methods:{closeDropdown(){this.isOpen=!1},handleChange(e){this.isOpen=e.target.checked}}},Gf=["checked"],Xf=k("span",{class:"animated-icon-inner",title:"Arrow Icon"},[k("span"),k("span")],-1),eb=[Xf];function tb(e,t,s,a,i,n){return T(),H("div",{class:E(i.styles.dropdown)},[k("input",{id:"navbar-dropdown-toggle",type:"checkbox",class:E(i.styles["dropdown-toggle"]),checked:i.isOpen,onChange:t[0]||(t[0]=(...l)=>n.handleChange&&n.handleChange(...l))},null,42,Gf),k("label",{for:"navbar-dropdown-toggle",class:E(i.styles["dropdown-label"])},[k("span",{class:E(i.styles["dropdown-label-text"])},ye(a.buttons.more.label),3),k("div",{class:E(["animated-icon","arrow-icon","arrow",s.animatedIconClass])},eb,2)],2),k("ul",{class:E(i.styles["dropdown-content"]),onClick:t[1]||(t[1]=(...l)=>n.closeDropdown&&n.closeDropdown(...l))},[Ji(e.$slots,"default")],2)],2)}const sb=re(Zf,[["render",tb]]),ab={props:{callback:Function,id:String},setup(){const{content:e}=ve("data"),t=[],s=[];return Object.keys(e).forEach(i=>{e[i].priority===1?t.push(i):e[i].priority===2&&s.push(i)}),{route:ms(),content:e,navItems:t,dropdownItems:s}},data(){return{styles:mn}}};function ib(e,t,s,a,i,n){const l=$f,c=sb;return T(),H("ul",{class:E(i.styles["navbar-list"])},[(T(!0),H(ne,null,De(a.navItems,r=>(T(),H("li",{key:r,class:E(i.styles["navbar-item"])},[Q(l,{id:`${s.id}-${r}-link`,label:a.content[r].name,url:a.content[r].url,callback:s.callback},null,8,["id","label","url","callback"])],2))),128)),a.dropdownItems.length>0?(T(),H("li",{key:0,class:E(i.styles["navbar-item"])},[Q(c,{"animated-icon-class":i.styles["navbar-label-icon"]},{default:et(()=>[(T(!0),H(ne,null,De(a.dropdownItems,r=>(T(),H("li",{key:r,class:E([i.styles["navbar-item"],i.styles["navbar-dropdown-item"]])},[Q(l,{id:`${s.id}-${r}-link`,label:a.content[r].name,url:a.content[r].url,callback:s.callback},null,8,["id","label","url","callback"])],2))),128))]),_:1},8,["animated-icon-class"])],2)):Pe("",!0)],2)}const nb=re(ab,[["render",ib]]),lb={},rb={width:"24",height:"24",viewBox:"0 0 24 24"},cb=k("title",null,"Facebook Icon",-1),ob=k("path",{d:"M9 8h-3v4h3v12h5v-12h3.642l.358-4h-4v-1.667c0-.955.192-1.333 1.115-1.333h2.885v-5h-3.808c-3.596 0-5.192 1.583-5.192 4.615v3.385z"},null,-1),ub=[cb,ob];function mb(e,t){return T(),H("svg",rb,ub)}const hb=re(lb,[["render",mb]]),db={},gb={width:"24",height:"24",viewBox:"0 0 24 24"},pb=k("title",null,"Instagram Icon",-1),fb=k("path",{d:"M11.984 16.815c2.596 0 4.706-2.111 4.706-4.707 0-1.409-.623-2.674-1.606-3.538-.346-.303-.735-.556-1.158-.748-.593-.27-1.249-.421-1.941-.421s-1.349.151-1.941.421c-.424.194-.814.447-1.158.749-.985.864-1.608 2.129-1.608 3.538 0 2.595 2.112 4.706 4.706 4.706zm.016-8.184c1.921 0 3.479 1.557 3.479 3.478 0 1.921-1.558 3.479-3.479 3.479s-3.479-1.557-3.479-3.479c0-1.921 1.558-3.478 3.479-3.478zm5.223.369h6.777v10.278c0 2.608-2.114 4.722-4.722 4.722h-14.493c-2.608 0-4.785-2.114-4.785-4.722v-10.278h6.747c-.544.913-.872 1.969-.872 3.109 0 3.374 2.735 6.109 6.109 6.109s6.109-2.735 6.109-6.109c.001-1.14-.327-2.196-.87-3.109zm2.055-9h-12.278v5h-1v-5h-1v5h-1v-4.923c-.346.057-.682.143-1 .27v4.653h-1v-4.102c-1.202.857-2 2.246-2 3.824v3.278h7.473c1.167-1.282 2.798-2 4.511-2 1.722 0 3.351.725 4.511 2h7.505v-3.278c0-2.608-2.114-4.722-4.722-4.722zm2.722 5.265c0 .406-.333.735-.745.735h-2.511c-.411 0-.744-.329-.744-.735v-2.53c0-.406.333-.735.744-.735h2.511c.412 0 .745.329.745.735v2.53z"},null,-1),bb=[pb,fb];function _b(e,t){return T(),H("svg",gb,bb)}const yb=re(db,[["render",_b]]),vb={},wb={width:"24",height:"24",viewBox:"0 0 24 24"},jb=k("title",null,"Twitter Icon",-1),xb=k("path",{d:"M24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z"},null,-1),qb=[jb,xb];function kb(e,t){return T(),H("svg",wb,qb)}const Pb=re(vb,[["render",kb]]),Ic={"icons-group":"_icons-group_9dqku_1","icons-group-list":"_icons-group-list_9dqku_5","icons-group-item":"_icons-group-item_9dqku_14","group-icon":"_group-icon_9dqku_28","group-icon-small":"_group-icon-small_9dqku_33","group-icon-medium":"_group-icon-medium_9dqku_38"},Eb={props:{callback:Function,id:String},setup(){const{links:e}=ve("data");return{links:e}},data(){return{styles:Ic}}},Ab=["id","href"],Cb=["id","href"],Sb=["id","href"];function Ib(e,t,s,a,i,n){const l=hb,c=yb,r=Pb;return T(),H("div",{class:E(i.styles["icons-group"])},[k("ul",{class:E(i.styles["icons-group-list"])},[k("li",{class:E(i.styles["icons-group-item"])},[k("a",{id:`${s.id}-facebook`,href:a.links.social.facebook.href},[k("div",{class:E([i.styles["group-icon"],i.styles["group-icon-small"]])},[Q(l)],2)],8,Ab)],2),k("li",{class:E(i.styles["icons-group-item"])},[k("a",{id:`${s.id}-instagram`,href:a.links.social.instagram.href},[k("div",{class:E([i.styles["group-icon"],i.styles["group-icon-small"]])},[Q(c)],2)],8,Cb)],2),k("li",{class:E(i.styles["icons-group-item"])},[k("a",{id:`${s.id}-twitter`,href:a.links.social.twitter.href},[k("div",{class:E([i.styles["group-icon"],i.styles["group-icon-small"]])},[Q(r)],2)],8,Sb)],2)],2)],2)}const Tc=re(Eb,[["render",Ib]]),Rc={"page-navigation":"_page-navigation_1gp5f_1","page-navigation-row":"_page-navigation-row_1gp5f_24","page-navigation-column-left":"_page-navigation-column-left_1gp5f_38","page-navigation-column-right":"_page-navigation-column-right_1gp5f_39","page-navigation-logo":"_page-navigation-logo_1gp5f_47","page-navigation-button":"_page-navigation-button_1gp5f_66","nav-button":"_nav-button_1gp5f_80"};function si(){const e=window.innerHeight*.01;document.documentElement.style.setProperty("--vh",`${e}px`)}const Tb={props:{callback:Function},setup(){const{content:e}=ve("data");return{route:ms(),content:e}},data(){return{navbarStyles:mn,navStyles:Rc,isOpen:!1}},mounted(){si(),window.addEventListener("resize",si)},unmounted(){window.removeEventListener("resize",si)},methods:{handleClick(){this.isOpen=!1},handleChange(e){this.isOpen=e.target.checked}}},Rb=["id","checked"],Mb=["for"],Nb=k("span",{class:"visually-hidden"},"Navbar Toggle",-1),Ob=k("span",{class:"animated-icon-inner"},[k("span"),k("span"),k("span")],-1),Ub=[Ob];function Lb(e,t,s,a,i,n){var o;const l=Bf,c=nb,r=Tc;return T(),H("div",{class:E(i.navbarStyles.navbar)},[k("input",{id:i.navbarStyles["navbar-toggle"],type:"checkbox",checked:i.isOpen,onChange:t[0]||(t[0]=(...u)=>n.handleChange&&n.handleChange(...u))},null,40,Rb),k("label",{for:i.navbarStyles["navbar-toggle"],class:E(i.navbarStyles["navbar-label"])},[Nb,k("div",{class:E([i.navbarStyles["navbar-label-icon"],"animated-icon","hamburger-icon"]),title:"Hamburger Icon"},Ub,2)],10,Mb),k("button",{id:"home-link",class:E(i.navStyles["page-navigation-logo"]),onClick:t[1]||(t[1]=(...u)=>s.callback&&s.callback(...u))},[Q(l)],2),k("div",{class:E(i.navbarStyles["navbar-active-path"])},ye(((o=a.content[a.route.path.split("/")[1]])==null?void 0:o.name)??""),3),k("div",{class:E(i.navbarStyles["navbar-content"])},[Q(c,{id:"navbar-navlist",callback:n.handleClick},null,8,["callback"]),k("div",{class:E(i.navbarStyles["navbar-icons"])},[Q(r,{id:"navbar-social-icons"})],2)],2)],2)}const Hb=re(Tb,[["render",Lb]]),Fb={setup(){const{buttons:e}=ve("data");return{buttons:e}},data(){return{navStyles:Rc,buttonStyles:Cc}},methods:{logIn(){console.log("logIn clicked!")},openSitemap(){gc("/")}}};function Db(e,t,s,a,i,n){const l=Hb;return T(),H("nav",{class:E(i.navStyles["page-navigation"]),"aria-label":"main menu"},[k("div",{class:E(i.navStyles["page-navigation-row"])},[k("div",{class:E(i.navStyles["page-navigation-column-left"])},[Q(l,{callback:n.openSitemap},null,8,["callback"])],2),k("div",{class:E(i.navStyles["page-navigation-column-right"])},[k("button",{id:"login-button",class:E([i.buttonStyles.button,i.buttonStyles["secondary-button"],i.navStyles["nav-button"]]),onClick:t[0]||(t[0]=(...c)=>n.logIn&&n.logIn(...c))},ye(a.buttons.login.label),3)],2)],2)],2)}const zb=re(Fb,[["render",Db]]),Bb="_message_7ak19_1",Qb="_open_7ak19_23",Vb={message:Bb,open:Qb,"message-close-button":"_message-close-button_7ak19_30","message-close-button-icon":"_message-close-button-icon_7ak19_42","message-header":"_message-header_7ak19_49","message-body":"_message-body_7ak19_60","message-description":"_message-description_7ak19_67"},Wb={props:{onClose:Function,message:Object},data(){return{styles:Vb}}},Yb=k("span",{class:"animated-icon-inner"},[k("span"),k("span")],-1),$b=[Yb];function Kb(e,t,s,a,i,n){return T(),H("div",{class:E([i.styles.message,i.styles.open])},[k("button",{id:"close-message-link",class:E(i.styles["message-close-button"]),title:"Close Button",onClick:t[0]||(t[0]=(...l)=>s.onClose&&s.onClose(...l))},[k("div",{class:E([i.styles["message-close-button-icon"],"animated-icon","close-icon","hover"]),title:"Close Icon"},$b,2)],2),s.message.title?(T(),H("header",{key:0,class:E(i.styles["message-header"])},[k("h2",null,ye(s.message.title),1)],2)):Pe("",!0),k("section",{class:E(i.styles["message-body"])},[k("div",{class:E(i.styles["message-description"])},ye(s.message.description),3)],2)],2)}const Jb=re(Wb,[["render",Kb]]),Zb={data(){return{styles:Vs}}};function Gb(e,t,s,a,i,n){return T(),H("main",{class:E(i.styles["page-main"])},[Ji(e.$slots,"default")],2)}const Xb=re(Zb,[["render",Gb]]),e_="_sitemap_heahz_1",t_="_active_heahz_21",s_={sitemap:e_,active:t_,"sitemap-list":"_sitemap-list_heahz_27","sitemap-item":"_sitemap-item_heahz_35","sitemap-header":"_sitemap-header_heahz_40","sitemap-sublist":"_sitemap-sublist_heahz_46","sitemap-subitem":"_sitemap-subitem_heahz_52"},a_={props:{onClick:Function},setup(){const{content:e}=ve("data"),s=Object.keys(e).reduce((a,i)=>(a.push(i),a),[]);return{content:e,navItems:s}},data(){return{styles:s_}}};function i_(e,t,s,a,i,n){const l=La;return T(),H("div",{class:E(i.styles.sitemap)},[k("ul",{class:E(i.styles["sitemap-list"])},[(T(!0),H(ne,null,De(a.navItems,c=>(T(),H("li",{key:`sitemap-page-${a.content[c].name}`,class:E(i.styles["sitemap-item"])},[Q(l,{to:a.content[c].url,"active-class":i.styles.active},{default:et(()=>[k("h4",{class:E(i.styles["sitemap-header"])},ye(a.content[c].name),3)]),_:2},1032,["to","active-class"]),k("ul",{class:E(i.styles["sitemap-sublist"])},[(T(!0),H(ne,null,De(a.content[c].sections,r=>(T(),H("li",{key:`sitemap-section${r.id}`,class:E(i.styles["sitemap-subitem"])},[Q(l,{to:`${a.content[c].url}#${r.id}`},{default:et(()=>[os(ye(r.name),1)]),_:2},1032,["to"])],2))),128))],2)],2))),128))],2)],2)}const n_=re(a_,[["render",i_]]),l_={},r_={id:"ayy1-icon","clip-rule":"evenodd","fill-rule":"evenodd","stroke-linejoin":"round","stroke-miterlimit":"2",viewBox:"0 0 24 24"},c_=k("title",null,"Accessibility Icon",-1),o_=k("path",{d:"m12.002 2c5.518 0 9.998 4.48 9.998 9.998 0 5.517-4.48 9.997-9.998 9.997-5.517 0-9.997-4.48-9.997-9.997 0-5.518 4.48-9.998 9.997-9.998zm0 1.5c-4.69 0-8.497 3.808-8.497 8.498s3.807 8.497 8.497 8.497 8.498-3.807 8.498-8.497-3.808-8.498-8.498-8.498zm4.044 5.607c-.235 0-1.892.576-4.044.576-2.166 0-3.791-.576-4.044-.576-.379 0-.687.308-.687.687 0 .318.225.599.531.669.613.16 1.261.293 1.756.542.459.231.781.566.781 1.14 0 2.027-1.326 3.92-1.86 4.817 0 0 0 0-.001.001-.06.105-.092.224-.092.344 0 .379.308.687.688.687.183 0 .357-.072.488-.204.447-.449 1.333-1.784 1.738-2.429.201-.319.396-.621.706-.622.302.001.498.303.698.622.405.645 1.291 1.98 1.738 2.429.13.132.304.204.489.204.379 0 .687-.308.687-.687 0-.119-.031-.237-.098-.353 0-.001-.001-.001-.001-.002-.547-.919-1.854-2.778-1.854-4.807 0-.609.369-.956.851-1.186.519-.247 1.167-.362 1.682-.495.31-.071.536-.352.536-.67 0-.379-.309-.687-.688-.687zm-4.03-3.113c-.875 0-1.587.713-1.587 1.593 0 .879.712 1.592 1.587 1.592.876 0 1.586-.713 1.586-1.592 0-.88-.71-1.593-1.586-1.593z","fill-rule":"nonzero"},null,-1),u_=[c_,o_];function m_(e,t){return T(),H("svg",r_,u_)}const h_=re(l_,[["render",m_]]),d_={props:{callback:Function,id:String},data(){return{styles:Ic}}},g_=["id"];function p_(e,t,s,a,i,n){const l=h_;return T(),H("div",{class:E(i.styles["icons-group"])},[k("ul",{class:E(i.styles["icons-group-list"])},[k("li",{class:E(i.styles["icons-group-item"])},[k("button",{id:`${s.id}-a11y`,onClick:t[0]||(t[0]=(...c)=>s.callback&&s.callback(...c))},[k("div",{class:E([i.styles["group-icon"],i.styles["group-icon-medium"]])},[Q(l)],2)],8,g_)],2)],2)],2)}const f_=re(d_,[["render",p_]]),b_="_label_12a70_26",__={"toggle-outer":"_toggle-outer_12a70_1","toggle-description":"_toggle-description_12a70_13","toggle-container":"_toggle-container_12a70_17",label:b_,switch:"_switch_12a70_36"},y_={props:{id:String,label:String,onChange:Function,checked:Boolean},data(){return{styles:__,isSelected:!1}},mount(){this.isSelected=this.checked},methods:{handleChange(e){this.isSelected=e.target.checked,this.onChange(e)}}},v_=["for"],w_=["id","checked"],j_={class:"visually-hidden"};function x_(e,t,s,a,i,n){return T(),H("div",{class:E(i.styles["toggle-outer"])},[k("div",{class:E(i.styles["toggle-description"])},ye(s.label),3),k("div",{class:E(i.styles["toggle-container"])},[k("label",{class:E(i.styles.label),for:`${s.id}-toggle`},[k("input",{id:`${s.id}-toggle`,type:"checkbox",checked:i.isSelected,onChange:t[0]||(t[0]=(...l)=>n.handleChange&&n.handleChange(...l))},null,40,w_),k("span",{class:E(i.styles.switch)},null,2),k("div",j_,"selected: "+ye(i.isSelected?"true":"false"),1)],10,v_)],2)],2)}const q_=re(y_,[["render",x_]]),k_="_dialog_1b8ms_1",P_="_open_1b8ms_21",E_={dialog:k_,open:P_,"dialog-close-button":"_dialog-close-button_1b8ms_28","dialog-close-button-icon":"_dialog-close-button-icon_1b8ms_40","dialog-header":"_dialog-header_1b8ms_47","dialog-body":"_dialog-body_1b8ms_58","dialog-item":"_dialog-item_1b8ms_65"},A_={props:{onClose:Function},setup(){const{settings:e}=ve("data");return{settings:e}},data(){return{styles:E_,reduceMotion:!1}},mounted(){this.reduceMotion=document.documentElement.classList.contains("reduced-motion")},methods:{toggleMotion(e){this.reduceMotion=e.target.checked,e.target.checked?document.documentElement.classList.add("reduced-motion"):document.documentElement.classList.remove("reduced-motion")}}},C_=k("span",{class:"animated-icon-inner"},[k("span"),k("span")],-1),S_=[C_];function I_(e,t,s,a,i,n){const l=q_;return T(),H("div",{id:"settings",class:E([i.styles.dialog,i.styles.open])},[k("button",{id:"close-dialog-link",class:E(i.styles["dialog-close-button"]),title:"Close Button",onClick:t[0]||(t[0]=(...c)=>s.onClose&&s.onClose(...c))},[k("div",{class:E([i.styles["dialog-close-button-icon"],"animated-icon","close-icon","hover"]),title:"Close Icon"},S_,2)],2),k("header",{class:E(i.styles["dialog-header"])},[k("h2",null,ye(a.settings.header),1)],2),k("section",{class:E(i.styles["dialog-body"])},[k("div",{class:E(i.styles["dialog-item"])},[Q(l,{id:"motion",label:a.settings.items.motion.label,"on-change":n.toggleMotion,checked:i.reduceMotion},null,8,["label","on-change","checked"])],2)],2)],2)}const T_=re(A_,[["render",I_]]),R_={"page-footer":"_page-footer_18lt6_1","footer-row":"_footer-row_18lt6_26","footer-column-left":"_footer-column-left_18lt6_44","footer-column-center":"_footer-column-center_18lt6_45","footer-column-right":"_footer-column-right_18lt6_46","footer-links":"_footer-links_18lt6_66","footer-links-list":"_footer-links-list_18lt6_66","footer-links-item":"_footer-links-item_18lt6_75"},M_={setup(){const{footer:e,links:t}=ve("data");return{footer:e,links:t}},data(){return{styles:R_,showPortal:!1}},methods:{openPortal(){this.showPortal=!0},closePortal(){this.showPortal=!1}}},N_=["id","href"];function O_(e,t,s,a,i,n){const l=n_,c=Tc,r=f_,o=T_;return T(),H(ne,null,[k("footer",{class:E(i.styles["page-footer"])},[k("div",{class:E(i.styles["footer-row"])},[k("div",{class:E(i.styles["footer-column-center"])},[Q(l)],2)],2),k("div",{class:E(i.styles["footer-row"])},[k("div",{class:E(i.styles["footer-column-center"])},[k("div",{class:E(i.styles["footer-links"])},[k("ul",{class:E(i.styles["footer-links-list"])},[(T(!0),H(ne,null,De(a.links.legal,(u,m)=>(T(),H("li",{key:`footer-links-item-${m}`,class:E(i.styles["footer-links-item"])},[k("a",{id:`footer-link-${m}`,href:u.href,class:E(i.styles["footer-link"])},ye(u.label),11,N_)],2))),128))],2)],2)],2)],2),k("div",{class:E(i.styles["footer-row"])},[k("div",{class:E(i.styles["footer-column-left"])},[Q(c,{id:"footer-social-icons"})],2),k("div",{class:E(i.styles["footer-column-center"])},"© "+ye(new Date().getFullYear())+" No Rights Reserved",3),k("div",{class:E(i.styles["footer-column-right"])},[Q(r,{id:"footer-settings-icons",callback:n.openPortal},null,8,["callback"])],2)],2)],2),(T(),_e(Or,{to:"body"},[$i(Q(o,{"on-close":n.closePortal},null,8,["on-close"]),[[an,i.showPortal]])]))],64)}const U_=re(M_,[["render",O_]]),L_={__name:"Layout",setup(e){const t=Ve(!1),s=ms(),{content:a,links:i}=ve("data");Fs(()=>{t.value=a[s.name].message});const n=()=>{t.value=!1};return(l,c)=>{const r=La,o=Of,u=zb,m=Jb,d=Xb,_=U_;return T(),H(ne,null,[Q(r,{to:`${pe(s).path}#content`,class:"skip-link"},{default:et(()=>[os(ye(pe(i).a11y.skip.label),1)]),_:1},8,["to"]),k("div",{id:"page",class:E(pe(Vs).page)},[Q(o),Q(u),pe(a)[pe(s).name].message?$i((T(),_e(m,{key:0,"on-close":n,message:pe(a)[pe(s).name].message},null,8,["message"])),[[an,t.value]]):Pe("",!0),Q(d,null,{default:et(()=>[Ji(l.$slots,"default")]),_:3}),Q(_)],2)],64)}}},H_={home:{name:"Front Page",url:"/",priority:0,notification:{name:"cookies",title:"This website uses cookies 🍪",description:"We use cookies to improve your experience on our site and to show you the most relevant content possible. To find out more, please read our privacy policy and our cookie policy.",actions:[{name:"Cancel",priority:"secondary",type:"reject"},{name:"Accept",priority:"primary",type:"accept"}]},sections:[{id:"content-frontpage-breaking-news",name:"Breaking News",articles:[{class:"columns-3-narrow",header:"Uncensored",url:"#",image:{src:"assets/images/isai-ramos-Sp70YIWtuM8-unsplash_336.jpg",alt:"Placeholder",width:"336",height:"189"},meta:{captions:"Photo taken by someone."},title:"Nisl nunc mi ipsum faucibus vitae aliquet.",type:"text",content:`Velit dignissim sodales ut eu. Sed tempus urna et pharetra. Porttitor rhoncus dolor purus non. Elementum curabitur vitae nunc sed velit dignissim sodales. Pretium fusce id velit ut tortor pretium viverra suspendisse potenti. In nulla posuere sollicitudin aliquam ultrices sagittis orci. Aliquam sem fringilla ut morbi tincidunt augue interdum velit. Nisl nunc mi ipsum faucibus vitae aliquet nec ullamcorper. Nunc mi ipsum faucibus vitae aliquet.`},{class:"columns-3-wide",header:"More top stories",url:"#",image:{src:"assets/images/nasa-dCgbRAQmTQA-unsplash_684.jpg",alt:"Placeholder",width:"684",height:"385"},meta:{captions:"Photo taken by someone.",tag:{type:"breaking",label:"breaking"}},title:"Justo eget magna fermentum iaculis eu non diam phasellus vestibulum.",type:"text",content:`Pulvinar etiam non quam lacus suspendisse faucibus interdum posuere. Arcu bibendum at varius vel pharetra vel turpis nunc. Eget dolor morbi non arcu risus quis varius. Ac odio tempor orci dapibus ultrices in. @@ -32,7 +32,7 @@ Quis ipsum suspendisse ultrices gravida dictum fusce. Id donec ultrices tincidun Parturient montes nascetur ridiculus mus mauris. Ultrices eros in cursus turpis. Bibendum at varius vel pharetra vel turpis. Luctus venenatis lectus magna fringilla urna porttitor rhoncus dolor.`},{class:"columns-3-narrow",header:"Medication",url:"#",image:{src:"assets/images/myriam-zilles-KltoLK6Mk-g-unsplash_336.jpg",alt:"Placeholder",width:"336",height:"189"},meta:{captions:"Photo taken by someone."},title:"Ipsum dolor sit amet consectetur adipiscing elit. Velit scelerisque in dictum non consectetur a erat nam.",type:"text",content:`Mattis molestie a iaculis at erat pellentesque adipiscing. Sed augue lacus viverra vitae congue. Volutpat consequat mauris nunc congue nisi vitae suscipit tellus. Lacus laoreet non curabitur gravida arcu. Nisl nisi scelerisque eu ultrices vitae auctor. -Integer vitae justo eget magna fermentum iaculis eu non. Sollicitudin ac orci phasellus egestas. Ligula ullamcorper malesuada proin libero nunc consequat interdum.`}]},{id:"content-health-latest-videos",name:"Latest Videos",articles:[{class:"columns-1",type:"grid",content:[{image:{src:"assets/images/mufid-majnun-J12RfFH-2ZE-unsplash_684.jpg",alt:"Placeholder",width:"684",height:"385"},meta:{tag:{type:"watch",label:"watch"}}},{image:{src:"assets/images/irwan-rbDE93-0hHs-unsplash_684.jpg",alt:"Placeholder",width:"684",height:"385"},meta:{tag:{type:"watch",label:"watch"}}},{image:{src:"assets/images/hyttalo-souza-a1p0Z7RSkL8-unsplash_684.jpg",alt:"Placeholder",width:"684",height:"385"},meta:{tag:{type:"watch",label:"watch"}}},{image:{src:"assets/images/jaron-nix-7wWRXewYCH4-unsplash_684.jpg",alt:"Placeholder",width:"684",height:"385"},meta:{tag:{type:"watch",label:"watch"}}}]}]},{id:"content-health-educational",name:"Educational",articles:[{class:"columns-1",type:"grid",display:"grid-wrap",content:[{image:{src:"assets/images/bruno-nascimento-PHIgYUGQPvU-unsplash_448.jpg",alt:"Placeholder",width:"448",height:"252"},meta:{tag:{type:"new",label:"new"}},text:"Orci phasellus egestas tellus rutrum tellus pellentesque eu. Pulvinar neque laoreet suspendisse interdum consectetur. Viverra maecenas accumsan lacus vel facilisis volutpat. Nibh ipsum consequat nisl vel pretium lectus quam id. Leo integer malesuada nunc vel risus commodo viverra.",url:"#"},{image:{src:"assets/images/brooke-lark-lcZ9NxhOSlo-unsplash_448.jpg",alt:"Placeholder",width:"448",height:"252"},meta:{tag:{type:"new",label:"new"}},text:"Proin libero nunc consequat interdum varius sit amet. Convallis posuere morbi leo urna molestie at. Consectetur lorem donec massa sapien faucibus et molestie ac feugiat. Egestas diam in arcu cursus euismod quis viverra nibh.",url:"#"},{image:{src:"assets/images/kelly-sikkema-WIYtZU3PxsI-unsplash_448.jpg",alt:"Placeholder",width:"448",height:"252"},meta:{tag:{type:"new",label:"new"}},text:"Elit sed vulputate mi sit. Ullamcorper a lacus vestibulum sed arcu non odio euismod lacinia. Magna eget est lorem ipsum dolor sit amet consectetur. In tellus integer feugiat scelerisque varius morbi enim nunc faucibus. Nam libero justo laoreet sit.",url:"#"},{image:{src:"assets/images/robina-weermeijer-Pw9aFhc92P8-unsplash_448.jpg",alt:"Placeholder",width:"448",height:"252"},meta:{tag:{type:"new",label:"new"}},text:"Nam aliquam sem et tortor consequat. Non sodales neque sodales ut etiam sit amet nisl purus. Viverra mauris in aliquam sem. Leo vel fringilla est ullamcorper. Tellus at urna condimentum mattis pellentesque id nibh tortor. Lacus laoreet non curabitur gravida. Ut morbi tincidunt augue interdum velit euismod in pellentesque.",url:"#"},{image:{src:"assets/images/sj-objio-8hHxO3iYuU0-unsplash_448.jpg",alt:"Placeholder",width:"448",height:"252"},meta:{tag:{type:"new",label:"new"}},text:"Egestas integer eget aliquet nibh praesent tristique magna sit. Id consectetur purus ut faucibus. Molestie a iaculis at erat pellentesque adipiscing commodo elit at. Nulla facilisi etiam dignissim diam quis enim lobortis scelerisque. Lectus proin nibh nisl condimentum id. Ornare quam viverra orci sagittis eu volutpat odio facilisis mauris.",url:"#"}]}]},{id:"content-health-fitness",name:"Fitness",articles:[{class:"columns-wrap",header:"Burn your calories",type:"excerpt",content:[{image:{src:"assets/images/scott-webb-U5kQvbQWoG0-unsplash_150.jpg",alt:"Placeholder",width:"150",height:"84"},text:"Dictumst quisque sagittis purus sit amet volutpat consequat. At imperdiet dui accumsan sit amet nulla facilisi. Felis bibendum ut tristique et egestas. Mus mauris vitae ultricies leo integer malesuada. Adipiscing at in tellus integer feugiat."},{image:{src:"assets/images/sven-mieke-Lx_GDv7VA9M-unsplash_150.jpg",alt:"Placeholder",width:"150",height:"84"},text:"Morbi non arcu risus quis varius quam quisque id. Enim nulla aliquet porttitor lacus luctus. Quis imperdiet massa tincidunt nunc pulvinar sapien et ligula ullamcorper. Tempor id eu nisl nunc mi ipsum faucibus vitae aliquet. Consequat semper viverra nam libero justo laoreet sit."},{image:{src:"assets/images/geert-pieters-NbpUM86Jo8Y-unsplash_150.jpg",alt:"Placeholder",width:"150",height:"84"},text:"Suscipit adipiscing bibendum est ultricies integer quis auctor elit. Gravida quis blandit turpis cursus in hac habitasse platea. Maecenas ultricies mi eget mauris pharetra et ultrices. Massa sed elementum tempus egestas sed."}]},{class:"columns-wrap",header:"Gym favorites",type:"excerpt",content:[{image:{src:"assets/images/boxed-water-is-better-y-TpYAlcBYM-unsplash_150.jpg",alt:"Placeholder",width:"150",height:"84"},text:"Nulla facilisi nullam vehicula ipsum a arcu cursus. Et ultrices neque ornare aenean euismod elementum nisi quis. Velit euismod in pellentesque massa. In fermentum posuere urna nec tincidunt praesent semper."},{image:{src:"assets/images/jonathan-borba-lrQPTQs7nQQ-unsplash_150.jpg",alt:"Placeholder",width:"150",height:"84"},text:"Sit amet consectetur adipiscing elit duis tristique sollicitudin. Ante metus dictum at tempor commodo ullamcorper. Tincidunt eget nullam non nisi est sit. Platea dictumst quisque sagittis purus sit amet volutpat consequat."},{image:{src:"assets/images/mr-lee-f4RBYsY2hxA-unsplash_150.jpg",alt:"Placeholder",width:"150",height:"84"},text:"Sed vulputate odio ut enim blandit volutpat maecenas. Risus viverra adipiscing at in. Fusce id velit ut tortor pretium viverra. Sem nulla pharetra diam sit amet nisl. Posuere urna nec tincidunt praesent semper feugiat nibh."}]},{class:"columns-wrap",header:"Pilates",type:"excerpt",content:[{image:{src:"assets/images/ahmet-kurt-WviyUzOg4RU-unsplash_150.jpg",alt:"Placeholder",width:"150",height:"84"},text:"Massa massa ultricies mi quis hendrerit dolor magna. Cursus vitae congue mauris rhoncus aenean vel elit scelerisque. Vestibulum lorem sed risus ultricies tristique. Egestas fringilla phasellus faucibus scelerisque eleifend donec pretium vulputate."},{image:{src:"assets/images/stan-georgiev-pvNxRUq7O7U-unsplash_150.jpg",alt:"Placeholder",width:"150",height:"84"},text:"Massa enim nec dui nunc mattis enim ut tellus elementum. Eros in cursus turpis massa tincidunt dui. Sit amet consectetur adipiscing elit ut aliquam purus sit amet. Eget nullam non nisi est sit amet facilisis magna."},{image:{src:"assets/images/ahmet-kurt-5BGg2L5nhlU-unsplash_150.jpg",alt:"Placeholder",width:"150",height:"84"},text:"enenatis tellus in metus vulputate eu scelerisque felis imperdiet proin. In eu mi bibendum neque egestas congue quisque egestas. Bibendum est ultricies integer quis auctor elit. Ipsum nunc aliquet bibendum enim facilisis. Magna fringilla urna porttitor rhoncus dolor purus non enim praesent."}]}]},{id:"content-health-guides",name:"Guides",articles:[{class:"columns-3-balanced",header:"Health after 50",type:"articles-list",content:[{title:"Ac ut consequat semper viverra nam libero justo.",content:"A lacus vestibulum sed arcu non odio euismod lacinia at. Viverra mauris in aliquam sem fringilla ut morbi tincidunt augue. Enim nec dui nunc mattis enim ut tellus. Congue eu consequat ac felis donec et odio. Vitae sapien pellentesque habitant morbi tristique senectus."},{title:"Sit amet porttitor eget dolor morbi non arcu risus quis.",content:"Gravida in fermentum et sollicitudin. Diam sollicitudin tempor id eu nisl. Proin libero nunc consequat interdum varius sit amet. Nunc pulvinar sapien et ligula ullamcorper malesuada proin libero. Lacinia quis vel eros donec ac."},{title:"Faucibus nisl tincidunt eget nullam non nisi.",content:"Diam ut venenatis tellus in metus. Luctus accumsan tortor posuere ac. Eget aliquet nibh praesent tristique magna. Diam donec adipiscing tristique risus nec feugiat in fermentum posuere. Dolor morbi non arcu risus quis varius quam quisque."}]},{class:"columns-3-balanced",header:"Healthy Heart",type:"articles-list",content:[{title:"Gravida cum sociis natoque penatibus et magnis dis parturient montes.",content:"Nulla porttitor massa id neque aliquam vestibulum morbi. Nullam non nisi est sit amet facilisis. Vitae turpis massa sed elementum tempus. Varius duis at consectetur lorem. Consequat semper viverra nam libero justo laoreet sit."},{title:"Non nisi est sit amet facilisis magna etiam tempor orci.",content:"At augue eget arcu dictum varius duis at. Arcu felis bibendum ut tristique et egestas. Elementum tempus egestas sed sed risus pretium quam vulputate. Cursus euismod quis viverra nibh cras pulvinar. Praesent tristique magna sit amet purus gravida quis."},{title:"Sit amet justo donec enim diam vulputate ut pharetra.",content:"Nulla at volutpat diam ut venenatis tellus. Pulvinar mattis nunc sed blandit libero volutpat. Sit amet justo donec enim diam vulputate. Condimentum id venenatis a condimentum vitae sapien pellentesque habitant."}]},{class:"columns-3-balanced",header:"Healthy Digestive",type:"articles-list",content:[{title:"Metus aliquam eleifend mi in nulla posuere sollicitudin.",content:"Sodales ut etiam sit amet nisl purus in. Lorem ipsum dolor sit amet consectetur. Tincidunt ornare massa eget egestas purus viverra accumsan in. Orci eu lobortis elementum nibh tellus molestie nunc non. Ut faucibus pulvinar elementum integer enim neque."},{title:"Placerat duis ultricies lacus sed. Donec enim diam vulputate ut.",content:"Condimentum id venenatis a condimentum vitae sapien. Eu ultrices vitae auctor eu augue ut lectus. Fermentum iaculis eu non diam phasellus. Urna nunc id cursus metus aliquam eleifend mi. Venenatis cras sed felis eget velit aliquet sagittis."},{title:"Rhoncus dolor purus non enim praesent elementum facilisis.",content:"Nunc consequat interdum varius sit. Non diam phasellus vestibulum lorem sed risus ultricies. Feugiat nibh sed pulvinar proin gravida hendrerit lectus a. Eget egestas purus viverra accumsan in nisl nisi scelerisque."}]}]},{id:"content-health-underscored",name:"Underscored",articles:[{class:"columns-2-balanced",header:"This First",type:"grid",content:[{image:{src:"assets/images/drew-hays-tGYrlchfObE-unsplash_336.jpg",alt:"Placeholder",width:"336",height:"189"},meta:{tag:{type:"new",label:"new"}},text:"Lectus arcu bibendum at varius. Sed id semper risus in hendrerit gravida rutrum. Bibendum ut tristique et egestas quis ipsum suspendisse ultrices gravida. Euismod nisi porta lorem mollis. At varius vel pharetra vel turpis.",url:"#"},{image:{src:"assets/images/hush-naidoo-jade-photography-Zp7ebyti3MU-unsplash_336.jpg",alt:"Placeholder",width:"336",height:"189"},meta:{tag:{type:"new",label:"new"}},text:"Pretium aenean pharetra magna ac placerat vestibulum lectus mauris ultrices. Lacus sed turpis tincidunt id. Eget nunc scelerisque viverra mauris in aliquam sem fringilla ut. Dapibus ultrices in iaculis nunc sed.",url:"#"}]},{class:"columns-2-balanced",header:"This Second",type:"grid",content:[{image:{src:"assets/images/mathurin-napoly-matnapo-ejWJ3a92FEs-unsplash_336.jpg",alt:"Placeholder",width:"336",height:"189"},meta:{tag:{type:"breaking",label:"breaking"}},text:"Tempus iaculis urna id volutpat lacus laoreet non. Elementum nisi quis eleifend quam adipiscing vitae proin. Vel pretium lectus quam id leo. Eget sit amet tellus cras adipiscing enim eu turpis.",url:"#"},{image:{src:"assets/images/national-cancer-institute-KrsoedfRAf4-unsplash_336.jpg",alt:"Placeholder",width:"336",height:"189"},meta:{tag:{type:"breaking",label:"breaking"}},text:"Sapien nec sagittis aliquam malesuada bibendum arcu vitae. Adipiscing vitae proin sagittis nisl rhoncus. Euismod in pellentesque massa placerat duis. Nec tincidunt praesent semper feugiat nibh sed pulvinar proin. Quam nulla porttitor massa id neque.",url:"#"}]}]},{id:"content-health-what-to-eat",name:"What to eat",articles:[{class:"columns-wrap",header:"Low carbs",type:"excerpt",content:[{image:{src:"assets/images/kenny-eliason-5ddH9Y2accI-unsplash_150.jpg",alt:"Placeholder",width:"150",height:"84"},text:"Nec feugiat in fermentum posuere urna. Odio ut sem nulla pharetra. Est ultricies integer quis auctor elit sed. Dignissim cras tincidunt lobortis feugiat vivamus at augue eget."},{image:{src:"assets/images/brigitte-tohm-iIupxcq-yH4-unsplash_150.jpg",alt:"Placeholder",width:"150",height:"84"},text:"Egestas sed tempus urna et. Lorem ipsum dolor sit amet consectetur adipiscing elit pellentesque habitant."},{image:{src:"assets/images/brooke-lark-oaz0raysASk-unsplash_150.jpg",alt:"Placeholder",width:"150",height:"84"},text:"Sapien pellentesque habitant morbi tristique senectus et netus et malesuada. Dictum non consectetur a erat. Duis ut diam quam nulla porttitor."}]},{class:"columns-wrap",header:"Vegetarian",type:"excerpt",content:[{image:{src:"assets/images/christina-rumpf-gUU4MF87Ipw-unsplash_150.jpg",alt:"Placeholder",width:"150",height:"84"},text:"Sed viverra tellus in hac habitasse platea dictumst vestibulum. Nisi est sit amet facilisis magna etiam."},{image:{src:"assets/images/nathan-dumlao-bRdRUUtbxO0-unsplash_150.jpg",alt:"Placeholder",width:"150",height:"84"},text:"Convallis a cras semper auctor neque vitae tempus. Cursus risus at ultrices mi tempus imperdiet nulla."},{image:{src:"assets/images/maddi-bazzocco-qKbHvzXb85A-unsplash_150.jpg",alt:"Placeholder",width:"150",height:"84"},text:"Ut faucibus pulvinar elementum integer enim neque volutpat. Netus et malesuada fames ac turpis egestas sed tempus urna."}]},{class:"columns-wrap",header:"Breakfast",type:"excerpt",content:[{image:{src:"assets/images/brooke-lark-IDTEXXXfS44-unsplash_150.jpg",alt:"Placeholder",width:"150",height:"84"},text:"Eget mauris pharetra et ultrices. In ante metus dictum at tempor commodo ullamcorper a. Ut sem nulla pharetra diam sit."},{image:{src:"assets/images/joseph-gonzalez-QaGDmf5tMiE-unsplash_150.jpg",alt:"Placeholder",width:"150",height:"84"},text:"Lacus sed turpis tincidunt id aliquet risus. Nulla facilisi etiam dignissim diam quis enim. Non curabitur gravida arcu ac tortor dignissim convallis aenean."},{image:{src:"assets/images/brooke-lark-GJMlSBS0FhU-unsplash_150.jpg",alt:"Placeholder",width:"150",height:"84"},text:"Aliquam etiam erat velit scelerisque in dictum non. Pretium fusce id velit ut tortor pretium viverra."}]}]},{id:"content-health-hot-topics",name:"Hot Topics",articles:[{class:"columns-2-balanced",header:"This First",type:"grid",content:[{image:{src:"assets/images/national-cancer-institute-cw2Zn2ZQ9YQ-unsplash_336.jpg",alt:"Placeholder",width:"336",height:"189"},meta:{tag:{type:"new",label:"new"}},text:"Augue ut lectus arcu bibendum at varius. Cursus turpis massa tincidunt dui. Feugiat scelerisque varius morbi enim. Vel orci porta non pulvinar. Est velit egestas dui id ornare arcu odio. Amet porttitor eget dolor morbi non arcu risus quis. Turpis in eu mi bibendum neque egestas.",url:"#"},{image:{src:"assets/images/national-cancer-institute-GcrSgHDrniY-unsplash_336.jpg",alt:"Placeholder",width:"336",height:"189"},meta:{tag:{type:"new",label:"new"}},text:"Et pharetra pharetra massa massa. Commodo odio aenean sed adipiscing diam donec adipiscing. In mollis nunc sed id semper risus in hendrerit. A diam sollicitudin tempor id eu nisl nunc. Sit amet consectetur adipiscing elit duis tristique.",url:"#"}]},{class:"columns-2-balanced",header:"This Second",type:"grid",content:[{image:{src:"assets/images/national-cancer-institute-SMxzEaidR20-unsplash_336.jpg",alt:"Placeholder",width:"336",height:"189"},meta:{tag:{type:"breaking",label:"breaking"}},text:"Ac tincidunt vitae semper quis lectus nulla. Porttitor massa id neque aliquam. Sed faucibus turpis in eu mi bibendum neque egestas congue. Tincidunt id aliquet risus feugiat in ante metus. Hendrerit gravida rutrum quisque non tellus orci ac auctor augue. Augue eget arcu dictum varius duis at.",url:"#"},{image:{src:"assets/images/national-cancer-institute-L7en7Lb-Ovc-unsplash_336.jpg",alt:"Placeholder",width:"336",height:"189"},meta:{tag:{type:"breaking",label:"breaking"}},text:"Feugiat pretium nibh ipsum consequat nisl vel pretium lectus quam. Ipsum dolor sit amet consectetur. Non diam phasellus vestibulum lorem sed risus. Porttitor lacus luctus accumsan tortor. Morbi enim nunc faucibus a pellentesque sit amet porttitor. Vel turpis nunc eget lorem. Ligula ullamcorper malesuada proin libero.",url:"#"}]}]},{id:"content-health-paid-content",name:"Paid Content",articles:[{class:"columns-4-balanced",type:"preview",content:[{image:{src:"assets/images/dom-hill-nimElTcTNyY-unsplash_336.jpg",alt:"Placeholder",width:"336",height:"189"},title:"Eu sem integer vitae justo eget magna fermentum iaculis. Aenean pharetra magna ac placerat vestibulum lectus. Amet commodo nulla facilisi nullam."}]},{class:"columns-4-balanced",type:"preview",content:[{image:{src:"assets/images/sarah-dorweiler-gUPiTDBdRe4-unsplash_336.jpg",alt:"Placeholder",width:"336",height:"189"},title:"Nullam vehicula ipsum a arcu cursus vitae congue. Enim ut tellus elementum sagittis vitae et leo duis. Nulla malesuada pellentesque elit eget."}]},{class:"columns-4-balanced",type:"preview",content:[{image:{src:"assets/images/icons8-team-k5fUTay0ghw-unsplash_336.jpg",alt:"Placeholder",width:"336",height:"189"},title:"Est velit egestas dui id ornare arcu odio. Urna nunc id cursus metus. Pellentesque adipiscing commodo elit at imperdiet dui accumsan sit. At ultrices mi tempus imperdiet nulla malesuada pellentesque elit."}]},{class:"columns-4-balanced",type:"preview",content:[{image:{src:"assets/images/jessica-weiller-So4eFi-d1nc-unsplash_336.jpg",alt:"Placeholder",width:"336",height:"189"},title:"Erat imperdiet sed euismod nisi porta. Nullam ac tortor vitae purus faucibus ornare. Feugiat nisl pretium fusce id. Massa enim nec dui nunc mattis enim ut tellus elementum."}]}]}]}},O_={home:{name:"表紙",url:"/",priority:0,notification:{name:"cookies",title:"このウェブサイトは Cookie を使用しています 🍪",description:"Cookieを使用して、サイトでのエクスペリエンスを向上させ、可能な限り最も関連性の高いコンテンツを表示します。詳細については、プライバシーポリシーとCookieポリシーをお読みください。",actions:[{name:"キャンセル",priority:"secondary",type:"reject"},{name:"受け入れる",priority:"primary",type:"accept"}]},sections:[{id:"content-frontpage-breaking-news",name:"ニュース速報",articles:[{class:"columns-3-narrow",header:"無修正",url:"#",image:{src:"assets/images/isai-ramos-Sp70YIWtuM8-unsplash_336.jpg",alt:"プレースホルダー",width:"336",height:"189"},meta:{captions:"誰かが撮影した写真。"},title:"今ターゲットに、私の非常に喉の命のバナナ。",type:"text",content:`サッカーとしてサッカーのメンバーをお願いします。しかし、時間は都市と震えです。チリの非ポートティターの範囲。今の生活の要素ですが、屋外サッカーのメンバー。臨床矢印には注意が払われていません。 +Integer vitae justo eget magna fermentum iaculis eu non. Sollicitudin ac orci phasellus egestas. Ligula ullamcorper malesuada proin libero nunc consequat interdum.`}]},{id:"content-health-latest-videos",name:"Latest Videos",articles:[{class:"columns-1",type:"grid",content:[{image:{src:"assets/images/mufid-majnun-J12RfFH-2ZE-unsplash_684.jpg",alt:"Placeholder",width:"684",height:"385"},meta:{tag:{type:"watch",label:"watch"}}},{image:{src:"assets/images/irwan-rbDE93-0hHs-unsplash_684.jpg",alt:"Placeholder",width:"684",height:"385"},meta:{tag:{type:"watch",label:"watch"}}},{image:{src:"assets/images/hyttalo-souza-a1p0Z7RSkL8-unsplash_684.jpg",alt:"Placeholder",width:"684",height:"385"},meta:{tag:{type:"watch",label:"watch"}}},{image:{src:"assets/images/jaron-nix-7wWRXewYCH4-unsplash_684.jpg",alt:"Placeholder",width:"684",height:"385"},meta:{tag:{type:"watch",label:"watch"}}}]}]},{id:"content-health-educational",name:"Educational",articles:[{class:"columns-1",type:"grid",display:"grid-wrap",content:[{image:{src:"assets/images/bruno-nascimento-PHIgYUGQPvU-unsplash_448.jpg",alt:"Placeholder",width:"448",height:"252"},meta:{tag:{type:"new",label:"new"}},text:"Orci phasellus egestas tellus rutrum tellus pellentesque eu. Pulvinar neque laoreet suspendisse interdum consectetur. Viverra maecenas accumsan lacus vel facilisis volutpat. Nibh ipsum consequat nisl vel pretium lectus quam id. Leo integer malesuada nunc vel risus commodo viverra.",url:"#"},{image:{src:"assets/images/brooke-lark-lcZ9NxhOSlo-unsplash_448.jpg",alt:"Placeholder",width:"448",height:"252"},meta:{tag:{type:"new",label:"new"}},text:"Proin libero nunc consequat interdum varius sit amet. Convallis posuere morbi leo urna molestie at. Consectetur lorem donec massa sapien faucibus et molestie ac feugiat. Egestas diam in arcu cursus euismod quis viverra nibh.",url:"#"},{image:{src:"assets/images/kelly-sikkema-WIYtZU3PxsI-unsplash_448.jpg",alt:"Placeholder",width:"448",height:"252"},meta:{tag:{type:"new",label:"new"}},text:"Elit sed vulputate mi sit. Ullamcorper a lacus vestibulum sed arcu non odio euismod lacinia. Magna eget est lorem ipsum dolor sit amet consectetur. In tellus integer feugiat scelerisque varius morbi enim nunc faucibus. Nam libero justo laoreet sit.",url:"#"},{image:{src:"assets/images/robina-weermeijer-Pw9aFhc92P8-unsplash_448.jpg",alt:"Placeholder",width:"448",height:"252"},meta:{tag:{type:"new",label:"new"}},text:"Nam aliquam sem et tortor consequat. Non sodales neque sodales ut etiam sit amet nisl purus. Viverra mauris in aliquam sem. Leo vel fringilla est ullamcorper. Tellus at urna condimentum mattis pellentesque id nibh tortor. Lacus laoreet non curabitur gravida. Ut morbi tincidunt augue interdum velit euismod in pellentesque.",url:"#"},{image:{src:"assets/images/sj-objio-8hHxO3iYuU0-unsplash_448.jpg",alt:"Placeholder",width:"448",height:"252"},meta:{tag:{type:"new",label:"new"}},text:"Egestas integer eget aliquet nibh praesent tristique magna sit. Id consectetur purus ut faucibus. Molestie a iaculis at erat pellentesque adipiscing commodo elit at. Nulla facilisi etiam dignissim diam quis enim lobortis scelerisque. Lectus proin nibh nisl condimentum id. Ornare quam viverra orci sagittis eu volutpat odio facilisis mauris.",url:"#"}]}]},{id:"content-health-fitness",name:"Fitness",articles:[{class:"columns-wrap",header:"Burn your calories",type:"excerpt",content:[{image:{src:"assets/images/scott-webb-U5kQvbQWoG0-unsplash_150.jpg",alt:"Placeholder",width:"150",height:"84"},text:"Dictumst quisque sagittis purus sit amet volutpat consequat. At imperdiet dui accumsan sit amet nulla facilisi. Felis bibendum ut tristique et egestas. Mus mauris vitae ultricies leo integer malesuada. Adipiscing at in tellus integer feugiat."},{image:{src:"assets/images/sven-mieke-Lx_GDv7VA9M-unsplash_150.jpg",alt:"Placeholder",width:"150",height:"84"},text:"Morbi non arcu risus quis varius quam quisque id. Enim nulla aliquet porttitor lacus luctus. Quis imperdiet massa tincidunt nunc pulvinar sapien et ligula ullamcorper. Tempor id eu nisl nunc mi ipsum faucibus vitae aliquet. Consequat semper viverra nam libero justo laoreet sit."},{image:{src:"assets/images/geert-pieters-NbpUM86Jo8Y-unsplash_150.jpg",alt:"Placeholder",width:"150",height:"84"},text:"Suscipit adipiscing bibendum est ultricies integer quis auctor elit. Gravida quis blandit turpis cursus in hac habitasse platea. Maecenas ultricies mi eget mauris pharetra et ultrices. Massa sed elementum tempus egestas sed."}]},{class:"columns-wrap",header:"Gym favorites",type:"excerpt",content:[{image:{src:"assets/images/boxed-water-is-better-y-TpYAlcBYM-unsplash_150.jpg",alt:"Placeholder",width:"150",height:"84"},text:"Nulla facilisi nullam vehicula ipsum a arcu cursus. Et ultrices neque ornare aenean euismod elementum nisi quis. Velit euismod in pellentesque massa. In fermentum posuere urna nec tincidunt praesent semper."},{image:{src:"assets/images/jonathan-borba-lrQPTQs7nQQ-unsplash_150.jpg",alt:"Placeholder",width:"150",height:"84"},text:"Sit amet consectetur adipiscing elit duis tristique sollicitudin. Ante metus dictum at tempor commodo ullamcorper. Tincidunt eget nullam non nisi est sit. Platea dictumst quisque sagittis purus sit amet volutpat consequat."},{image:{src:"assets/images/mr-lee-f4RBYsY2hxA-unsplash_150.jpg",alt:"Placeholder",width:"150",height:"84"},text:"Sed vulputate odio ut enim blandit volutpat maecenas. Risus viverra adipiscing at in. Fusce id velit ut tortor pretium viverra. Sem nulla pharetra diam sit amet nisl. Posuere urna nec tincidunt praesent semper feugiat nibh."}]},{class:"columns-wrap",header:"Pilates",type:"excerpt",content:[{image:{src:"assets/images/ahmet-kurt-WviyUzOg4RU-unsplash_150.jpg",alt:"Placeholder",width:"150",height:"84"},text:"Massa massa ultricies mi quis hendrerit dolor magna. Cursus vitae congue mauris rhoncus aenean vel elit scelerisque. Vestibulum lorem sed risus ultricies tristique. Egestas fringilla phasellus faucibus scelerisque eleifend donec pretium vulputate."},{image:{src:"assets/images/stan-georgiev-pvNxRUq7O7U-unsplash_150.jpg",alt:"Placeholder",width:"150",height:"84"},text:"Massa enim nec dui nunc mattis enim ut tellus elementum. Eros in cursus turpis massa tincidunt dui. Sit amet consectetur adipiscing elit ut aliquam purus sit amet. Eget nullam non nisi est sit amet facilisis magna."},{image:{src:"assets/images/ahmet-kurt-5BGg2L5nhlU-unsplash_150.jpg",alt:"Placeholder",width:"150",height:"84"},text:"enenatis tellus in metus vulputate eu scelerisque felis imperdiet proin. In eu mi bibendum neque egestas congue quisque egestas. Bibendum est ultricies integer quis auctor elit. Ipsum nunc aliquet bibendum enim facilisis. Magna fringilla urna porttitor rhoncus dolor purus non enim praesent."}]}]},{id:"content-health-guides",name:"Guides",articles:[{class:"columns-3-balanced",header:"Health after 50",type:"articles-list",content:[{title:"Ac ut consequat semper viverra nam libero justo.",content:"A lacus vestibulum sed arcu non odio euismod lacinia at. Viverra mauris in aliquam sem fringilla ut morbi tincidunt augue. Enim nec dui nunc mattis enim ut tellus. Congue eu consequat ac felis donec et odio. Vitae sapien pellentesque habitant morbi tristique senectus."},{title:"Sit amet porttitor eget dolor morbi non arcu risus quis.",content:"Gravida in fermentum et sollicitudin. Diam sollicitudin tempor id eu nisl. Proin libero nunc consequat interdum varius sit amet. Nunc pulvinar sapien et ligula ullamcorper malesuada proin libero. Lacinia quis vel eros donec ac."},{title:"Faucibus nisl tincidunt eget nullam non nisi.",content:"Diam ut venenatis tellus in metus. Luctus accumsan tortor posuere ac. Eget aliquet nibh praesent tristique magna. Diam donec adipiscing tristique risus nec feugiat in fermentum posuere. Dolor morbi non arcu risus quis varius quam quisque."}]},{class:"columns-3-balanced",header:"Healthy Heart",type:"articles-list",content:[{title:"Gravida cum sociis natoque penatibus et magnis dis parturient montes.",content:"Nulla porttitor massa id neque aliquam vestibulum morbi. Nullam non nisi est sit amet facilisis. Vitae turpis massa sed elementum tempus. Varius duis at consectetur lorem. Consequat semper viverra nam libero justo laoreet sit."},{title:"Non nisi est sit amet facilisis magna etiam tempor orci.",content:"At augue eget arcu dictum varius duis at. Arcu felis bibendum ut tristique et egestas. Elementum tempus egestas sed sed risus pretium quam vulputate. Cursus euismod quis viverra nibh cras pulvinar. Praesent tristique magna sit amet purus gravida quis."},{title:"Sit amet justo donec enim diam vulputate ut pharetra.",content:"Nulla at volutpat diam ut venenatis tellus. Pulvinar mattis nunc sed blandit libero volutpat. Sit amet justo donec enim diam vulputate. Condimentum id venenatis a condimentum vitae sapien pellentesque habitant."}]},{class:"columns-3-balanced",header:"Healthy Digestive",type:"articles-list",content:[{title:"Metus aliquam eleifend mi in nulla posuere sollicitudin.",content:"Sodales ut etiam sit amet nisl purus in. Lorem ipsum dolor sit amet consectetur. Tincidunt ornare massa eget egestas purus viverra accumsan in. Orci eu lobortis elementum nibh tellus molestie nunc non. Ut faucibus pulvinar elementum integer enim neque."},{title:"Placerat duis ultricies lacus sed. Donec enim diam vulputate ut.",content:"Condimentum id venenatis a condimentum vitae sapien. Eu ultrices vitae auctor eu augue ut lectus. Fermentum iaculis eu non diam phasellus. Urna nunc id cursus metus aliquam eleifend mi. Venenatis cras sed felis eget velit aliquet sagittis."},{title:"Rhoncus dolor purus non enim praesent elementum facilisis.",content:"Nunc consequat interdum varius sit. Non diam phasellus vestibulum lorem sed risus ultricies. Feugiat nibh sed pulvinar proin gravida hendrerit lectus a. Eget egestas purus viverra accumsan in nisl nisi scelerisque."}]}]},{id:"content-health-underscored",name:"Underscored",articles:[{class:"columns-2-balanced",header:"This First",type:"grid",content:[{image:{src:"assets/images/drew-hays-tGYrlchfObE-unsplash_336.jpg",alt:"Placeholder",width:"336",height:"189"},meta:{tag:{type:"new",label:"new"}},text:"Lectus arcu bibendum at varius. Sed id semper risus in hendrerit gravida rutrum. Bibendum ut tristique et egestas quis ipsum suspendisse ultrices gravida. Euismod nisi porta lorem mollis. At varius vel pharetra vel turpis.",url:"#"},{image:{src:"assets/images/hush-naidoo-jade-photography-Zp7ebyti3MU-unsplash_336.jpg",alt:"Placeholder",width:"336",height:"189"},meta:{tag:{type:"new",label:"new"}},text:"Pretium aenean pharetra magna ac placerat vestibulum lectus mauris ultrices. Lacus sed turpis tincidunt id. Eget nunc scelerisque viverra mauris in aliquam sem fringilla ut. Dapibus ultrices in iaculis nunc sed.",url:"#"}]},{class:"columns-2-balanced",header:"This Second",type:"grid",content:[{image:{src:"assets/images/mathurin-napoly-matnapo-ejWJ3a92FEs-unsplash_336.jpg",alt:"Placeholder",width:"336",height:"189"},meta:{tag:{type:"breaking",label:"breaking"}},text:"Tempus iaculis urna id volutpat lacus laoreet non. Elementum nisi quis eleifend quam adipiscing vitae proin. Vel pretium lectus quam id leo. Eget sit amet tellus cras adipiscing enim eu turpis.",url:"#"},{image:{src:"assets/images/national-cancer-institute-KrsoedfRAf4-unsplash_336.jpg",alt:"Placeholder",width:"336",height:"189"},meta:{tag:{type:"breaking",label:"breaking"}},text:"Sapien nec sagittis aliquam malesuada bibendum arcu vitae. Adipiscing vitae proin sagittis nisl rhoncus. Euismod in pellentesque massa placerat duis. Nec tincidunt praesent semper feugiat nibh sed pulvinar proin. Quam nulla porttitor massa id neque.",url:"#"}]}]},{id:"content-health-what-to-eat",name:"What to eat",articles:[{class:"columns-wrap",header:"Low carbs",type:"excerpt",content:[{image:{src:"assets/images/kenny-eliason-5ddH9Y2accI-unsplash_150.jpg",alt:"Placeholder",width:"150",height:"84"},text:"Nec feugiat in fermentum posuere urna. Odio ut sem nulla pharetra. Est ultricies integer quis auctor elit sed. Dignissim cras tincidunt lobortis feugiat vivamus at augue eget."},{image:{src:"assets/images/brigitte-tohm-iIupxcq-yH4-unsplash_150.jpg",alt:"Placeholder",width:"150",height:"84"},text:"Egestas sed tempus urna et. Lorem ipsum dolor sit amet consectetur adipiscing elit pellentesque habitant."},{image:{src:"assets/images/brooke-lark-oaz0raysASk-unsplash_150.jpg",alt:"Placeholder",width:"150",height:"84"},text:"Sapien pellentesque habitant morbi tristique senectus et netus et malesuada. Dictum non consectetur a erat. Duis ut diam quam nulla porttitor."}]},{class:"columns-wrap",header:"Vegetarian",type:"excerpt",content:[{image:{src:"assets/images/christina-rumpf-gUU4MF87Ipw-unsplash_150.jpg",alt:"Placeholder",width:"150",height:"84"},text:"Sed viverra tellus in hac habitasse platea dictumst vestibulum. Nisi est sit amet facilisis magna etiam."},{image:{src:"assets/images/nathan-dumlao-bRdRUUtbxO0-unsplash_150.jpg",alt:"Placeholder",width:"150",height:"84"},text:"Convallis a cras semper auctor neque vitae tempus. Cursus risus at ultrices mi tempus imperdiet nulla."},{image:{src:"assets/images/maddi-bazzocco-qKbHvzXb85A-unsplash_150.jpg",alt:"Placeholder",width:"150",height:"84"},text:"Ut faucibus pulvinar elementum integer enim neque volutpat. Netus et malesuada fames ac turpis egestas sed tempus urna."}]},{class:"columns-wrap",header:"Breakfast",type:"excerpt",content:[{image:{src:"assets/images/brooke-lark-IDTEXXXfS44-unsplash_150.jpg",alt:"Placeholder",width:"150",height:"84"},text:"Eget mauris pharetra et ultrices. In ante metus dictum at tempor commodo ullamcorper a. Ut sem nulla pharetra diam sit."},{image:{src:"assets/images/joseph-gonzalez-QaGDmf5tMiE-unsplash_150.jpg",alt:"Placeholder",width:"150",height:"84"},text:"Lacus sed turpis tincidunt id aliquet risus. Nulla facilisi etiam dignissim diam quis enim. Non curabitur gravida arcu ac tortor dignissim convallis aenean."},{image:{src:"assets/images/brooke-lark-GJMlSBS0FhU-unsplash_150.jpg",alt:"Placeholder",width:"150",height:"84"},text:"Aliquam etiam erat velit scelerisque in dictum non. Pretium fusce id velit ut tortor pretium viverra."}]}]},{id:"content-health-hot-topics",name:"Hot Topics",articles:[{class:"columns-2-balanced",header:"This First",type:"grid",content:[{image:{src:"assets/images/national-cancer-institute-cw2Zn2ZQ9YQ-unsplash_336.jpg",alt:"Placeholder",width:"336",height:"189"},meta:{tag:{type:"new",label:"new"}},text:"Augue ut lectus arcu bibendum at varius. Cursus turpis massa tincidunt dui. Feugiat scelerisque varius morbi enim. Vel orci porta non pulvinar. Est velit egestas dui id ornare arcu odio. Amet porttitor eget dolor morbi non arcu risus quis. Turpis in eu mi bibendum neque egestas.",url:"#"},{image:{src:"assets/images/national-cancer-institute-GcrSgHDrniY-unsplash_336.jpg",alt:"Placeholder",width:"336",height:"189"},meta:{tag:{type:"new",label:"new"}},text:"Et pharetra pharetra massa massa. Commodo odio aenean sed adipiscing diam donec adipiscing. In mollis nunc sed id semper risus in hendrerit. A diam sollicitudin tempor id eu nisl nunc. Sit amet consectetur adipiscing elit duis tristique.",url:"#"}]},{class:"columns-2-balanced",header:"This Second",type:"grid",content:[{image:{src:"assets/images/national-cancer-institute-SMxzEaidR20-unsplash_336.jpg",alt:"Placeholder",width:"336",height:"189"},meta:{tag:{type:"breaking",label:"breaking"}},text:"Ac tincidunt vitae semper quis lectus nulla. Porttitor massa id neque aliquam. Sed faucibus turpis in eu mi bibendum neque egestas congue. Tincidunt id aliquet risus feugiat in ante metus. Hendrerit gravida rutrum quisque non tellus orci ac auctor augue. Augue eget arcu dictum varius duis at.",url:"#"},{image:{src:"assets/images/national-cancer-institute-L7en7Lb-Ovc-unsplash_336.jpg",alt:"Placeholder",width:"336",height:"189"},meta:{tag:{type:"breaking",label:"breaking"}},text:"Feugiat pretium nibh ipsum consequat nisl vel pretium lectus quam. Ipsum dolor sit amet consectetur. Non diam phasellus vestibulum lorem sed risus. Porttitor lacus luctus accumsan tortor. Morbi enim nunc faucibus a pellentesque sit amet porttitor. Vel turpis nunc eget lorem. Ligula ullamcorper malesuada proin libero.",url:"#"}]}]},{id:"content-health-paid-content",name:"Paid Content",articles:[{class:"columns-4-balanced",type:"preview",content:[{image:{src:"assets/images/dom-hill-nimElTcTNyY-unsplash_336.jpg",alt:"Placeholder",width:"336",height:"189"},title:"Eu sem integer vitae justo eget magna fermentum iaculis. Aenean pharetra magna ac placerat vestibulum lectus. Amet commodo nulla facilisi nullam."}]},{class:"columns-4-balanced",type:"preview",content:[{image:{src:"assets/images/sarah-dorweiler-gUPiTDBdRe4-unsplash_336.jpg",alt:"Placeholder",width:"336",height:"189"},title:"Nullam vehicula ipsum a arcu cursus vitae congue. Enim ut tellus elementum sagittis vitae et leo duis. Nulla malesuada pellentesque elit eget."}]},{class:"columns-4-balanced",type:"preview",content:[{image:{src:"assets/images/icons8-team-k5fUTay0ghw-unsplash_336.jpg",alt:"Placeholder",width:"336",height:"189"},title:"Est velit egestas dui id ornare arcu odio. Urna nunc id cursus metus. Pellentesque adipiscing commodo elit at imperdiet dui accumsan sit. At ultrices mi tempus imperdiet nulla malesuada pellentesque elit."}]},{class:"columns-4-balanced",type:"preview",content:[{image:{src:"assets/images/jessica-weiller-So4eFi-d1nc-unsplash_336.jpg",alt:"Placeholder",width:"336",height:"189"},title:"Erat imperdiet sed euismod nisi porta. Nullam ac tortor vitae purus faucibus ornare. Feugiat nisl pretium fusce id. Massa enim nec dui nunc mattis enim ut tellus elementum."}]}]}]}},F_={home:{name:"表紙",url:"/",priority:0,notification:{name:"cookies",title:"このウェブサイトは Cookie を使用しています 🍪",description:"Cookieを使用して、サイトでのエクスペリエンスを向上させ、可能な限り最も関連性の高いコンテンツを表示します。詳細については、プライバシーポリシーとCookieポリシーをお読みください。",actions:[{name:"キャンセル",priority:"secondary",type:"reject"},{name:"受け入れる",priority:"primary",type:"accept"}]},sections:[{id:"content-frontpage-breaking-news",name:"ニュース速報",articles:[{class:"columns-3-narrow",header:"無修正",url:"#",image:{src:"assets/images/isai-ramos-Sp70YIWtuM8-unsplash_336.jpg",alt:"プレースホルダー",width:"336",height:"189"},meta:{captions:"誰かが撮影した写真。"},title:"今ターゲットに、私の非常に喉の命のバナナ。",type:"text",content:`サッカーとしてサッカーのメンバーをお願いします。しかし、時間は都市と震えです。チリの非ポートティターの範囲。今の生活の要素ですが、屋外サッカーのメンバー。臨床矢印には注意が払われていません。 最新のサラダのエコロジーサッカー開発者プロパガンダは時々望んでいます。今、ターゲットに、私の喉の寿命バナナまたは。さて、私の非常に喉の人生のバナナ。は、補給の学部開発者栄養を強化しました。開発者の著者である整数。開発者の著者ですが、Vulputateは私の愛する人です。病気のようなサラダ生態学の漫画モーリス。必須の滅菌ポットランニングは、今すぐチョコレートが必要です。`},{class:"columns-3-wide",header:"より多くのトップストーリー",url:"#",image:{src:"assets/images/nasa-dCgbRAQmTQA-unsplash_684.jpg",alt:"プレースホルダー",width:"684",height:"385"},meta:{captions:"誰かが撮影した写真。",tag:{type:"breaking",label:"速報"}},title:"優れたウォームアップサッカー、直径の栄養は必要ありません。",type:"text",content:`プッシュは、時々セットアップされるマッサージジョーのパッチにすぎません。チャンピオンシップは、さまざまなものや震え、またはチケットで飲みます。並んでいる賢い病気や笑顔の弧が必要です。臨床プロテインバスケットボールでの憎しみ。 @@ -78,7 +78,7 @@ Integer vitae justo eget magna fermentum iaculis eu non. Sollicitudin ac orci ph ムーアはマウスを逃すために生まれます。醜いランニングのバスケットボールピーナッツ。さまざまなものや震えまたはチケットで飲みます。喪に服した滅菌された段階的な大規模な生態学的なポット航空会社の痛みの範囲。`},{class:"columns-3-narrow",header:"投薬",url:"#",image:{src:"assets/images/myriam-zilles-KltoLK6Mk-g-unsplash_336.jpg",alt:"プレースホルダー",width:"336",height:"189"},meta:{captions:"誰かが撮影した写真。"},title:"ニンジン補給学部開発者。彼は、チョコレートが強化されていないことを望んでいます。",type:"text",content:`テレビ栄養箱をターゲットにしたテレビ。しかし、プロパガンダ車は全国の生活から抜け出します。は、生命が地域をとらない限り、現在融資しています。は妊娠中のアルコールをチャットしません。チョコレートフットボールバスケットボールのキャリア著者。 -整数のライフセラピーには、素晴らしいウォームアップワークのサッカーが必要です。ソリシジンと臨床的ナムの貧困。予約済みマイクロ波無料写真が時々写真を撮る。`}]},{id:"content-health-latest-videos",name:"最新のビデオ",articles:[{class:"columns-1",type:"grid",content:[{image:{src:"assets/images/mufid-majnun-J12RfFH-2ZE-unsplash_684.jpg",alt:"プレースホルダー",width:"684",height:"385"},meta:{tag:{type:"watch",label:"時計"}}},{image:{src:"assets/images/irwan-rbDE93-0hHs-unsplash_684.jpg",alt:"プレースホルダー",width:"684",height:"385"},meta:{tag:{type:"watch",label:"時計"}}},{image:{src:"assets/images/hyttalo-souza-a1p0Z7RSkL8-unsplash_684.jpg",alt:"プレースホルダー",width:"684",height:"385"},meta:{tag:{type:"watch",label:"時計"}}},{image:{src:"assets/images/jaron-nix-7wWRXewYCH4-unsplash_684.jpg",alt:"プレースホルダー",width:"684",height:"385"},meta:{tag:{type:"watch",label:"時計"}}}]}]},{id:"content-health-educational",name:"教育",articles:[{class:"columns-1",type:"grid",display:"grid-wrap",content:[{image:{src:"assets/images/bruno-nascimento-PHIgYUGQPvU-unsplash_448.jpg",alt:"プレースホルダー",width:"448",height:"252"},meta:{tag:{type:"new",label:"新しい"}},text:"バレーボールまたはLaoreetマッサージが時々強化されました。プールまたは酸化防止剤の週末の漫画のメーセナス層。テクノロジーテクニックまたはツアーも選択されています。",url:"#"},{image:{src:"assets/images/brooke-lark-lcZ9NxhOSlo-unsplash_448.jpg",alt:"プレースホルダー",width:"448",height:"252"},meta:{tag:{type:"new",label:"新しい"}},text:"電子レンジが無料で写真があり、時には可変ニンジンがあります。谷はサッカーライオンポットの従業員を設定しました。ミネアポリス・ロレムは大量のサピエンの喉とテレビとまで。アークランニングパフォーマンス。",url:"#"},{image:{src:"assets/images/kelly-sikkema-WIYtZU3PxsI-unsplash_448.jpg",alt:"プレースホルダー",width:"448",height:"252"},meta:{tag:{type:"new",label:"新しい"}},text:"しかし、開発者はール製造はありますが、アークはパフォーマンススカートを嫌いではありません。マグナには顧客のニンジンが強化されています。この地域では、今のところは喉がバリエッドサッカーである整数euチョコレート。無料で。",url:"#"},{image:{src:"assets/images/robina-weermeijer-Pw9aFhc92P8-unsplash_448.jpg",alt:"プレースホルダー",width:"448",height:"252"},meta:{tag:{type:"new",label:"新しい"}},text:"サッカーの時間ターゲットポットプール。寿命マクロソースラシニアの必須ミサ1つ以上。ランニングロケモーリスレンジジャスミンを実現します。テクノロジーチュートリアルプレーヤーの価格またはベッドの価格。素晴らしい妊娠中の男性がたくさんいます。",url:"#"},{image:{src:"assets/images/sj-objio-8hHxO3iYuU0-unsplash_448.jpg",alt:"プレースホルダー",width:"448",height:"252"},meta:{tag:{type:"new",label:"新しい"}},text:"バニー整数はバナナを必要としています現在のタンクは素晴らしいです。これが喉の主な唐辛子です。栄養学部のコンビニエンス開発者をターゲットにしたテレビ。カートンチョコレートの直径はありません。フットボールフットボールの週末は抗酸化物質のモーリスが嫌いです。",url:"#"}]}]},{id:"content-health-fitness",name:"フィットネス",articles:[{class:"columns-wrap",header:"カロリーを燃やします",type:"excerpt",content:[{image:{src:"assets/images/scott-webb-U5kQvbQWoG0-unsplash_150.jpg",alt:"プレースホルダー",width:"150",height:"84"},text:"各矢印唐辛子はあなたの週末の写真です。レイヤーのニンジンの資金調達では、ファシリシはありません。タンクとバニーとして飲むように倒れます。マウス重要なのは、地域の整数でです。"},{image:{src:"assets/images/sven-mieke-Lx_GDv7VA9M-unsplash_150.jpg",alt:"プレースホルダー",width:"150",height:"84"},text:"サッカーは笑顔の弓ではなく、他の誰よりも多様です。バナナ、航空会社のプールはないからです。大衆開発者に現在バレーボールに資金を提供しています。今、サッカー選手への時間、私の非常に喉の人生のバナナ。レシピは常に無料で引っ張ってください。"},{image:{src:"assets/images/geert-pieters-NbpUM86Jo8Y-unsplash_150.jpg",alt:"プレースホルダー",width:"150",height:"84"},text:"学部の飲み物は、男性全体の補償です。この十分の道を走っている妊娠中の妊娠。質量ですが、時間のバニーの要素ですが。声明の屋外チョコレートまたは拡張。ウォームアップにももありません."}]},{class:"columns-wrap",header:"ジムのお気に入り",type:"excerpt",content:[{image:{src:"assets/images/boxed-water-is-better-y-TpYAlcBYM-unsplash_150.jpg",alt:"プレースホルダー",width:"150",height:"84"},text:"ランニングから自体はありません。誰もがいない限り、バスケットボールまたはフットボールのジャスミンのパフォーマンス要素。栄養質量の屋外パフォーマンス。ポットまたは開発者のウォームアップ層では、常に存在します。"},{image:{src:"assets/images/jonathan-borba-lrQPTQs7nQQ-unsplash_150.jpg",alt:"プレースホルダー",width:"150",height:"84"},text:"メインワークの補給学部開発者の宿題の悲しいケア。リスクが都合の時に言った。キーボードを必要としないものはありません。ストリートは、各矢印唐辛子ニンジンの週末の写真撮影を行います。"},{image:{src:"assets/images/mr-lee-f4RBYsY2hxA-unsplash_150.jpg",alt:"プレースホルダー",width:"150",height:"84"},text:"しかし、は、週末のメーセナスを持っていることを嫌います。笑い声を上げる学部生。臨床は、マイクの価格漫画を作ってください。直径ニンジンプレーヤー。ポットまたは開発者は常にニブを紹介します。"}]},{class:"columns-wrap",header:"ピラティス",type:"excerpt",content:[{image:{src:"assets/images/ahmet-kurt-WviyUzOg4RU-unsplash_150.jpg",alt:"プレースホルダー",width:"150",height:"84"},text:"大量のウリシーズ、消費者マグナをヘンドレリットする私の男。人生の計画モーリスの賢いジャスミンまたは開発者チョコレート。バニー生態学的な栄養価の高い熱控除可能なルート酸塩の価格まで。"},{image:{src:"assets/images/stan-georgiev-pvNxRUq7O7U-unsplash_150.jpg",alt:"プレースホルダー",width:"150",height:"84"},text:"質量は、地域要素にとって現実的ではありません。醜い大量開発者DUIを実行するピーナッツ。いくつかの唐辛子ニンジンを手に入れるための主流の補給学部開発者。それにもかかわらず、それは多くの関心だけではありません。"},{image:{src:"assets/images/ahmet-kurt-5BGg2L5nhlU-unsplash_150.jpg",alt:"プレースホルダー",width:"150",height:"84"},text:"恐怖のブルプタートフットボールチョコレートトリガーファイナンス樹脂のエネナティス地域。サッカーでは、私の飲み物または執行パスポート各法執行機関。飲み物は、マネージャー全体のウルトリシーです。バナナの瞬間は抗酸化物質のために飲みます。スマートチリの素晴らしいエコロジカルポット航空会社の範囲は存在しません。"}]}]},{id:"content-health-guides",name:"ガイド",articles:[{class:"columns-3-balanced",header:"50歳以降の健康",type:"articles-list",content:[{title:"そして、レシピが常に無料療法のために引っ張るので。",content:"プールの製造がありますが、アークはパフォーマンススカートを嫌いではありません。サッカー開発者のプロパガンダとして、サラダの生態学的な漫画モーリス。どちらもこの地域には多くのことではありません。あなたが嫌うまでパスポートフットボールの写真とサッカー。ライフサピエン栄養居住者サッカー悲しい老年。"},{title:"ニンジン航空会社には、賢い病気や弧の笑い声が必要です。",content:"発酵とケアで妊娠しています。サッカー選手の直径のソリシジン。電子レンジが無料で写真があり、時には可変ニンジンがあります。現在、バレーボールマイクロ波無料。スカート任意またはピーナッツまで。"},{title:"ニシュルニシュルニスタンスニス。",content:"恐怖の滅菌領域から滅菌された領域。レイヤーマクロセットAC。現在ふもとにある。学部の悲しい笑顔またはウォームアップのまでの直径。痛みの病気は、みんなのように揃っている笑顔の弓ではありません。"}]},{class:"columns-3-balanced",header:"健康な心",type:"articles-list",content:[{title:"彼のパートナーを妊娠し、光線と山の大きな押しを引いています。",content:"航空会社の大量IDやサッカーの一部はありません。抗酸化物質がたくさんない限り、何もありません。人生の醜い質量ですが、要素期間。メインロレムでのさまざまな宿題。レシピは常に無料で引っ張ってください。"},{title:"ニンジンになるのに多くの時間だけではありませんが、多くの時間です。",content:"しかし、プロパガンダには、アークがさまざまな宿題をする必要があります。子供はタンクとバニーとして飲み物を引き起こします。時間のバニーの要素ですが、スマイルの価格はよりも。パフォーマンスランニング。現在のSADグレートは、妊娠中の男性の主流です。"},{title:"に直径が拡張されるまで、多くの治療。",content:"滅菌領域の週末の直径ではありません。は今ですが、無料の週末に座ってください。直径の滑ブルプタートまで多くのもの。住民のソースによって滅菌されたソース。"}]},{class:"columns-3-balanced",header:"健康的な消化",type:"articles-list",content:[{title:"一部のティーンエイジャーを恐れます、私の愛する人は気にしません。",content:"メンバーはあなたのプレイヤーチリでもあります。開発者のサッカーの大衆には、チリの漫画層が施行されます。臨床サッカーカートンの要素ニブ楽しいテレビは今ではありません。整数のバレーボール要素の喉にはそうではありません。"},{title:"宿題のウルトレシープールを投資しますが。直径牛肉まで。",content:"ソースは、命のソースのサピエンによって滅菌されます。EUバスケットボールのキャリアサッカープロパガンダの卒業生。バーウェンはサッカーをターゲットにしています。ティーンエイジャーを実行しています。明日はヴェネナティス、しかしサッカーは屋外での調査の矢を持っている必要があります."},{title:"痛みの範囲は、抗酸化物質の現在の要素ではありません。",content:"今、レシピは時々Variusです。非直径ナム製造ロレムセッドスマイルウルトレシー。しかし、枕マイクロ波妊娠局は卒業しました。チョコレートを除くプレイヤーにチリの漫画層が必要です。"}]}]},{id:"content-health-underscored",name:"強調されています",articles:[{class:"columns-2-balanced",header:"これは最初です",type:"grid",content:[{image:{src:"assets/images/drew-hays-tGYrlchfObE-unsplash_336.jpg",alt:"プレースホルダー",width:"336",height:"189"},meta:{tag:{type:"new",label:"新しい"}},text:"さまざまなアルコールドリンクでのチャンピオンシップ。しかし、それは常に局の妊娠中の化粧で笑顔です。非常にマッサージバスケットボールを妊娠しているタンクと執行として飲む。ゲートウェイがソフトな場合のパフォーマンス。さまざまなまたは震えまたはチケットで。",url:"#"},{image:{src:"assets/images/hush-naidoo-jade-photography-Zp7ebyti3MU-unsplash_336.jpg",alt:"プレースホルダー",width:"336",height:"189"},meta:{tag:{type:"new",label:"新しい"}},text:"ジャスミンの価格は大規模で、製造業のレクトゥス・モーリスのバスケットボールを投資します。パッチが醜い開発者。サラダの生態学的順序でチョコレート漫画モーリスが必要になりました。ターゲットを絞ったプロテインバスケットボールですが。",url:"#"}]},{class:"columns-2-balanced",header:"この秒",type:"grid",content:[{image:{src:"assets/images/mathurin-napoly-matnapo-ejWJ3a92FEs-unsplash_336.jpg",alt:"プレースホルダー",width:"336",height:"189"},meta:{tag:{type:"breaking",label:"速報"}},text:"時間ターゲットポットプール。学部生の履歴書として控除可能でない限り、要素。または、ライオンよりも選ばれた人の価格。サッカーのスコアのために明日の学部生がたくさん必要です.",url:"#"},{image:{src:"assets/images/national-cancer-institute-KrsoedfRAf4-unsplash_336.jpg",alt:"プレースホルダー",width:"336",height:"189"},meta:{tag:{type:"breaking",label:"速報"}},text:"矢印いくつかのマレスアダはアルコール寿命を飲みます。重要なのは、ライフマイクロ波プレイヤーCNNです。大衆不動産の宿題の子供たちのパフォーマンス。開発者は常にを紹介していませんが、バレーボールの履歴書もありません。航空会社の大量がないか。",url:"#"}]}]},{id:"content-health-what-to-eat",name:"何を食べれば良いか",articles:[{class:"columns-wrap",header:"低炭水化物",type:"excerpt",content:[{image:{src:"assets/images/kenny-eliason-5ddH9Y2accI-unsplash_150.jpg",alt:"プレースホルダー",width:"150",height:"84"},text:"酵母は鍋に置かれませんでした。震えがないのは嫌いです。これは、著者開発者であっても、超整備です。サッカーの明日の開発者はプロパガンダに住んでいます。"},{image:{src:"assets/images/brigitte-tohm-iIupxcq-yH4-unsplash_150.jpg",alt:"プレースホルダー",width:"150",height:"84"},text:"したいのですが、時間はです。は、補給開発者の栄養住民を強化しました。利便性をキャンセルしますが、執行執行生態学的専門家。"},{image:{src:"assets/images/brooke-lark-oaz0raysASk-unsplash_150.jpg",alt:"プレースホルダー",width:"150",height:"84"},text:"栄養供与者。トマトではありませんでした。航空会社がないよりも直径として。チリのリレーと温度。チョコレートは病気に沿っています。"}]},{class:"columns-wrap",header:"ベジタリアン",type:"excerpt",content:[{image:{src:"assets/images/christina-rumpf-gUU4MF87Ipw-unsplash_150.jpg",alt:"プレースホルダー",width:"150",height:"84"},text:"ただし、この十分の一通りの漫画地域。楽しいこともあれば。"},{image:{src:"assets/images/nathan-dumlao-bRdRUUtbxO0-unsplash_150.jpg",alt:"プレースホルダー",width:"150",height:"84"},text:"明日の谷は常に著者または生涯です。バスケットボールで笑いを走らせて、私の時間の資金調達no。"},{image:{src:"assets/images/maddi-bazzocco-qKbHvzXb85A-unsplash_150.jpg",alt:"プレースホルダー",width:"150",height:"84"},text:"エンティティのバレーボール要素の喉に、または週末に。空腹と醜いバニーですが、時間はurです。"}]},{class:"columns-wrap",header:"朝食",type:"excerpt",content:[{image:{src:"assets/images/brooke-lark-IDTEXXXfS44-unsplash_150.jpg",alt:"プレースホルダー",width:"150",height:"84"},text:"バイヤー最大の移民とバスケットボール。便利なクマの時点で期待して。サラダゼロQuiver直径へ。"},{image:{src:"assets/images/joseph-gonzalez-QaGDmf5tMiE-unsplash_150.jpg",alt:"プレースホルダー",width:"150",height:"84"},text:"が醜い開発者ID調査の笑顔。直径はありません。私は妊娠したアークと温度サッカーのコンバリスジャスミンをチャットしません。"},{image:{src:"assets/images/brooke-lark-GJMlSBS0FhU-unsplash_150.jpg",alt:"プレースホルダー",width:"150",height:"84"},text:"最新のものにも委託がありました。臨床の価格は、マイクの価格漫画を作ってください。"}]}]},{id:"content-health-hot-topics",name:"ホットな話題",articles:[{class:"columns-2-balanced",header:"これは最初です",type:"grid",content:[{image:{src:"assets/images/national-cancer-institute-cw2Zn2ZQ9YQ-unsplash_336.jpg",alt:"プレースホルダー",width:"336",height:"189"},meta:{tag:{type:"new",label:"新しい"}},text:"プロパガンダはさまざまなものでアルコール飲み物をベッドします。コース醜い大衆開発者DUI。Feugiatチョコレートは病気に沿っています。または臨床ゲートは枕ではありません。それはあなたが憎しみの弓を飾りたいと願うことです。必須の航空会社には、痛みの病気や笑顔の弧が必要です。サッカーのハロウィーン、私の飲み物またはバニー。",url:"#"},{image:{src:"assets/images/national-cancer-institute-GcrSgHDrniY-unsplash_336.jpg",alt:"プレースホルダー",width:"336",height:"189"},meta:{tag:{type:"new",label:"新しい"}},text:"震えの質量。ジャスミンを嫌いますが、顧客まで学部の直径を嫌います。今はソフトですが、それは常に局の笑顔です。今、それはフットボール選手の直径のケア時間です。トマトの学部開発者の宿題タンクの多く。",url:"#"}]},{class:"columns-2-balanced",header:"この秒",type:"grid",content:[{image:{src:"assets/images/national-cancer-institute-SMxzEaidR20-unsplash_336.jpg",alt:"プレースホルダー",width:"336",height:"189"},meta:{tag:{type:"breaking",label:"速報"}},text:"そして、人生の開発者は常に人のベッドです。どちらでもない大衆の航空会社。しかし、サッカー、私の飲み物、または執行宿題の喉は醜いです。開発者ID調査では、恐怖の前でSmile feugiat。ビューロー妊娠中のメイクアップそれぞれまたはシリアルプロパガンダ。プロパガンダは、アークがさまざまな宿題をする必要があります。",url:"#"},{image:{src:"assets/images/national-cancer-institute-L7en7Lb-Ovc-unsplash_336.jpg",alt:"プレースホルダー",width:"336",height:"189"},meta:{tag:{type:"breaking",label:"速報"}},text:"または支払った選択。ニンジンが強化されました。非直径ナム製造ロレムセッド笑い。門脈プールの嘆き層温度。サッカーは現在、子供のニンジン航空会社の喉です。または醜い今はロレムが必要です。予約済みマイクロ波無料。",url:"#"}]}]},{id:"content-health-paid-content",name:"有料コンテンツ",articles:[{class:"columns-4-balanced",type:"preview",content:[{image:{src:"assets/images/dom-hill-nimElTcTNyY-unsplash_336.jpg",alt:"プレースホルダー",width:"336",height:"189"},title:"フットボールサラダ素晴らしいウォームアップワークの人生。は大きく、製造業を卒業しました。必須の利便性リレーなし。"}]},{class:"columns-4-balanced",type:"preview",content:[{image:{src:"assets/images/sarah-dorweiler-gUPiTDBdRe4-unsplash_336.jpg",alt:"プレースホルダー",width:"336",height:"189"},title:"ヌラム車は、学校のコースからの訪問時の車両。地域の要素のために、生命とライオンの宿題の矢印。栄養開発者のニーズはありません。"}]},{class:"columns-4-balanced",type:"preview",content:[{image:{src:"assets/images/icons8-team-k5fUTay0ghw-unsplash_336.jpg",alt:"プレースホルダー",width:"336",height:"189"},title:"開発者、および。最大の一部のマスカラニブで。サッカーだが妊娠中のチリ。エロスのプレイヤーでは、サピエンのヘアスタイルですが、恐怖のために時間を嘆きます。"}]},{class:"columns-4-balanced",type:"preview",content:[{image:{src:"assets/images/jessica-weiller-So4eFi-d1nc-unsplash_336.jpg",alt:"プレースホルダー",width:"336",height:"189"},title:"それは資金調達でしたが、パフォーマンスでしたが、ゲートでした。ヌラムと唐辛子の温度。臨床IDの価格。質量は、地域要素にとって現実的ではありません。"}]}]}]}},U_={home:{name:"الصفحة الأمامية",url:"/",priority:0,notification:{name:"cookies",title:"هذاالموقعيستخدمالكوكيز 🍪",description:"نحن نستخدم ملفات تعريف الارتباط لتحسين تجربتك على موقعنا ولإظهار المحتوى الأكثر ملاءمة لك. لمعرفة المزيد ، يرجى قراءة سياسة الخصوصية وسياسة ملفات تعريف الارتباط الخاصة بنا.",actions:[{name:"يلغي",priority:"secondary",type:"reject"},{name:"يقبل",priority:"primary",type:"accept"}]},sections:[{id:"content-frontpage-breaking-news",name:"أخبار عاجلة",articles:[{class:"columns-3-narrow",header:"غير خاضعة للرقابة",url:"#",image:{src:"assets/images/isai-ramos-Sp70YIWtuM8-unsplash_336.jpg",alt:"عنصر نائب",width:"336",height:"189"},meta:{captions:"الصورة التي التقطها شخص ما."},title:"الاستهداف الآن ، موز الحياة الحلق للغاية.",type:"text",content:`الرجاء أعضاء كرة القدم كقوة كرة قدم.لكن الوقت هو جرة وجع.مجموعة غير من الفلفل الحار.عنصر الحياة الآن ولكن أعضاء كرة القدم في الهواء الطلق.في أي رعاية لسهم سريري.آخر ما تريد دعاية مطوري كرة القدم البيئية السلطة في بعض الأحيان.الاستهداف الآن ، موز الحياة الحلق للغاية أو .الآن مسح الحياة في الحلق. +整数のライフセラピーには、素晴らしいウォームアップワークのサッカーが必要です。ソリシジンと臨床的ナムの貧困。予約済みマイクロ波無料写真が時々写真を撮る。`}]},{id:"content-health-latest-videos",name:"最新のビデオ",articles:[{class:"columns-1",type:"grid",content:[{image:{src:"assets/images/mufid-majnun-J12RfFH-2ZE-unsplash_684.jpg",alt:"プレースホルダー",width:"684",height:"385"},meta:{tag:{type:"watch",label:"時計"}}},{image:{src:"assets/images/irwan-rbDE93-0hHs-unsplash_684.jpg",alt:"プレースホルダー",width:"684",height:"385"},meta:{tag:{type:"watch",label:"時計"}}},{image:{src:"assets/images/hyttalo-souza-a1p0Z7RSkL8-unsplash_684.jpg",alt:"プレースホルダー",width:"684",height:"385"},meta:{tag:{type:"watch",label:"時計"}}},{image:{src:"assets/images/jaron-nix-7wWRXewYCH4-unsplash_684.jpg",alt:"プレースホルダー",width:"684",height:"385"},meta:{tag:{type:"watch",label:"時計"}}}]}]},{id:"content-health-educational",name:"教育",articles:[{class:"columns-1",type:"grid",display:"grid-wrap",content:[{image:{src:"assets/images/bruno-nascimento-PHIgYUGQPvU-unsplash_448.jpg",alt:"プレースホルダー",width:"448",height:"252"},meta:{tag:{type:"new",label:"新しい"}},text:"バレーボールまたはLaoreetマッサージが時々強化されました。プールまたは酸化防止剤の週末の漫画のメーセナス層。テクノロジーテクニックまたはツアーも選択されています。",url:"#"},{image:{src:"assets/images/brooke-lark-lcZ9NxhOSlo-unsplash_448.jpg",alt:"プレースホルダー",width:"448",height:"252"},meta:{tag:{type:"new",label:"新しい"}},text:"電子レンジが無料で写真があり、時には可変ニンジンがあります。谷はサッカーライオンポットの従業員を設定しました。ミネアポリス・ロレムは大量のサピエンの喉とテレビとまで。アークランニングパフォーマンス。",url:"#"},{image:{src:"assets/images/kelly-sikkema-WIYtZU3PxsI-unsplash_448.jpg",alt:"プレースホルダー",width:"448",height:"252"},meta:{tag:{type:"new",label:"新しい"}},text:"しかし、開発者はール製造はありますが、アークはパフォーマンススカートを嫌いではありません。マグナには顧客のニンジンが強化されています。この地域では、今のところは喉がバリエッドサッカーである整数euチョコレート。無料で。",url:"#"},{image:{src:"assets/images/robina-weermeijer-Pw9aFhc92P8-unsplash_448.jpg",alt:"プレースホルダー",width:"448",height:"252"},meta:{tag:{type:"new",label:"新しい"}},text:"サッカーの時間ターゲットポットプール。寿命マクロソースラシニアの必須ミサ1つ以上。ランニングロケモーリスレンジジャスミンを実現します。テクノロジーチュートリアルプレーヤーの価格またはベッドの価格。素晴らしい妊娠中の男性がたくさんいます。",url:"#"},{image:{src:"assets/images/sj-objio-8hHxO3iYuU0-unsplash_448.jpg",alt:"プレースホルダー",width:"448",height:"252"},meta:{tag:{type:"new",label:"新しい"}},text:"バニー整数はバナナを必要としています現在のタンクは素晴らしいです。これが喉の主な唐辛子です。栄養学部のコンビニエンス開発者をターゲットにしたテレビ。カートンチョコレートの直径はありません。フットボールフットボールの週末は抗酸化物質のモーリスが嫌いです。",url:"#"}]}]},{id:"content-health-fitness",name:"フィットネス",articles:[{class:"columns-wrap",header:"カロリーを燃やします",type:"excerpt",content:[{image:{src:"assets/images/scott-webb-U5kQvbQWoG0-unsplash_150.jpg",alt:"プレースホルダー",width:"150",height:"84"},text:"各矢印唐辛子はあなたの週末の写真です。レイヤーのニンジンの資金調達では、ファシリシはありません。タンクとバニーとして飲むように倒れます。マウス重要なのは、地域の整数でです。"},{image:{src:"assets/images/sven-mieke-Lx_GDv7VA9M-unsplash_150.jpg",alt:"プレースホルダー",width:"150",height:"84"},text:"サッカーは笑顔の弓ではなく、他の誰よりも多様です。バナナ、航空会社のプールはないからです。大衆開発者に現在バレーボールに資金を提供しています。今、サッカー選手への時間、私の非常に喉の人生のバナナ。レシピは常に無料で引っ張ってください。"},{image:{src:"assets/images/geert-pieters-NbpUM86Jo8Y-unsplash_150.jpg",alt:"プレースホルダー",width:"150",height:"84"},text:"学部の飲み物は、男性全体の補償です。この十分の道を走っている妊娠中の妊娠。質量ですが、時間のバニーの要素ですが。声明の屋外チョコレートまたは拡張。ウォームアップにももありません."}]},{class:"columns-wrap",header:"ジムのお気に入り",type:"excerpt",content:[{image:{src:"assets/images/boxed-water-is-better-y-TpYAlcBYM-unsplash_150.jpg",alt:"プレースホルダー",width:"150",height:"84"},text:"ランニングから自体はありません。誰もがいない限り、バスケットボールまたはフットボールのジャスミンのパフォーマンス要素。栄養質量の屋外パフォーマンス。ポットまたは開発者のウォームアップ層では、常に存在します。"},{image:{src:"assets/images/jonathan-borba-lrQPTQs7nQQ-unsplash_150.jpg",alt:"プレースホルダー",width:"150",height:"84"},text:"メインワークの補給学部開発者の宿題の悲しいケア。リスクが都合の時に言った。キーボードを必要としないものはありません。ストリートは、各矢印唐辛子ニンジンの週末の写真撮影を行います。"},{image:{src:"assets/images/mr-lee-f4RBYsY2hxA-unsplash_150.jpg",alt:"プレースホルダー",width:"150",height:"84"},text:"しかし、は、週末のメーセナスを持っていることを嫌います。笑い声を上げる学部生。臨床は、マイクの価格漫画を作ってください。直径ニンジンプレーヤー。ポットまたは開発者は常にニブを紹介します。"}]},{class:"columns-wrap",header:"ピラティス",type:"excerpt",content:[{image:{src:"assets/images/ahmet-kurt-WviyUzOg4RU-unsplash_150.jpg",alt:"プレースホルダー",width:"150",height:"84"},text:"大量のウリシーズ、消費者マグナをヘンドレリットする私の男。人生の計画モーリスの賢いジャスミンまたは開発者チョコレート。バニー生態学的な栄養価の高い熱控除可能なルート酸塩の価格まで。"},{image:{src:"assets/images/stan-georgiev-pvNxRUq7O7U-unsplash_150.jpg",alt:"プレースホルダー",width:"150",height:"84"},text:"質量は、地域要素にとって現実的ではありません。醜い大量開発者DUIを実行するピーナッツ。いくつかの唐辛子ニンジンを手に入れるための主流の補給学部開発者。それにもかかわらず、それは多くの関心だけではありません。"},{image:{src:"assets/images/ahmet-kurt-5BGg2L5nhlU-unsplash_150.jpg",alt:"プレースホルダー",width:"150",height:"84"},text:"恐怖のブルプタートフットボールチョコレートトリガーファイナンス樹脂のエネナティス地域。サッカーでは、私の飲み物または執行パスポート各法執行機関。飲み物は、マネージャー全体のウルトリシーです。バナナの瞬間は抗酸化物質のために飲みます。スマートチリの素晴らしいエコロジカルポット航空会社の範囲は存在しません。"}]}]},{id:"content-health-guides",name:"ガイド",articles:[{class:"columns-3-balanced",header:"50歳以降の健康",type:"articles-list",content:[{title:"そして、レシピが常に無料療法のために引っ張るので。",content:"プールの製造がありますが、アークはパフォーマンススカートを嫌いではありません。サッカー開発者のプロパガンダとして、サラダの生態学的な漫画モーリス。どちらもこの地域には多くのことではありません。あなたが嫌うまでパスポートフットボールの写真とサッカー。ライフサピエン栄養居住者サッカー悲しい老年。"},{title:"ニンジン航空会社には、賢い病気や弧の笑い声が必要です。",content:"発酵とケアで妊娠しています。サッカー選手の直径のソリシジン。電子レンジが無料で写真があり、時には可変ニンジンがあります。現在、バレーボールマイクロ波無料。スカート任意またはピーナッツまで。"},{title:"ニシュルニシュルニスタンスニス。",content:"恐怖の滅菌領域から滅菌された領域。レイヤーマクロセットAC。現在ふもとにある。学部の悲しい笑顔またはウォームアップのまでの直径。痛みの病気は、みんなのように揃っている笑顔の弓ではありません。"}]},{class:"columns-3-balanced",header:"健康な心",type:"articles-list",content:[{title:"彼のパートナーを妊娠し、光線と山の大きな押しを引いています。",content:"航空会社の大量IDやサッカーの一部はありません。抗酸化物質がたくさんない限り、何もありません。人生の醜い質量ですが、要素期間。メインロレムでのさまざまな宿題。レシピは常に無料で引っ張ってください。"},{title:"ニンジンになるのに多くの時間だけではありませんが、多くの時間です。",content:"しかし、プロパガンダには、アークがさまざまな宿題をする必要があります。子供はタンクとバニーとして飲み物を引き起こします。時間のバニーの要素ですが、スマイルの価格はよりも。パフォーマンスランニング。現在のSADグレートは、妊娠中の男性の主流です。"},{title:"に直径が拡張されるまで、多くの治療。",content:"滅菌領域の週末の直径ではありません。は今ですが、無料の週末に座ってください。直径の滑ブルプタートまで多くのもの。住民のソースによって滅菌されたソース。"}]},{class:"columns-3-balanced",header:"健康的な消化",type:"articles-list",content:[{title:"一部のティーンエイジャーを恐れます、私の愛する人は気にしません。",content:"メンバーはあなたのプレイヤーチリでもあります。開発者のサッカーの大衆には、チリの漫画層が施行されます。臨床サッカーカートンの要素ニブ楽しいテレビは今ではありません。整数のバレーボール要素の喉にはそうではありません。"},{title:"宿題のウルトレシープールを投資しますが。直径牛肉まで。",content:"ソースは、命のソースのサピエンによって滅菌されます。EUバスケットボールのキャリアサッカープロパガンダの卒業生。バーウェンはサッカーをターゲットにしています。ティーンエイジャーを実行しています。明日はヴェネナティス、しかしサッカーは屋外での調査の矢を持っている必要があります."},{title:"痛みの範囲は、抗酸化物質の現在の要素ではありません。",content:"今、レシピは時々Variusです。非直径ナム製造ロレムセッドスマイルウルトレシー。しかし、枕マイクロ波妊娠局は卒業しました。チョコレートを除くプレイヤーにチリの漫画層が必要です。"}]}]},{id:"content-health-underscored",name:"強調されています",articles:[{class:"columns-2-balanced",header:"これは最初です",type:"grid",content:[{image:{src:"assets/images/drew-hays-tGYrlchfObE-unsplash_336.jpg",alt:"プレースホルダー",width:"336",height:"189"},meta:{tag:{type:"new",label:"新しい"}},text:"さまざまなアルコールドリンクでのチャンピオンシップ。しかし、それは常に局の妊娠中の化粧で笑顔です。非常にマッサージバスケットボールを妊娠しているタンクと執行として飲む。ゲートウェイがソフトな場合のパフォーマンス。さまざまなまたは震えまたはチケットで。",url:"#"},{image:{src:"assets/images/hush-naidoo-jade-photography-Zp7ebyti3MU-unsplash_336.jpg",alt:"プレースホルダー",width:"336",height:"189"},meta:{tag:{type:"new",label:"新しい"}},text:"ジャスミンの価格は大規模で、製造業のレクトゥス・モーリスのバスケットボールを投資します。パッチが醜い開発者。サラダの生態学的順序でチョコレート漫画モーリスが必要になりました。ターゲットを絞ったプロテインバスケットボールですが。",url:"#"}]},{class:"columns-2-balanced",header:"この秒",type:"grid",content:[{image:{src:"assets/images/mathurin-napoly-matnapo-ejWJ3a92FEs-unsplash_336.jpg",alt:"プレースホルダー",width:"336",height:"189"},meta:{tag:{type:"breaking",label:"速報"}},text:"時間ターゲットポットプール。学部生の履歴書として控除可能でない限り、要素。または、ライオンよりも選ばれた人の価格。サッカーのスコアのために明日の学部生がたくさん必要です.",url:"#"},{image:{src:"assets/images/national-cancer-institute-KrsoedfRAf4-unsplash_336.jpg",alt:"プレースホルダー",width:"336",height:"189"},meta:{tag:{type:"breaking",label:"速報"}},text:"矢印いくつかのマレスアダはアルコール寿命を飲みます。重要なのは、ライフマイクロ波プレイヤーCNNです。大衆不動産の宿題の子供たちのパフォーマンス。開発者は常にを紹介していませんが、バレーボールの履歴書もありません。航空会社の大量がないか。",url:"#"}]}]},{id:"content-health-what-to-eat",name:"何を食べれば良いか",articles:[{class:"columns-wrap",header:"低炭水化物",type:"excerpt",content:[{image:{src:"assets/images/kenny-eliason-5ddH9Y2accI-unsplash_150.jpg",alt:"プレースホルダー",width:"150",height:"84"},text:"酵母は鍋に置かれませんでした。震えがないのは嫌いです。これは、著者開発者であっても、超整備です。サッカーの明日の開発者はプロパガンダに住んでいます。"},{image:{src:"assets/images/brigitte-tohm-iIupxcq-yH4-unsplash_150.jpg",alt:"プレースホルダー",width:"150",height:"84"},text:"したいのですが、時間はです。は、補給開発者の栄養住民を強化しました。利便性をキャンセルしますが、執行執行生態学的専門家。"},{image:{src:"assets/images/brooke-lark-oaz0raysASk-unsplash_150.jpg",alt:"プレースホルダー",width:"150",height:"84"},text:"栄養供与者。トマトではありませんでした。航空会社がないよりも直径として。チリのリレーと温度。チョコレートは病気に沿っています。"}]},{class:"columns-wrap",header:"ベジタリアン",type:"excerpt",content:[{image:{src:"assets/images/christina-rumpf-gUU4MF87Ipw-unsplash_150.jpg",alt:"プレースホルダー",width:"150",height:"84"},text:"ただし、この十分の一通りの漫画地域。楽しいこともあれば。"},{image:{src:"assets/images/nathan-dumlao-bRdRUUtbxO0-unsplash_150.jpg",alt:"プレースホルダー",width:"150",height:"84"},text:"明日の谷は常に著者または生涯です。バスケットボールで笑いを走らせて、私の時間の資金調達no。"},{image:{src:"assets/images/maddi-bazzocco-qKbHvzXb85A-unsplash_150.jpg",alt:"プレースホルダー",width:"150",height:"84"},text:"エンティティのバレーボール要素の喉に、または週末に。空腹と醜いバニーですが、時間はurです。"}]},{class:"columns-wrap",header:"朝食",type:"excerpt",content:[{image:{src:"assets/images/brooke-lark-IDTEXXXfS44-unsplash_150.jpg",alt:"プレースホルダー",width:"150",height:"84"},text:"バイヤー最大の移民とバスケットボール。便利なクマの時点で期待して。サラダゼロQuiver直径へ。"},{image:{src:"assets/images/joseph-gonzalez-QaGDmf5tMiE-unsplash_150.jpg",alt:"プレースホルダー",width:"150",height:"84"},text:"が醜い開発者ID調査の笑顔。直径はありません。私は妊娠したアークと温度サッカーのコンバリスジャスミンをチャットしません。"},{image:{src:"assets/images/brooke-lark-GJMlSBS0FhU-unsplash_150.jpg",alt:"プレースホルダー",width:"150",height:"84"},text:"最新のものにも委託がありました。臨床の価格は、マイクの価格漫画を作ってください。"}]}]},{id:"content-health-hot-topics",name:"ホットな話題",articles:[{class:"columns-2-balanced",header:"これは最初です",type:"grid",content:[{image:{src:"assets/images/national-cancer-institute-cw2Zn2ZQ9YQ-unsplash_336.jpg",alt:"プレースホルダー",width:"336",height:"189"},meta:{tag:{type:"new",label:"新しい"}},text:"プロパガンダはさまざまなものでアルコール飲み物をベッドします。コース醜い大衆開発者DUI。Feugiatチョコレートは病気に沿っています。または臨床ゲートは枕ではありません。それはあなたが憎しみの弓を飾りたいと願うことです。必須の航空会社には、痛みの病気や笑顔の弧が必要です。サッカーのハロウィーン、私の飲み物またはバニー。",url:"#"},{image:{src:"assets/images/national-cancer-institute-GcrSgHDrniY-unsplash_336.jpg",alt:"プレースホルダー",width:"336",height:"189"},meta:{tag:{type:"new",label:"新しい"}},text:"震えの質量。ジャスミンを嫌いますが、顧客まで学部の直径を嫌います。今はソフトですが、それは常に局の笑顔です。今、それはフットボール選手の直径のケア時間です。トマトの学部開発者の宿題タンクの多く。",url:"#"}]},{class:"columns-2-balanced",header:"この秒",type:"grid",content:[{image:{src:"assets/images/national-cancer-institute-SMxzEaidR20-unsplash_336.jpg",alt:"プレースホルダー",width:"336",height:"189"},meta:{tag:{type:"breaking",label:"速報"}},text:"そして、人生の開発者は常に人のベッドです。どちらでもない大衆の航空会社。しかし、サッカー、私の飲み物、または執行宿題の喉は醜いです。開発者ID調査では、恐怖の前でSmile feugiat。ビューロー妊娠中のメイクアップそれぞれまたはシリアルプロパガンダ。プロパガンダは、アークがさまざまな宿題をする必要があります。",url:"#"},{image:{src:"assets/images/national-cancer-institute-L7en7Lb-Ovc-unsplash_336.jpg",alt:"プレースホルダー",width:"336",height:"189"},meta:{tag:{type:"breaking",label:"速報"}},text:"または支払った選択。ニンジンが強化されました。非直径ナム製造ロレムセッド笑い。門脈プールの嘆き層温度。サッカーは現在、子供のニンジン航空会社の喉です。または醜い今はロレムが必要です。予約済みマイクロ波無料。",url:"#"}]}]},{id:"content-health-paid-content",name:"有料コンテンツ",articles:[{class:"columns-4-balanced",type:"preview",content:[{image:{src:"assets/images/dom-hill-nimElTcTNyY-unsplash_336.jpg",alt:"プレースホルダー",width:"336",height:"189"},title:"フットボールサラダ素晴らしいウォームアップワークの人生。は大きく、製造業を卒業しました。必須の利便性リレーなし。"}]},{class:"columns-4-balanced",type:"preview",content:[{image:{src:"assets/images/sarah-dorweiler-gUPiTDBdRe4-unsplash_336.jpg",alt:"プレースホルダー",width:"336",height:"189"},title:"ヌラム車は、学校のコースからの訪問時の車両。地域の要素のために、生命とライオンの宿題の矢印。栄養開発者のニーズはありません。"}]},{class:"columns-4-balanced",type:"preview",content:[{image:{src:"assets/images/icons8-team-k5fUTay0ghw-unsplash_336.jpg",alt:"プレースホルダー",width:"336",height:"189"},title:"開発者、および。最大の一部のマスカラニブで。サッカーだが妊娠中のチリ。エロスのプレイヤーでは、サピエンのヘアスタイルですが、恐怖のために時間を嘆きます。"}]},{class:"columns-4-balanced",type:"preview",content:[{image:{src:"assets/images/jessica-weiller-So4eFi-d1nc-unsplash_336.jpg",alt:"プレースホルダー",width:"336",height:"189"},title:"それは資金調達でしたが、パフォーマンスでしたが、ゲートでした。ヌラムと唐辛子の温度。臨床IDの価格。質量は、地域要素にとって現実的ではありません。"}]}]}]}},D_={home:{name:"الصفحة الأمامية",url:"/",priority:0,notification:{name:"cookies",title:"هذاالموقعيستخدمالكوكيز 🍪",description:"نحن نستخدم ملفات تعريف الارتباط لتحسين تجربتك على موقعنا ولإظهار المحتوى الأكثر ملاءمة لك. لمعرفة المزيد ، يرجى قراءة سياسة الخصوصية وسياسة ملفات تعريف الارتباط الخاصة بنا.",actions:[{name:"يلغي",priority:"secondary",type:"reject"},{name:"يقبل",priority:"primary",type:"accept"}]},sections:[{id:"content-frontpage-breaking-news",name:"أخبار عاجلة",articles:[{class:"columns-3-narrow",header:"غير خاضعة للرقابة",url:"#",image:{src:"assets/images/isai-ramos-Sp70YIWtuM8-unsplash_336.jpg",alt:"عنصر نائب",width:"336",height:"189"},meta:{captions:"الصورة التي التقطها شخص ما."},title:"الاستهداف الآن ، موز الحياة الحلق للغاية.",type:"text",content:`الرجاء أعضاء كرة القدم كقوة كرة قدم.لكن الوقت هو جرة وجع.مجموعة غير من الفلفل الحار.عنصر الحياة الآن ولكن أعضاء كرة القدم في الهواء الطلق.في أي رعاية لسهم سريري.آخر ما تريد دعاية مطوري كرة القدم البيئية السلطة في بعض الأحيان.الاستهداف الآن ، موز الحياة الحلق للغاية أو .الآن مسح الحياة في الحلق. بشكل السفن ما يتم. جدول الإمداد أن جُل, هو دون اتفاقية باستحداث الدولارات. فقد في وشعار الأمريكي. اكتوبر بتطويق ليرتفع الى قد, غير بالرغم أفريقيا إستيلاء في. وحرمان باستخدام و لها, أن يعبأ بمباركة ولم, ان ومضى الجوي تحرّك حول.`},{class:"columns-3-wide",header:"المزيد من القصص العليا",url:"#",image:{src:"assets/images/nasa-dCgbRAQmTQA-unsplash_684.jpg",alt:"عنصر نائب",width:"684",height:"385"},meta:{captions:"الصورة التي التقطها شخص ما.",tag:{type:"breaking",label:"كسر"}},title:"فقط بحاجة إلى كرة قدم رائعة لأعمال الاحماء ، ولا تتغذى على القطر.",type:"text",content:`لان وتنصيب والفلبين التبرعات إذ. المواد وهولندا، إذ كلّ, دار السيطرة والكساد لم. عدد لم اللا الثالث استعملت, ذات من ويتّفق معاملة. قائمة معارضة قبل ما. قد الجو وهولندا، فقد. أخذ إذ كانتا وبالرغم, يبق هو مرجع ليركز ويكيبيديا،. جُل الفترة الأرواح ثم, بشكل وصغار غير بل, قام عل وباءت المسرح الجنوبي. @@ -116,4 +116,4 @@ Integer vitae justo eget magna fermentum iaculis eu non. Sollicitudin ac orci ph لليابان بمعارضة ما وقد, مئات أحدث لإنعدام هو حتى. مرجع يتبقّ بتخصيص الا ما, إجلاء عسكرياً أم عدم. إعادة الأوضاع أم قبل, المتحدة ولاتّساع بريطانيا لم شيء. شيء هناك أدنى إبّان عن. يبق أن تزامناً الأراضي لبلجيكا،, لكل و مكّن وشعار الثقيلة. و اللا وبعدما الربيع، أسر, بين في جسيمة للصين الأوروبيّون, يعبأ المدن الشتوية نفس كل.`}]},{id:"content-opinon-trending",name:"الشائع",articles:[{class:"columns-wrap",header:"حول العالم",type:"excerpt",content:[{image:{src:"assets/images/dibakar-roy-K9JwokzSvrc-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"إيو كل وباءت وبداية الضغوط, بحشد تجهيز حدى بـ. قد معقل عجّل الساحلية حيث, دون ما والحزب الفترة. أن الأمور البشريةً دار, مع أمّا أخرى الطرفين فقد. و كرسي الثقيل جعل. تعد بولندا، إستيلاء أي, عل جيوب الوراء العمليات ذلك. حاملات إتفاقية وبلجيكا، ٣٠ فقد, بقسوة سبتمبر وايرلندا جهة ما."},{image:{src:"assets/images/anatol-rurac-NeSj0i6HLak-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"من هذه بقصف ومحاولة لبولندا،, أوروبا معارضة الفرنسي نفس إذ. كل مدن تشكيل اتّجة, و حتى وجزر الآخر, وتم لإعلان الثقيلة الواقعة كل. هذا هو المارق ويتّفق, هو عسكرياً الإثنان شيء. لكل ارتكبها المتساقطة، ثم, عل حتى حصدت وصافرات. قد ثمّة واحدة واتّجه ذلك."},{image:{src:"assets/images/anatol-rurac-b5t2lqeCGfA-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"ثم فكان وبولندا التغييرات بال, أخذ للجزر الخطّة الإنذار، ما. فعل كل بشرية وايرلندا, بـ حول وقرى حادثة والنرويج. وفي ودول العالمي العاصمة عل. جعل بـ لغزو إحتار واعتلاء."}]},{class:"columns-wrap",header:"يدعم",type:"excerpt",content:[{image:{src:"assets/images/neil-thomas-SIU1Glk6v5k-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"وبدون الصفحات بها في, جيوب وبعد مكن عن. وسفن الستار النزاع وقد بل. وفي عن فرنسا واتّجه المنتصر, ان الأحمر وتنامت تلك. الثالث والفرنسي وصل بل, كل تحرّك المارق عدم. ٣٠ ومن ودول العصبة المواد, عجّل أراض ٣٠ وفي. ودول الواقعة الدنمارك بحث بـ, هذا بالعمل والفرنسي ٣٠."},{image:{src:"assets/images/jon-tyson-ne2mqMgER8Y-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"بل لان الله المجتمع, لمّ ثم غضون ليركز. أم الدول طوكيو بلديهما يكن, أعلنت وصافرات وفي كل, أحدث العالمي عل كلّ. أم عدم مسارح للصين عملية, حصدت الثقيلة لمّ أم. الله الطريق عل كلا, ٣٠ وقد حقول ميناء والعتاد. دفّة ألمّ الإمتعاض بـ حين. استبدال وقدّموا والنرويج تلك تم, للصين الشتوية فصل أي."},{image:{src:"assets/images/nonresident-nizUHtSIrKM-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"وصل أن بحشد أساسي, وبدأت الأمم واشتدّت جهة ما. الحرة بينما الإثنان أن يبق. ضرب ان دخول تشكيل الانجليزية, القوى المشترك بمباركة ثم فعل. كل دار أفاق أوسع, نفس عل قادة الثانية الشّعبين."}]},{class:"columns-wrap7",header:"تعرف أكثر",type:"excerpt",content:[{image:{src:"assets/images/alev-takil-fYyYz38bUkQ-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"كل السبب وتزويده حين, حقول الطريق وحرمان كل فقد. ما لان عُقر قتيل، أوراقهم. والقرى الشهير مع أسر, انه حاول مكّن بالفشل عل, مدن و وسمّيت الثانية. مقاومة الساحل لليابان أن كلا, يرتبط استعملت بل وقد. يتم جيما وجزر أم, و بال أمام الأوروبي الأوروبية،. لم أخذ إعمار واتّجه."},{image:{src:"assets/images/bermix-studio-yUnSMBogWNI-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"في كلّ تعداد وزارة اعتداء, إذ فقد أطراف والمانيا. دنو ٣٠ خطّة وصافرات. كلا بأضرار تكتيكاً بـ. إذ كثيرة اليابانية قبل, ٣٠ أسر بتطويق وايرلندا وبريطانيا. أخر غريمه وتنصيب المعاهدات أي, هنا؟ فشكّل والإتحاد أم وتم, ولم أن الله وصغار استطاعوا."},{image:{src:"assets/images/pierre-bamin-lM4_Nmcj4Xk-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"كل بين للصين لفرنسا. لبلجيكا، التقليدية مع ومن, تسبب وتتحمّل عن ذات. كل عرض الشمل لتقليعة. فصل لكون ديسمبر ثم, مع أعلنت واُسدل ذات. لان كل تصفح وأزيز الثانية, حيث غرّة، ويتّفق بريطانيا تم, الهادي والنرويج شيء كل. و حتى لكون كانتا, فعل سابق أملاً العناد عن, بلديهما للإتحاد والمعدات وتم ما."}]}]},{id:"content-opinion-think-about-it",name:"فكر في الأمر",articles:[{class:"columns-3-balanced",header:"الصحة النفسية",image:{src:"assets/images/matthew-ball-3wW2fBjptQo-unsplash_448.jpg",alt:"عنصر نائب",width:"448",height:"252"},meta:{captions:"الصورة التي التقطها شخص ما."},title:"ومطورين الحياة الذين تخرجوا دائمًا في أي وقت من الأوقات.ليس أكثر من قطعة من فكي التدليك في بعض الأحيان يضع لوريم ..",type:"list",display:"bullets",content:[{content:"بوابة معرف التصوير الفوتوغرافي الماكرو تعقيم غدًا ، ولكن كرة القدم.لا يوجد أي كرة قدم تصنيع يركض ضحكًا في كرة السلة.",url:"#"},{content:"يرجى القيام بأي مطورين جماعيين تمويل الآن.قط ، ولكن لسيناريو سحب الموز.",url:"#"},{content:"شرب الكحول عناصر الحياة الدردشة.أي شخص له يشدد على كرة السلة الحامل الإكلينيكي للاستثمار.",url:"#"},{content:"من هو تخمير الشوكولاته الكرتون. غدًا ، لكن كرة القدم تحتاج إلى مسح في الهواء الطلق.",url:"#"}]},{class:"columns-3-balanced",header:"حياة أفضل",image:{src:"assets/images/peter-conlan-LEgwEaBVGMo-unsplash_448.jpg",alt:"عنصر نائب",width:"448",height:"252"},meta:{captions:"الصورة التي التقطها شخص ما."},title:"ضع مدخل محاضرة كرة السلة.الفول السوداني في سياق القداس المدرسي.",type:"list",display:"bullets",content:[{content:"في هذه الدورة التدريبية ، فإن مجموعة التغذية هي مطور التغذية.لكنني تخرجت من في بعض الأحيان.",url:"#"},{content:"كرة السلة الفول السوداني في الجري المطورين الديمقراطيين القبيح.وقتي التمويل لا التغذية.",url:"#"},{content:"مسح الحياة الحنجرة جدا أو هو.المراهقون حتى يضعفوا السهام أو الأسهم.",url:"#"},{content:"في هذا المسار من الشارع.السعر الجذاب السهام بعض تشرب الكحول.",url:"#"}]},{class:"columns-3-balanced",header:"الاختيار الصحيح",image:{src:"assets/images/vladislav-babienko-KTpSVEcU0XU-unsplash_448.jpg",alt:"عنصر نائب",width:"448",height:"252"},meta:{captions:"الصورة التي التقطها شخص ما."},title:"الحلق أو الموظف والاتحاد الأوروبي.بالنسبة للجزر المعقم وعاء الجري تحتاج الآن كرتون الشوكولاتة.",type:"list",display:"bullets",content:[{content:"مجموعة من جرة من الفلفل الحار الذكي.يحتاج إلى الكثير من المرح غدا الجامعة ل.",url:"#"},{content:"موظف الأسد في مضادات الأكسدة لكرة القدم.كانت المخاوف في وقت الراحة الدببة.",url:"#"},{content:"لا تكره تنورة الأداء في أي ابتسامة ولكن لحوم البقر.",url:"#"},{content:"فقط حتى الضعف القطر.عنصر الأداء ما لم يكن أي خصم.",url:"#"}]}]},{id:"content-opinion-latest-media",name:"أحدث الوسائط",articles:[{class:"columns-1",type:"grid",content:[{image:{src:"assets/images/daniel-staple-N320vzTBviA-unsplash_684.jpg",alt:"عنصر نائب",width:"684",height:"385"},meta:{tag:{type:"watch",label:"يشاهد"}}},{image:{src:"assets/images/clem-onojeghuo-DoA2duXyzRM-unsplash_684.jpg",alt:"عنصر نائب",width:"684",height:"385"},meta:{tag:{type:"watch",label:"يشاهد"}}},{image:{src:"assets/images/egor-myznik-GFHKMW6KiJ0-unsplash_684.jpg",alt:"عنصر نائب",width:"684",height:"385"},meta:{tag:{type:"watch",label:"يشاهد"}}},{image:{src:"assets/images/trung-thanh-LgdDeuBcgIY-unsplash_684.jpg",alt:"عنصر نائب",width:"684",height:"385"},meta:{tag:{type:"watch",label:"يشاهد"}}}]}]},{id:"content-opinion-in-case-you-missed-it",name:"في حال فوته على نفسك",articles:[{class:"columns-3-balanced",header:"الأفكار النقدية",image:{src:"assets/images/tingey-injury-law-firm-9SKhDFnw4c4-unsplash_448.jpg",alt:"عنصر نائب",width:"448",height:"252"},meta:{captions:"الصورة التي التقطها شخص ما."},title:"وقت كرة القدم معرف الوعا غدا ماتيس الآن ولكن.",type:"list",content:[{content:"طلب كرة القدم الآن الكثير من المسرحيات في الكثير من المرح."},{content:"الأهم من ذلك المطور مثل الجزر الفلفل الحار الحداد تعقيم."},{content:"الاتحاد الأوروبي عطلة نهاية الأسبوع الكراهية مضادات الأكسدة موريس الكثير من القداس."},{content:"لأمريكية ما. السيطرة للإتحاد لبولندا، بل فقد. وحرمان الهادي المزيفة يبق ما."}]},{class:"columns-3-balanced",header:"التفكير النقدي",image:{src:"assets/images/tachina-lee--wjk_SSqCE4-unsplash_448.jpg",alt:"عنصر نائب",width:"448",height:"252"},meta:{captions:"الصورة التي التقطها شخص ما."},title:"الأداء إذا كانت بوابة لورم لينة بعضها كأسد مبتكر.",type:"list",content:[{content:"لمضادات الأكسدة الحوامل أو الوادي من."},{content:"للجزر بريطانيا، تعد هو. أما أراض إعلان كل, إبّان أسابيع كل عدد, دار جورج"},{content:"جُل بـ بزمام الأسيوي, إذ يبق وشعار يتبقّ, به، مشارف مواقعها هو. لم مليون المعاهدات"},{content:"مع. لم بداية لإعلان بين, ضرب أفاق شاسعة الإيطالية هو. لك"}]},{class:"columns-3-balanced",header:"الإجراءات الحرجة",image:{src:"assets/images/etienne-girardet-RqOyRtYGhLg-unsplash_448.jpg",alt:"عنصر نائب",width:"448",height:"252"},meta:{captions:"الصورة التي التقطها شخص ما."},title:"وقال إلزامي العلاج بالجزر حتى القطر.",type:"list",content:[{content:"كان الخوف في وقت الراحة رقعة من التصنيع."},{content:"في اللاعبين فقط كرة السلة الشوكولاتة كرة القدم.الخميرة والرعاية والمغذية السريرية."},{content:"من أجل أخذ بعض الجزر الفلفل الحار الحداد المعقم مع تخرج مع بيئية كبيرة."},{content:"كرة القدم هي الآن الحلق من الأطفال.حنجرتي للغاية من الحياة والمسح أو."}]}]},{id:"content-opinion-environmental-issues",name:"القضايا البيئية",articles:[{class:"columns-3-balanced",header:"الاحتباس الحرارى",type:"articles-list",content:[{title:"عجّل أراض الواقعة عدد في, طوكيو الأراضي التخطيط الا إذ. قبل ان ليرك",content:"دون الفترة واستمرت بالتوقيع قد, إبّان استدعى ألمانيا الى ثم. هو التاريخ، التقليدية دنو. تعد ما حكومة الأهداف, الى جيوب المحيط أم, أسر بـ تحرّكت الربيع،. في انه دارت العناد لبلجيكا،, إيو أدنى قائمة كنقطة أم, ٣٠ الا الساحل واندونيسيا،"},{title:"الحياة القبيحة للحياة ولكن عنصر الوقت الأرنب ولكن ابتسم.",content:"من دول استعملت المتاخمة, يبق ثم دخول تجهيز القوى. ان حول لأداء ألمانيا. فرنسية الثقيلة ويكيبيديا، أسر لم, وصل عالمية الساحل ايطاليا، مع. ٢٠٠٤ وبالرغم الثقيلة وقد ٣٠, لان مع اتفاقية مليارات. سقطت بالجانب وباستثناء قد جُل, أخر جيما الأحمر ٣٠. هو كلا قدما أطراف."},{title:"منطقة مكياج التغذية مطوري كرة القدم درجة الحرارة.إلغاء ولكن غد كرة القدم قوس.",content:"لم مكن جيوب بلديهما. فهرست المضي مع حول. عقبت بالفشل وأكثرها مدن ثم, مع دول بينما للسيطرة استراليا،. قد يبق تغييرات الدّفاع, ودول استدعى الا هو, بال لم أجزاء الضغوط الخاصّة."}]},{class:"columns-3-balanced",header:"إعادة التدوير",type:"articles-list",content:[{title:"الأرض معرف البروتين معرف الكحول.",content:"المزيفة عسكرياً بحق و. الأمم عسكرياً ويكيبيديا و بال, ديسمبر عسكرياً إذ شيء. دون لم الأجل مقاطعة مليارات, ذلك خلاف المنتصر الاندونيسية بـ. حصدت الفرنسي أخذ و. لمّ لأداء معاملة بـ."},{title:"كرتون الشوكولاتة موريس في بعض النظام البيئي للسلطة.",content:"الدمج الأثنان بالتوقيع كل بال. بعض عليها التبرعات من, هامش فكانت التغييرات بل فقد. ا السادس دون ما, دار بل أعلنت بالحرب بولندا،. قد سكان تكتيكاً الولايات هذا, بل وتم وترك فبعد وبدأت. دول لهيمنة ماليزيا، اليابانية بل."},{title:"تمويل القطط الشوكولاتة الشوكولاتة الجذابة.ليس أكثر من رقعة تدليك الحلق في بعض الأحيان.",content:"الذود التنازلي وبالتحديد، لم ضرب. ولم أم بلاده واستمر والروسية, نقطة الضغوط بل هذا. أي مكن واتّجه وباستثناء بالمطالبة, بقيادة بمعارضة والكوري كما ٣٠. بها ٠٨٠٤ وصغار و, مع بقصف كرسي ومحاولة يبق. حصدت الوراء اوروبا على من, قد قام جمعت العالم. هناك لهذه الخاسر جُل بـ."}]},{class:"columns-3-balanced",header:"أبحاث جديدة",type:"articles-list",content:[{title:"ليس أكثر من قطعة من الحلق التدليك.",content:"بلا الطرفين للسيطرة عل. أم الى فاتّبع الأهداف وانتهاءً, عرض أي بالعمل وسمّيت. مع ذات قررت بالولايات, ان القادة الولايات وبريطانيا عرض. أي سقوط وبدون واندونيسيا، حول, أن ولم تونس لبولندا،, وبداية الثقيلة المؤلّفة أخر في."},{title:"الكثير من مطور المرحلة الجامعية.لوريم ولكن ابتسامة الموجات فوق الصوتية حزينة لا مسح.",content:"وانهاء الوزراء ثم وقد, تحرّكت وسمّيت الأبرياء لان لم. القادة ليتسنّى على كل. ٣٠ به، جزيرتي النزاع بالمحور. جعل الضغوط السيطرة لم. الهادي وسمّيت التحالف دون أي, بـ لان لعدم أخرى الحكومة. مكن الدنمارك ايطاليا، الشّعبين و, فعل فقامت الشمل ٣٠. إذ مرمى تحرير والقرى دول, تصرّف إعلان الواقعة مع حدى, أم غينيا الشطر انتباه عرض."},{title:"تم خلاف الأسيوي أسر, ضرب ووصف علاقة استبدال عل, وت",content:"بحث بـ هنا؟ اقتصادية, ضرب اكتوبر الأمريكية ثم. حول وترك وبداية اليميني أي, وبحلول الثقيل الواقعة ثم يكن. مع حصدت وبدأت مساعدة الا, دنو إعادة اللازمة وبريطانيا قد. رئيس وقوعها، ألمانيا بحق إذ, أم الى جيوب وإيطالي, تم وفي أعمال الصعداء."}]}]},{id:"content-opinion-underscored",name:"يؤكد",articles:[{class:"columns-2-balanced",header:"هذا أولا",type:"grid",content:[{image:{src:"assets/images/alexander-kirov-YhDJXJjmxUQ-unsplash_336.jpg",alt:"عنصر نائب",width:"336",height:"189"},meta:{tag:{type:"new",label:"جديد"}},text:"٣٠ وقدّموا الجنرال بحق. و هذا تجهيز والحزب سنغافورة, عرض لم فكان مكثّفة الأولية. ميناء عسكرياً الأهداف حدى تم, ما وحتى مساعدة بالحرب جهة. أضف كل الأول الدّفاع. هو وصغار الصفحات شيء. تحرّك الشمل قد حيث. دون كل ماشاء الأبرياء.",url:"#"},{image:{src:"assets/images/paola-chaaya-QrbuLFT6ypw-unsplash_336.jpg",alt:"عنصر نائب",width:"336",height:"189"},meta:{tag:{type:"new",label:"جديد"}},text:"لان الدمج كثيرة وإيطالي كل. بعد الأخذ استرجاع أي. القادة وأكثرها وحلفاؤها فعل من. مرجع اليها ذات أم, أم تلك غضون تكاليف.",url:"#"}]},{class:"columns-2-balanced",header:"هذا الثاني",type:"grid",content:[{image:{src:"assets/images/sean-lee-hDqRQmcjM3s-unsplash_336.jpg",alt:"عنصر نائب",width:"336",height:"189"},meta:{tag:{type:"breaking",label:"كسر"}},text:"أدوات الإقتصادي أي تحت, وفي نقطة تحرير التحالف بـ. كل بحق بريطانيا، الأوروبيّون, يبق مرمى غضون واستمر أي. أم لان الستار ديسمبر. بل لإعادة الطريق الخاطفة أخذ.",url:"#"},{image:{src:"assets/images/nathan-dumlao-laCrvNG3F_I-unsplash_336.jpg",alt:"عنصر نائب",width:"336",height:"189"},meta:{tag:{type:"breaking",label:"كسر"}},text:"لم أخذ فهرست وإيطالي أوراقهم. حيث و الدمج الإكتفاء, بها هو منتصف وتزويده. لها قررت ومطالبة والروسية ما, يذكر ليبين الجنرال حتى تم. عدم وتزويده العالم، تم, بعد موالية الشتوية مع.",url:"#"}]}]},{id:"content-opinon-what-matters-most",name:"أكثر مايهم",articles:[{class:"columns-wrap",header:"مناقشة",type:"excerpt",content:[{image:{src:"assets/images/tatjana-petkevica-iad-dMBDdoo-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"يكن بل بسبب تعديل إعادة, أخر مكثّفة استدعى الطرفين في. ما مهمّات استدعى وباستثناء انه, هو تحت استبدال للحكومة. فصل أن جيما الأولى الشمال, أي ليبين الصفحة اليابان بلا. عن سياسة بالجانب حدى, لم ضرب مدينة وباءت الخاسر. لهيمنة الدنمارك ٣٠ وفي. حدى ما هُزم إعادة, أسر كنقطة الصين استمرار لم, حالية بوابة معزّزة وفي قد."},{image:{src:"assets/images/nathan-cima-TQuq2OtLBNU-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"أوسع يتعلّق هو لكل, هو واتّجه وحرمان لان, ومن الجنرال والمعدات أم. من أمام تاريخ أما. حقول بينما والقرى أن ومن, ثمّة الثقيل واقتصار جعل أي, كلّ حلّت غضون بل. قد الخطّة البرية بمعارضة بال, قبل يرتبط بتخصيص بـ."},{image:{src:"assets/images/artur-voznenko-rwPIQQPz1ew-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"غير بشرية الخارجية من, فمرّ لمحاكم مساعدة عدد قد. عن حيث وبحلول الضروري. من الله الصين الا. وحرمان تزامناً أم عرض. واستمرت واقتصار الفرنسي عدد هو, قام والتي استبدال وأكثرها من. جنوب مهمّات انتباه كلا مع."}]},{class:"columns-wrap",header:"هل تستحق ذلك؟",type:"excerpt",content:[{image:{src:"assets/images/zac-gudakov-wwqZ8CM21gg-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"بداية ترتيب الشرقي حول قد. مع حدى بشكل مسرح يتبقّ, ثم العالم شموليةً يتم. كان تُصب الضروري أن, من لمّ كانت فهرست. ثم لمّ شعار أملاً. أم بحق ٢٠٠٤ أمّا السبب, أملاً أوراقهم لها عن, حتى بـ الغالي والنفيس. دأبوا بالرغم وسمّيت عل أخر, يكن هو وشعار وسمّيت المتاخمة, جُل بـ مارد حاملات بالجانب."},{image:{src:"assets/images/pat-whelen-68OkRwuOeyQ-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"و ٠٨٠٤ حكومة السفن دنو, يتم من لكون أدوات بالرّد. احداث أعمال كل عدم, مع ووصف وصغار فهرست تلك, بقعة غضون بداية ضرب عل. دنو تاريخ الربيع، استطاعوا مع, أي وسمّيت التاريخ، عرض. العالم، مليارات ايطاليا، إذ وقد, إحتار غينيا المبرمة لم ومن. عل عقبت لعملة الأولية قبل, به، وعُرفت التغييرات كل. يتم كل الصفحة الساحة الأوضاع, بال أكثر الإتحاد لم, قبل أن عملية الشهيرة مواقعها. خلاف أوروبا واقتصار كلا من, مكن في تعداد الحدود تكتيكاً."},{image:{src:"assets/images/tania-mousinho-YlpfE9uCakE-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"دون عن لغات المضي السيطرة, يرتبط الأوروبيّون جهة ان, غير الدنمارك الإنذار، بـ. جعل من حقول مواقعها, المعاهدات الاندونيسية دون في. في غير أواخر إنطلاق رجوعهم. تم بها قدما لأداء الأراضي, عرفها وإعلان الإتحاد من انه. ٣٠ لغات ضمنها كلّ, أم بين ألمّ مقاطعة, الأخذ معارضة بمباركة ما مما. بلا عن غينيا الضغوط للحكومة, جعل عالمية الطريق أن, بعد فبعد السيء لم."}]},{class:"columns-wrap",header:"افعل ذلك",type:"excerpt",content:[{image:{src:"assets/images/maksym-kaharlytskyi-Y0z9MyDsrU0-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"أي مكن وقبل الإتحاد, بشرية سبتمبر العظمى تم حدى. قد بشرية مدينة الجديدة، نفس. تم يبق تكتيكاً الصفحات. ماشاء للإتحاد بالإنزال بل هذه."},{image:{src:"assets/images/maja-kochanowska-EiJQdDI_t_Y-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"أسر بل دفّة المواد مليارات. الا أن عقبت الخاطفة, لفشل إعمار أن على, إستعمل الخارجية وفي عل. ٣٠ تعد غينيا ولكسمبورغ المتساقطة،, حتى نقطة غريمه السبب بل. كلّ تونس الجوي و. وصغار ليبين وتم من, أسر هو مسارح الفترة العالم،. ضمنها إيطاليا لم وتم, دارت والكوري بعض ان, ومن كُلفة ارتكبها بل."},{image:{src:"assets/images/patti-black-FnV-PjAYHCI-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"عقبت غرّة، أخر ما. و بمحاولة التحالف أخذ. تلك أم شواطيء بتخصيص اسبوعين, الصفحة شموليةً والنفيس تم فصل. بل أما ٢٠٠٤ السادس الإثنان."}]}]},{id:"content-opinion-hot-topics",name:"مواضيع مثيرة",articles:[{class:"columns-2-balanced",header:"هذا أولا",type:"grid",content:[{image:{src:"assets/images/rio-lecatompessy-cfDURuQKABk-unsplash_336.jpg",alt:"عنصر نائب",width:"336",height:"189"},meta:{tag:{type:"new",label:"جديد"}},text:"لم ولم بوابة الأخذ بمحاولة, حيث بل هناك مسؤولية. يرتبط أوروبا الثانية ثم تحت, أن تحرّك حادثة بحق, وجزر الأخذ استرجاع و فقد. بـ تحت طوكيو جديداً, كل انه بقصف اعتداء. مرجع المارق إذ أضف, وصل وقامت ممثّلة يتعلّق أم, ان جُل بالولايات الأوروبيّون. كلّ بل للصين العالم،. من أدوات تكاليف بمحاولة كان.",url:"#"},{image:{src:"assets/images/declan-sun-misAHv6YWkI-unsplash_336.jpg",alt:"عنصر نائب",width:"336",height:"189"},meta:{tag:{type:"new",label:"جديد"}},text:"من أسر فسقط والحزب بالتوقيع, وتم وعلى إحتار ٣٠. مع بلاده ابتدعها أخذ, لغزو الإنزال تلك بـ. فهرست الخاسرة مع بلا, ذات مع هاربر مقاومة. من عدم وباءت إتفاقية وبريطانيا. معقل قادة ممثّلة و دون, و جمعت الدمج المؤلّفة دول, قد يتم والقرى تغييرات. بداية ألمانيا هو مما, فعل الساحة والفرنسي ثم. قد كُلفة وبولندا يبق.",url:"#"}]},{class:"columns-2-balanced",header:"هذا الثاني",type:"grid",content:[{image:{src:"assets/images/astronaud23-ox3t0m3PUqA-unsplash_336.jpg",alt:"عنصر نائب",width:"336",height:"189"},meta:{tag:{type:"breaking",label:"كسر"}},text:"بال من شمال أوزار وعُرفت, نفس وقامت واستمرت الأثناء، ان, تصرّف حاملات والنرويج أي نفس. ثم بقسوة ويكيبيديا، جعل, لعملة المعاهدات مكن أم. بال اتّجة الجنوب محاولات أي, إختار تحرّكت من فصل. ومن بشرية المؤلّفة بالمطالبة عل, يقوم الجنود وبالرغم ٣٠ دنو.",url:"#"},{image:{src:"assets/images/markus-spiske-lUc5pRFB25s-unsplash_336.jpg",alt:"عنصر نائب",width:"336",height:"189"},meta:{tag:{type:"breaking",label:"كسر"}},text:"عدد فقامت قتيل، التحالف ان, من حتى وسوء الجنوب استطاعوا. بال الخطّة الساحلية و, وأزيز اعتداء وبعدما كان أم. انه قد الأخذ اعتداء. يكن هناك الأراضي الرئيسية من, والقرى الثانية هو بعد, ان كان بتحدّي مشاركة.",url:"#"}]}]},{id:"content-opinion-paid-content",name:"المحتوى المدفوع",articles:[{class:"columns-4-balanced",type:"preview",content:[{image:{src:"assets/images/sabri-tuzcu-kxR3hh0IRHU-unsplash_336.jpg",alt:"عنصر نائب",width:"336",height:"189"},title:"لا فيوليسي نولام مركبة نفسها.الكثير من المرح غدًا في المرحلة الجامعية الأولى لسعر التنفيذ القبيح لكرة القدم.قطر التصنيعالضحك"}]},{class:"columns-4-balanced",type:"preview",content:[{image:{src:"assets/images/cardmapr-nl-s8F8yglbpjo-unsplash_336.jpg",alt:"عنصر نائب",width:"336",height:"189"},title:"سريري سريري سريري سريري.أي شخص له يشدد على كرة السلة الحامل الإكلينيكي للاستثمار."}]},{class:"columns-4-balanced",type:"preview",content:[{image:{src:"assets/images/leon-seibert-Xs3al4NpIFQ-unsplash_336.jpg",alt:"عنصر نائب",width:"336",height:"189"},title:"ومع ذلك ، غد كرة القدم.وظيفية الآ الكثير من الحلق في.لا مركبات.لكن حلق قبيح على كرة القدم ، مشروب بلدي."}]},{class:"columns-4-balanced",type:"preview",content:[{image:{src:"assets/images/sheelah-brennan-UOfERQF_pr4-unsplash_336.jpg",alt:"عنصر نائب",width:"336",height:"189"},title:"موريس الآن الواجب المنزلي ما لم تكن المهنة.مؤلف الدعاية موريس أوغو أو حامل."}]}]}]},health:{name:"صحة",url:"/health",priority:2,sections:[{id:"content-health-trending",name:"الشائع",articles:[{class:"columns-3-balanced",header:"تركيز كامل للذهن",url:"#",image:{src:"assets/images/benjamin-child-rOn57CBgyMo-unsplash_448.jpg",alt:"عنصر نائب",width:"448",height:"252"},meta:{captions:"الصورة التي التقطها شخص ما."},title:"مينيابوليس لوريم حتى كتلة سابين الحلق.",type:"list",content:[{content:"كرة القدم إنفاذ القبيح سعر الجيش الياسمين.معرف الصلصة المعقمة بواسطة صلصة."},{content:"الثانية ثم تحت, أن تحرّك حادثة بحق, وجزر الأخذ استرجاع"},{content:"الجوي و. وصغار ليبين وتم من, أسر هو مسارح الفترة العالم،. ضمنها إيطاليا لم وتم, "},{content:"الجوع والقبيح.يحتاج كتلة الطفل إلى كتلة من الرسوم المتحركة الفلفل الحار."}]},{class:"columns-3-balanced",header:"أحدث الأبحاث",url:"#",image:{src:"assets/images/louis-reed-pwcKF7L4-no-unsplash_448.jpg",alt:"عنصر نائب",width:"448",height:"252"},meta:{captions:"الصورة التي التقطها شخص ما."},title:"ومع ذلك ، فهو يريد أعضاء كرة القدم مثل حياة سلطة كرة القدم.",type:"list",content:[{content:"عرض نقطة والمعدات عن. جديدة الأهداف الإثنان حتى بـ, يتم ثمّة كرسي."},{content:"لأمريكية بل, تكتيكاً الربيع، بين و. إحكام الأوروبية عن مدن"},{content:"عن أواخر إستعمل الطريق وصل. قد وحرمان بمباركة والمعدات جُل"},{content:"ثمّة أساسي الاندونيسية أم هذه. اسبوعين الإمداد الجنوبي بحق عن."}]},{class:"columns-3-balanced",header:"صحية كبار",url:"#",image:{src:"assets/images/esther-ann-glpYh1cWf0o-unsplash_448.jpg",alt:"عنصر نائب",width:"448",height:"252"},meta:{captions:"الصورة التي التقطها شخص ما."},title:"لا يتم تعزيز الشوكولاتة من قبل.",type:"list",content:[{content:"تنورة الأداء الكراهية في أي ابتسامة ولكن الكراهية الجذابة.لا يحتاج إلى أي ميدليسي أيضًا."},{content:"نفسها لوصف اللاعبين أو الدفع.ما لم تتلقى الحياة أكبر قطر في المنطقة."},{content:"الشطر من, كردة تسبب الإتحاد في كلا. أم ليس الأعضاء أو الأعضاء."},{content:"في قطر عطلة نهاية الأسبوع كمنطقة معقمة في كرة القدم الخوف."}]}]},{id:"content-health-latest-facts",name:"أحدث الحقائق",articles:[{class:"columns-3-balanced",header:"المزيد من الحياة ، ولكن أفضل",image:{src:"assets/images/melissa-askew-8n00CqwnqO8-unsplash_448.jpg",alt:"عنصر نائب",width:"448",height:"252"},meta:{captions:"الصورة التي التقطها شخص ما."},title:"ولكن الوقت وعاء والارتجال الكتلة كتلة الكتل.",type:"list",content:[{content:"جعبة أو التذاكر تحتاج الآن.كرة القدم ومن من السادس وصفة شبكة."},{content:"إيو علاقة الوراء, بقيادة الشتوية إيو في. حالية التخطيط تم بعض. اكتوبر وحلفاؤها وبريطانيا دن"},{content:"اضي للأراضي أن, ان بلاده وتنامت مما. بعد في مليون استبدال الإنذار،, لان مع"}]},{class:"columns-3-balanced",header:"في حال فوته على نفسك",image:{src:"assets/images/marcelo-leal-6pcGTJDuf6M-unsplash_448.jpg",alt:"عنصر نائب",width:"448",height:"252"},meta:{captions:"الصورة التي التقطها شخص ما."},title:"أرنب سعر جعبة كبيرة.",type:"text",content:`عُقر الجديدة، الأوروبيّون في فقد, لم سقوط أوزار بتحدّي دار. بحق و استبدال وفنلندا, قِبل أخرى الوزراء عن وفي. في وباءت بالرغم ويكيبيديا دون, من لها أطراف إتفاقية. إذ جهة الشرق، بالولايات. عل عدد اوروبا لليابان, قبل أحكم السبب الأولى و. ثم فصل للحكومة الإتفاقية الاندونيسية, في حيث قامت تشكيل وحلفاؤها. -حين حالية الحكم وانهاء و, ان فبعد الغالي وقد, عل حول وكسبت للأراضي. لمّ حقول والكوري استعملت ثم, ثم ذلك اللا بوابة الأرضية, شرسة جسيمة تصرّف تعد ثم. يتم إذ الآلاف شموليةً, مع فقد وبعض كردة الأثنان. لهذه غريمه بال لم. مما في الشّعبين ويكيبيديا. وقام سليمان، البولندي بل أخر.`},{class:"columns-3-balanced",header:"الفضاء والعلوم",image:{src:"assets/images/nasa-cIX5TlQ_FgM-unsplash_448.jpg",alt:"عنصر نائب",width:"448",height:"252"},meta:{captions:"الصورة التي التقطها شخص ما."},title:"قد, و شعار وبريطانيا حدى. فصل ما لفشل جديداً, قد أمام ",type:"list",display:"bullets",content:[{content:"وبعض المتساقطة، الإقتصادية من مما, مع بحشد مليون إحكام بعض.",url:"#"},{content:"ضرب مايو والتي من. عشوائية الجنرال دار ما, جُل المدن انتصارهم إذ.",url:"#"},{content:"بعد مع وقام تكبّد الإمتعاض, حين دأبوا وكسبت من.",url:"#"},{content:"الأرض كما هو. وفي أوسع أوروبا ليرتفع ٣٠, بـ ومن هامش لأداء",url:"#"}]}]},{id:"content-health-medical-breakthroughs",name:"الاختراقات الطبية",articles:[{class:"columns-3-wide",header:"الاختراعات الجراحية",url:"#",image:{src:"assets/images/national-cancer-institute-A2CK97sS0ns-unsplash_684.jpg",alt:"عنصر نائب",width:"684",height:"385"},meta:{captions:"الصورة التي التقطها شخص ما.",tag:{type:"breaking",label:"كسر"}},title:"هو الكثير من الوقت لفترة طويلة جدا.بالطبع بحاجة الآن إلى كرتون الشوكولاتة موريس في البيئة المنحدرة.",type:"text",content:"عرض أن ألمّ وكسبت, مع يتمكن الجنوب التجارية مما, أم وبعد اللا والقرى دول. دول مكّن الصفحات والفرنسي أم, بحق ٣٠ شاسعة أسابيع معزّزة, دارت الشهيرة على بـ. قد المسرح أوروبا الضروري وقد, شدّت للحكومة حول كل. أما حاول أثره، الإطلاق قد. يتم عن الحكم المحيط مقاومة."},{class:"columns-3-narrow",header:"الرعاية الطبية",url:"#",image:{src:"assets/images/national-cancer-institute-NFvdKIhxYlU-unsplash_336.jpg",alt:"عنصر نائب",width:"336",height:"189"},meta:{captions:"الصورة التي التقطها شخص ما."},title:"غدا دائما هوثتور أو الحياة.أو قبيح الآن بحاجة إلى ألم لوريم ولكن اسحب نفسك الآن.",type:"text",content:"غير بفرض إستعمل ليتسنّى ٣٠, كلّ ديسمبر بالمطالبة ثم. أم تعداد لأداء العالمية الى, هنا؟ أسيا وبالرغم أضف في. تسمّى فهرست باستخدام هذه أي, عن حين غضون مدينة أعلنت, إحتار التجارية الا بل. من رئيس واُسدل شيء, بشكل شمال بشرية بـ جُل, عدم ألمّ الأمم العظمى في. أوسع الستار إتفاقية ذلك أن, في أضف تصفح اكتوبر ابتدعها, ما كلّ لفرنسا وبريطانيا. حول إبّان بتحدّي لبولندا، ما, إذ حيث أراض الربيع، الواقعة. بعد هو الجو نهاية المارق, مكثّفة مقاومة ٣٠ وتم."},{class:"columns-3-narrow",header:"دواء",url:"#",image:{src:"assets/images/myriam-zilles-KltoLK6Mk-g-unsplash_336.jpg",alt:"عنصر نائب",width:"336",height:"189"},meta:{captions:"الصورة التي التقطها شخص ما."},title:"الج المطور الجامعي.إنه يرغب في عدم تعزيز الشوكولاتة فيها.",type:"text",content:"عدم وشعار وحلفاؤها مع, حالية واحدة و كان, قامت فرنسا الأجل لم هذا. عدد عل وباءت الإنذار، التغييرات, عجّل أفاق به، هو, وصل بحشد بقسوة و. في اللا اسبوعين الصينية أسر, تشكيل وتزويده اسبوعين ثم عدد. بل دار شدّت أسيا المشتّتون, فقد ما شعار أدنى, لكون ممثّلة يبق في. قامت الغالي العناد لم نفس, مع وتم ليرتفع واشتدّت والنفيس."}]},{id:"content-health-latest-videos",name:"أحدث مقاطع الفيديو",articles:[{class:"columns-1",type:"grid",content:[{image:{src:"assets/images/mufid-majnun-J12RfFH-2ZE-unsplash_684.jpg",alt:"عنصر نائب",width:"684",height:"385"},meta:{tag:{type:"watch",label:"يشاهد"}}},{image:{src:"assets/images/irwan-rbDE93-0hHs-unsplash_684.jpg",alt:"عنصر نائب",width:"684",height:"385"},meta:{tag:{type:"watch",label:"يشاهد"}}},{image:{src:"assets/images/hyttalo-souza-a1p0Z7RSkL8-unsplash_684.jpg",alt:"عنصر نائب",width:"684",height:"385"},meta:{tag:{type:"watch",label:"يشاهد"}}},{image:{src:"assets/images/jaron-nix-7wWRXewYCH4-unsplash_684.jpg",alt:"عنصر نائب",width:"684",height:"385"},meta:{tag:{type:"watch",label:"يشاهد"}}}]}]},{id:"content-health-educational",name:"تعليمية",articles:[{class:"columns-1",type:"grid",display:"grid-wrap",content:[{image:{src:"assets/images/bruno-nascimento-PHIgYUGQPvU-unsplash_448.jpg",alt:"عنصر نائب",width:"448",height:"252"},meta:{tag:{type:"new",label:"جديد"}},text:"كلّ أن الخاطفة بالرّغم بريطانيا،, الشتاء الشهيرة ان هذا, حقول وإقامة كلّ مع. وبدون المضي الإقتصادية عرض هو. لم العدّ مهمّات أوروبا مما. أي وتم التي الأجل سبتمبر, الى ما فكانت مساعدة. مع الشهير والديون اقتصادية يبق.",url:"#"},{image:{src:"assets/images/brooke-lark-lcZ9NxhOSlo-unsplash_448.jpg",alt:"عنصر نائب",width:"448",height:"252"},meta:{tag:{type:"new",label:"جديد"}},text:"ببعض ولاتّساع جهة أي, إذ الحكومة الإمداد غير. أضف لم كانت تصرّف وفرنسا, عل شمال منتصف الجنوبي تعد. كما ثم وفنلندا الحكومة, تلك و اسبوعين إتفاقية التقليدي. غريمه الأسيوي بل يكن, لان شدّت قِبل واندونيسيا، ان, يبق أعمال مواقعها باستخدام كل. لفشل أمام الإمداد أن وقد, حدى وبعض تسمّى منتصف هو. الأراضي البولندي الأمريكية فقد في, ومن و الأولى ابتدعها.",url:"#"},{image:{src:"assets/images/kelly-sikkema-WIYtZU3PxsI-unsplash_448.jpg",alt:"عنصر نائب",width:"448",height:"252"},meta:{tag:{type:"new",label:"جديد"}},text:"جُل بل تحرّك استعملت. فقد الولايات الإنذار، من, مرمى فمرّ الطرفين ان دنو. للجزر الفترة عن الا, ثم اعلان اليابان، أخر. بل ويعزى ولاتّساع وتم, وقد أي عرفها انتباه. ٣٠ هذه قائمة واُسدل, حتى فقامت ألمانيا مع.",url:"#"},{image:{src:"assets/images/robina-weermeijer-Pw9aFhc92P8-unsplash_448.jpg",alt:"عنصر نائب",width:"448",height:"252"},meta:{tag:{type:"new",label:"جديد"}},text:"تم رئيس أفاق ولم, فعل هو سكان الأوروبية. وجهان العظمى هو كان, إذ دنو الأولى لليابان العمليات. يتسنّى بتطويق الصفحات يكن هو. بعض مئات ونتج اتّجة بل, بل ببعض الأرضية بين. مع تجهيز وتنصيب واستمرت شيء, يتمكن السيطرة مع دار.",url:"#"},{image:{src:"assets/images/sj-objio-8hHxO3iYuU0-unsplash_448.jpg",alt:"عنصر نائب",width:"448",height:"252"},meta:{tag:{type:"new",label:"جديد"}},text:"المضي للسيطرة لبلجيكا، هو الا, تم لها قادة يتعلّق, الثقيل لتقليعة استمرار كلّ و. لها الأولى الصينية بمعارضة عل, غرّة، وقامت عل بحث. ضرب الدمج تاريخ السفن قد, العالمي وقدّموا حيث هو. يكن ثم لغزو استمرار بالتوقيع, مئات وحتى مع مدن. يقوم يتسنّى سليمان، بـ دنو.",url:"#"}]}]},{id:"content-health-fitness",name:"لياقة بدنية",articles:[{class:"columns-wrap",header:"حرق السعرات الحرارية الخاصة بك",type:"excerpt",content:[{image:{src:"assets/images/scott-webb-U5kQvbQWoG0-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"مدن عل جنوب الجوي, عل جدول لتقليعة التجارية عدم. بين ٣٠ علاقة تكتيكاً. يرتبط وأكثرها تم كلا, الا مارد دأبوا العالم ثم. وترك غرّة، بلديهما أخذ قد, هو وبعدما الخاسر كان. تم الى أطراف الحكومة. حتى أي أمّا بهيئة الإطلاق."},{image:{src:"assets/images/sven-mieke-Lx_GDv7VA9M-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"حقول الأولى إذ إيو, معقل الشمال وصل لم. قد وتم ميناء الأولى العالمية, ان حادثة واُسدل انه. ودول قررت الواقعة حول عل. أسر ما وعُرفت للسيطرة, جدول تحرير كلّ لم. يبق أفريقيا الأرضية قد, ثم جدول واُسدل دون."},{image:{src:"assets/images/geert-pieters-NbpUM86Jo8Y-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"استدعى مساعدة ديسمبر حول بل, تلك هو السفن واعتلاء بريطانيا،, أن بشرية الأمريكية ومن. فرنسا اقتصادية الانجليزية بل كلا, أفاق للسيطرة كما في. تحت أي العناد تغييرات وهولندا،, بل بخطوط البرية عدد, عن والحزب معارضة وأكثرها شيء. عرفها وأزيز سبتمبر ان عرض. الأراضي المتاخمة بريطانيا-فرنسا مع بال."}]},{class:"columns-wrap",header:"مفضلات الصالة الرياضية",type:"excerpt",content:[{image:{src:"assets/images/boxed-water-is-better-y-TpYAlcBYM-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"عدد انتصارهم الأوروبية ما, إذ انه بأيدي سليمان، وبولندا, بحث أم بوابة وايرلندا. أم دارت الثالث دول, الدول النفط وتنامت الا بـ, بشرية لأداء الساحة عل يكن. ما لمّ حقول إستعمل بولندا،, على قد وتتحمّل الإحتفاظ. من مما إختار لأداء العدّ, تسبب بداية عدد لم. وإيطالي المؤلّفة عل بال, بعض والتي الصعداء في, غير عن السفن الأوربيين."},{image:{src:"assets/images/jonathan-borba-lrQPTQs7nQQ-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"وتم من شاسعة يتمكن. هو عُقر الحكومة استراليا، حيث, تعد عقبت الصفحة اسبوعين بل. لم شيء وبداية التجارية, هو وقد جزيرتي شموليةً الأوروبي. للصين الضروري عل لها, نفس ثم الشتوية الأسيوي. وصل تم نتيجة الإطلاق. اتفاقية الدولارات ما أخذ, تطوير كنقطة العناد هو بال."},{image:{src:"assets/images/mr-lee-f4RBYsY2hxA-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"ساعة مسؤولية والديون ما لكل, وتم جسيمة والتي الإنذار، أي, حين من أوسع البشريةً التنازلي. ان هذه أدنى وبحلول. لأداء واتّجه لم هذه, أي هامش عرفها المنتصر عدم, قام بل وبالرغم الأرضية لبولندا،. لمّ عرفها غينيا بل, به، كرسي أعلنت تم. مارد بالحرب الحيلولة ٣٠ دون, إيو ليركز للجزر تحرّكت و."}]},{class:"columns-wrap",header:"بيلاتيس",type:"excerpt",content:[{image:{src:"assets/images/ahmet-kurt-WviyUzOg4RU-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"قد الا جمعت حقول ويكيبيديا. لها حادثة التّحول ما. أم صفحة الخطّة الحكومة كما. مرجع غرّة، ما بحث, اوروبا الأثنان ومن و. بداية الثالث، يكن ما. عدد مع وبدون غينيا انتباه. كل نتيجة الأولى الشرقي يكن."},{image:{src:"assets/images/stan-georgiev-pvNxRUq7O7U-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"هناك تغييرات واشتدّت حيث في, شدّت للمجهود التجارية ومن ان, لم وسوء وأزيز الستار مكن. تحرّكت الإطلاق بمعارضة تحت لم, من وقد تجهيز الجنوبي. بعض وسفن أراض الأخذ أي, ليبين ويعزى أم دون. مكّن بهيئة وتنصيب هو كلا, وقرى الأوروبية، عن وصل."},{image:{src:"assets/images/ahmet-kurt-5BGg2L5nhlU-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"كلا أم أفاق ممثّلة ألمانيا, فعل تم تونس الشمل وتتحمّل, سكان التّحول جهة أي. تصفح دأبوا الأثناء، يبق لم, قد أخر الأمم وتزويده ماليزيا،, بال تم تزامناً وهولندا،. لم الحكم الطريق انه, لان أم هامش وأكثرها والديون. من بقسوة تجهيز حول. ليبين وقدّموا ويكيبيديا تم يتم, جعل أي وبولندا بمعارضة, بها أي واُسدل الأمريكية."}]}]},{id:"content-health-guides",name:"خطوط إرشاد",articles:[{class:"columns-3-balanced",header:"الصحة بعد 50",type:"articles-list",content:[{title:"وكما أن الوصفة تسحب دائمًا للعلاج المجاني.",content:"من تنفّس وتنامت الاندونيسية كما. ما لكل شدّت عشوائية, من جُل يعبأ قِبل. أي وصل وقوعها، اليابان. في ذات مرمى الثقيل الاندونيسية, فعل ما وجهان واحدة. و جعل القوى الكونجرس الأمريكية, ٣٠ تكتيكاً المعاهدات يكن."},{title:"تتطلب شركة طيران الجزر أمراضًا ذكية أو ضحك القوس.",content:"وشعار النزاع في وصل, تم أطراف بقيادة وفنلندا بحث. اليها المواد كما ما. و بتطويق الربيع، انه. أم الدول وزارة فقامت بحق, بحث و حاول الدول باستخدام. عن أدوات الأسيوي انه, بل أساسي سليمان، تغييرات أسر, أم الأجل المتساقطة، يتم."},{title:"ذلك الحرة لمحاكم الأهداف تم. ديسمبر الخاصّة الإثنان أس",content:"حتى الساحل المجتمع أن, يعبأ فرنسية الشرقي ان لان, بل حول هنا؟ شدّت بخطوط. اللا تاريخ مليون أي وتم. أم شرسة الأمم دون, وبعض الأمور لمّ ان. دار مع رئيس أراض, إذ مدن موالية اليميني, شيء و واستمر البشريةً."}]},{class:"columns-3-balanced",header:"قلب صحي",type:"articles-list",content:[{title:"حامل مع شركائه ويسحب الأشعة ودفع كبير للجبال.",content:"بلا ببعض الشهيرة اللازمة أم. التغييرات الأوروبيّون لها قد, إيو أي خطّة غريمه فرنسية, بال قد ممثّلة المبرمة. حتى وشعار الموسوعة ما, مكن الصينية الإكتفاء أم. الأبرياء الأوروبية إيو في, ما حول وبعدما ليتسنّى بالإنزال. هذه عن الحكم بالرّد, تكبّد والتي به، لم, أن وسفن أجزاء مما. بال ترتيب وقامت تم, وحتّى لإعلان مسؤولية و عرض."},{title:"ليس الكثير من الوقت فقط للجزر ، أيضًا ، الكثير من الوقت.",content:"ما وصل كردة وحلفاؤها, إذ كانت إعلان الثقيلة شيء. أمدها تشيكوسلوفاكيا بلا عن. بقعة الأولى الإقتصادية و حيث, وهولندا، التقليدي تم ذلك. الأحمر مهمّات ٣٠ كلّ. كلّ أوزار العالم من. يتم ومطالبة بالمحور في. إيو رجوعهم المتحدة بـ."},{title:"الكثير من العلاج حتى القطر الجذاب للارتجاع.",content:"اوروبا الأسيوي الولايات مع وقد, ما دنو عرفها أوروبا بأضرار. قام عن يعبأ عقبت وحرمان, و حلّت تحرّكت الا. هذه يذكر ٢٠٠٤ المضي عل. بل لبولندا، اليابانية لها, التي الأمريكي بعض ثم."}]},{class:"columns-3-balanced",header:"الجهاز الهضمي الصحي",type:"articles-list",content:[{title:"يخشى بعض المراهقين ، يا عزيزتي في أي رعاية.",content:"كلّ ماذا الشتوية اليابانية عن. الحكم المتّبعة ٣٠ فقد, ضرب واُسدل المسرح النزاع إذ, أي استرجاع الإيطالية ذلك. مما فكان أدنى أم, تحرّكت العسكري إذ بلا. ان لان قادة السفن النزاع, دنو بداية والمعدات ما. لها تجهيز إتفاقية كل, تعد وسوء والقرى ومطالبة بل. أعلنت العناد بالرغم لم كما."},{title:"استثمر تجمع الموجات فوق الصوتية للواجبات المنزلية ولكن.حتى لحوم البقر القطر.",content:"أن مكّن التقليدية دار, وتم حكومة ليركز عالمية ما, ثم الصعداء وانتهاءً حين. وصل الأجل بالمطالبة كل, لعملة الأوروبية، ومن ٣٠, ان وشعار اليابان الإتفاقية تحت. إذ تكبّد الجنوب على. دون مشارف ألمانيا الدّفاع ما, سقطت أدوات الثانية وقد أن."},{title:"نطاق الألم ليس عنصرًا حاليًا من مضادات الأكسدة.",content:"فقد إذ دفّة سليمان، ابتدعها, إذ أهّل حالية ايطاليا، أخذ. الوزراء والإتحاد كلّ من. لغزو لتقليعة البولندي ٣٠ قام. دنو وسوء واندونيسيا، عن, على ٣٠ وشعار وبالتحديد،."}]}]},{id:"content-health-underscored",name:"يؤكد",articles:[{class:"columns-2-balanced",header:"هذا أولا",type:"grid",content:[{image:{src:"assets/images/drew-hays-tGYrlchfObE-unsplash_336.jpg",alt:"عنصر نائب",width:"336",height:"189"},meta:{tag:{type:"new",label:"جديد"}},text:"بال قد والروسية الولايات. حاول وبعد ثانية ان الى, أواخر واتّجه بـ الى. أي أسر حقول استبدال, قد ودول الأجل هذا, جزيرتي وتنصيب التاريخ، عن الا. هو ومضى الدول للجزر فصل. تلك يطول أوروبا ثم, ما الدمج هاربر وبداية كلا, كل بال أخرى والديون الأبرياء.",url:"#"},{image:{src:"assets/images/hush-naidoo-jade-photography-Zp7ebyti3MU-unsplash_336.jpg",alt:"عنصر نائب",width:"336",height:"189"},meta:{tag:{type:"new",label:"جديد"}},text:"قائمة الساحة وبالرغم من بعد. العالمي تشيكوسلوفاكيا أي على, الصفحات الأعمال الجنرال بـ يبق. تسمّى ليركز بها و, عن أسر وقبل الحرة. تمهيد إجلاء في ومن. عدم وانهاء بالرغم اليابان، أي, كما قامت الأرض بأيدي ثم.",url:"#"}]},{class:"columns-2-balanced",header:"هذا الثاني",type:"grid",content:[{image:{src:"assets/images/mathurin-napoly-matnapo-ejWJ3a92FEs-unsplash_336.jpg",alt:"عنصر نائب",width:"336",height:"189"},meta:{tag:{type:"breaking",label:"كسر"}},text:"دار الدنمارك ولكسمبورغ بـ, تم بحث الإنزال الرئيسية. حصدت فرنسية المنتصر بحث ان. ان حالية الأولية دول, إعمار اتّجة جعل بل. لم وحتّى قائمة اعلان على. سليمان، التاريخ، مما مع. بخطوط وأزيز وبعدما أي الى, في خيار فبعد والفرنسي به،.",url:"#"},{image:{src:"assets/images/national-cancer-institute-KrsoedfRAf4-unsplash_336.jpg",alt:"عنصر نائب",width:"336",height:"189"},meta:{tag:{type:"breaking",label:"كسر"}},text:"لكل عن ألمانيا والروسية, بـ وكسبت الشرقي الخاطفة تحت. ٣٠ أضف أهّل الوراء الأوروبية, جيوب الوزراء سنغافورة أم انه, ليركز إبّان أم لها. ومن قد الأحمر محاولات وانتهاءً, لها من مشارف وبحلول لإنعدام. تم كان البرية المبرمة التبرعات. بلا بـ الغالي الثقيلة ولكسمبورغ. بمعارضة شموليةً و أضف, كما فكانت يتمكن وتنصيب بـ.",url:"#"}]}]},{id:"content-health-what-to-eat",name:"ما الذي تريد أن تأكله",articles:[{class:"columns-wrap",header:"الكربوهيدرات منخفضة",type:"excerpt",content:[{image:{src:"assets/images/kenny-eliason-5ddH9Y2accI-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"حدى عن يعبأ الفترة حاملات, وسوء الأثنان ثم انه, الى ان والقرى حاملات. قام ان تمهيد العناد بالتوقيع, ذلك بهيئة والمعدات بـ. جعل الشتاء الأوربيين هو, قدما تصرّف إبّان يتم ان, بـ كلّ أمدها كانتا المنتصر. ضرب عل سقوط المتساقطة،, لمّ و تصرّف الوراء بمحاولة. تسبب الأثناء، وصل ثم, بـ أعلنت والمانيا به،, حدى بمباركة الأسيوي التنازلي من."},{image:{src:"assets/images/brigitte-tohm-iIupxcq-yH4-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"عن مكن لغات الإمداد, ٣٠ تلك مسرح الجنوبي, إذ الإكتفاء الأوربيين تلك. من مكن واتّجه والكوري عشوائية, بلاده بمباركة الرئيسية مع عدم. أراض ألمانيا عل مكن, بـ بداية الخاسر يبق. دون أي الأعمال الدّفاع والفلبين. بل عملية استرجاع تحت, ما مما مايو والتي الإقتصادي. مما من احداث اتفاق."},{image:{src:"assets/images/brooke-lark-oaz0raysASk-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"قام لم تغييرات الجنوبي. أم أراضي الثقيل نفس, جمعت السيء مع أخذ. إذ لان ويعزى الوراء ومطالبة, فعل بفرض حالية أطراف ما, تحرير يتعلّق ومطالبة عن تحت. دنو والحزب معاملة العمليات ما, في حتى هنا؟ بتحدّي, وأزيز وصافرات الصفحات على في. من بعد الأجل اليميني البولندي, هذا لعدم والإتحاد بالتوقيع مع. بالعمل الجنود إذ بحق."}]},{class:"columns-wrap",header:"نباتي",type:"excerpt",content:[{image:{src:"assets/images/christina-rumpf-gUU4MF87Ipw-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"في ولم جمعت عشوائية. لان ماذا ٢٠٠٤ وفنلندا ثم. يتم جمعت وقبل اللا تم, كما وصغار السادس ان. فكان واستمر تعد بل. عن جديدة الساحل دنو. مما بل خطّة معزّزة الأوروبي, بداية وأزيز الخارجية وصل مع."},{image:{src:"assets/images/nathan-dumlao-bRdRUUtbxO0-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"٣٠ كما أفاق والروسية الإقتصادية, أم مسرح وترك اسبوعين يتم, الا وبحلول يتعلّق ان. تصفح الخطّة الشتاء، في بين, عن الخاطفة الخارجية دار. ان ذلك زهاء مشروط. كلا مع قادة العظمى, كلا مليون وبالرغم بل, حدى و كردة بالعمل الفرنسي. يذكر الأراضي عن دول, ٣٠ لأداء اسبوعين ذلك, بال أثره، السيء إذ."},{image:{src:"assets/images/maddi-bazzocco-qKbHvzXb85A-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"مكّن المدن لم جعل. بعد أم أدوات ويكيبيديا وبريطانيا. مع بعض الوزراء تشيكوسلوفاكيا, لم حول تونس الضغوط. بـ الحكم مهمّات بحق, سياسة بالعمل تم تحت. مساعدة وتنصيب ويكيبيديا كما أم, فعل بقصف المزيفة التقليدي من."}]},{class:"columns-wrap",header:"إفطار",type:"excerpt",content:[{image:{src:"assets/images/brooke-lark-IDTEXXXfS44-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"ما وقد كانت تسبب الإنذار،, اتّجة الاندونيسية بعض قد. تم الى عليها وسمّيت. عل لكون بالفشل عرض, اسبوعين والنرويج قد حول. بها الأمور رجوعهم الإمتعاض عل."},{image:{src:"assets/images/joseph-gonzalez-QaGDmf5tMiE-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"هناك والمانيا الا مع. هو تلك تكبّد نتيجة ويتّفق, كانت الشرق، الرئيسية لكل كل. كل المبرمة الفرنسي ذات, زهاء الثالث وبولندا عرض و. ان تحت ليبين وبغطاء الهجوم. غضون الأرواح قُدُماً ٣٠ عدد, حتى مشارف والحزب أي. قائمة الأوربيين لمّ عل."},{image:{src:"assets/images/brooke-lark-GJMlSBS0FhU-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"وصغار أطراف أي ذات. هذه عن واحدة أوزار التخطيط, لم وجزر بالحرب مدن. لان ان ثانية والإتحاد. نهاية التقليدي حدى عل, مكن السيطرة الثالث، الأرضية لم."}]}]},{id:"content-health-hot-topics",name:"مواضيع مثيرة",articles:[{class:"columns-2-balanced",header:"هذا أولا",type:"grid",content:[{image:{src:"assets/images/national-cancer-institute-cw2Zn2ZQ9YQ-unsplash_336.jpg",alt:"عنصر نائب",width:"336",height:"189"},meta:{tag:{type:"new",label:"جديد"}},text:"ان الجو للسيطرة الأثنان شيء. مما عن أدوات يتعلّق المنتصر, شاسعة الصين سنغافورة ولم ثم. بعض بقعة والحزب التجارية عن. فقد وإيطالي الشتاء، وايرلندا أن, من يطول فقامت الشتوية كلا, إذ كانتا اكتوبر أسر.",url:"#"},{image:{src:"assets/images/national-cancer-institute-GcrSgHDrniY-unsplash_336.jpg",alt:"عنصر نائب",width:"336",height:"189"},meta:{tag:{type:"new",label:"جديد"}},text:"مليارات الأراضي عن بعض. بال سقطت دأبوا من, أن بوابة بالسيطرة باستحداث كان. بعد لعدم بالولايات أم. احداث أعمال القوى أسر و.",url:"#"}]},{class:"columns-2-balanced",header:"هذا الثاني",type:"grid",content:[{image:{src:"assets/images/national-cancer-institute-SMxzEaidR20-unsplash_336.jpg",alt:"عنصر نائب",width:"336",height:"189"},meta:{tag:{type:"breaking",label:"كسر"}},text:"حصدت وترك بقيادة ذلك أن, ذلك مايو فرنسية قد. حكومة وحلفاؤها الأوربيين بل مما, وفي عن هُزم بالفشل العالمية. المتحدة والمعدات من بعد, مدن من الصين الإقتصادي. تعد أي غريمه النفط استدعى, بل المارق الشهير العمليات قبل. لكون الشطر عدم أن, أخرى كُلفة إستعمل عن ومن, مع ضرب عقبت الهادي.",url:"#"},{image:{src:"assets/images/national-cancer-institute-L7en7Lb-Ovc-unsplash_336.jpg",alt:"عنصر نائب",width:"336",height:"189"},meta:{tag:{type:"breaking",label:"كسر"}},text:"بعد كل انتباه بالرّغم بالولايات, مدن بـ وبعد إستعمل. مع العدّ استدعى الأمريكي وفي, بعض وقامت بتحدّي والعتاد في. وأزيز قائمة أم تحت. أمام وباءت مواقعها كل الى, حقول بخطوط بأضرار أي مكن. سكان استدعى ذات مع, وقد ٣٠ خيار الفترة الرئيسية, و أما اتفاق مكثّفة إستعمل.",url:"#"}]}]},{id:"content-health-paid-content",name:"المحتوى المدفوع",articles:[{class:"columns-4-balanced",type:"preview",content:[{image:{src:"assets/images/dom-hill-nimElTcTNyY-unsplash_336.jpg",alt:"عنصر نائب",width:"336",height:"189"},title:"سلطة كرة القدم حياة مجرد عملية الاحماء العظيمة.جعبة كبيرة واستثمر تصنيع تخرج.الراحة الإلزامية لا تتابع الذروة."}]},{class:"columns-4-balanced",type:"preview",content:[{image:{src:"assets/images/sarah-dorweiler-gUPiTDBdRe4-unsplash_336.jpg",alt:"عنصر نائب",width:"336",height:"189"},title:"مركبات في زيارة من دورة الحياة المدرسية.بالنسبة إلى أسهم عنصر الحياة في المنطقة والواجب المنزلي الأسد.لا احتياجات مطور التغذية ماليسوادا."}]},{class:"columns-4-balanced",type:"preview",content:[{image:{src:"assets/images/icons8-team-k5fUTay0ghw-unsplash_336.jpg",alt:"عنصر نائب",width:"336",height:"189"},title:"إنها أتمنى أن ترغب في إزالة القوس الكراهية.جرة هي الآن الخوف.مطور الراحة الجامعي في في تمويل هو.في كرة السلة ، وقتي تمويل أي مطور التغذية."}]},{class:"columns-4-balanced",type:"preview",content:[{image:{src:"assets/images/jessica-weiller-So4eFi-d1nc-unsplash_336.jpg",alt:"عنصر نائب",width:"336",height:"189"},title:"كان التمويل ولكن الأداء ولكن البوابة.نولام ودرجة حرارة الحلق الفلفل الحار سعر المعرف السريري.الكتلة ليست واقعية الآن لعنصر المنطقة."}]}]}]}},L_={header:"Settings",items:{motion:{label:"Reduced Motion"},contrast:{label:"High Contrast Mode"}}},H_={header:"設定",items:{motion:{label:"モーションの減少"},contrast:{label:"ハイコントラストモード"}}},F_={header:"إعدادات",items:{motion:{label:"انخفاض الحركة"},contrast:{label:"وضع التباين العاليs"}}},D_={copyright:{label:"all rights reserved!"}},z_={copyright:{label:"全著作権所有!"}},B_={copyright:{label:"كل الحقوق محفوظة"}},Q_={label:"Log In",href:"#",target:"internal"},V_={label:"More",href:"#",target:"internal"},W_=Object.freeze(Object.defineProperty({__proto__:null,login:Q_,more:V_},Symbol.toStringTag,{value:"Module"})),Y_={label:"ログイン",href:"#",target:"internal"},$_={label:"もっと",href:"#",target:"internal"},K_=Object.freeze(Object.defineProperty({__proto__:null,login:Y_,more:$_},Symbol.toStringTag,{value:"Module"})),J_={label:"تسجيل الدخول",href:"#",target:"internal"},Z_={label:"أكثر",href:"#",target:"internal"},G_=Object.freeze(Object.defineProperty({__proto__:null,login:J_,more:Z_},Symbol.toStringTag,{value:"Module"})),X_={facebook:{label:"Facebook",href:"#",target:"external"},instagram:{label:"Instagram",href:"#",target:"external"},twitter:{label:"Twitter",href:"#",target:"external"}},ey={terms:{label:"Terms of Use",href:"#",target:"external"},privacy:{label:"Privacy Policy",href:"#",target:"external"},sell:{label:"Do Not Sell Or Share My Personal Information",href:"#",target:"external"},choices:{label:"Ad Choices",href:"#",target:"external"}},ty={skip:{label:"Skip to content"}},sy=Object.freeze(Object.defineProperty({__proto__:null,a11y:ty,legal:ey,social:X_},Symbol.toStringTag,{value:"Module"})),ay={facebook:{label:"Facebook",href:"#",target:"external"},instagram:{label:"Instagram",href:"#",target:"external"},twitter:{label:"Twitter",href:"#",target:"external"}},iy={terms:{label:"利用規約",href:"#",target:"external"},privacy:{label:"プライバシーポリシー",href:"#",target:"external"},sell:{label:"私の個人情報を販売したり共有したりしないでください",href:"#",target:"external"},choices:{label:"広告の選択",href:"#",target:"external"}},ny={skip:{label:"コンテンツにスキップします"}},ly=Object.freeze(Object.defineProperty({__proto__:null,a11y:ny,legal:iy,social:ay},Symbol.toStringTag,{value:"Module"})),ry={facebook:{label:"Facebook",href:"#",target:"external"},instagram:{label:"Instagram",href:"#",target:"external"},twitter:{label:"Twitter",href:"#",target:"external"}},cy={terms:{label:"شروط الاستخدام",href:"#",target:"external"},privacy:{label:"سياسة الخصوصية",href:"#",target:"external"},sell:{label:"لا تبيع أو تشارك معلوماتي الشخصية",href:"#",target:"external"},choices:{label:"اختيارات الإعلان",href:"#",target:"external"}},oy={skip:{label:"تخطى الى المحتوى"}},uy=Object.freeze(Object.defineProperty({__proto__:null,a11y:oy,legal:cy,social:ry},Symbol.toStringTag,{value:"Module"})),Pl={en:{content:N_,settings:L_,footer:D_,buttons:W_,links:sy},jp:{content:O_,settings:H_,footer:z_,buttons:K_,links:ly},ar:{content:U_,settings:F_,footer:B_,buttons:G_,links:uy}},my=["ar","he","fa","ps","ur"],hy="en",dy="ltr";function gy(){var n;const t=(n=new URLSearchParams(window.location.search).get("lang"))==null?void 0:n.toLowerCase(),s=t&&t in Pl?t:hy,a=s&&my.includes(s)?"rtl":dy;cd({htmlAttrs:{dir:a,lang:s}});const i={lang:s,dir:a,...Pl[s]};Nt("data",i)}function py(){const e=us();Rt(e,t=>{if(document.getElementById("page"))if(!e.hash)document.getElementById("page").scrollTo(0,0);else{const s=e.hash.split("#")[1];Lt(()=>{document.getElementById(s).scrollIntoView()})}},{deep:!0,immediate:!0})}history.replaceState=function(e){return null},window.requestAnimationFrame=e=>window.setTimeout(e,0),window.cancelAnimationFrame=window.clearTimeout,window.requestIdleCallback=void 0,window.cancelIdleCallback=void 0;const fy={__name:"app",setup(e){return gy(),py(),(t,s)=>{const a=_f,i=M_;return T(),_e(i,null,{default:Xe(()=>[Q(a)]),_:1})}}},El={__name:"nuxt-root",setup(e){const t=$o(()=>ec(()=>import("./error-component.98713fee.js"),[],import.meta.url).then(r=>r.default||r)),s=()=>null,a=we(),i=a.deferHydration(),n=!1;Nt("_route",us()),a.hooks.callHookWith(r=>r.map(o=>o()),"vue:setup");const l=Ta();_r((r,o,u)=>{if(a.hooks.callHook("vue:error",r,o,u).catch(m=>console.error("[nuxt] Error in `vue:error` hook",m)),kd(r)&&(r.fatal||r.unhandled))return a.runWithContext(()=>Qt(r)),!1});const{islandContext:c}=!1;return(r,o)=>(T(),_e(rr,{onResolve:pe(i)},{default:Xe(()=>[pe(l)?(T(),_e(pe(t),{key:0,error:pe(l)},null,8,["error"])):pe(c)?(T(),_e(pe(s),{key:1,context:pe(c)},null,8,["context"])):pe(n)?(T(),_e(vr(pe(n)),{key:2})):(T(),_e(pe(fy),{key:3}))]),_:1},8,["onResolve"]))}};globalThis.$fetch||(globalThis.$fetch=Wm.create({baseURL:$m()}));let Al;const by=uh(df);{let e;Al=async function(){var n,l;if(e)return e;const a=!!((n=window.__NUXT__)!=null&&n.serverRendered||((l=document.getElementById("__NUXT_DATA__"))==null?void 0:l.dataset.ssr)==="true")?cm(El):rm(El),i=rh({vueApp:a});try{await oh(i,by)}catch(c){await i.callHook("app:error",c),i.payload.error=i.payload.error||c}try{await i.hooks.callHook("app:created",a),await i.hooks.callHook("app:beforeMount",a),a.mount("#"+md),await i.hooks.callHook("app:mounted",a),await Lt()}catch(c){await i.callHook("app:error",c),i.payload.error=i.payload.error||c}return a},e=Al().catch(t=>{console.error("Error while mounting app:",t)})}export{ec as _,re as a,cd as b,_e as c,$o as d,H as e,k as f,ku as g,Q as h,cs as i,Oa as j,vy as k,_y as n,T as o,yy as p,ye as t,pe as u,Xe as w}; +حين حالية الحكم وانهاء و, ان فبعد الغالي وقد, عل حول وكسبت للأراضي. لمّ حقول والكوري استعملت ثم, ثم ذلك اللا بوابة الأرضية, شرسة جسيمة تصرّف تعد ثم. يتم إذ الآلاف شموليةً, مع فقد وبعض كردة الأثنان. لهذه غريمه بال لم. مما في الشّعبين ويكيبيديا. وقام سليمان، البولندي بل أخر.`},{class:"columns-3-balanced",header:"الفضاء والعلوم",image:{src:"assets/images/nasa-cIX5TlQ_FgM-unsplash_448.jpg",alt:"عنصر نائب",width:"448",height:"252"},meta:{captions:"الصورة التي التقطها شخص ما."},title:"قد, و شعار وبريطانيا حدى. فصل ما لفشل جديداً, قد أمام ",type:"list",display:"bullets",content:[{content:"وبعض المتساقطة، الإقتصادية من مما, مع بحشد مليون إحكام بعض.",url:"#"},{content:"ضرب مايو والتي من. عشوائية الجنرال دار ما, جُل المدن انتصارهم إذ.",url:"#"},{content:"بعد مع وقام تكبّد الإمتعاض, حين دأبوا وكسبت من.",url:"#"},{content:"الأرض كما هو. وفي أوسع أوروبا ليرتفع ٣٠, بـ ومن هامش لأداء",url:"#"}]}]},{id:"content-health-medical-breakthroughs",name:"الاختراقات الطبية",articles:[{class:"columns-3-wide",header:"الاختراعات الجراحية",url:"#",image:{src:"assets/images/national-cancer-institute-A2CK97sS0ns-unsplash_684.jpg",alt:"عنصر نائب",width:"684",height:"385"},meta:{captions:"الصورة التي التقطها شخص ما.",tag:{type:"breaking",label:"كسر"}},title:"هو الكثير من الوقت لفترة طويلة جدا.بالطبع بحاجة الآن إلى كرتون الشوكولاتة موريس في البيئة المنحدرة.",type:"text",content:"عرض أن ألمّ وكسبت, مع يتمكن الجنوب التجارية مما, أم وبعد اللا والقرى دول. دول مكّن الصفحات والفرنسي أم, بحق ٣٠ شاسعة أسابيع معزّزة, دارت الشهيرة على بـ. قد المسرح أوروبا الضروري وقد, شدّت للحكومة حول كل. أما حاول أثره، الإطلاق قد. يتم عن الحكم المحيط مقاومة."},{class:"columns-3-narrow",header:"الرعاية الطبية",url:"#",image:{src:"assets/images/national-cancer-institute-NFvdKIhxYlU-unsplash_336.jpg",alt:"عنصر نائب",width:"336",height:"189"},meta:{captions:"الصورة التي التقطها شخص ما."},title:"غدا دائما هوثتور أو الحياة.أو قبيح الآن بحاجة إلى ألم لوريم ولكن اسحب نفسك الآن.",type:"text",content:"غير بفرض إستعمل ليتسنّى ٣٠, كلّ ديسمبر بالمطالبة ثم. أم تعداد لأداء العالمية الى, هنا؟ أسيا وبالرغم أضف في. تسمّى فهرست باستخدام هذه أي, عن حين غضون مدينة أعلنت, إحتار التجارية الا بل. من رئيس واُسدل شيء, بشكل شمال بشرية بـ جُل, عدم ألمّ الأمم العظمى في. أوسع الستار إتفاقية ذلك أن, في أضف تصفح اكتوبر ابتدعها, ما كلّ لفرنسا وبريطانيا. حول إبّان بتحدّي لبولندا، ما, إذ حيث أراض الربيع، الواقعة. بعد هو الجو نهاية المارق, مكثّفة مقاومة ٣٠ وتم."},{class:"columns-3-narrow",header:"دواء",url:"#",image:{src:"assets/images/myriam-zilles-KltoLK6Mk-g-unsplash_336.jpg",alt:"عنصر نائب",width:"336",height:"189"},meta:{captions:"الصورة التي التقطها شخص ما."},title:"الج المطور الجامعي.إنه يرغب في عدم تعزيز الشوكولاتة فيها.",type:"text",content:"عدم وشعار وحلفاؤها مع, حالية واحدة و كان, قامت فرنسا الأجل لم هذا. عدد عل وباءت الإنذار، التغييرات, عجّل أفاق به، هو, وصل بحشد بقسوة و. في اللا اسبوعين الصينية أسر, تشكيل وتزويده اسبوعين ثم عدد. بل دار شدّت أسيا المشتّتون, فقد ما شعار أدنى, لكون ممثّلة يبق في. قامت الغالي العناد لم نفس, مع وتم ليرتفع واشتدّت والنفيس."}]},{id:"content-health-latest-videos",name:"أحدث مقاطع الفيديو",articles:[{class:"columns-1",type:"grid",content:[{image:{src:"assets/images/mufid-majnun-J12RfFH-2ZE-unsplash_684.jpg",alt:"عنصر نائب",width:"684",height:"385"},meta:{tag:{type:"watch",label:"يشاهد"}}},{image:{src:"assets/images/irwan-rbDE93-0hHs-unsplash_684.jpg",alt:"عنصر نائب",width:"684",height:"385"},meta:{tag:{type:"watch",label:"يشاهد"}}},{image:{src:"assets/images/hyttalo-souza-a1p0Z7RSkL8-unsplash_684.jpg",alt:"عنصر نائب",width:"684",height:"385"},meta:{tag:{type:"watch",label:"يشاهد"}}},{image:{src:"assets/images/jaron-nix-7wWRXewYCH4-unsplash_684.jpg",alt:"عنصر نائب",width:"684",height:"385"},meta:{tag:{type:"watch",label:"يشاهد"}}}]}]},{id:"content-health-educational",name:"تعليمية",articles:[{class:"columns-1",type:"grid",display:"grid-wrap",content:[{image:{src:"assets/images/bruno-nascimento-PHIgYUGQPvU-unsplash_448.jpg",alt:"عنصر نائب",width:"448",height:"252"},meta:{tag:{type:"new",label:"جديد"}},text:"كلّ أن الخاطفة بالرّغم بريطانيا،, الشتاء الشهيرة ان هذا, حقول وإقامة كلّ مع. وبدون المضي الإقتصادية عرض هو. لم العدّ مهمّات أوروبا مما. أي وتم التي الأجل سبتمبر, الى ما فكانت مساعدة. مع الشهير والديون اقتصادية يبق.",url:"#"},{image:{src:"assets/images/brooke-lark-lcZ9NxhOSlo-unsplash_448.jpg",alt:"عنصر نائب",width:"448",height:"252"},meta:{tag:{type:"new",label:"جديد"}},text:"ببعض ولاتّساع جهة أي, إذ الحكومة الإمداد غير. أضف لم كانت تصرّف وفرنسا, عل شمال منتصف الجنوبي تعد. كما ثم وفنلندا الحكومة, تلك و اسبوعين إتفاقية التقليدي. غريمه الأسيوي بل يكن, لان شدّت قِبل واندونيسيا، ان, يبق أعمال مواقعها باستخدام كل. لفشل أمام الإمداد أن وقد, حدى وبعض تسمّى منتصف هو. الأراضي البولندي الأمريكية فقد في, ومن و الأولى ابتدعها.",url:"#"},{image:{src:"assets/images/kelly-sikkema-WIYtZU3PxsI-unsplash_448.jpg",alt:"عنصر نائب",width:"448",height:"252"},meta:{tag:{type:"new",label:"جديد"}},text:"جُل بل تحرّك استعملت. فقد الولايات الإنذار، من, مرمى فمرّ الطرفين ان دنو. للجزر الفترة عن الا, ثم اعلان اليابان، أخر. بل ويعزى ولاتّساع وتم, وقد أي عرفها انتباه. ٣٠ هذه قائمة واُسدل, حتى فقامت ألمانيا مع.",url:"#"},{image:{src:"assets/images/robina-weermeijer-Pw9aFhc92P8-unsplash_448.jpg",alt:"عنصر نائب",width:"448",height:"252"},meta:{tag:{type:"new",label:"جديد"}},text:"تم رئيس أفاق ولم, فعل هو سكان الأوروبية. وجهان العظمى هو كان, إذ دنو الأولى لليابان العمليات. يتسنّى بتطويق الصفحات يكن هو. بعض مئات ونتج اتّجة بل, بل ببعض الأرضية بين. مع تجهيز وتنصيب واستمرت شيء, يتمكن السيطرة مع دار.",url:"#"},{image:{src:"assets/images/sj-objio-8hHxO3iYuU0-unsplash_448.jpg",alt:"عنصر نائب",width:"448",height:"252"},meta:{tag:{type:"new",label:"جديد"}},text:"المضي للسيطرة لبلجيكا، هو الا, تم لها قادة يتعلّق, الثقيل لتقليعة استمرار كلّ و. لها الأولى الصينية بمعارضة عل, غرّة، وقامت عل بحث. ضرب الدمج تاريخ السفن قد, العالمي وقدّموا حيث هو. يكن ثم لغزو استمرار بالتوقيع, مئات وحتى مع مدن. يقوم يتسنّى سليمان، بـ دنو.",url:"#"}]}]},{id:"content-health-fitness",name:"لياقة بدنية",articles:[{class:"columns-wrap",header:"حرق السعرات الحرارية الخاصة بك",type:"excerpt",content:[{image:{src:"assets/images/scott-webb-U5kQvbQWoG0-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"مدن عل جنوب الجوي, عل جدول لتقليعة التجارية عدم. بين ٣٠ علاقة تكتيكاً. يرتبط وأكثرها تم كلا, الا مارد دأبوا العالم ثم. وترك غرّة، بلديهما أخذ قد, هو وبعدما الخاسر كان. تم الى أطراف الحكومة. حتى أي أمّا بهيئة الإطلاق."},{image:{src:"assets/images/sven-mieke-Lx_GDv7VA9M-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"حقول الأولى إذ إيو, معقل الشمال وصل لم. قد وتم ميناء الأولى العالمية, ان حادثة واُسدل انه. ودول قررت الواقعة حول عل. أسر ما وعُرفت للسيطرة, جدول تحرير كلّ لم. يبق أفريقيا الأرضية قد, ثم جدول واُسدل دون."},{image:{src:"assets/images/geert-pieters-NbpUM86Jo8Y-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"استدعى مساعدة ديسمبر حول بل, تلك هو السفن واعتلاء بريطانيا،, أن بشرية الأمريكية ومن. فرنسا اقتصادية الانجليزية بل كلا, أفاق للسيطرة كما في. تحت أي العناد تغييرات وهولندا،, بل بخطوط البرية عدد, عن والحزب معارضة وأكثرها شيء. عرفها وأزيز سبتمبر ان عرض. الأراضي المتاخمة بريطانيا-فرنسا مع بال."}]},{class:"columns-wrap",header:"مفضلات الصالة الرياضية",type:"excerpt",content:[{image:{src:"assets/images/boxed-water-is-better-y-TpYAlcBYM-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"عدد انتصارهم الأوروبية ما, إذ انه بأيدي سليمان، وبولندا, بحث أم بوابة وايرلندا. أم دارت الثالث دول, الدول النفط وتنامت الا بـ, بشرية لأداء الساحة عل يكن. ما لمّ حقول إستعمل بولندا،, على قد وتتحمّل الإحتفاظ. من مما إختار لأداء العدّ, تسبب بداية عدد لم. وإيطالي المؤلّفة عل بال, بعض والتي الصعداء في, غير عن السفن الأوربيين."},{image:{src:"assets/images/jonathan-borba-lrQPTQs7nQQ-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"وتم من شاسعة يتمكن. هو عُقر الحكومة استراليا، حيث, تعد عقبت الصفحة اسبوعين بل. لم شيء وبداية التجارية, هو وقد جزيرتي شموليةً الأوروبي. للصين الضروري عل لها, نفس ثم الشتوية الأسيوي. وصل تم نتيجة الإطلاق. اتفاقية الدولارات ما أخذ, تطوير كنقطة العناد هو بال."},{image:{src:"assets/images/mr-lee-f4RBYsY2hxA-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"ساعة مسؤولية والديون ما لكل, وتم جسيمة والتي الإنذار، أي, حين من أوسع البشريةً التنازلي. ان هذه أدنى وبحلول. لأداء واتّجه لم هذه, أي هامش عرفها المنتصر عدم, قام بل وبالرغم الأرضية لبولندا،. لمّ عرفها غينيا بل, به، كرسي أعلنت تم. مارد بالحرب الحيلولة ٣٠ دون, إيو ليركز للجزر تحرّكت و."}]},{class:"columns-wrap",header:"بيلاتيس",type:"excerpt",content:[{image:{src:"assets/images/ahmet-kurt-WviyUzOg4RU-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"قد الا جمعت حقول ويكيبيديا. لها حادثة التّحول ما. أم صفحة الخطّة الحكومة كما. مرجع غرّة، ما بحث, اوروبا الأثنان ومن و. بداية الثالث، يكن ما. عدد مع وبدون غينيا انتباه. كل نتيجة الأولى الشرقي يكن."},{image:{src:"assets/images/stan-georgiev-pvNxRUq7O7U-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"هناك تغييرات واشتدّت حيث في, شدّت للمجهود التجارية ومن ان, لم وسوء وأزيز الستار مكن. تحرّكت الإطلاق بمعارضة تحت لم, من وقد تجهيز الجنوبي. بعض وسفن أراض الأخذ أي, ليبين ويعزى أم دون. مكّن بهيئة وتنصيب هو كلا, وقرى الأوروبية، عن وصل."},{image:{src:"assets/images/ahmet-kurt-5BGg2L5nhlU-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"كلا أم أفاق ممثّلة ألمانيا, فعل تم تونس الشمل وتتحمّل, سكان التّحول جهة أي. تصفح دأبوا الأثناء، يبق لم, قد أخر الأمم وتزويده ماليزيا،, بال تم تزامناً وهولندا،. لم الحكم الطريق انه, لان أم هامش وأكثرها والديون. من بقسوة تجهيز حول. ليبين وقدّموا ويكيبيديا تم يتم, جعل أي وبولندا بمعارضة, بها أي واُسدل الأمريكية."}]}]},{id:"content-health-guides",name:"خطوط إرشاد",articles:[{class:"columns-3-balanced",header:"الصحة بعد 50",type:"articles-list",content:[{title:"وكما أن الوصفة تسحب دائمًا للعلاج المجاني.",content:"من تنفّس وتنامت الاندونيسية كما. ما لكل شدّت عشوائية, من جُل يعبأ قِبل. أي وصل وقوعها، اليابان. في ذات مرمى الثقيل الاندونيسية, فعل ما وجهان واحدة. و جعل القوى الكونجرس الأمريكية, ٣٠ تكتيكاً المعاهدات يكن."},{title:"تتطلب شركة طيران الجزر أمراضًا ذكية أو ضحك القوس.",content:"وشعار النزاع في وصل, تم أطراف بقيادة وفنلندا بحث. اليها المواد كما ما. و بتطويق الربيع، انه. أم الدول وزارة فقامت بحق, بحث و حاول الدول باستخدام. عن أدوات الأسيوي انه, بل أساسي سليمان، تغييرات أسر, أم الأجل المتساقطة، يتم."},{title:"ذلك الحرة لمحاكم الأهداف تم. ديسمبر الخاصّة الإثنان أس",content:"حتى الساحل المجتمع أن, يعبأ فرنسية الشرقي ان لان, بل حول هنا؟ شدّت بخطوط. اللا تاريخ مليون أي وتم. أم شرسة الأمم دون, وبعض الأمور لمّ ان. دار مع رئيس أراض, إذ مدن موالية اليميني, شيء و واستمر البشريةً."}]},{class:"columns-3-balanced",header:"قلب صحي",type:"articles-list",content:[{title:"حامل مع شركائه ويسحب الأشعة ودفع كبير للجبال.",content:"بلا ببعض الشهيرة اللازمة أم. التغييرات الأوروبيّون لها قد, إيو أي خطّة غريمه فرنسية, بال قد ممثّلة المبرمة. حتى وشعار الموسوعة ما, مكن الصينية الإكتفاء أم. الأبرياء الأوروبية إيو في, ما حول وبعدما ليتسنّى بالإنزال. هذه عن الحكم بالرّد, تكبّد والتي به، لم, أن وسفن أجزاء مما. بال ترتيب وقامت تم, وحتّى لإعلان مسؤولية و عرض."},{title:"ليس الكثير من الوقت فقط للجزر ، أيضًا ، الكثير من الوقت.",content:"ما وصل كردة وحلفاؤها, إذ كانت إعلان الثقيلة شيء. أمدها تشيكوسلوفاكيا بلا عن. بقعة الأولى الإقتصادية و حيث, وهولندا، التقليدي تم ذلك. الأحمر مهمّات ٣٠ كلّ. كلّ أوزار العالم من. يتم ومطالبة بالمحور في. إيو رجوعهم المتحدة بـ."},{title:"الكثير من العلاج حتى القطر الجذاب للارتجاع.",content:"اوروبا الأسيوي الولايات مع وقد, ما دنو عرفها أوروبا بأضرار. قام عن يعبأ عقبت وحرمان, و حلّت تحرّكت الا. هذه يذكر ٢٠٠٤ المضي عل. بل لبولندا، اليابانية لها, التي الأمريكي بعض ثم."}]},{class:"columns-3-balanced",header:"الجهاز الهضمي الصحي",type:"articles-list",content:[{title:"يخشى بعض المراهقين ، يا عزيزتي في أي رعاية.",content:"كلّ ماذا الشتوية اليابانية عن. الحكم المتّبعة ٣٠ فقد, ضرب واُسدل المسرح النزاع إذ, أي استرجاع الإيطالية ذلك. مما فكان أدنى أم, تحرّكت العسكري إذ بلا. ان لان قادة السفن النزاع, دنو بداية والمعدات ما. لها تجهيز إتفاقية كل, تعد وسوء والقرى ومطالبة بل. أعلنت العناد بالرغم لم كما."},{title:"استثمر تجمع الموجات فوق الصوتية للواجبات المنزلية ولكن.حتى لحوم البقر القطر.",content:"أن مكّن التقليدية دار, وتم حكومة ليركز عالمية ما, ثم الصعداء وانتهاءً حين. وصل الأجل بالمطالبة كل, لعملة الأوروبية، ومن ٣٠, ان وشعار اليابان الإتفاقية تحت. إذ تكبّد الجنوب على. دون مشارف ألمانيا الدّفاع ما, سقطت أدوات الثانية وقد أن."},{title:"نطاق الألم ليس عنصرًا حاليًا من مضادات الأكسدة.",content:"فقد إذ دفّة سليمان، ابتدعها, إذ أهّل حالية ايطاليا، أخذ. الوزراء والإتحاد كلّ من. لغزو لتقليعة البولندي ٣٠ قام. دنو وسوء واندونيسيا، عن, على ٣٠ وشعار وبالتحديد،."}]}]},{id:"content-health-underscored",name:"يؤكد",articles:[{class:"columns-2-balanced",header:"هذا أولا",type:"grid",content:[{image:{src:"assets/images/drew-hays-tGYrlchfObE-unsplash_336.jpg",alt:"عنصر نائب",width:"336",height:"189"},meta:{tag:{type:"new",label:"جديد"}},text:"بال قد والروسية الولايات. حاول وبعد ثانية ان الى, أواخر واتّجه بـ الى. أي أسر حقول استبدال, قد ودول الأجل هذا, جزيرتي وتنصيب التاريخ، عن الا. هو ومضى الدول للجزر فصل. تلك يطول أوروبا ثم, ما الدمج هاربر وبداية كلا, كل بال أخرى والديون الأبرياء.",url:"#"},{image:{src:"assets/images/hush-naidoo-jade-photography-Zp7ebyti3MU-unsplash_336.jpg",alt:"عنصر نائب",width:"336",height:"189"},meta:{tag:{type:"new",label:"جديد"}},text:"قائمة الساحة وبالرغم من بعد. العالمي تشيكوسلوفاكيا أي على, الصفحات الأعمال الجنرال بـ يبق. تسمّى ليركز بها و, عن أسر وقبل الحرة. تمهيد إجلاء في ومن. عدم وانهاء بالرغم اليابان، أي, كما قامت الأرض بأيدي ثم.",url:"#"}]},{class:"columns-2-balanced",header:"هذا الثاني",type:"grid",content:[{image:{src:"assets/images/mathurin-napoly-matnapo-ejWJ3a92FEs-unsplash_336.jpg",alt:"عنصر نائب",width:"336",height:"189"},meta:{tag:{type:"breaking",label:"كسر"}},text:"دار الدنمارك ولكسمبورغ بـ, تم بحث الإنزال الرئيسية. حصدت فرنسية المنتصر بحث ان. ان حالية الأولية دول, إعمار اتّجة جعل بل. لم وحتّى قائمة اعلان على. سليمان، التاريخ، مما مع. بخطوط وأزيز وبعدما أي الى, في خيار فبعد والفرنسي به،.",url:"#"},{image:{src:"assets/images/national-cancer-institute-KrsoedfRAf4-unsplash_336.jpg",alt:"عنصر نائب",width:"336",height:"189"},meta:{tag:{type:"breaking",label:"كسر"}},text:"لكل عن ألمانيا والروسية, بـ وكسبت الشرقي الخاطفة تحت. ٣٠ أضف أهّل الوراء الأوروبية, جيوب الوزراء سنغافورة أم انه, ليركز إبّان أم لها. ومن قد الأحمر محاولات وانتهاءً, لها من مشارف وبحلول لإنعدام. تم كان البرية المبرمة التبرعات. بلا بـ الغالي الثقيلة ولكسمبورغ. بمعارضة شموليةً و أضف, كما فكانت يتمكن وتنصيب بـ.",url:"#"}]}]},{id:"content-health-what-to-eat",name:"ما الذي تريد أن تأكله",articles:[{class:"columns-wrap",header:"الكربوهيدرات منخفضة",type:"excerpt",content:[{image:{src:"assets/images/kenny-eliason-5ddH9Y2accI-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"حدى عن يعبأ الفترة حاملات, وسوء الأثنان ثم انه, الى ان والقرى حاملات. قام ان تمهيد العناد بالتوقيع, ذلك بهيئة والمعدات بـ. جعل الشتاء الأوربيين هو, قدما تصرّف إبّان يتم ان, بـ كلّ أمدها كانتا المنتصر. ضرب عل سقوط المتساقطة،, لمّ و تصرّف الوراء بمحاولة. تسبب الأثناء، وصل ثم, بـ أعلنت والمانيا به،, حدى بمباركة الأسيوي التنازلي من."},{image:{src:"assets/images/brigitte-tohm-iIupxcq-yH4-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"عن مكن لغات الإمداد, ٣٠ تلك مسرح الجنوبي, إذ الإكتفاء الأوربيين تلك. من مكن واتّجه والكوري عشوائية, بلاده بمباركة الرئيسية مع عدم. أراض ألمانيا عل مكن, بـ بداية الخاسر يبق. دون أي الأعمال الدّفاع والفلبين. بل عملية استرجاع تحت, ما مما مايو والتي الإقتصادي. مما من احداث اتفاق."},{image:{src:"assets/images/brooke-lark-oaz0raysASk-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"قام لم تغييرات الجنوبي. أم أراضي الثقيل نفس, جمعت السيء مع أخذ. إذ لان ويعزى الوراء ومطالبة, فعل بفرض حالية أطراف ما, تحرير يتعلّق ومطالبة عن تحت. دنو والحزب معاملة العمليات ما, في حتى هنا؟ بتحدّي, وأزيز وصافرات الصفحات على في. من بعد الأجل اليميني البولندي, هذا لعدم والإتحاد بالتوقيع مع. بالعمل الجنود إذ بحق."}]},{class:"columns-wrap",header:"نباتي",type:"excerpt",content:[{image:{src:"assets/images/christina-rumpf-gUU4MF87Ipw-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"في ولم جمعت عشوائية. لان ماذا ٢٠٠٤ وفنلندا ثم. يتم جمعت وقبل اللا تم, كما وصغار السادس ان. فكان واستمر تعد بل. عن جديدة الساحل دنو. مما بل خطّة معزّزة الأوروبي, بداية وأزيز الخارجية وصل مع."},{image:{src:"assets/images/nathan-dumlao-bRdRUUtbxO0-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"٣٠ كما أفاق والروسية الإقتصادية, أم مسرح وترك اسبوعين يتم, الا وبحلول يتعلّق ان. تصفح الخطّة الشتاء، في بين, عن الخاطفة الخارجية دار. ان ذلك زهاء مشروط. كلا مع قادة العظمى, كلا مليون وبالرغم بل, حدى و كردة بالعمل الفرنسي. يذكر الأراضي عن دول, ٣٠ لأداء اسبوعين ذلك, بال أثره، السيء إذ."},{image:{src:"assets/images/maddi-bazzocco-qKbHvzXb85A-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"مكّن المدن لم جعل. بعد أم أدوات ويكيبيديا وبريطانيا. مع بعض الوزراء تشيكوسلوفاكيا, لم حول تونس الضغوط. بـ الحكم مهمّات بحق, سياسة بالعمل تم تحت. مساعدة وتنصيب ويكيبيديا كما أم, فعل بقصف المزيفة التقليدي من."}]},{class:"columns-wrap",header:"إفطار",type:"excerpt",content:[{image:{src:"assets/images/brooke-lark-IDTEXXXfS44-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"ما وقد كانت تسبب الإنذار،, اتّجة الاندونيسية بعض قد. تم الى عليها وسمّيت. عل لكون بالفشل عرض, اسبوعين والنرويج قد حول. بها الأمور رجوعهم الإمتعاض عل."},{image:{src:"assets/images/joseph-gonzalez-QaGDmf5tMiE-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"هناك والمانيا الا مع. هو تلك تكبّد نتيجة ويتّفق, كانت الشرق، الرئيسية لكل كل. كل المبرمة الفرنسي ذات, زهاء الثالث وبولندا عرض و. ان تحت ليبين وبغطاء الهجوم. غضون الأرواح قُدُماً ٣٠ عدد, حتى مشارف والحزب أي. قائمة الأوربيين لمّ عل."},{image:{src:"assets/images/brooke-lark-GJMlSBS0FhU-unsplash_150.jpg",alt:"عنصر نائب",width:"150",height:"84"},text:"وصغار أطراف أي ذات. هذه عن واحدة أوزار التخطيط, لم وجزر بالحرب مدن. لان ان ثانية والإتحاد. نهاية التقليدي حدى عل, مكن السيطرة الثالث، الأرضية لم."}]}]},{id:"content-health-hot-topics",name:"مواضيع مثيرة",articles:[{class:"columns-2-balanced",header:"هذا أولا",type:"grid",content:[{image:{src:"assets/images/national-cancer-institute-cw2Zn2ZQ9YQ-unsplash_336.jpg",alt:"عنصر نائب",width:"336",height:"189"},meta:{tag:{type:"new",label:"جديد"}},text:"ان الجو للسيطرة الأثنان شيء. مما عن أدوات يتعلّق المنتصر, شاسعة الصين سنغافورة ولم ثم. بعض بقعة والحزب التجارية عن. فقد وإيطالي الشتاء، وايرلندا أن, من يطول فقامت الشتوية كلا, إذ كانتا اكتوبر أسر.",url:"#"},{image:{src:"assets/images/national-cancer-institute-GcrSgHDrniY-unsplash_336.jpg",alt:"عنصر نائب",width:"336",height:"189"},meta:{tag:{type:"new",label:"جديد"}},text:"مليارات الأراضي عن بعض. بال سقطت دأبوا من, أن بوابة بالسيطرة باستحداث كان. بعد لعدم بالولايات أم. احداث أعمال القوى أسر و.",url:"#"}]},{class:"columns-2-balanced",header:"هذا الثاني",type:"grid",content:[{image:{src:"assets/images/national-cancer-institute-SMxzEaidR20-unsplash_336.jpg",alt:"عنصر نائب",width:"336",height:"189"},meta:{tag:{type:"breaking",label:"كسر"}},text:"حصدت وترك بقيادة ذلك أن, ذلك مايو فرنسية قد. حكومة وحلفاؤها الأوربيين بل مما, وفي عن هُزم بالفشل العالمية. المتحدة والمعدات من بعد, مدن من الصين الإقتصادي. تعد أي غريمه النفط استدعى, بل المارق الشهير العمليات قبل. لكون الشطر عدم أن, أخرى كُلفة إستعمل عن ومن, مع ضرب عقبت الهادي.",url:"#"},{image:{src:"assets/images/national-cancer-institute-L7en7Lb-Ovc-unsplash_336.jpg",alt:"عنصر نائب",width:"336",height:"189"},meta:{tag:{type:"breaking",label:"كسر"}},text:"بعد كل انتباه بالرّغم بالولايات, مدن بـ وبعد إستعمل. مع العدّ استدعى الأمريكي وفي, بعض وقامت بتحدّي والعتاد في. وأزيز قائمة أم تحت. أمام وباءت مواقعها كل الى, حقول بخطوط بأضرار أي مكن. سكان استدعى ذات مع, وقد ٣٠ خيار الفترة الرئيسية, و أما اتفاق مكثّفة إستعمل.",url:"#"}]}]},{id:"content-health-paid-content",name:"المحتوى المدفوع",articles:[{class:"columns-4-balanced",type:"preview",content:[{image:{src:"assets/images/dom-hill-nimElTcTNyY-unsplash_336.jpg",alt:"عنصر نائب",width:"336",height:"189"},title:"سلطة كرة القدم حياة مجرد عملية الاحماء العظيمة.جعبة كبيرة واستثمر تصنيع تخرج.الراحة الإلزامية لا تتابع الذروة."}]},{class:"columns-4-balanced",type:"preview",content:[{image:{src:"assets/images/sarah-dorweiler-gUPiTDBdRe4-unsplash_336.jpg",alt:"عنصر نائب",width:"336",height:"189"},title:"مركبات في زيارة من دورة الحياة المدرسية.بالنسبة إلى أسهم عنصر الحياة في المنطقة والواجب المنزلي الأسد.لا احتياجات مطور التغذية ماليسوادا."}]},{class:"columns-4-balanced",type:"preview",content:[{image:{src:"assets/images/icons8-team-k5fUTay0ghw-unsplash_336.jpg",alt:"عنصر نائب",width:"336",height:"189"},title:"إنها أتمنى أن ترغب في إزالة القوس الكراهية.جرة هي الآن الخوف.مطور الراحة الجامعي في في تمويل هو.في كرة السلة ، وقتي تمويل أي مطور التغذية."}]},{class:"columns-4-balanced",type:"preview",content:[{image:{src:"assets/images/jessica-weiller-So4eFi-d1nc-unsplash_336.jpg",alt:"عنصر نائب",width:"336",height:"189"},title:"كان التمويل ولكن الأداء ولكن البوابة.نولام ودرجة حرارة الحلق الفلفل الحار سعر المعرف السريري.الكتلة ليست واقعية الآن لعنصر المنطقة."}]}]}]}},z_={header:"Settings",items:{motion:{label:"Reduced Motion"},contrast:{label:"High Contrast Mode"}}},B_={header:"設定",items:{motion:{label:"モーションの減少"},contrast:{label:"ハイコントラストモード"}}},Q_={header:"إعدادات",items:{motion:{label:"انخفاض الحركة"},contrast:{label:"وضع التباين العاليs"}}},V_={copyright:{label:"all rights reserved!"}},W_={copyright:{label:"全著作権所有!"}},Y_={copyright:{label:"كل الحقوق محفوظة"}},$_={label:"Log In",href:"#",target:"internal"},K_={label:"More",href:"#",target:"internal"},J_=Object.freeze(Object.defineProperty({__proto__:null,login:$_,more:K_},Symbol.toStringTag,{value:"Module"})),Z_={label:"ログイン",href:"#",target:"internal"},G_={label:"もっと",href:"#",target:"internal"},X_=Object.freeze(Object.defineProperty({__proto__:null,login:Z_,more:G_},Symbol.toStringTag,{value:"Module"})),ey={label:"تسجيل الدخول",href:"#",target:"internal"},ty={label:"أكثر",href:"#",target:"internal"},sy=Object.freeze(Object.defineProperty({__proto__:null,login:ey,more:ty},Symbol.toStringTag,{value:"Module"})),ay={facebook:{label:"Facebook",href:"#",target:"external"},instagram:{label:"Instagram",href:"#",target:"external"},twitter:{label:"Twitter",href:"#",target:"external"}},iy={terms:{label:"Terms of Use",href:"#",target:"external"},privacy:{label:"Privacy Policy",href:"#",target:"external"},sell:{label:"Do Not Sell Or Share My Personal Information",href:"#",target:"external"},choices:{label:"Ad Choices",href:"#",target:"external"}},ny={skip:{label:"Skip to content"}},ly=Object.freeze(Object.defineProperty({__proto__:null,a11y:ny,legal:iy,social:ay},Symbol.toStringTag,{value:"Module"})),ry={facebook:{label:"Facebook",href:"#",target:"external"},instagram:{label:"Instagram",href:"#",target:"external"},twitter:{label:"Twitter",href:"#",target:"external"}},cy={terms:{label:"利用規約",href:"#",target:"external"},privacy:{label:"プライバシーポリシー",href:"#",target:"external"},sell:{label:"私の個人情報を販売したり共有したりしないでください",href:"#",target:"external"},choices:{label:"広告の選択",href:"#",target:"external"}},oy={skip:{label:"コンテンツにスキップします"}},uy=Object.freeze(Object.defineProperty({__proto__:null,a11y:oy,legal:cy,social:ry},Symbol.toStringTag,{value:"Module"})),my={facebook:{label:"Facebook",href:"#",target:"external"},instagram:{label:"Instagram",href:"#",target:"external"},twitter:{label:"Twitter",href:"#",target:"external"}},hy={terms:{label:"شروط الاستخدام",href:"#",target:"external"},privacy:{label:"سياسة الخصوصية",href:"#",target:"external"},sell:{label:"لا تبيع أو تشارك معلوماتي الشخصية",href:"#",target:"external"},choices:{label:"اختيارات الإعلان",href:"#",target:"external"}},dy={skip:{label:"تخطى الى المحتوى"}},gy=Object.freeze(Object.defineProperty({__proto__:null,a11y:dy,legal:hy,social:my},Symbol.toStringTag,{value:"Module"})),ai={en:{content:H_,settings:z_,footer:V_,buttons:J_,links:ly},jp:{content:F_,settings:B_,footer:W_,buttons:X_,links:uy},ar:{content:D_,settings:Q_,footer:Y_,buttons:sy,links:gy}};let ra;const py=new Uint8Array(16);function fy(){if(!ra&&(ra=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!ra))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return ra(py)}const Ce=[];for(let e=0;e<256;++e)Ce.push((e+256).toString(16).slice(1));function by(e,t=0){return Ce[e[t+0]]+Ce[e[t+1]]+Ce[e[t+2]]+Ce[e[t+3]]+"-"+Ce[e[t+4]]+Ce[e[t+5]]+"-"+Ce[e[t+6]]+Ce[e[t+7]]+"-"+Ce[e[t+8]]+Ce[e[t+9]]+"-"+Ce[e[t+10]]+Ce[e[t+11]]+Ce[e[t+12]]+Ce[e[t+13]]+Ce[e[t+14]]+Ce[e[t+15]]}const _y=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),Cl={randomUUID:_y};function Sl(e,t,s){if(Cl.randomUUID&&!t&&!e)return Cl.randomUUID();e=e||{};const a=e.random||(e.rng||fy)();if(a[6]=a[6]&15|64,a[8]=a[8]&63|128,t){s=s||0;for(let i=0;i<16;++i)t[s+i]=a[i];return t}return by(a)}const yy=["ar","he","fa","ps","ur"],vy="en",wy="ltr";function jy(){var c;const t=(c=new URLSearchParams(window.location.search).get("lang"))==null?void 0:c.toLowerCase(),s=t&&t in ai?t:vy,a=s&&yy.includes(s)?"rtl":wy;hd({htmlAttrs:{dir:a,lang:s}});const{content:i}=ai[s],n=Object.create(null);Object.keys(i).forEach(r=>{const{sections:o}=i[r],u=o.map(m=>{const d={...m};return d.articles=m.articles.map(_=>{const f={..._};return f.id=Sl(),Array.isArray(_.content)&&(f.content=_.content.map(w=>{const R={...w};return R.id=Sl(),R})),f}),d});n[r]={...i[r],sections:u}});const l={lang:s,dir:a,...ai[s],content:n};Ot("data",l)}function xy(){const e=ms();Mt(e,t=>{if(document.getElementById("page"))if(!e.hash)document.getElementById("page").scrollTo(0,0);else{const s=e.hash.split("#")[1];Ht(()=>{document.getElementById(s).scrollIntoView()})}},{deep:!0,immediate:!0})}history.replaceState=function(e){return null},window.requestAnimationFrame=e=>window.setTimeout(e,0),window.cancelAnimationFrame=window.clearTimeout,window.requestIdleCallback=void 0,window.cancelIdleCallback=void 0;const qy={__name:"app",setup(e){return jy(),xy(),(t,s)=>{const a=jf,i=L_;return T(),_e(i,null,{default:et(()=>[Q(a)]),_:1})}}},Il={__name:"nuxt-root",setup(e){const t=Go(()=>ic(()=>import("./error-component.2cb571d2.js"),[],import.meta.url).then(r=>r.default||r)),s=()=>null,a=we(),i=a.deferHydration(),n=!1;Ot("_route",ms()),a.hooks.callHookWith(r=>r.map(o=>o()),"vue:setup");const l=Ma();jr((r,o,u)=>{if(a.hooks.callHook("vue:error",r,o,u).catch(m=>console.error("[nuxt] Error in `vue:error` hook",m)),Cd(r)&&(r.fatal||r.unhandled))return a.runWithContext(()=>Vt(r)),!1});const{islandContext:c}=!1;return(r,o)=>(T(),_e(mr,{onResolve:pe(i)},{default:et(()=>[pe(l)?(T(),_e(pe(t),{key:0,error:pe(l)},null,8,["error"])):pe(c)?(T(),_e(pe(s),{key:1,context:pe(c)},null,8,["context"])):pe(n)?(T(),_e(qr(pe(n)),{key:2})):(T(),_e(pe(qy),{key:3}))]),_:1},8,["onResolve"]))}};globalThis.$fetch||(globalThis.$fetch=Jm.create({baseURL:Gm()}));let Tl;const ky=gh(bf);{let e;Tl=async function(){var n,l;if(e)return e;const a=!!((n=window.__NUXT__)!=null&&n.serverRendered||((l=document.getElementById("__NUXT_DATA__"))==null?void 0:l.dataset.ssr)==="true")?hm(Il):mm(Il),i=mh({vueApp:a});try{await dh(i,ky)}catch(c){await i.callHook("app:error",c),i.payload.error=i.payload.error||c}try{await i.hooks.callHook("app:created",a),await i.hooks.callHook("app:beforeMount",a),a.mount("#"+pd),await i.hooks.callHook("app:mounted",a),await Ht()}catch(c){await i.callHook("app:error",c),i.payload.error=i.payload.error||c}return a},e=Tl().catch(t=>{console.error("Error while mounting app:",t)})}export{ic as _,re as a,hd as b,_e as c,Go as d,H as e,k as f,Cu as g,Q as h,os as i,La as j,Ay as k,Py as n,T as o,Ey as p,ye as t,pe as u,et as w}; diff --git a/resources/newssite/news-nuxt/dist/_nuxt/error-404.cfea4b42.js b/resources/newssite/news-nuxt/dist/_nuxt/error-404.2a577bdf.js similarity index 97% rename from resources/newssite/news-nuxt/dist/_nuxt/error-404.cfea4b42.js rename to resources/newssite/news-nuxt/dist/_nuxt/error-404.2a577bdf.js index a3d1e6ab9..6a14f93cc 100644 --- a/resources/newssite/news-nuxt/dist/_nuxt/error-404.cfea4b42.js +++ b/resources/newssite/news-nuxt/dist/_nuxt/error-404.2a577bdf.js @@ -1 +1 @@ -import{a,b as n,o as r,e as d,f as e,t as s,h as l,w as c,i as p,j as f,p as h,k as x}from"./entry.ab49470b.js";const m=t=>(h("data-v-30d2164e"),t=t(),x(),t),u={class:"font-sans antialiased bg-white dark:bg-black text-black dark:text-white grid min-h-screen place-content-center overflow-hidden"},g=m(()=>e("div",{class:"fixed left-0 right-0 spotlight z-10"},null,-1)),_={class:"max-w-520px text-center z-20"},b=["textContent"],w=["textContent"],y={class:"w-full flex items-center justify-center"},S={__name:"error-404",props:{appName:{type:String,default:"Nuxt"},version:{type:String,default:""},statusCode:{type:Number,default:404},statusMessage:{type:String,default:"Not Found"},description:{type:String,default:"Sorry, the page you are looking for could not be found."},backHome:{type:String,default:"Go back home"}},setup(t){const o=t;return n({title:`${o.statusCode} - ${o.statusMessage} | ${o.appName}`,script:[],style:[{children:'*,:before,:after{-webkit-box-sizing:border-box;box-sizing:border-box;border-width:0;border-style:solid;border-color:#e0e0e0}*{--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(14, 165, 233, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000}:root{-moz-tab-size:4;-o-tab-size:4;tab-size:4}a{color:inherit;text-decoration:inherit}body{margin:0;font-family:inherit;line-height:inherit}html{-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";line-height:1.5}h1,p{margin:0}h1{font-size:inherit;font-weight:inherit}'}]}),(k,v)=>{const i=f;return r(),d("div",u,[g,e("div",_,[e("h1",{class:"text-8xl sm:text-10xl font-medium mb-8",textContent:s(t.statusCode)},null,8,b),e("p",{class:"text-xl px-8 sm:px-0 sm:text-4xl font-light mb-16 leading-tight",textContent:s(t.description)},null,8,w),e("div",y,[l(i,{to:"/",class:"gradient-border text-md sm:text-xl py-2 px-4 sm:py-3 sm:px-6 cursor-pointer"},{default:c(()=>[p(s(t.backHome),1)]),_:1})])])])}}},z=a(S,[["__scopeId","data-v-30d2164e"]]);export{z as default}; +import{a,b as n,o as r,e as d,f as e,t as s,h as l,w as c,i as p,j as f,p as h,k as x}from"./entry.61b8a168.js";const m=t=>(h("data-v-30d2164e"),t=t(),x(),t),u={class:"font-sans antialiased bg-white dark:bg-black text-black dark:text-white grid min-h-screen place-content-center overflow-hidden"},g=m(()=>e("div",{class:"fixed left-0 right-0 spotlight z-10"},null,-1)),_={class:"max-w-520px text-center z-20"},b=["textContent"],w=["textContent"],y={class:"w-full flex items-center justify-center"},S={__name:"error-404",props:{appName:{type:String,default:"Nuxt"},version:{type:String,default:""},statusCode:{type:Number,default:404},statusMessage:{type:String,default:"Not Found"},description:{type:String,default:"Sorry, the page you are looking for could not be found."},backHome:{type:String,default:"Go back home"}},setup(t){const o=t;return n({title:`${o.statusCode} - ${o.statusMessage} | ${o.appName}`,script:[],style:[{children:'*,:before,:after{-webkit-box-sizing:border-box;box-sizing:border-box;border-width:0;border-style:solid;border-color:#e0e0e0}*{--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(14, 165, 233, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000}:root{-moz-tab-size:4;-o-tab-size:4;tab-size:4}a{color:inherit;text-decoration:inherit}body{margin:0;font-family:inherit;line-height:inherit}html{-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";line-height:1.5}h1,p{margin:0}h1{font-size:inherit;font-weight:inherit}'}]}),(k,v)=>{const i=f;return r(),d("div",u,[g,e("div",_,[e("h1",{class:"text-8xl sm:text-10xl font-medium mb-8",textContent:s(t.statusCode)},null,8,b),e("p",{class:"text-xl px-8 sm:px-0 sm:text-4xl font-light mb-16 leading-tight",textContent:s(t.description)},null,8,w),e("div",y,[l(i,{to:"/",class:"gradient-border text-md sm:text-xl py-2 px-4 sm:py-3 sm:px-6 cursor-pointer"},{default:c(()=>[p(s(t.backHome),1)]),_:1})])])])}}},z=a(S,[["__scopeId","data-v-30d2164e"]]);export{z as default}; diff --git a/resources/newssite/news-nuxt/dist/_nuxt/error-500.24e732f2.js b/resources/newssite/news-nuxt/dist/_nuxt/error-500.c1eac2b8.js similarity index 96% rename from resources/newssite/news-nuxt/dist/_nuxt/error-500.24e732f2.js rename to resources/newssite/news-nuxt/dist/_nuxt/error-500.c1eac2b8.js index 7f121225d..9e19c7b22 100644 --- a/resources/newssite/news-nuxt/dist/_nuxt/error-500.24e732f2.js +++ b/resources/newssite/news-nuxt/dist/_nuxt/error-500.c1eac2b8.js @@ -1 +1 @@ -import{a as i,b as a,o as r,e as n,f as e,t as s,p as l,k as d}from"./entry.ab49470b.js";const c=t=>(l("data-v-32388612"),t=t(),d(),t),p={class:"font-sans antialiased bg-white dark:bg-black text-black dark:text-white grid min-h-screen place-content-center overflow-hidden"},h=c(()=>e("div",{class:"fixed -bottom-1/2 left-0 right-0 h-1/2 spotlight"},null,-1)),f={class:"max-w-520px text-center"},g=["textContent"],m=["textContent"],x={__name:"error-500",props:{appName:{type:String,default:"Nuxt"},version:{type:String,default:""},statusCode:{type:Number,default:500},statusMessage:{type:String,default:"Server error"},description:{type:String,default:"This page is temporarily unavailable."}},setup(t){const o=t;return a({title:`${o.statusCode} - ${o.statusMessage} | ${o.appName}`,script:[],style:[{children:'*,:before,:after{-webkit-box-sizing:border-box;box-sizing:border-box;border-width:0;border-style:solid;border-color:#e0e0e0}*{--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(14, 165, 233, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000}:root{-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{margin:0;font-family:inherit;line-height:inherit}html{-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";line-height:1.5}h1,p{margin:0}h1{font-size:inherit;font-weight:inherit}'}]}),(b,u)=>(r(),n("div",p,[h,e("div",f,[e("h1",{class:"text-8xl sm:text-10xl font-medium mb-8",textContent:s(t.statusCode)},null,8,g),e("p",{class:"text-xl px-8 sm:px-0 sm:text-4xl font-light mb-16 leading-tight",textContent:s(t.description)},null,8,m)])]))}},w=i(x,[["__scopeId","data-v-32388612"]]);export{w as default}; +import{a as i,b as a,o as r,e as n,f as e,t as s,p as l,k as d}from"./entry.61b8a168.js";const c=t=>(l("data-v-32388612"),t=t(),d(),t),p={class:"font-sans antialiased bg-white dark:bg-black text-black dark:text-white grid min-h-screen place-content-center overflow-hidden"},h=c(()=>e("div",{class:"fixed -bottom-1/2 left-0 right-0 h-1/2 spotlight"},null,-1)),f={class:"max-w-520px text-center"},g=["textContent"],m=["textContent"],x={__name:"error-500",props:{appName:{type:String,default:"Nuxt"},version:{type:String,default:""},statusCode:{type:Number,default:500},statusMessage:{type:String,default:"Server error"},description:{type:String,default:"This page is temporarily unavailable."}},setup(t){const o=t;return a({title:`${o.statusCode} - ${o.statusMessage} | ${o.appName}`,script:[],style:[{children:'*,:before,:after{-webkit-box-sizing:border-box;box-sizing:border-box;border-width:0;border-style:solid;border-color:#e0e0e0}*{--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(14, 165, 233, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000}:root{-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{margin:0;font-family:inherit;line-height:inherit}html{-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";line-height:1.5}h1,p{margin:0}h1{font-size:inherit;font-weight:inherit}'}]}),(b,u)=>(r(),n("div",p,[h,e("div",f,[e("h1",{class:"text-8xl sm:text-10xl font-medium mb-8",textContent:s(t.statusCode)},null,8,g),e("p",{class:"text-xl px-8 sm:px-0 sm:text-4xl font-light mb-16 leading-tight",textContent:s(t.description)},null,8,m)])]))}},w=i(x,[["__scopeId","data-v-32388612"]]);export{w as default}; diff --git a/resources/newssite/news-nuxt/dist/_nuxt/error-component.98713fee.js b/resources/newssite/news-nuxt/dist/_nuxt/error-component.2cb571d2.js similarity index 71% rename from resources/newssite/news-nuxt/dist/_nuxt/error-component.98713fee.js rename to resources/newssite/news-nuxt/dist/_nuxt/error-component.2cb571d2.js index 6640ec40d..3e386802a 100644 --- a/resources/newssite/news-nuxt/dist/_nuxt/error-component.98713fee.js +++ b/resources/newssite/news-nuxt/dist/_nuxt/error-component.2cb571d2.js @@ -1,3 +1,3 @@ -import{o as m,c as E,n as f,g,u as s,d as n,_ as a}from"./entry.ab49470b.js";const k={__name:"nuxt-error-page",props:{error:Object},setup(c){const u=c,{error:t}=u;(t.stack||"").split(` +import{o as m,c as E,n as f,g,u as s,d as n,_ as a}from"./entry.61b8a168.js";const k={__name:"nuxt-error-page",props:{error:Object},setup(c){const u=c,{error:t}=u;(t.stack||"").split(` `).splice(1).map(e=>({text:e.replace("webpack:/","").replace(".vue",".js").trim(),internal:e.includes("node_modules")&&!e.includes(".cache")||e.includes("internal")||e.includes("new Promise")})).map(e=>`${e.text}`).join(` -`);const r=Number(t.statusCode||500),o=r===404,i=t.statusMessage??(o?"Page Not Found":"Internal Server Error"),p=t.message||t.toString(),_=void 0,d=o?n(()=>a(()=>import("./error-404.cfea4b42.js"),["./error-404.cfea4b42.js","./entry.ab49470b.js","./entry.4163a698.css","./error-404.23f2309d.css"],import.meta.url).then(e=>e.default||e)):n(()=>a(()=>import("./error-500.24e732f2.js"),["./error-500.24e732f2.js","./entry.ab49470b.js","./entry.4163a698.css","./error-500.aa16ed4d.css"],import.meta.url).then(e=>e.default||e));return(e,l)=>(m(),E(s(d),f(g({statusCode:s(r),statusMessage:s(i),description:s(p),stack:s(_)})),null,16))}},h=k;export{h as default}; +`);const r=Number(t.statusCode||500),o=r===404,i=t.statusMessage??(o?"Page Not Found":"Internal Server Error"),p=t.message||t.toString(),_=void 0,d=o?n(()=>a(()=>import("./error-404.2a577bdf.js"),["./error-404.2a577bdf.js","./entry.61b8a168.js","./entry.4163a698.css","./error-404.23f2309d.css"],import.meta.url).then(e=>e.default||e)):n(()=>a(()=>import("./error-500.c1eac2b8.js"),["./error-500.c1eac2b8.js","./entry.61b8a168.js","./entry.4163a698.css","./error-500.aa16ed4d.css"],import.meta.url).then(e=>e.default||e));return(e,l)=>(m(),E(s(d),f(g({statusCode:s(r),statusMessage:s(i),description:s(p),stack:s(_)})),null,16))}},h=k;export{h as default}; diff --git a/resources/newssite/news-nuxt/dist/index.html b/resources/newssite/news-nuxt/dist/index.html index 4c3f62666..dfbb17dc6 100644 --- a/resources/newssite/news-nuxt/dist/index.html +++ b/resources/newssite/news-nuxt/dist/index.html @@ -3,6 +3,6 @@ The Daily Broadcast - -
+ +
\ No newline at end of file diff --git a/resources/newssite/news-nuxt/package-lock.json b/resources/newssite/news-nuxt/package-lock.json index 5ca115204..efc19256c 100644 --- a/resources/newssite/news-nuxt/package-lock.json +++ b/resources/newssite/news-nuxt/package-lock.json @@ -8,7 +8,8 @@ "hasInstallScript": true, "dependencies": { "http-server": "^14.1.1", - "news-site-css": "file:../news-site-css" + "news-site-css": "file:../news-site-css", + "uuid": "^9.0.0" }, "devDependencies": { "@nuxt/eslint-config": "^0.1.1", @@ -8786,6 +8787,18 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", "dev": true }, + "node_modules/uuid": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/vite": { "version": "4.3.9", "resolved": "https://registry.npmjs.org/vite/-/vite-4.3.9.tgz", @@ -15670,6 +15683,11 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", "dev": true }, + "uuid": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==" + }, "vite": { "version": "4.3.9", "resolved": "https://registry.npmjs.org/vite/-/vite-4.3.9.tgz", diff --git a/resources/newssite/news-nuxt/package.json b/resources/newssite/news-nuxt/package.json index 1cb93ad6e..484b04cfc 100644 --- a/resources/newssite/news-nuxt/package.json +++ b/resources/newssite/news-nuxt/package.json @@ -21,6 +21,7 @@ }, "dependencies": { "http-server": "^14.1.1", - "news-site-css": "file:../news-site-css" + "news-site-css": "file:../news-site-css", + "uuid": "^9.0.0" } }