import{I as p,L as o0,pa as s0}from"./chunk-ks5uwbwk.mjs";var i1,E,W,M0=Object.create,m0=Object.defineProperty,C0=Object.getOwnPropertyDescriptor,w0=Object.getOwnPropertyNames,A0=Object.getPrototypeOf,F0=Object.prototype.hasOwnProperty,o1=(e,t)=>function(){return t||(0,e[w0(e)[0]])((t={exports:{}}).exports,t),t.exports},N0=(e,t,r,a)=>{if(t&&typeof t=="object"||typeof t=="function")for(let f of w0(t))F0.call(e,f)||f===r||m0(e,f,{get:()=>t[f],enumerable:!(a=C0(t,f))||a.enumerable});return e},n0=(e,t,r)=>(r=e!=null?M0(A0(e)):{},N0(!t&&e&&e.__esModule?r:m0(r,"default",{value:e,enumerable:!0}),e)),D0=o1({"../../../node_modules/dataloader/index.js"(e,t){var r,a=function(){function u(n,o){if(typeof n!="function")throw TypeError("DataLoader must be constructed with a function which accepts Array and returns Promise>, but got: "+n+".");this._batchLoadFn=n,this._maxBatchSize=function(l){if(!(!l||l.batch!==!1))return 1;var h=l&&l.maxBatchSize;if(h===void 0)return 1/0;if(typeof h!="number"||h<1)throw TypeError("maxBatchSize must be a positive number: "+h);return h}(o),this._batchScheduleFn=function(l){var h=l&&l.batchScheduleFn;if(h===void 0)return f;if(typeof h!="function")throw TypeError("batchScheduleFn must be a function: "+h);return h}(o),this._cacheKeyFn=function(l){var h=l&&l.cacheKeyFn;if(h===void 0)return function(m){return m};if(typeof h!="function")throw TypeError("cacheKeyFn must be a function: "+h);return h}(o),this._cacheMap=function(l){if(!(!l||l.cache!==!1))return null;var h=l&&l.cacheMap;if(h===void 0)return new Map;if(h!==null){var m=["get","set","delete","clear"].filter(function(d){return h&&typeof h[d]!="function"});if(m.length!==0)throw TypeError("Custom cacheMap missing methods: "+m.join(", "))}return h}(o),this._batch=null,this.name=o&&o.name?o.name:null}var i=u.prototype;return i.load=function(n){if(n==null)throw TypeError("The loader.load() function must be called with a value, but got: "+String(n)+".");var o=function(b){var w=b._batch;if(w!==null&&!w.hasDispatched&&w.keys.length and returns Promise>, but the function errored synchronously: "+String(x)+"."))}if(!v||typeof v.then!="function")return s(T,_,TypeError("DataLoader must be constructed with a function which accepts Array and returns Promise>, but the function did not return a Promise: "+String(v)+"."));v.then(function(x){if(!y(x))throw TypeError("DataLoader must be constructed with a function which accepts Array and returns Promise>, but the function did not return a Promise of an Array: "+String(x)+".");if(x.length!==_.keys.length)throw TypeError(`DataLoader must be constructed with a function which accepts Array and returns Promise>, but the function did not return a Promise of an Array of the same length as the Array of keys. Keys: `+String(_.keys)+` Values: `+String(x));c(_);for(var U=0;U<_.callbacks.length;U++){var k=x[U];k instanceof Error?_.callbacks[U].reject(k):_.callbacks[U].resolve(k)}}).catch(function(x){s(T,_,x)})})(b,I)}),I}(this),l=this._cacheMap,h=this._cacheKeyFn(n);if(l){var m=l.get(h);if(m){var d=o.cacheHits||(o.cacheHits=[]);return new Promise(function(b){d.push(function(){b(m)})})}}o.keys.push(n);var g=new Promise(function(b,w){o.callbacks.push({resolve:b,reject:w})});return l&&l.set(h,g),g},i.loadMany=function(n){if(!y(n))throw TypeError("The loader.loadMany() function must be called with Array but got: "+n+".");for(var o=[],l=0;l0&&Object.prototype.hasOwnProperty.call(u,u.length-1))}t.exports=a}}),P0=o1({"../../../node_modules/splaytree/dist/splay.js"(e,t){var r;r=function(){var a=function(u,i){this.next=null,this.key=u,this.data=i,this.left=null,this.right=null};function f(u,i){return u>i?1:un(u,i.left.key)){var d=i.left;if(i.left=d.right,d.right=i,(i=d).left===null)break}h.left=i,h=i,i=i.left}else if(m>0){if(i.right===null)break;if(n(u,i.right.key)>0){var d=i.right;if(i.right=d.left,d.left=i,(i=d).right===null)break}l.right=i,l=i,i=i.right}else break}return l.right=i.left,h.left=i.right,i.left=o.right,i.right=o.left,i}function c(u,i,n,o){var l=new a(u,i);if(n===null)return l.left=l.right=null,l;n=s(u,n,o);var h=o(u,n.key);return h<0?(l.left=n.left,l.right=n,n.left=null):h>=0&&(l.right=n.right,l.left=n,n.right=null),l}function y(u,i,n){var o=null,l=null;if(i){i=s(u,i,n);var h=n(i.key,u);h===0?(o=i.left,l=i.right):h<0?(l=i.right,i.right=null,o=i):(o=i.left,i.left=null,l=i)}return{left:o,right:l}}return function(){function u(i){i===void 0&&(i=f),this._root=null,this._size=0,this._comparator=i}return u.prototype.insert=function(i,n){return this._size++,this._root=c(i,n,this._root,this._comparator)},u.prototype.add=function(i,n){var o=new a(i,n);this._root===null&&(o.left=o.right=null,this._size++,this._root=o);var l=this._comparator,h=s(i,this._root,l),m=l(i,h.key);return m===0?this._root=h:(m<0?(o.left=h.left,o.right=h,h.left=null):m>0&&(o.right=h.right,o.left=h,h.right=null),this._size++,this._root=o),this._root},u.prototype.remove=function(i){this._root=this._remove(i,this._root,this._comparator)},u.prototype._remove=function(i,n,o){var l;return n===null?null:(n=s(i,n,o),o(i,n.key)===0?(n.left===null?l=n.right:(l=s(i,n.left,o)).right=n.right,this._size--,l):n)},u.prototype.pop=function(){var i=this._root;if(i){for(;i.left;)i=i.left;return this._root=s(i.key,this._root,this._comparator),this._root=this._remove(i.key,this._root,this._comparator),{key:i.key,data:i.data}}return null},u.prototype.findStatic=function(i){for(var n=this._root,o=this._comparator;n;){var l=o(i,n.key);if(l===0)return n;n=l<0?n.left:n.right}return null},u.prototype.find=function(i){return this._root&&(this._root=s(i,this._root,this._comparator),this._comparator(i,this._root.key)!==0)?null:this._root},u.prototype.contains=function(i){for(var n=this._root,o=this._comparator;n;){var l=o(i,n.key);if(l===0)return!0;n=l<0?n.left:n.right}return!1},u.prototype.forEach=function(i,n){for(var o=this._root,l=[],h=!1;!h;)o!==null?(l.push(o),o=o.left):l.length!==0?(o=l.pop(),i.call(n,o),o=o.right):h=!0;return this},u.prototype.range=function(i,n,o,l){for(var h=[],m=this._comparator,d=this._root;h.length!==0||d;)if(d)h.push(d),d=d.left;else{if(m((d=h.pop()).key,n)>0)break;if(m(d.key,i)>=0&&o.call(l,d))return this;d=d.right}return this},u.prototype.keys=function(){var i=[];return this.forEach(function(n){var o=n.key;return i.push(o)}),i},u.prototype.values=function(){var i=[];return this.forEach(function(n){var o=n.data;return i.push(o)}),i},u.prototype.min=function(){return this._root?this.minNode(this._root).key:null},u.prototype.max=function(){return this._root?this.maxNode(this._root).key:null},u.prototype.minNode=function(i){if(i===void 0&&(i=this._root),i)for(;i.left;)i=i.left;return i},u.prototype.maxNode=function(i){if(i===void 0&&(i=this._root),i)for(;i.right;)i=i.right;return i},u.prototype.at=function(i){for(var n=this._root,o=!1,l=0,h=[];!o;)if(n)h.push(n),n=n.left;else if(h.length>0){if(n=h.pop(),l===i)return n;l++,n=n.right}else o=!0;return null},u.prototype.next=function(i){var n=this._root,o=null;if(i.right){for(o=i.right;o.left;)o=o.left;return o}for(var l=this._comparator;n;){var h=l(i.key,n.key);if(h===0)break;h<0?(o=n,n=n.left):n=n.right}return o},u.prototype.prev=function(i){var n=this._root,o=null;if(i.left!==null){for(o=i.left;o.right;)o=o.right;return o}for(var l=this._comparator;n;){var h=l(i.key,n.key);if(h===0)break;h<0?n=n.left:(o=n,n=n.right)}return o},u.prototype.clear=function(){return this._root=null,this._size=0,this},u.prototype.toList=function(){return function(i){for(var n=i,o=[],l=!1,h=new a(null,null),m=h;!l;)n?(o.push(n),n=n.left):o.length>0?n=(n=m=m.next=o.pop()).right:l=!0;return m.next=null,h.next}(this._root)},u.prototype.load=function(i,n,o){n===void 0&&(n=[]),o===void 0&&(o=!1);var l=i.length,h=this._comparator;if(o&&function d(g,b,w,I,T){if(!(w>=I)){for(var _=g[w+I>>1],v=w-1,x=I+1;;){do v++;while(0>T(g[v],_));do x--;while(T(g[x],_)>0);if(v>=x)break;var U=g[v];g[v]=g[x],g[x]=U,U=b[v],b[v]=b[x],b[x]=U}d(g,b,w,x,T),d(g,b,x+1,I,T)}}(i,n,0,l-1,h),this._root===null)this._root=function d(g,b,w,I){var T=I-w;if(T>0){var _=w+Math.floor(T/2),v=g[_],x=b[_],U=new a(v,x);return U.left=d(g,b,w,_),U.right=d(g,b,_+1,I),U}return null}(i,n,0,l),this._size=l;else{var m=function(d,g,b){for(var w=new a(null,null),I=w,T=d,_=g;T!==null&&_!==null;)0>b(T.key,_.key)?(I.next=T,T=T.next):(I.next=_,_=_.next),I=I.next;return T!==null?I.next=T:_!==null&&(I.next=_),w.next}(this.toList(),function(d,g){for(var b=new a(null,null),w=b,I=0;I0){var T=b+Math.floor(I/2),_=d(g,b,T),v=g.head;return v.left=_,g.head=g.head.next,v.right=d(g,T+1,w),v}return null}({head:m},0,l)}return this},u.prototype.isEmpty=function(){return this._root===null},Object.defineProperty(u.prototype,"size",{get:function(){return this._size},enumerable:!0,configurable:!0}),Object.defineProperty(u.prototype,"root",{get:function(){return this._root},enumerable:!0,configurable:!0}),u.prototype.toString=function(i){i===void 0&&(i=function(o){return String(o.key)});var n=[];return function o(l,h,m,d,g){if(l){d(""+h+(m?"\u2514\u2500\u2500 ":"\u251C\u2500\u2500 ")+g(l)+` `);var b=h+(m?" ":"\u2502 ");l.left&&o(l.left,b,!1,d,g),l.right&&o(l.right,b,!0,d,g)}}(this._root,"",!0,function(o){return n.push(o)},i),n.join("")},u.prototype.update=function(i,n,o){var l,h,m=this._comparator,d=y(i,this._root,m),g=d.left,b=d.right;0>m(i,n)?b=c(n,o,b,m):g=c(n,o,g,m),this._root=(l=g,(h=b)===null?l:(l===null||((h=s(l.key,h,m)).left=l),h))},u.prototype.split=function(i){return y(i,this._root,this._comparator)},u.prototype[Symbol.iterator]=function(){var i,n,o;return function(l,h){var m,d,g,b,w={label:0,sent:function(){if(1&g[0])throw g[1];return g[1]},trys:[],ops:[]};return b={next:I(0),throw:I(1),return:I(2)},typeof Symbol=="function"&&(b[Symbol.iterator]=function(){return this}),b;function I(T){return function(_){return function(v){if(m)throw TypeError("Generator is already executing.");for(;w;)try{if(m=1,d&&(g=2&v[0]?d.return:v[0]?d.throw||((g=d.return)&&g.call(d),0):d.next)&&!(g=g.call(d,v[1])).done)return g;switch(d=0,g&&(v=[2&v[0],g.value]),v[0]){case 0:case 1:g=v;break;case 4:return w.label++,{value:v[1],done:!1};case 5:w.label++,d=v[1],v=[0];continue;case 7:v=w.ops.pop(),w.trys.pop();continue;default:if(!(g=(g=w.trys).length>0&&g[g.length-1])&&(v[0]===6||v[0]===2)){w=0;continue}if(v[0]===3&&(!g||v[1]>g[0]&&v[1]t.replace(/^[ \t\n\r]+/u,"").replace(/[ \t\n\r]+$/u,""),e.removeTrailingHTTPWhitespace=t=>t.replace(/[ \t\n\r]+$/u,""),e.isHTTPWhitespaceChar=t=>t===" "||t===" "||t===` `||t==="\r",e.solelyContainsHTTPTokenCodePoints=t=>/^[-!#$%&'*+.^_`|~A-Za-z0-9]*$/u.test(t),e.soleyContainsHTTPQuotedStringTokenCodePoints=t=>/^[\t\u0020-\u007E\u0080-\u00FF]*$/u.test(t),e.asciiLowercase=t=>t.replace(/[A-Z]/ug,r=>r.toLowerCase()),e.collectAnHTTPQuotedString=(t,r)=>{let a="";for(r++;;){for(;r=t.length)break;let f=t[r];if(++r,f==="\\"){if(r>=t.length){a+="\\";break}a+=t[r],++r}else break}return[a,r]}}}),j0=o1({"../../../node_modules/whatwg-mimetype/lib/mime-type-parameters.js"(e,t){var{asciiLowercase:r,solelyContainsHTTPTokenCodePoints:a,soleyContainsHTTPQuotedStringTokenCodePoints:f}=x1();t.exports=class{get size(){return this._map.size}get(s){return s=r(String(s)),this._map.get(s)}has(s){return s=r(String(s)),this._map.has(s)}set(s,c){if(s=r(String(s)),c=String(c),!a(s))throw Error(`Invalid MIME type parameter name "${s}": only HTTP token code points are valid.`);if(!f(c))throw Error(`Invalid MIME type parameter value "${c}": only HTTP quoted-string token code points are valid.`);return this._map.set(s,c)}clear(){this._map.clear()}delete(s){return s=r(String(s)),this._map.delete(s)}forEach(s,c){this._map.forEach(s,c)}keys(){return this._map.keys()}values(){return this._map.values()}entries(){return this._map.entries()}[Symbol.iterator](){return this._map[Symbol.iterator]()}constructor(s){this._map=s}}}}),R0=o1({"../../../node_modules/whatwg-mimetype/lib/parser.js"(e,t){var{removeLeadingAndTrailingHTTPWhitespace:r,removeTrailingHTTPWhitespace:a,isHTTPWhitespaceChar:f,solelyContainsHTTPTokenCodePoints:s,soleyContainsHTTPQuotedStringTokenCodePoints:c,asciiLowercase:y,collectAnHTTPQuotedString:u}=x1();t.exports=i=>{i=r(i);let n=0,o="";for(;n=i.length)return null;++n;let l="";for(;n0&&s(m)&&c(d)&&!h.parameters.has(m)&&h.parameters.set(m,d)}return h}}}),O0=o1({"../../../node_modules/whatwg-mimetype/lib/serializer.js"(e,t){var{solelyContainsHTTPTokenCodePoints:r}=x1();t.exports=a=>{let f=`${a.type}/${a.subtype}`;if(a.parameters.size===0)return f;for(let[s,c]of a.parameters)f+=";"+s+"=",r(c)&&c.length!==0||(c=c.replace(/(["\\])/ug,"\\$1"),c=`"${c}"`),f+=c;return f}}}),z0=o1({"../../../node_modules/whatwg-mimetype/lib/mime-type.js"(e,t){var r=j0(),a=R0(),f=O0(),{asciiLowercase:s,solelyContainsHTTPTokenCodePoints:c}=x1();t.exports=class{static parse(y){try{return new this(y)}catch{return null}}get essence(){return`${this.type}/${this.subtype}`}get type(){return this._type}set type(y){if((y=s(String(y))).length===0)throw Error("Invalid type: must be a non-empty string");if(!c(y))throw Error(`Invalid type ${y}: must contain only HTTP token code points`);this._type=y}get subtype(){return this._subtype}set subtype(y){if((y=s(String(y))).length===0)throw Error("Invalid subtype: must be a non-empty string");if(!c(y))throw Error(`Invalid subtype ${y}: must contain only HTTP token code points`);this._subtype=y}get parameters(){return this._parameters}toString(){return f(this)}isJavaScript({prohibitParameters:y=!1}={}){switch(this._type){case"text":switch(this._subtype){case"ecmascript":case"javascript":case"javascript1.0":case"javascript1.1":case"javascript1.2":case"javascript1.3":case"javascript1.4":case"javascript1.5":case"jscript":case"livescript":case"x-ecmascript":case"x-javascript":return!y||this._parameters.size===0;default:return!1}case"application":switch(this._subtype){case"ecmascript":case"javascript":case"x-ecmascript":case"x-javascript":return!y||this._parameters.size===0;default:return!1}default:return!1}}isXML(){return this._subtype==="xml"&&(this._type==="text"||this._type==="application")||this._subtype.endsWith("+xml")}isHTML(){return this._subtype==="html"&&this._type==="text"}constructor(y){y=String(y);let u=a(y);if(u===null)throw Error(`Could not parse MIME type string "${y}"`);this._type=u.type,this._subtype=u.subtype,this._parameters=new r(u.parameters)}}}}),q0=n0(D0());function B(e,t="Assertion failed"){if(!e)throw Error(`Assertion Error: ${t}`)}function k1(e){throw Error(`Unexpected value: ${e}`)}var C={Uint8:1,Uint16:2,Uint32:4,BigUint64:8,Int8:1,Int16:2,Int32:4,BigInt64:8,Float32:4,Float64:8},Q1=class{getOffset(){return this.offset}ensureBufferLength(e){let t=this.buffer.byteLength;if(!(this.offset+e<=t))throw Error("Reading out of bounds")}readUint8(){let e=C.Uint8;this.ensureBufferLength(e);let t=this.view.getUint8(this.offset);return this.offset+=e,t}readUint16(){let e=C.Uint16;this.ensureBufferLength(e);let t=this.view.getUint16(this.offset);return this.offset+=e,t}readUint32(){let e=C.Uint32;this.ensureBufferLength(e);let t=this.view.getUint32(this.offset);return this.offset+=e,t}readUint64(){let e=this.readBigUint64();return Number(e)}readBigUint64(){let e=C.BigUint64;this.ensureBufferLength(e);let t=this.view.getBigUint64(this.offset);return this.offset+=e,t}readInt8(){let e=C.Int8;this.ensureBufferLength(e);let t=this.view.getInt8(this.offset);return this.offset+=e,t}readInt16(){let e=C.Int16;this.ensureBufferLength(e);let t=this.view.getInt16(this.offset);return this.offset+=e,t}readInt32(){let e=C.Int32;this.ensureBufferLength(e);let t=this.view.getInt32(this.offset);return this.offset+=e,t}readInt64(){let e=this.readBigInt64();return Number(e)}readBigInt64(){let e=C.BigInt64;this.ensureBufferLength(e);let t=this.view.getBigInt64(this.offset);return this.offset+=e,t}readFloat32(){let e=C.Float32;this.ensureBufferLength(e);let t=this.view.getFloat32(this.offset);return this.offset+=e,t}readFloat64(){let e=C.Float64;this.ensureBufferLength(e);let t=this.view.getFloat64(this.offset);return this.offset+=e,t}readBuffer(e){let t=this.offset,r=t+e,a=this.buffer.slice(t,r);return this.offset=r,a}readString(){let e=this.readUint32(),t=this.readBuffer(e);return this.decoder.decode(t)}readJson(){let e=this.readString();return JSON.parse(e)}constructor(e){this.buffer=e,this.offset=0,this.view=new DataView(this.buffer),this.decoder=new TextDecoder}};function L1(e){return Number.isFinite(e)}function r1(e){return e===void 0}function T1(e){return e===null}var N=Uint8Array,q=Uint16Array,i0=Int32Array,U1=new N([0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,0,0,0]),S1=new N([0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,0,0]),Y1=new N([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),b0=function(e,t){for(var r=new q(31),a=0;a<31;++a)r[a]=t+=1<>1|(21845&E)<<1))>>2|(13107&i1)<<2))>>4|(3855&i1)<<4,K1[E]=((65280&i1)>>8|(255&i1)<<8)>>1;var X=function(e,t,r){for(var a,f=e.length,s=0,c=new q(t);s>u]=i}else for(s=0,a=new q(f);s>15-e[s]);return a},n1=new N(288);for(E=0;E<144;++E)n1[E]=8;for(E=144;E<256;++E)n1[E]=9;for(E=256;E<280;++E)n1[E]=7;for(E=280;E<288;++E)n1[E]=8;var v1=new N(32);for(E=0;E<32;++E)v1[E]=5;var $0=X(n1,9,0),V0=X(n1,9,1),J0=X(v1,5,0),W0=X(v1,5,1),M1=function(e){for(var t=e[0],r=1;rt&&(t=e[r]);return t},J=function(e,t,r){var a=t/8|0;return(e[a]|e[a+1]<<8)>>(7&t)&r},C1=function(e,t){var r=t/8|0;return(e[r]|e[r+1]<<8|e[r+2]<<16)>>(7&t)},a0=function(e){return(e+7)/8|0},T0=function(e,t,r){return(t==null||t<0)&&(t=0),(r==null||r>e.length)&&(r=e.length),new N(e.subarray(t,r))},Z0=["unexpected EOF","invalid block type","invalid length/literal","invalid distance","stream finished","no stream handler",,"no callback","invalid UTF-8 data","extra field too long","date not in range 1980-2099","filename too long","stream finishing","invalid zip data"],t1=function(e,t,r){var a=Error(t||Z0[e]);if(a.code=e,Error.captureStackTrace&&Error.captureStackTrace(a,t1),!r)throw a;return a},G0=function(e,t,r,a){var f=e.length,s=a?a.length:0;if(!f||t.f&&!t.l)return r||new N(0);var c=!r,y=c||t.i!=2,u=t.i;c&&(r=new N(3*f));var i=function(h1){var c1=r.length;if(h1>c1){var u1=new N(Math.max(2*c1,h1));u1.set(r),r=u1}},n=t.f||0,o=t.p||0,l=t.b||0,h=t.l,m=t.d,d=t.m,g=t.n,b=8*f;do{if(!h){n=J(e,o,1);var w=J(e,o+1,3);if(o+=3,w)if(w==1)h=V0,m=W0,d=9,g=5;else if(w==2){var I=J(e,o,31)+257,T=J(e,o+10,15)+4,_=I+J(e,o+5,31)+1;o+=14;for(var v=new N(_),x=new N(19),U=0;U>4;if(F<16)v[U++]=F;else{var A=0,R=0;for(F==16?(R=3+J(e,o,3),o+=2,A=v[U-1]):F==17?(R=3+J(e,o,7),o+=3):F==18&&(R=11+J(e,o,127),o+=7);R--;)v[U++]=A}}var D=v.subarray(0,I),L=v.subarray(I);d=M1(D),g=M1(L),h=X(D,d,1),m=X(L,g,1)}else t1(1);else{var F=a0(o)+4,P=e[F-4]|e[F-3]<<8,H=F+P;if(H>f){u&&t1(0);break}y&&i(l+P),r.set(e.subarray(F,H),l),t.b=l+=P,t.p=o=8*H,t.f=n;continue}if(o>b){u&&t1(0);break}}y&&i(l+131072);for(var f1=(1<>4;if((o+=15&A)>b){u&&t1(0);break}if(A||t1(2),O<256)r[l++]=O;else if(O==256){K=o,h=null;break}else{var z=O-254;if(O>264){var U=O-257,M=U1[U];z=J(e,o,(1<>4;Z||t1(3),o+=15&Z;var L=H0[s1];if(s1>3){var M=S1[s1];L+=C1(e,o)&(1<b){u&&t1(0);break}y&&i(l+131072);var l1=l+z;if(l>8},p1=function(e,t,r){r<<=7&t;var a=t/8|0;e[a]|=r,e[a+1]|=r>>8,e[a+2]|=r>>16},A1=function(e,t){for(var r=[],a=0;al&&(l=s[a].s);var h=new q(l+1),m=e0(r[n-1],h,0);if(m>t){var a=0,d=0,g=m-t,b=1<t)d+=b-(1<>=g;d>0;){var I=s[a].s;h[I]=0&&d;--a){var T=s[a].s;h[T]==t&&(--h[T],++d)}m=t}return{t:new N(h),l:m}},e0=function(e,t,r){return e.s==-1?Math.max(e0(e.l,t,r+1),e0(e.r,t,r+1)):t[e.s]=r},u0=function(e){for(var t=e.length;t&&!e[--t];);for(var r=new q(++t),a=0,f=e[0],s=1,c=function(u){r[a++]=u},y=1;y<=t;++y)if(e[y]==f&&y!=t)++s;else{if(!f&&s>2){for(;s>138;s-=138)c(32754);s>2&&(c(s>10?s-11<<5|28690:s-3<<5|12305),s=0)}else if(s>3){for(c(f),--s;s>6;s-=6)c(8304);s>2&&(c(s-3<<5|8208),s=0)}for(;s--;)c(f);s=1,f=e[y]}return{c:r.subarray(0,a),n:t}},d1=function(e,t){for(var r=0,a=0;a>8,e[f+2]=255^e[f],e[f+3]=255^e[f+1];for(var s=0;s4&&!A[Y1[D-1]];--D);var L=i+5<<3,P=d1(f,n1)+d1(s,v1)+c,H=d1(f,g)+d1(s,I)+c+14+3*D+d1(j,A)+2*j[16]+3*j[17]+7*j[18];if(u>=0&&L<=P&&L<=H)return x0(t,n,e.subarray(u,u+i));if(e1(t,n,1+(H15&&(e1(t,n,O[S]>>5&127),n+=O[S]>>12)}}else o=$0,l=n1,h=J0,m=v1;for(var S=0;S255){var z=M>>18&31;p1(t,n,o[z+257]),n+=l[z+257],z>7&&(e1(t,n,M>>23&31),n+=U1[z]);var Z=31&M;p1(t,n,h[Z]),n+=m[Z],Z>3&&(p1(t,n,M>>5&8191),n+=S1[Z])}else p1(t,n,o[M]),n+=l[M]}return p1(t,n,o[256]),n+l[256]},Q0=new i0([65540,131080,131088,131104,262176,1048704,1048832,2114560,2117632]),U0=new N(0),Y0=function(e,t,r,a,f,s){var c=s.z||e.length,y=new N(a+c+5*(1+Math.ceil(c/7e3))+f),u=y.subarray(a,y.length-f),i=s.l,n=7&(s.r||0);if(t){n&&(u[0]=s.r>>3);for(var o=Q0[t-1],l=o>>13,h=8191&o,m=(1<7e3||V>24576)&&(D>423||!i)){n=f0(e,u,0,T,_,v,U,V,S,k-S,n),V=x=U=0,S=k;for(var L=0;L<286;++L)_[L]=0;for(var L=0;L<30;++L)v[L]=0}var P=2,H=0,f1=h,$=A-R&32767;if(D>2&&F==I(k-$))for(var K=Math.min(l,D)-1,O=Math.min(32767,k),z=Math.min(258,D);$<=O&&--f1&&A!=R;){if(e[k+P]==e[k+P-$]){for(var M=0;MP){if(P=M,H=$,M>K)break;for(var Z=Math.min($,M-2),s1=0,L=0;Ls1&&(s1=_1,R=l1)}}}R=d[A=R],$+=A-R&32767}if(H){T[V++]=268435456|X1[P]<<18|l0[H];var h1=31&X1[P],c1=31&l0[H];U+=U1[h1]+S1[c1],++_[257+h1],++v[c1],j=k+P,++x}else T[V++]=e[k],++_[e[k]]}}for(k=Math.max(k,j);k=c&&(u[n/8|0]=i,u1=c),n=x0(u,n+1,e.subarray(k,u1))}s.i=c}return T0(y,0,a+a0(n)+f)},X0=function(e,t,r,a,f){if(!f&&(f={l:1},t.dictionary)){var s=t.dictionary.subarray(-32768),c=new N(s.length+e.length);c.set(s),c.set(e,s.length),e=c,f.w=s.length}return Y0(e,t.level==null?6:t.level,t.mem==null?Math.ceil(1.5*Math.max(8,Math.min(13,Math.log(e.length)))):12+t.mem,r,a,f)};function K0(e,t){return X0(e,t||{},0,0)}function e4(e,t){return G0(e,{i:2},t&&t.out,t&&t.dictionary)}var t4=typeof TextDecoder<"u"&&new TextDecoder,r4=0;try{t4.decode(U0,{stream:!0}),r4=1}catch{}var m4=n0(P0()),n4=1024,i4=1.5,F1=e=>2**e-1,N1=e=>-(2**(e-1)),D1=e=>2**(e-1)-1,G={Uint8:0,Uint16:0,Uint32:0,Uint64:0,BigUint64:0,Int8:N1(8),Int16:N1(16),Int32:N1(32),Int64:Number.MIN_SAFE_INTEGER,BigInt64:-(BigInt(2)**BigInt(63))},Q={Uint8:F1(8),Uint16:F1(16),Uint32:F1(32),Uint64:Number.MAX_SAFE_INTEGER,BigUint64:BigInt(2)**BigInt(64)-BigInt(1),Int8:D1(8),Int16:D1(16),Int32:D1(32),Int64:Number.MAX_SAFE_INTEGER,BigInt64:BigInt(2)**BigInt(63)-BigInt(1)};function Y(e,t,r,a){B(e>=t,`${e} outside lower bound for ${a}`),B(e<=r,`${e} outside upper bound for ${a}`)}var a4=class{getOffset(){return this.offset}slice(e=0,t=this.offset){return this.buffer.slice(e,t)}subarray(e=0,t=this.offset){return new Uint8Array(this.buffer,e,t)}ensureBufferLength(e){let t=this.buffer.byteLength;if(this.offset+e<=t)return;let r=new ArrayBuffer(Math.ceil(t*i4)+e);h0(this.buffer,r,0),this.buffer=r,this.view=new DataView(r)}writeUint8(e){Y(e,G.Uint8,Q.Uint8,"Uint8");let t=C.Uint8;this.ensureBufferLength(t),this.view.setUint8(this.offset,e),this.offset+=t}writeUint16(e){Y(e,G.Uint16,Q.Uint16,"Uint16");let t=C.Uint16;this.ensureBufferLength(t),this.view.setUint16(this.offset,e),this.offset+=t}writeUint32(e){Y(e,G.Uint32,Q.Uint32,"Uint32");let t=C.Uint32;this.ensureBufferLength(t),this.view.setUint32(this.offset,e),this.offset+=t}writeUint64(e){Y(e,G.Uint64,Q.Uint64,"Uint64");let t=BigInt(e);this.writeBigUint64(t)}writeBigUint64(e){Y(e,G.BigUint64,Q.BigUint64,"BigUint64");let t=C.BigUint64;this.ensureBufferLength(t),this.view.setBigUint64(this.offset,e),this.offset+=t}writeInt8(e){Y(e,G.Int8,Q.Int8,"Int8");let t=C.Int8;this.ensureBufferLength(t),this.view.setInt8(this.offset,e),this.offset+=t}writeInt16(e){Y(e,G.Int16,Q.Int16,"Int16");let t=C.Int16;this.ensureBufferLength(t),this.view.setInt16(this.offset,e),this.offset+=t}writeInt32(e){Y(e,G.Int32,Q.Int32,"Int32");let t=C.Int32;this.ensureBufferLength(t),this.view.setInt32(this.offset,e),this.offset+=t}writeInt64(e){Y(e,G.Int64,Q.Int64,"Int64");let t=BigInt(e);this.writeBigInt64(t)}writeBigInt64(e){Y(e,G.BigInt64,Q.BigInt64,"BigInt64");let t=C.BigInt64;this.ensureBufferLength(t),this.view.setBigInt64(this.offset,e),this.offset+=t}writeFloat32(e){let t=C.Float32;this.ensureBufferLength(t),this.view.setFloat32(this.offset,e),this.offset+=t}writeFloat64(e){let t=C.Float64;this.ensureBufferLength(t),this.view.setFloat64(this.offset,e),this.offset+=t}writeBuffer(e){let t=e.byteLength;this.ensureBufferLength(t),h0(e,this.buffer,this.offset),this.offset+=t}encodeString(e){let t=this.encodedStrings.get(e);if(t)return t;let r=this.encoder.encode(e);return this.encodedStrings.set(e,r),r}writeString(e){let t=this.encodeString(e),r=t.byteLength;this.writeUint32(r),this.writeBuffer(t)}writeJson(e){let t=JSON.stringify(e);this.writeString(t)}constructor(){this.offset=0,this.buffer=new ArrayBuffer(n4),this.view=new DataView(this.buffer),this.encoder=new TextEncoder,this.encodedStrings=new Map}};function h0(e,t,r){let a=new Uint8Array(e);new Uint8Array(t).set(a,r)}var a1=class{static fromString(e){let[t,r,a]=e.split("/").map(Number);return B(L1(t),"Invalid chunkId"),B(L1(r),"Invalid offset"),B(L1(a),"Invalid length"),new a1(t,r,a)}toString(){return`${this.chunkId}/${this.offset}/${this.length}`}static read(e){let t=e.readUint16(),r=e.readUint32(),a=e.readUint32();return new a1(t,r,a)}write(e){e.writeUint16(this.chunkId),e.writeUint32(this.offset),e.writeUint32(this.length)}compare(e){return this.chunkIde.chunkId?1:this.offsete.offset?1:(B(this.length===e.length),0)}constructor(e,t,r){this.chunkId=e,this.offset=t,this.length=r}};function P1(e){if(T1(e))return 0;switch(e.type){case p.Array:return 1;case p.Boolean:return 2;case p.Color:return 3;case p.Date:return 4;case p.Enum:return 5;case p.File:return 6;case p.ResponsiveImage:return 10;case p.Link:return 7;case p.Number:return 8;case p.Object:return 9;case p.RichText:return 11;case p.String:return 12;default:k1(e)}}(e=>{e.read=function(t){let r=t.readUint8();switch(r){case 0:return null;case 1:return j1.read(t);case 2:return R1.read(t);case 3:return O1.read(t);case 4:return z1.read(t);case 5:return q1.read(t);case 6:return H1.read(t);case 7:return $1.read(t);case 8:return V1.read(t);case 9:return J1.read(t);case 10:return W1.read(t);case 11:return Z1.read(t);case 12:return G1.read(t);default:k1(r)}},e.write=function(t,r){let a=P1(r);if(t.writeUint8(a),!T1(r))switch(r.type){case p.Array:return j1.write(t,r);case p.Boolean:return R1.write(t,r);case p.Color:return O1.write(t,r);case p.Date:return z1.write(t,r);case p.Enum:return q1.write(t,r);case p.File:return H1.write(t,r);case p.Link:return $1.write(t,r);case p.Number:return V1.write(t,r);case p.Object:return J1.write(t,r);case p.ResponsiveImage:return W1.write(t,r);case p.RichText:return Z1.write(t,r);case p.String:return G1.write(t,r);default:k1(r)}},e.compare=function(t,r,a){let f=P1(t),s=P1(r);if(fs)return 1;if(T1(t)||T1(r))return 0;switch(t.type){case p.Array:return B(r.type===p.Array),j1.compare(t,r,a);case p.Boolean:return B(r.type===p.Boolean),R1.compare(t,r,a);case p.Color:return B(r.type===p.Color),O1.compare(t,r,a);case p.Date:return B(r.type===p.Date),z1.compare(t,r,a);case p.Enum:return B(r.type===p.Enum),q1.compare(t,r,a);case p.File:return B(r.type===p.File),H1.compare(t,r,a);case p.Link:return B(r.type===p.Link),$1.compare(t,r,a);case p.Number:return B(r.type===p.Number),V1.compare(t,r,a);case p.Object:return B(r.type===p.Object),J1.compare(t,r,a);case p.ResponsiveImage:return B(r.type===p.ResponsiveImage),W1.compare(t,r,a);case p.RichText:return B(r.type===p.RichText),Z1.compare(t,r,a);case p.String:return B(r.type===p.String),G1.compare(t,r,a);default:k1(t)}}})(W||(W={}));var j1={read(e){let t=e.readUint16(),r=[];for(let a=0;af)return 1;for(let s=0;s({type:p.Boolean,value:e.readUint8()!==0}),write(e,t){e.writeUint8(t.value?1:0)},compare:(e,t)=>e.valuet.value?1:0},O1={read:e=>({type:p.Color,value:e.readString()}),write(e,t){e.writeString(t.value)},compare:(e,t)=>e.valuet.value?1:0},z1={read(e){let t=e.readInt64(),r=new Date(t);return{type:p.Date,value:r.toISOString()}},write(e,t){let r=new Date(t.value),a=r.getTime();e.writeInt64(a)},compare(e,t){let r=new Date(e.value),a=new Date(t.value);return ra?1:0}},q1={read:e=>({type:p.Enum,value:e.readString()}),write(e,t){e.writeString(t.value)},compare:(e,t)=>e.valuet.value?1:0},H1={read:e=>({type:p.File,value:e.readString()}),write(e,t){e.writeString(t.value)},compare:(e,t)=>e.valuet.value?1:0},$1={read:e=>({type:p.Link,value:e.readJson()}),write(e,t){e.writeJson(t.value)},compare(e,t){let r=JSON.stringify(e.value),a=JSON.stringify(t.value);return ra?1:0}},V1={read:e=>({type:p.Number,value:e.readFloat64()}),write(e,t){e.writeFloat64(t.value)},compare:(e,t)=>e.valuet.value?1:0},J1={read(e){let t=e.readUint16(),r={};for(let a=0;af.length)return 1;for(let s=0;sy)return 1;let u=e.value[c],i=t.value[y];B(!r1(u),"Left value must exist"),B(!r1(i),"Right value must exist");let n=W.compare(u,i,r);if(n!==0)return n}return 0}},W1={read:e=>({type:p.ResponsiveImage,value:e.readJson()}),write(e,t){e.writeJson(t.value)},compare(e,t){let r=JSON.stringify(e.value),a=JSON.stringify(t.value);return ra?1:0}},Z1={read:e=>({type:p.RichText,value:e.readUint32()}),write(e,t){e.writeUint32(t.value)},compare(e,t){let r=e.value,a=t.value;return ra?1:0}},G1={read:e=>({type:p.String,value:e.readString()}),write(e,t){e.writeString(t.value)},compare(e,t,r){let a=e.value,f=t.value;return r.type===0&&(a=e.value.toLowerCase(),f=t.value.toLowerCase()),af?1:0}};var o4=n0(z0()),y1=`\r `,I1="--";async function s4(e,t){let r=await fetch(e,{headers:{Range:c4(t)}});if(!r.ok)throw Error(`Request failed: ${r.status} ${r.statusText}`);let a=await r.arrayBuffer(),f=new Uint8Array(a);if(r.status===200)return t.map(s=>{if(s.to>f.length)throw Error("Missing data");return f.slice(s.from,s.to)});if(r.status===206){let s=r.headers.get("Content-Type");if(!s)throw Error("Missing Content-Type header");let c=new f4,y=new o4.default(s);if(y.type==="multipart"&&y.subtype==="byteranges"){let u=y.parameters.get("boundary");if(!u)throw Error("Missing boundary parameter");let i=u4(f,u);for(let{headers:n,body:o}of i){let l=n.get("Content-Range");if(!l)throw Error("Missing Content-Range header");let h=c0(l);if(h.unit!=="bytes")throw Error("Unsupported unit");c.write(h.start,o)}}else{let u=r.headers.get("Content-Range");if(!u)throw Error("Missing Content-Range header");let i=c0(u);if(i.unit!=="bytes")throw Error("Unsupported unit");c.write(i.start,f)}return t.map(u=>c.read(u.from,u.to-u.from))}throw Error(`Unsupported response: ${r.status} ${r.statusText}`)}var g1=new TextEncoder,l4=new TextDecoder;function u4(e,t){let r=g1.encode(I1+t),a=t0(e,r);if(r1(a))throw Error("Missing parts start");let f=a+r.length,s=g1.encode(y1+I1+t+I1),c=h4(e,s);if(r1(c))throw Error("Missing parts end");let y=g1.encode(y1+I1+t),u=e.subarray(f,c);return p0(u,y).map(n=>{let o=g1.encode(y1+y1),l=t0(n,o);if(r1(l))throw Error("Missing headers end");let h=g1.encode(y1),m=n.subarray(0,l),d=p0(m,h),g=new Headers;for(let I of d){let T=l4.decode(I),[_,v]=T.split(": ",2);_&&v&&g.append(_,v)}let b=l+o.length,w=n.slice(b);return{headers:g,body:w}})}function c0(e){let t=RegExp("^(?\\w+) (?\\d+)-(?\\d+)\\/(?\\d+|\\*)$","u").exec(e);if(!t||!t.groups)throw Error("Invalid Content-Range header");let{unit:r,start:a,end:f,size:s}=t.groups;return{unit:r,start:Number(a),end:Number(f),size:s!=="*"?Number(s):null}}var f4=class{read(e,t){for(let r of this.chunks){if(er.end)continue;if(e+t>r.end)break;let a=e-r.start,f=a+t;return r.data.slice(a,f)}throw Error("Missing data")}write(e,t){let r=e,a=r+t.length,f=0,s=this.chunks.length;for(;fu.end)){if(r>u.start){let i=r-u.start,n=u.data.subarray(0,i);t=d0(n,t),r=u.start}break}}for(;s>f;s--){let u=this.chunks[s-1];if(B(u,"Missing chunk"),!(a0;){let f=(r=t0(e,t))!=null?r:e.length,s=e.subarray(0,f);a.push(s),e=e.subarray(f+t.length)}return a}function t0(e,t){for(let r=0;r=0;r--){let a=e.subarray(r);if(S0(a,t))return r}}function S0(e,t){for(let r=0;r0,"Must have at least one range");let t=[...e].sort((f,s)=>f.from-s.from),r=[];for(let f of t){let s=r.length-1,c=r[s];c&&f.from<=c.to?r[s]={from:c.from,to:Math.max(c.to,f.to)}:r.push(f)}return`bytes=${r.map(f=>`${f.from}-${f.to-1}`).join(",")}`}var r0=class{static read(e,t){let r=new r0,a=e.readUint32(),f=e.readBuffer(a),s=e4(new Uint8Array(f),{dictionary:t}),c=new Q1(s.buffer),y=c.readUint16();for(let u=0;u{if(!e.ok)throw Error(`Request failed: ${e.status} ${e.statusText}`);let t=await e.arrayBuffer(),r=new Q1(t),a=[],f=r.readUint32();for(let s=0;s{let f=a.map(c=>{let y=a1.fromString(c);return{from:y.offset,to:y.offset+y.length}});return(await s4(this.url,f)).map((c,y)=>{let u=new Q1(c.buffer),i=r0.read(u,this.compressionDictionary),n=a[y];return B(n,"Missing pointer"),{pointer:n,data:i.getData()}})})}},B0=class{async scanItems(){return(await Promise.all(this.chunks.map(async t=>t.scanItems()))).flat()}async resolveItems(e){return Promise.all(e.map(t=>{let r=a1.fromString(t),a=this.chunks[r.chunkId];return B(a,"Missing chunk"),a.resolveItem(t)}))}compareItems(e,t){let r=a1.fromString(e.pointer),a=a1.fromString(t.pointer);return r.compare(a)}compareValues(e,t,r){return W.compare(e,t,r)}constructor(e){this.options=e,this.schema=this.options.schema,this.indexes=this.options.indexes,this.resolveRichText=this.options.resolveRichText;let t=new Uint8Array(this.options.compressionDictionary);this.chunks=this.options.chunks.map((r,a)=>new p4(a,r,t))}};/*! Bundled license information: splaytree/dist/splay.js: (** * splaytree v3.1.2 * Fast Splay tree for Node and browser * * @author Alexander Milevski * @license MIT * @preserve *) (*! ***************************************************************************** Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABLITY OR NON-INFRINGEMENT. See the Apache Version 2.0 License for specific language governing permissions and limitations under the License. ***************************************************************************** *) */var m1=(e,t)=>async()=>(await e())[t],w1=()=>import("./nwzy3unce-2-uvr2ow5z.mjs"),d4=[m1(w1,"richText"),m1(w1,"richText1"),m1(w1,"richText2"),m1(w1,"richText3"),m1(w1,"richText4")];async function E0(e){let t=d4[e];if(t)return await t()}var y4={al7JY9UOM:{isNullable:!0,type:p.ResponsiveImage},digy2gtYy:{isNullable:!0,type:p.String},EZue1CzWP:{isNullable:!0,type:p.Date},HFkwj6Aiv:{isNullable:!0,type:p.Enum},id:{isNullable:!1,type:p.String},ivFLyaMNq:{isNullable:!0,type:p.String},JbUEZOz_8:{isNullable:!0,type:p.ResponsiveImage},kBAWMceDj:{isNullable:!0,type:p.ResponsiveImage},kl1Q1SL7s:{isNullable:!0,type:p.ResponsiveImage},kqpHQlGQ0:{isNullable:!0,type:p.ResponsiveImage},t7b0AvdZM:{isNullable:!0,type:p.RichText},Tu_Pd0zTZ:{isNullable:!0,type:p.String},XahuzEJZy:{isNullable:!0,type:p.Boolean},YSKHrdVc1:{isNullable:!0,type:p.String}},L0=new s0,B1={collectionByLocaleId:{default:new B0({chunks:[new URL("./nWZy3UnCE-chunk-default-0.framercms",import.meta.url).href],compressionDictionary:[0,14,0,0,0,2,105,100,12,0,0,0,9,73,99,99,49,48,122,57,48,73,0,0,0,9,88,97,104,117,122,69,74,90,121,2,1,0,0,0,9,89,83,75,72,114,100,86,99,49,12,0,0,0,80,85,110,108,111,99,107,105,110,103,32,116,104,101,32,80,111,119,101,114,32,111,102,32,83,69,79,32,75,101,121,119,111,114,100,32,82,101,115,101,97,114,99,104,58,32,65,32,71,117,105,100,101,32,116,111,32,67,104,111,111,115,105,110,103,32,116,104,101,32,82,105,103,104,116,32,84,111,111,108,115,0,0,0,9,72,70,107,119,106,54,65,105,118,5,0,0,0,9,67,72,52,49,68,50,78,68,117,0,0,0,9,105,118,70,76,121,97,77,78,113,12,0,0,1,55,75,101,121,119,111,114,100,32,114,101,115,101,97,114,99,104,32,105,115,32,116,104,101,32,99,111,114,110,101,114,115,116,111,110,101,32,111,102,32,97,110,121,32,115,117,99,99,101,115,115,102,117,108,32,83,69,79,32,115,116,114,97,116,101,103,121,44,32,104,101,108,112,105,110,103,32,98,117,115,105,110,101,115,115,101,115,32,105,100,101,110,116,105,102,121,32,116,104,101,32,116,101,114,109,115,32,97,110,100,32,112,104,114,97,115,101,115,32,116,104,101,105,114,32,116,97,114,103,101,116,32,97,117,100,105,101,110,99,101,32,105,115,32,115,101,97,114,99,104,105,110,103,32,102,111,114,32,97,110,100,32,111,112,116,105,109,105,122,101,32,116,104,101,105,114,32,99,111,110,116,101,110,116,32,97,99,99,111,114,100,105,110,103,108,121,46,32,87,105,116,104,32,97,32,112,108,101,116,104,111,114,97,32,111,102,32,107,101,121,119,111,114,100,32,114,101,115,101,97,114,99,104,32,116,111,111,108,115,32,97,118,97,105,108,97,98,108,101,32,105,110,32,116,104,101,32,109,97,114,107,101,116,44,32,99,104,111,111,115,105,110,103,32,116,104,101,32,114,105,103,104,116,32,116,111,111,108,32,99,97,110,32,98,101,32,97,32,100,97,117,110,116,105,110,103,32,116,97,115,107,46,0,0,0,9,107,66,65,87,77,99,101,68,106,10,0,0,0,95,123,34,115,114,99,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,86,73,89,50,110,109,122,104,88,111,88,105,103,76,65,75,48,68,110,101,82,89,55,99,81,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,49,48,50,52,34,125,0,0,0,9,69,90,117,101,49,67,122,87,80,4,0,0,1,141,128,221,64,0,0,0,0,9,116,55,98,48,65,118,100,90,77,11,0,0,0,0,0,0,0,9,84,117,95,80,100,48,122,84,90,12,0,0,0,79,117,110,108,111,99,107,105,110,103,45,116,104,101,45,112,111,119,101,114,45,111,102,45,115,101,111,45,107,101,121,119,111,114,100,45,114,101,115,101,97,114,99,104,45,97,45,103,117,105,100,101,45,116,111,45,99,104,111,111,115,105,110,103,45,116,104,101,45,114,105,103,104,116,45,116,111,111,108,115,0,0,0,9,74,98,85,69,90,79,122,95,56,10,0,0,1,188,123,34,115,114,99,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,88,76,116,54,88,83,73,66,86,101,117,56,122,74,74,120,116,56,68,90,101,108,67,74,66,85,107,46,106,112,103,34,44,34,115,114,99,83,101,116,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,88,76,116,54,88,83,73,66,86,101,117,56,122,74,74,120,116,56,68,90,101,108,67,74,66,85,107,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,53,49,50,32,53,49,50,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,88,76,116,54,88,83,73,66,86,101,117,56,122,74,74,120,116,56,68,90,101,108,67,74,66,85,107,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,49,48,50,52,32,49,48,50,52,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,88,76,116,54,88,83,73,66,86,101,117,56,122,74,74,120,116,56,68,90,101,108,67,74,66,85,107,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,50,48,52,56,32,50,48,52,56,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,88,76,116,54,88,83,73,66,86,101,117,56,122,74,74,120,116,56,68,90,101,108,67,74,66,85,107,46,106,112,103,32,51,57,48,48,119,34,125,0,0,0,9,107,113,112,72,81,108,71,81,48,10,0,0,1,178,123,34,115,114,99,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,101,113,101,70,56,57,105,113,74,52,75,113,86,121,119,88,49,106,52,54,101,87,83,119,119,46,106,112,103,34,44,34,115,114,99,83,101,116,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,101,113,101,70,56,57,105,113,74,52,75,113,86,121,119,88,49,106,52,54,101,87,83,119,119,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,53,49,50,32,53,49,50,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,101,113,101,70,56,57,105,113,74,52,75,113,86,121,119,88,49,106,52,54,101,87,83,119,119,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,49,48,50,52,32,49,48,50,52,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,101,113,101,70,56,57,105,113,74,52,75,113,86,121,119,88,49,106,52,54,101,87,83,119,119,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,50,48,52,56,32,50,48,52,56,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,101,113,101,70,56,57,105,113,74,52,75,113,86,121,119,88,49,106,52,54,101,87,83,119,119,46,106,112,103,32,51,57,48,48,119,34,125,0,0,0,9,107,108,49,81,49,83,76,55,115,10,0,0,1,173,123,34,115,114,99,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,121,108,82,101,109,66,65,110,106,105,115,74,48,119,119,50,102,70,52,48,110,102,68,85,46,106,112,103,34,44,34,115,114,99,83,101,116,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,121,108,82,101,109,66,65,110,106,105,115,74,48,119,119,50,102,70,52,48,110,102,68,85,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,53,49,50,32,53,49,50,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,121,108,82,101,109,66,65,110,106,105,115,74,48,119,119,50,102,70,52,48,110,102,68,85,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,49,48,50,52,32,49,48,50,52,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,121,108,82,101,109,66,65,110,106,105,115,74,48,119,119,50,102,70,52,48,110,102,68,85,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,50,48,52,56,32,50,48,52,56,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,121,108,82,101,109,66,65,110,106,105,115,74,48,119,119,50,102,70,52,48,110,102,68,85,46,106,112,103,32,51,57,48,48,119,34,125,0,0,0,9,97,108,55,74,89,57,85,79,77,10,0,0,0,250,123,34,115,114,99,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,116,112,98,87,56,83,73,105,53,114,97,56,110,86,77,69,119,100,115,121,72,105,56,100,119,46,106,112,103,34,44,34,115,114,99,83,101,116,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,116,112,98,87,56,83,73,105,53,114,97,56,110,86,77,69,119,100,115,121,72,105,56,100,119,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,53,49,50,32,53,49,50,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,116,112,98,87,56,83,73,105,53,114,97,56,110,86,77,69,119,100,115,121,72,105,56,100,119,46,106,112,103,32,49,48,48,48,119,34,125,0,0,0,9,100,105,103,121,50,103,116,89,121,12,0,0,0,0,0,14,0,0,0,2,105,100,12,0,0,0,9,78,110,54,113,75,73,52,118,104,0,0,0,9,88,97,104,117,122,69,74,90,121,2,0,0,0,0,9,89,83,75,72,114,100,86,99,49,12,0,0,0,81,78,97,118,105,103,97,116,105,110,103,32,116,104,101,32,77,97,114,107,101,116,112,108,97,99,101,32,102,111,114,32,83,69,79,58,32,70,105,110,100,105,110,103,32,116,104,101,32,82,105,103,104,116,32,83,111,108,117,116,105,111,110,115,32,102,111,114,32,89,111,117,114,32,66,117,115,105,110,101,115,115,0,0,0,9,72,70,107,119,106,54,65,105,118,5,0,0,0,9,79,88,110,51,88,83,76,105,77,0,0,0,9,105,118,70,76,121,97,77,78,113,12,0,0,1,101,73,110,32,116,104,101,32,100,105,103,105,116,97,108,32,97,103,101,44,32,116,104,101,32,100,101,109,97,110,100,32,102,111,114,32,101,102,102,101,99,116,105,118,101,32,83,69,79,32,115,111,108,117,116,105,111,110,115,32,104,97,115,32,108,101,100,32,116,111,32,116,104,101,32,101,109,101,114,103,101,110,99,101,32,111,102,32,97,32,116,104,114,105,118,105,110,103,32,109,97,114,107,101,116,112,108,97,99,101,32,102,105,108,108,101,100,32,119,105,116,104,32,97,32,119,105,100,101,32,97,114,114,97,121,32,111,102,32,83,69,79,32,115,101,114,118,105,99,101,115,32,97,110,100,32,116,111,111,108,115,46,32,70,114,111,109,32,97,103,101,110,99,105,101,115,32,111,102,102,101,114,105,110,103,32,99,111,109,112,114,101,104,101,110,115,105,118,101,32,83,69,79,32,112,97,99,107,97,103,101,115,32,116,111,32,102,114,101,101,108,97,110,99,101,114,115,32,115,112,101,99,105,97,108,105,122,105,110,103,32,105,110,32,110,105,99,104,101,32,115,101,114,118,105,99,101,115,44,32,98,117,115,105,110,101,115,115,101,115,32,104,97,118,101,32,112,108,101,110,116,121,32,111,102,32,111,112,116,105,111,110,115,32,116,111,32,99,104,111,111,115,101,32,102,114,111,109,32,119,104,101,110,32,105,116,32,99,111,109,101,115,32,116,111,32,101,110,104,97,110,99,105,110,103,32,116,104,101,105,114,32,111,110,108,105,110,101,32,112,114,101,115,101,110,99,101,46,0,0,0,9,107,66,65,87,77,99,101,68,106,10,0,0,0,96,123,34,115,114,99,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,75,87,83,65,90,109,115,103,103,118,99,109,118,48,115,78,88,122,98,109,79,99,113,87,83,69,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,49,48,50,52,34,125,0,0,0,9,69,90,117,101,49,67,122,87,80,4,0,0,1,141,128,221,64,0,0,0,0,9,116,55,98,48,65,118,100,90,77,11,0,0,0,1,0,0,0,9,84,117,95,80,100,48,122,84,90,12,0,0,0,80,110,97,118,105,103,97,116,105,110,103,45,116,104,101,45,109,97,114,107,101,116,112,108,97,99,101,45,102,111,114,45,115,101,111,45,102,105,110,100,105,110,103,45,116,104,101,45,114,105,103,104,116,45,115,111,108,117,116,105,111,110,115,45,102,111,114,45,121,111,117,114,45,98,117,115,105,110,101,115,115,0,0,0,9,74,98,85,69,90,79,122,95,56,10,0,0,1,188,123,34,115,114,99,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,88,76,116,54,88,83,73,66,86,101,117,56,122,74,74,120,116,56,68,90,101,108,67,74,66,85,107,46,106,112,103,34,44,34,115,114,99,83,101,116,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,88,76,116,54,88,83,73,66,86,101,117,56,122,74,74,120,116,56,68,90,101,108,67,74,66,85,107,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,53,49,50,32,53,49,50,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,88,76,116,54,88,83,73,66,86,101,117,56,122,74,74,120,116,56,68,90,101,108,67,74,66,85,107,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,49,48,50,52,32,49,48,50,52,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,88,76,116,54,88,83,73,66,86,101,117,56,122,74,74,120,116,56,68,90,101,108,67,74,66,85,107,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,50,48,52,56,32,50,48,52,56,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,88,76,116,54,88,83,73,66,86,101,117,56,122,74,74,120,116,56,68,90,101,108,67,74,66,85,107,46,106,112,103,32,51,57,48,48,119,34,125,0,0,0,9,107,113,112,72,81,108,71,81,48,10,0,0,1,178,123,34,115,114,99,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,101,113,101,70,56,57,105,113,74,52,75,113,86,121,119,88,49,106,52,54,101,87,83,119,119,46,106,112,103,34,44,34,115,114,99,83,101,116,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,101,113,101,70,56,57,105,113,74,52,75,113,86,121,119,88,49,106,52,54,101,87,83,119,119,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,53,49,50,32,53,49,50,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,101,113,101,70,56,57,105,113,74,52,75,113,86,121,119,88,49,106,52,54,101,87,83,119,119,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,49,48,50,52,32,49,48,50,52,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,101,113,101,70,56,57,105,113,74,52,75,113,86,121,119,88,49,106,52,54,101,87,83,119,119,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,50,48,52,56,32,50,48,52,56,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,101,113,101,70,56,57,105,113,74,52,75,113,86,121,119,88,49,106,52,54,101,87,83,119,119,46,106,112,103,32,51,57,48,48,119,34,125,0,0,0,9,107,108,49,81,49,83,76,55,115,10,0,0,1,173,123,34,115,114,99,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,121,108,82,101,109,66,65,110,106,105,115,74,48,119,119,50,102,70,52,48,110,102,68,85,46,106,112,103,34,44,34,115,114,99,83,101,116,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,121,108,82,101,109,66,65,110,106,105,115,74,48,119,119,50,102,70,52,48,110,102,68,85,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,53,49,50,32,53,49,50,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,121,108,82,101,109,66,65,110,106,105,115,74,48,119,119,50,102,70,52,48,110,102,68,85,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,49,48,50,52,32,49,48,50,52,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,121,108,82,101,109,66,65,110,106,105,115,74,48,119,119,50,102,70,52,48,110,102,68,85,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,50,48,52,56,32,50,48,52,56,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,121,108,82,101,109,66,65,110,106,105,115,74,48,119,119,50,102,70,52,48,110,102,68,85,46,106,112,103,32,51,57,48,48,119,34,125,0,0,0,9,97,108,55,74,89,57,85,79,77,10,0,0,0,250,123,34,115,114,99,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,116,112,98,87,56,83,73,105,53,114,97,56,110,86,77,69,119,100,115,121,72,105,56,100,119,46,106,112,103,34,44,34,115,114,99,83,101,116,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,116,112,98,87,56,83,73,105,53,114,97,56,110,86,77,69,119,100,115,121,72,105,56,100,119,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,53,49,50,32,53,49,50,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,116,112,98,87,56,83,73,105,53,114,97,56,110,86,77,69,119,100,115,121,72,105,56,100,119,46,106,112,103,32,49,48,48,48,119,34,125,0,0,0,9,100,105,103,121,50,103,116,89,121,12,0,0,0,0,0,14,0,0,0,2,105,100,12,0,0,0,9,88,95,114,105,98,119,53,86,72,0,0,0,9,88,97,104,117,122,69,74,90,121,2,0,0,0,0,9,89,83,75,72,114,100,86,99,49,12,0,0,0,67,69,109,112,111,119,101,114,32,89,111,117,114,32,83,69,79,32,83,116,114,97,116,101,103,121,32,119,105,116,104,32,84,111,112,32,83,69,79,32,84,111,111,108,115,58,32,65,32,67,111,109,112,114,101,104,101,110,115,105,118,101,32,71,117,105,100,101,0,0,0,9,72,70,107,119,106,54,65,105,118,5,0,0,0,9,67,72,52,49,68,50,78,68,117,0,0,0,9,105,118,70,76,121,97,77,78,113,12,0,0,1,129,73,110,32,116,104,101,32,101,118,101,114,45,101,118,111,108,118,105,110,103,32,108,97,110,100,115,99,97,112,101,32,111,102,32,100,105,103,105,116,97,108,32,109,97,114,107,101,116,105,110,103,44,32,104,97,118,105,110,103,32,116,104,101,32,114,105,103,104,116,32,116,111,111,108,115,32,97,116,32,121,111,117,114,32,100,105,115,112,111,115,97,108,32,99,97,110,32,109,97,107,101,32,97,108,108,32,116,104,101,32,100,105,102,102,101,114,101,110,99,101,32,105,110,32,111,112,116,105,109,105,122,105,110,103,32,121,111,117,114,32,119,101,98,115,105,116,101,32,102,111,114,32,115,101,97,114,99,104,32,101,110,103,105,110,101,115,32,97,110,100,32,115,116,97,121,105,110,103,32,97,104,101,97,100,32,111,102,32,116,104,101,32,99,111,109,112,101,116,105,116,105,111,110,46,32,70,114,111,109,32,107,101,121,119,111,114,100,32,114,101,115,101,97,114,99,104,32,116,111,32,116,101,99,104,110,105,99,97,108,32,111,112,116,105,109,105,122,97,116,105,111,110,32,97,110,100,32,112,101,114,102,111,114,109,97,110,99,101,32,116,114,97,99,107,105,110,103,44,32,116,104,101,114,101,32,105,115,32,97,32,112,108,101,116,104,111,114,97,32,111,102,32,83,69,79,32,116,111,111,108,115,32,97,118,97,105,108,97,98,108,101,32,116,111,32,104,101,108,112,32,121,111,117,32,115,116,114,101,97,109,108,105,110,101,32,121,111,117,114,32,101,102,102,111,114,116,115,32,97,110,100,32,97,99,104,105,101,118,101,32,98,101,116,116,101,114,32,114,101,115,117,108,116,115,46,0,0,0,9,107,66,65,87,77,99,101,68,106,10,0,0,0,96,123,34,115,114,99,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,103,113,122,56,70,65,68,76,108,112,87,83,85,117,65,90,103,72,77,70,74,74,82,90,65,85,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,49,48,50,52,34,125,0,0,0,9,69,90,117,101,49,67,122,87,80,4,0,0,1,141,128,221,64,0,0,0,0,9,116,55,98,48,65,118,100,90,77,11,0,0,0,2,0,0,0,9,84,117,95,80,100,48,122,84,90,12,0,0,0,66,101,109,112,111,119,101,114,45,121,111,117,114,45,115,101,111,45,115,116,114,97,116,101,103,121,45,119,105,116,104,45,116,111,112,45,115,101,111,45,116,111,111,108,115,45,97,45,99,111,109,112,114,101,104,101,110,115,105,118,101,45,103,117,105,100,101,0,0,0,9,74,98,85,69,90,79,122,95,56,10,0,0,1,188,123,34,115,114,99,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,88,76,116,54,88,83,73,66,86,101,117,56,122,74,74,120,116,56,68,90,101,108,67,74,66,85,107,46,106,112,103,34,44,34,115,114,99,83,101,116,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,88,76,116,54,88,83,73,66,86,101,117,56,122,74,74,120,116,56,68,90,101,108,67,74,66,85,107,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,53,49,50,32,53,49,50,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,88,76,116,54,88,83,73,66,86,101,117,56,122,74,74,120,116,56,68,90,101,108,67,74,66,85,107,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,49,48,50,52,32,49,48,50,52,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,88,76,116,54,88,83,73,66,86,101,117,56,122,74,74,120,116,56,68,90,101,108,67,74,66,85,107,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,50,48,52,56,32,50,48,52,56,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,88,76,116,54,88,83,73,66,86,101,117,56,122,74,74,120,116,56,68,90,101,108,67,74,66,85,107,46,106,112,103,32,51,57,48,48,119,34,125,0,0,0,9,107,113,112,72,81,108,71,81,48,10,0,0,1,178,123,34,115,114,99,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,101,113,101,70,56,57,105,113,74,52,75,113,86,121,119,88,49,106,52,54,101,87,83,119,119,46,106,112,103,34,44,34,115,114,99,83,101,116,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,101,113,101,70,56,57,105,113,74,52,75,113,86,121,119,88,49,106,52,54,101,87,83,119,119,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,53,49,50,32,53,49,50,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,101,113,101,70,56,57,105,113,74,52,75,113,86,121,119,88,49,106,52,54,101,87,83,119,119,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,49,48,50,52,32,49,48,50,52,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,101,113,101,70,56,57,105,113,74,52,75,113,86,121,119,88,49,106,52,54,101,87,83,119,119,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,50,48,52,56,32,50,48,52,56,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,101,113,101,70,56,57,105,113,74,52,75,113,86,121,119,88,49,106,52,54,101,87,83,119,119,46,106,112,103,32,51,57,48,48,119,34,125,0,0,0,9,107,108,49,81,49,83,76,55,115,10,0,0,1,173,123,34,115,114,99,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,121,108,82,101,109,66,65,110,106,105,115,74,48,119,119,50,102,70,52,48,110,102,68,85,46,106,112,103,34,44,34,115,114,99,83,101,116,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,121,108,82,101,109,66,65,110,106,105,115,74,48,119,119,50,102,70,52,48,110,102,68,85,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,53,49,50,32,53,49,50,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,121,108,82,101,109,66,65,110,106,105,115,74,48,119,119,50,102,70,52,48,110,102,68,85,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,49,48,50,52,32,49,48,50,52,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,121,108,82,101,109,66,65,110,106,105,115,74,48,119,119,50,102,70,52,48,110,102,68,85,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,50,48,52,56,32,50,48,52,56,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,121,108,82,101,109,66,65,110,106,105,115,74,48,119,119,50,102,70,52,48,110,102,68,85,46,106,112,103,32,51,57,48,48,119,34,125,0,0,0,9,97,108,55,74,89,57,85,79,77,10,0,0,0,250,123,34,115,114,99,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,116,112,98,87,56,83,73,105,53,114,97,56,110,86,77,69,119,100,115,121,72,105,56,100,119,46,106,112,103,34,44,34,115,114,99,83,101,116,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,116,112,98,87,56,83,73,105,53,114,97,56,110,86,77,69,119,100,115,121,72,105,56,100,119,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,53,49,50,32,53,49,50,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,116,112,98,87,56,83,73,105,53,114,97,56,110,86,77,69,119,100,115,121,72,105,56,100,119,46,106,112,103,32,49,48,48,48,119,34,125,0,0,0,9,100,105,103,121,50,103,116,89,121,12,0,0,0,0,0,14,0,0,0,2,105,100,12,0,0,0,9,122,122,56,82,101,101,107,84,89,0,0,0,9,88,97,104,117,122,69,74,90,121,2,1,0,0,0,9,89,83,75,72,114,100,86,99,49,12,0,0,0,76,85,110,118,101,105,108,105,110,103,32,116,104,101,32,80,111,119,101,114,32,111,102,32,79,114,103,97,110,105,99,32,83,101,97,114,99,104,58,32,87,104,121,32,73,116,32,77,97,116,116,101,114,115,32,97,110,100,32,72,111,119,32,116,111,32,76,101,118,101,114,97,103,101,32,73,116,0,0,0,9,72,70,107,119,106,54,65,105,118,5,0,0,0,9,83,104,107,65,52,110,74,68,82,0,0,0,9,105,118,70,76,121,97,77,78,113,12,0,0,1,151,73,110,32,116,104,101,32,118,97,115,116,32,108,97,110,100,115,99,97,112,101,32,111,102,32,100,105,103,105,116,97,108,32,109,97,114,107,101,116,105,110,103,44,32,111,114,103,97,110,105,99,32,115,101,97,114,99,104,32,114,101,109,97,105,110,115,32,97,32,99,111,114,110,101,114,115,116,111,110,101,32,102,111,114,32,98,117,115,105,110,101,115,115,101,115,32,115,101,101,107,105,110,103,32,116,111,32,101,110,104,97,110,99,101,32,116,104,101,105,114,32,111,110,108,105,110,101,32,112,114,101,115,101,110,99,101,32,97,110,100,32,114,101,97,99,104,32,116,104,101,105,114,32,116,97,114,103,101,116,32,97,117,100,105,101,110,99,101,46,32,66,117,116,32,119,104,97,116,32,101,120,97,99,116,108,121,32,105,115,32,111,114,103,97,110,105,99,32,115,101,97,114,99,104,44,32,97,110,100,32,119,104,121,32,100,111,101,115,32,105,116,32,104,111,108,100,32,115,117,99,104,32,115,105,103,110,105,102,105,99,97,110,99,101,32,105,110,32,116,111,100,97,121,39,115,32,100,105,103,105,116,97,108,32,101,114,97,63,32,73,110,32,116,104,105,115,32,98,108,111,103,32,112,111,115,116,44,32,119,101,39,108,108,32,101,120,112,108,111,114,101,32,116,104,101,32,102,117,110,100,97,109,101,110,116,97,108,115,32,111,102,32,111,114,103,97,110,105,99,32,115,101,97,114,99,104,44,32,105,116,115,32,98,101,110,101,102,105,116,115,44,32,97,110,100,32,115,116,114,97,116,101,103,105,101,115,32,116,111,32,108,101,118,101,114,97,103,101,32,105,116,115,32,112,111,119,101,114,32,102,111,114,32,121,111,117,114,32,98,117,115,105,110,101,115,115,46,0,0,0,9,107,66,65,87,77,99,101,68,106,10,0,0,0,95,123,34,115,114,99,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,52,73,90,107,69,85,71,49,97,49,79,53,87,82,115,116,111,86,86,77,122,100,97,90,85,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,49,48,50,52,34,125,0,0,0,9,69,90,117,101,49,67,122,87,80,4,0,0,1,141,128,221,64,0,0,0,0,9,116,55,98,48,65,118,100,90,77,11,0,0,0,3,0,0,0,9,84,117,95,80,100,48,122,84,90,12,0,0,0,75,117,110,118,101,105,108,105,110,103,45,116,104,101,45,112,111,119,101,114,45,111,102,45,111,114,103,97,110,105,99,45,115,101,97,114,99,104,45,119,104,121,45,105,116,45,109,97,116,116,101,114,115,45,97,110,100,45,104,111,119,45,116,111,45,108,101,118,101,114,97,103,101,45,105,116,0,0,0,9,74,98,85,69,90,79,122,95,56,10,0,0,1,188,123,34,115,114,99,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,88,76,116,54,88,83,73,66,86,101,117,56,122,74,74,120,116,56,68,90,101,108,67,74,66,85,107,46,106,112,103,34,44,34,115,114,99,83,101,116,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,88,76,116,54,88,83,73,66,86,101,117,56,122,74,74,120,116,56,68,90,101,108,67,74,66,85,107,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,53,49,50,32,53,49,50,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,88,76,116,54,88,83,73,66,86,101,117,56,122,74,74,120,116,56,68,90,101,108,67,74,66,85,107,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,49,48,50,52,32,49,48,50,52,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,88,76,116,54,88,83,73,66,86,101,117,56,122,74,74,120,116,56,68,90,101,108,67,74,66,85,107,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,50,48,52,56,32,50,48,52,56,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,88,76,116,54,88,83,73,66,86,101,117,56,122,74,74,120,116,56,68,90,101,108,67,74,66,85,107,46,106,112,103,32,51,57,48,48,119,34,125,0,0,0,9,107,113,112,72,81,108,71,81,48,10,0,0,1,178,123,34,115,114,99,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,101,113,101,70,56,57,105,113,74,52,75,113,86,121,119,88,49,106,52,54,101,87,83,119,119,46,106,112,103,34,44,34,115,114,99,83,101,116,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,101,113,101,70,56,57,105,113,74,52,75,113,86,121,119,88,49,106,52,54,101,87,83,119,119,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,53,49,50,32,53,49,50,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,101,113,101,70,56,57,105,113,74,52,75,113,86,121,119,88,49,106,52,54,101,87,83,119,119,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,49,48,50,52,32,49,48,50,52,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,101,113,101,70,56,57,105,113,74,52,75,113,86,121,119,88,49,106,52,54,101,87,83,119,119,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,50,48,52,56,32,50,48,52,56,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,101,113,101,70,56,57,105,113,74,52,75,113,86,121,119,88,49,106,52,54,101,87,83,119,119,46,106,112,103,32,51,57,48,48,119,34,125,0,0,0,9,107,108,49,81,49,83,76,55,115,10,0,0,1,173,123,34,115,114,99,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,121,108,82,101,109,66,65,110,106,105,115,74,48,119,119,50,102,70,52,48,110,102,68,85,46,106,112,103,34,44,34,115,114,99,83,101,116,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,121,108,82,101,109,66,65,110,106,105,115,74,48,119,119,50,102,70,52,48,110,102,68,85,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,53,49,50,32,53,49,50,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,121,108,82,101,109,66,65,110,106,105,115,74,48,119,119,50,102,70,52,48,110,102,68,85,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,49,48,50,52,32,49,48,50,52,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,121,108,82,101,109,66,65,110,106,105,115,74,48,119,119,50,102,70,52,48,110,102,68,85,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,50,48,52,56,32,50,48,52,56,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,121,108,82,101,109,66,65,110,106,105,115,74,48,119,119,50,102,70,52,48,110,102,68,85,46,106,112,103,32,51,57,48,48,119,34,125,0,0,0,9,97,108,55,74,89,57,85,79,77,10,0,0,0,250,123,34,115,114,99,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,116,112,98,87,56,83,73,105,53,114,97,56,110,86,77,69,119,100,115,121,72,105,56,100,119,46,106,112,103,34,44,34,115,114,99,83,101,116,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,116,112,98,87,56,83,73,105,53,114,97,56,110,86,77,69,119,100,115,121,72,105,56,100,119,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,53,49,50,32,53,49,50,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,116,112,98,87,56,83,73,105,53,114,97,56,110,86,77,69,119,100,115,121,72,105,56,100,119,46,106,112,103,32,49,48,48,48,119,34,125,0,0,0,9,100,105,103,121,50,103,116,89,121,12,0,0,0,0,0,14,0,0,0,2,105,100,12,0,0,0,9,82,107,52,87,67,108,121,104,108,0,0,0,9,88,97,104,117,122,69,74,90,121,2,0,0,0,0,9,89,83,75,72,114,100,86,99,49,12,0,0,0,56,85,110,108,111,99,107,105,110,103,32,116,104,101,32,83,101,99,114,101,116,32,83,97,117,99,101,58,32,65,32,71,117,105,100,101,32,116,111,32,82,97,110,107,105,110,103,32,111,110,32,71,111,111,103,108,101,0,0,0,9,72,70,107,119,106,54,65,105,118,5,0,0,0,9,67,72,52,49,68,50,78,68,117,0,0,0,9,105,118,70,76,121,97,77,78,113,12,0,0,1,209,73,110,32,116,104,101,32,118,97,115,116,32,111,99,101,97,110,32,111,102,32,116,104,101,32,105,110,116,101,114,110,101,116,44,32,115,116,97,110,100,105,110,103,32,111,117,116,32,111,110,32,71,111,111,103,108,101,39,115,32,115,101,97,114,99,104,32,114,101,115,117,108,116,115,32,112,97,103,101,32,99,97,110,32,102,101,101,108,32,108,105,107,101,32,102,105,110,100,105,110,103,32,97,32,110,101,101,100,108,101,32,105,110,32,97,32,104,97,121,115,116,97,99,107,46,32,87,105,116,104,32,109,105,108,108,105,111,110,115,32,111,102,32,119,101,98,115,105,116,101,115,32,118,121,105,110,103,32,102,111,114,32,97,116,116,101,110,116,105,111,110,44,32,97,99,104,105,101,118,105,110,103,32,97,32,116,111,112,45,114,97,110,107,105,110,103,32,112,111,115,105,116,105,111,110,32,99,97,110,32,115,101,101,109,32,108,105,107,101,32,97,110,32,101,108,117,115,105,118,101,32,100,114,101,97,109,46,32,72,111,119,101,118,101,114,44,32,119,105,116,104,32,116,104,101,32,114,105,103,104,116,32,115,116,114,97,116,101,103,105,101,115,32,97,110,100,32,116,97,99,116,105,99,115,44,32,121,111,117,32,99,97,110,32,101,108,101,118,97,116,101,32,121,111,117,114,32,119,101,98,115,105,116,101,39,115,32,118,105,115,105,98,105,108,105,116,121,32,97,110,100,32,99,108,105,109,98,32,116,104,101,32,114,97,110,107,115,32,111,110,32,71,111,111,103,108,101,46,32,73,110,32,116,104,105,115,32,103,117,105,100,101,44,32,119,101,39,108,108,32,117,110,99,111,118,101,114,32,116,104,101,32,115,101,99,114,101,116,115,32,116,111,32,114,97,110,107,105,110,103,32,111,110,32,71,111,111,103,108,101,32,97,110,100,32,117,110,108,111,99,107,105,110,103,32,121,111,117,114,32,119,101,98,115,105,116,101,39,115,32,102,117,108,108,32,112,111,116,101,110,116,105,97,108,46,0,0,0,9,107,66,65,87,77,99,101,68,106,10,0,0,1,83,123,34,115,114,99,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,109,53,77,117,51,115,72,85,115,87,89,117,55,98,115,80,79,83,107,74,83,115,72,52,46,106,112,103,34,44,34,115,114,99,83,101,116,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,109,53,77,117,51,115,72,85,115,87,89,117,55,98,115,80,79,83,107,74,83,115,72,52,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,49,48,50,52,32,54,55,57,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,109,53,77,117,51,115,72,85,115,87,89,117,55,98,115,80,79,83,107,74,83,115,72,52,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,50,48,52,56,32,49,51,53,57,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,109,53,77,117,51,115,72,85,115,87,89,117,55,98,115,80,79,83,107,74,83,115,72,52,46,106,112,103,32,50,51,50,54,119,34,125,0,0,0,9,69,90,117,101,49,67,122,87,80,4,0,0,1,141,128,221,64,0,0,0,0,9,116,55,98,48,65,118,100,90,77,11,0,0,0,4,0,0,0,9,84,117,95,80,100,48,122,84,90,12,0,0,0,55,117,110,108,111,99,107,105,110,103,45,116,104,101,45,115,101,99,114,101,116,45,115,97,117,99,101,45,97,45,103,117,105,100,101,45,116,111,45,114,97,110,107,105,110,103,45,111,110,45,103,111,111,103,108,101,0,0,0,9,74,98,85,69,90,79,122,95,56,10,0,0,1,188,123,34,115,114,99,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,88,76,116,54,88,83,73,66,86,101,117,56,122,74,74,120,116,56,68,90,101,108,67,74,66,85,107,46,106,112,103,34,44,34,115,114,99,83,101,116,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,88,76,116,54,88,83,73,66,86,101,117,56,122,74,74,120,116,56,68,90,101,108,67,74,66,85,107,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,53,49,50,32,53,49,50,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,88,76,116,54,88,83,73,66,86,101,117,56,122,74,74,120,116,56,68,90,101,108,67,74,66,85,107,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,49,48,50,52,32,49,48,50,52,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,88,76,116,54,88,83,73,66,86,101,117,56,122,74,74,120,116,56,68,90,101,108,67,74,66,85,107,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,50,48,52,56,32,50,48,52,56,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,88,76,116,54,88,83,73,66,86,101,117,56,122,74,74,120,116,56,68,90,101,108,67,74,66,85,107,46,106,112,103,32,51,57,48,48,119,34,125,0,0,0,9,107,113,112,72,81,108,71,81,48,10,0,0,1,178,123,34,115,114,99,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,101,113,101,70,56,57,105,113,74,52,75,113,86,121,119,88,49,106,52,54,101,87,83,119,119,46,106,112,103,34,44,34,115,114,99,83,101,116,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,101,113,101,70,56,57,105,113,74,52,75,113,86,121,119,88,49,106,52,54,101,87,83,119,119,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,53,49,50,32,53,49,50,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,101,113,101,70,56,57,105,113,74,52,75,113,86,121,119,88,49,106,52,54,101,87,83,119,119,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,49,48,50,52,32,49,48,50,52,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,101,113,101,70,56,57,105,113,74,52,75,113,86,121,119,88,49,106,52,54,101,87,83,119,119,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,50,48,52,56,32,50,48,52,56,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,101,113,101,70,56,57,105,113,74,52,75,113,86,121,119,88,49,106,52,54,101,87,83,119,119,46,106,112,103,32,51,57,48,48,119,34,125,0,0,0,9,107,108,49,81,49,83,76,55,115,10,0,0,1,173,123,34,115,114,99,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,121,108,82,101,109,66,65,110,106,105,115,74,48,119,119,50,102,70,52,48,110,102,68,85,46,106,112,103,34,44,34,115,114,99,83,101,116,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,121,108,82,101,109,66,65,110,106,105,115,74,48,119,119,50,102,70,52,48,110,102,68,85,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,53,49,50,32,53,49,50,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,121,108,82,101,109,66,65,110,106,105,115,74,48,119,119,50,102,70,52,48,110,102,68,85,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,49,48,50,52,32,49,48,50,52,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,121,108,82,101,109,66,65,110,106,105,115,74,48,119,119,50,102,70,52,48,110,102,68,85,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,50,48,52,56,32,50,48,52,56,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,121,108,82,101,109,66,65,110,106,105,115,74,48,119,119,50,102,70,52,48,110,102,68,85,46,106,112,103,32,51,57,48,48,119,34,125,0,0,0,9,97,108,55,74,89,57,85,79,77,10,0,0,0,250,123,34,115,114,99,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,116,112,98,87,56,83,73,105,53,114,97,56,110,86,77,69,119,100,115,121,72,105,56,100,119,46,106,112,103,34,44,34,115,114,99,83,101,116,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,116,112,98,87,56,83,73,105,53,114,97,56,110,86,77,69,119,100,115,121,72,105,56,100,119,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,53,49,50,32,53,49,50,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,116,112,98,87,56,83,73,105,53,114,97,56,110,86,77,69,119,100,115,121,72,105,56,100,119,46,106,112,103,32,49,48,48,48,119,34,125,0,0,0,9,100,105,103,121,50,103,116,89,121,12,0,0,0,0,0,14,0,0,0,2,105,100,12,0,0,0,9,89,79,97,83,55,68,112,104,51,0,0,0,9,88,97,104,117,122,69,74,90,121,2,1,0,0,0,9,89,83,75,72,114,100,86,99,49,12,0,0,0,61,84,104,101,32,85,108,116,105,109,97,116,101,32,71,117,105,100,101,32,116,111,32,66,111,111,115,116,105,110,103,32,89,111,117,114,32,87,101,98,115,105,116,101,39,115,32,83,69,79,32,80,101,114,102,111,114,109,97,110,99,101,0,0,0,9,72,70,107,119,106,54,65,105,118,5,0,0,0,9,83,104,107,65,52,110,74,68,82,0,0,0,9,105,118,70,76,121,97,77,78,113,12,0,0,0,190,73,110,32,116,111,100,97,121,39,115,32,100,105,103,105,116,97,108,32,108,97,110,100,115,99,97,112,101,44,32,104,97,118,105,110,103,32,97,32,115,116,114,111,110,103,32,111,110,108,105,110,101,32,112,114,101,115,101,110,99,101,32,105,115,32,99,114,117,99,105,97,108,32,102,111,114,32,98,117,115,105,110,101,115,115,101,115,32,116,111,32,116,104,114,105,118,101,46,32,65,110,100,32,97,116,32,116,104,101,32,104,101,97,114,116,32,111,102,32,101,118,101,114,121,32,115,117,99,99,101,115,115,102,117,108,32,111,110,108,105,110,101,32,115,116,114,97,116,101,103,121,32,108,105,101,115,32,83,101,97,114,99,104,32,69,110,103,105,110,101,32,79,112,116,105,109,105,122,97,116,105,111,110,32,40,83,69,79,41,46,0,0,0,9,107,66,65,87,77,99,101,68,106,10,0,0,1,95,123,34,115,114,99,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,115,66,122,99,66,107,51,54,77,99,122,114,79,108,112,67,83,115,99,83,115,81,52,121,113,90,81,46,106,112,103,34,44,34,115,114,99,83,101,116,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,115,66,122,99,66,107,51,54,77,99,122,114,79,108,112,67,83,115,99,83,115,81,52,121,113,90,81,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,49,48,50,52,32,53,55,54,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,115,66,122,99,66,107,51,54,77,99,122,114,79,108,112,67,83,115,99,83,115,81,52,121,113,90,81,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,50,48,52,56,32,49,49,53,50,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,115,66,122,99,66,107,51,54,77,99,122,114,79,108,112,67,83,115,99,83,115,81,52,121,113,90,81,46,106,112,103,32,50,50,54,56,119,34,125,0,0,0,9,69,90,117,101,49,67,122,87,80,4,0,0,1,141,247,79,132,0,0,0,0,9,116,55,98,48,65,118,100,90,77,11,0,0,0,4,0,0,0,9,84,117,95,80,100,48,122,84,90,12,0,0,0,61,116,104,101,45,117,108,116,105,109,97,116,101,45,103,117,105,100,101,45,116,111,45,98,111,111,115,116,105,110,103,45,121,111,117,114,45,119,101,98,115,105,116,101,45,115,45,115,101,111,45,112,101,114,102,111,114,109,97,110,99,101,0,0,0,9,74,98,85,69,90,79,122,95,56,10,0,0,1,188,123,34,115,114,99,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,88,76,116,54,88,83,73,66,86,101,117,56,122,74,74,120,116,56,68,90,101,108,67,74,66,85,107,46,106,112,103,34,44,34,115,114,99,83,101,116,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,88,76,116,54,88,83,73,66,86,101,117,56,122,74,74,120,116,56,68,90,101,108,67,74,66,85,107,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,53,49,50,32,53,49,50,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,88,76,116,54,88,83,73,66,86,101,117,56,122,74,74,120,116,56,68,90,101,108,67,74,66,85,107,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,49,48,50,52,32,49,48,50,52,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,88,76,116,54,88,83,73,66,86,101,117,56,122,74,74,120,116,56,68,90,101,108,67,74,66,85,107,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,50,48,52,56,32,50,48,52,56,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,88,76,116,54,88,83,73,66,86,101,117,56,122,74,74,120,116,56,68,90,101,108,67,74,66,85,107,46,106,112,103,32,51,57,48,48,119,34,125,0,0,0,9,107,113,112,72,81,108,71,81,48,10,0,0,1,178,123,34,115,114,99,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,101,113,101,70,56,57,105,113,74,52,75,113,86,121,119,88,49,106,52,54,101,87,83,119,119,46,106,112,103,34,44,34,115,114,99,83,101,116,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,101,113,101,70,56,57,105,113,74,52,75,113,86,121,119,88,49,106,52,54,101,87,83,119,119,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,53,49,50,32,53,49,50,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,101,113,101,70,56,57,105,113,74,52,75,113,86,121,119,88,49,106,52,54,101,87,83,119,119,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,49,48,50,52,32,49,48,50,52,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,101,113,101,70,56,57,105,113,74,52,75,113,86,121,119,88,49,106,52,54,101,87,83,119,119,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,50,48,52,56,32,50,48,52,56,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,101,113,101,70,56,57,105,113,74,52,75,113,86,121,119,88,49,106,52,54,101,87,83,119,119,46,106,112,103,32,51,57,48,48,119,34,125,0,0,0,9,107,108,49,81,49,83,76,55,115,10,0,0,1,173,123,34,115,114,99,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,121,108,82,101,109,66,65,110,106,105,115,74,48,119,119,50,102,70,52,48,110,102,68,85,46,106,112,103,34,44,34,115,114,99,83,101,116,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,121,108,82,101,109,66,65,110,106,105,115,74,48,119,119,50,102,70,52,48,110,102,68,85,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,53,49,50,32,53,49,50,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,121,108,82,101,109,66,65,110,106,105,115,74,48,119,119,50,102,70,52,48,110,102,68,85,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,49,48,50,52,32,49,48,50,52,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,121,108,82,101,109,66,65,110,106,105,115,74,48,119,119,50,102,70,52,48,110,102,68,85,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,50,48,52,56,32,50,48,52,56,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,121,108,82,101,109,66,65,110,106,105,115,74,48,119,119,50,102,70,52,48,110,102,68,85,46,106,112,103,32,51,57,48,48,119,34,125,0,0,0,9,97,108,55,74,89,57,85,79,77,10,0,0,0,250,123,34,115,114,99,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,116,112,98,87,56,83,73,105,53,114,97,56,110,86,77,69,119,100,115,121,72,105,56,100,119,46,106,112,103,34,44,34,115,114,99,83,101,116,34,58,34,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,116,112,98,87,56,83,73,105,53,114,97,56,110,86,77,69,119,100,115,121,72,105,56,100,119,46,106,112,103,63,115,99,97,108,101,45,100,111,119,110,45,116,111,61,53,49,50,32,53,49,50,119,44,104,116,116,112,115,58,47,47,102,114,97,109,101,114,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,105,109,97,103,101,115,47,116,112,98,87,56,83,73,105,53,114,97,56,110,86,77,69,119,100,115,121,72,105,56,100,119,46,106,112,103,32,49,48,48,48,119,34,125,0,0,0,9,100,105,103,121,50,103,116,89,121,12,0,0,0,0],indexes:[],resolveRichText:E0,schema:y4})},displayName:"Articles"},D4=B1;o0(B1,{XahuzEJZy:{defaultValue:!1,title:"Featured",type:p.Boolean},YSKHrdVc1:{defaultValue:"",title:"Title",type:p.String},HFkwj6Aiv:{defaultValue:"CH41D2NDu",options:["CH41D2NDu","ShkA4nJDR","OXn3XSLiM"],optionTitles:["News","Tips","Article"],title:"Blog Category",type:p.Enum},ivFLyaMNq:{defaultValue:"",displayTextArea:!0,title:"Short description",type:p.String},kBAWMceDj:{title:"Image",type:p.ResponsiveImage},EZue1CzWP:{title:"Date",type:p.Date},t7b0AvdZM:{defaultValue:"",title:"Content",type:p.RichText},Tu_Pd0zTZ:{title:"Slug",type:p.String},JbUEZOz_8:{title:"Additional Image 1",type:p.ResponsiveImage},kqpHQlGQ0:{title:"Additional Image 2",type:p.ResponsiveImage},kl1Q1SL7s:{title:"Additional Image 3",type:p.ResponsiveImage},al7JY9UOM:{title:"Additional Image 4",type:p.ResponsiveImage},digy2gtYy:{defaultValue:"",title:"Video Link - Youtube (Optional)",type:p.String}});var g4=(e,t)=>{switch(t?.fallback,e){case"CH41D2NDu":return"News";case"ShkA4nJDR":return"Tips";case"OXn3XSLiM":return"Article";default:return""}},P4={HFkwj6Aiv:g4},j4={async getSlugByRecordId(e,t){let[r]=await L0.query({from:{data:B1,type:"Collection"},limit:{type:"LiteralValue",value:1},select:[{name:"Tu_Pd0zTZ",type:"Identifier"}],where:{left:{name:"id",type:"Identifier"},operator:"==",right:{type:"LiteralValue",value:e},type:"BinaryOperation"}},t);return r?.Tu_Pd0zTZ},async getRecordIdBySlug(e,t){let[r]=await L0.query({from:{data:B1,type:"Collection"},limit:{type:"LiteralValue",value:1},select:[{name:"id",type:"Identifier"}],where:{left:{name:"Tu_Pd0zTZ",type:"Identifier"},operator:"==",right:{type:"LiteralValue",value:e},type:"BinaryOperation"}},t);return r?.id}},R4={exports:{utils:{type:"variable",annotations:{framerContractVersion:"1"}},enumToDisplayNameFunctions:{type:"variable",annotations:{framerContractVersion:"1"}},default:{type:"data",name:"data",annotations:{framerSlug:"Tu_Pd0zTZ",framerRecordIdKey:"id",framerCollectionUtils:"1",framerData:"",framerContractVersion:"1",framerCollectionId:"nWZy3UnCE",framerEnumToDisplayNameUtils:"2"}},HFkwj6AivToDisplayName:{type:"variable",annotations:{framerContractVersion:"1"}},__FramerMetadata__:{type:"variable"}}};export{D4 as a,g4 as b,P4 as c,j4 as d,R4 as e}; //# sourceMappingURL=chunk-3ZFWOWUC.mjs.map