@flyfish-group/file-viewer3 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/README.md +2 -2
  2. package/dist/components/ImageViewer.js +795 -743
  3. package/dist/components/MarkdownViewer.js +990 -1099
  4. package/dist/components/PdfView.js +20049 -19079
  5. package/dist/components/PptxRender.js +7101 -6518
  6. package/dist/components/XlsxTable.js +48841 -64918
  7. package/dist/components/_commonjsHelpers.js +15 -21
  8. package/dist/components/docx-preview.js +5622 -0
  9. package/dist/components/index.js +819 -702
  10. package/dist/components/utils.d.ts +3 -0
  11. package/dist/components/worker-ref.js +8 -8
  12. package/dist/index.umd.js +193 -382
  13. package/dist/main.d.ts +0 -0
  14. package/dist/package/components/FileViewer/FileViewer.vue.d.ts +18 -0
  15. package/dist/package/vendors/image/ImageViewer.vue.d.ts +15 -0
  16. package/dist/package/vendors/md/MarkdownViewer.vue.d.ts +15 -0
  17. package/dist/package/vendors/pdf/PdfView.vue.d.ts +15 -0
  18. package/dist/package/vendors/pptx/PptxRender.vue.d.ts +87 -0
  19. package/dist/{src/package → package}/vendors/pptx/index.d.ts +1 -1
  20. package/dist/{src/package → package}/vendors/renders.d.ts +1 -1
  21. package/dist/package/vendors/text/CodeViewer.vue.d.ts +15 -0
  22. package/dist/package/vendors/xlsx/XlsxTable.vue.d.ts +17 -0
  23. package/dist/package/vendors/xlsx/worker/xls/sheet.worker.d.ts +1 -0
  24. package/dist/package/vendors/xlsx/worker/xlsx/xlsx.worker.d.ts +2 -0
  25. package/dist/style.css +23 -23
  26. package/dist/worker/pdf.worker.js +37 -45
  27. package/dist/worker/pptx.worker.js +7 -7
  28. package/dist/worker/sheet.worker.js +24 -24
  29. package/dist/worker/xlsx.worker.js +43 -46
  30. package/package.json +21 -20
  31. package/dist/components/docx-preview.min.js +0 -5287
  32. package/dist/src/package/components/FileViewer/FileViewer.vue.d.ts +0 -25
  33. package/dist/src/package/vendors/image/ImageViewer.vue.d.ts +0 -13
  34. package/dist/src/package/vendors/md/MarkdownViewer.vue.d.ts +0 -13
  35. package/dist/src/package/vendors/pdf/PdfView.vue.d.ts +0 -13
  36. package/dist/src/package/vendors/pptx/PptxRender.vue.d.ts +0 -81
  37. package/dist/src/package/vendors/text/CodeViewer.vue.d.ts +0 -13
  38. package/dist/src/package/vendors/xlsx/XlsxTable.vue.d.ts +0 -21
  39. /package/dist/{src/package → package}/common/type.d.ts +0 -0
  40. /package/dist/{src/package → package}/common/util.d.ts +0 -0
  41. /package/dist/{src/package → package}/common/worker-ref.d.ts +0 -0
  42. /package/dist/{src/package → package}/components/FileViewer/index.d.ts +0 -0
  43. /package/dist/{src/package → package}/components/FileViewer/util.d.ts +0 -0
  44. /package/dist/{src/package → package}/index.d.ts +0 -0
  45. /package/dist/{src/package → package}/use/index.d.ts +0 -0
  46. /package/dist/{src/package → package}/use/worker.d.ts +0 -0
  47. /package/dist/{src/package → package}/vendors/docx/index.d.ts +0 -0
  48. /package/dist/{src/package → package}/vendors/image/index.d.ts +0 -0
  49. /package/dist/{src/package → package}/vendors/md/index.d.ts +0 -0
  50. /package/dist/{src/package → package}/vendors/mp4/index.d.ts +0 -0
  51. /package/dist/{src/package → package}/vendors/pdf/index.d.ts +0 -0
  52. /package/dist/{src/package → package}/vendors/pdf/worker/index.d.ts +0 -0
  53. /package/dist/{src/package → package}/vendors/pptx/options.d.ts +0 -0
  54. /package/dist/{src/package → package}/vendors/pptx/support/chart.d.ts +0 -0
  55. /package/dist/{src/package → package}/vendors/pptx/worker/index.d.ts +0 -0
  56. /package/dist/{src/package → package}/vendors/text/index.d.ts +0 -0
  57. /package/dist/{src/package → package}/vendors/xlsx/index.d.ts +0 -0
  58. /package/dist/{src/package → package}/vendors/xlsx/render.d.ts +0 -0
  59. /package/dist/{src/package → package}/vendors/xlsx/util.d.ts +0 -0
  60. /package/dist/{src/package → package}/vendors/xlsx/worker/index.d.ts +0 -0
  61. /package/dist/{src/package → package}/vendors/xlsx/worker/xls/SheetJsModel.d.ts +0 -0
  62. /package/dist/{src/package → package}/vendors/xlsx/worker/xls/index.d.ts +0 -0
  63. /package/dist/{src/package → package}/vendors/xlsx/worker/xlsx/ExcelJsModel.d.ts +0 -0
  64. /package/dist/{src/package → package}/vendors/xlsx/worker/xlsx/color.d.ts +0 -0
  65. /package/dist/{src/package → package}/vendors/xlsx/worker/xlsx/context.d.ts +0 -0
  66. /package/dist/{src/package → package}/vendors/xlsx/worker/xlsx/index.d.ts +0 -0
  67. /package/dist/{src/package → package}/vendors/xlsx/worker/xlsx/util.d.ts +0 -0
@@ -1,4 +1,4 @@
1
- (function(){"use strict";var ls=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Zo(a){throw new Error('Could not dynamically require "'+a+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var O0={},mu={get exports(){return O0},set exports(a){O0=a}};/*!
1
+ var sa=(Wr,$0,er)=>new Promise((Ko,Jo)=>{var K0=nr=>{try{Js(er.next(nr))}catch(Ze){Jo(Ze)}},bs=nr=>{try{Js(er.throw(nr))}catch(Ze){Jo(Ze)}},Js=nr=>nr.done?Ko(nr.value):Promise.resolve(nr.value).then(K0,bs);Js((er=er.apply(Wr,$0)).next())});(function(){"use strict";var Wr=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{};function $0(a){return a&&a.__esModule&&Object.prototype.hasOwnProperty.call(a,"default")?a.default:a}function er(a){throw new Error('Could not dynamically require "'+a+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var Ko={exports:{}};/*!
2
2
 
3
3
  JSZip v3.10.1 - A JavaScript class for generating and reading zip files
4
4
  <http://stuartk.com/jszip>
@@ -8,14 +8,14 @@
8
8
 
9
9
  JSZip uses the library pako released under the MIT license :
10
10
  https://github.com/nodeca/pako/blob/main/LICENSE
11
- */(function(a,c){(function(t){a.exports=t()})(function(){return function t(l,s,i){function f(p,L){if(!s[p]){if(!l[p]){var x=typeof Zo=="function"&&Zo;if(!L&&x)return x(p,!0);if(d)return d(p,!0);var k=new Error("Cannot find module '"+p+"'");throw k.code="MODULE_NOT_FOUND",k}var v=s[p]={exports:{}};l[p][0].call(v.exports,function(T){var u=l[p][1][T];return f(u||T)},v,v.exports,t,l,s,i)}return s[p].exports}for(var d=typeof Zo=="function"&&Zo,h=0;h<i.length;h++)f(i[h]);return f}({1:[function(t,l,s){var i=t("./utils"),f=t("./support"),d="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";s.encode=function(h){for(var p,L,x,k,v,T,u,D=[],g=0,o=h.length,_=o,O=i.getTypeOf(h)!=="string";g<h.length;)_=o-g,x=O?(p=h[g++],L=g<o?h[g++]:0,g<o?h[g++]:0):(p=h.charCodeAt(g++),L=g<o?h.charCodeAt(g++):0,g<o?h.charCodeAt(g++):0),k=p>>2,v=(3&p)<<4|L>>4,T=1<_?(15&L)<<2|x>>6:64,u=2<_?63&x:64,D.push(d.charAt(k)+d.charAt(v)+d.charAt(T)+d.charAt(u));return D.join("")},s.decode=function(h){var p,L,x,k,v,T,u=0,D=0,g="data:";if(h.substr(0,g.length)===g)throw new Error("Invalid base64 input, it looks like a data url.");var o,_=3*(h=h.replace(/[^A-Za-z0-9+/=]/g,"")).length/4;if(h.charAt(h.length-1)===d.charAt(64)&&_--,h.charAt(h.length-2)===d.charAt(64)&&_--,_%1!=0)throw new Error("Invalid base64 input, bad content length.");for(o=f.uint8array?new Uint8Array(0|_):new Array(0|_);u<h.length;)p=d.indexOf(h.charAt(u++))<<2|(k=d.indexOf(h.charAt(u++)))>>4,L=(15&k)<<4|(v=d.indexOf(h.charAt(u++)))>>2,x=(3&v)<<6|(T=d.indexOf(h.charAt(u++))),o[D++]=p,v!==64&&(o[D++]=L),T!==64&&(o[D++]=x);return o}},{"./support":30,"./utils":32}],2:[function(t,l,s){var i=t("./external"),f=t("./stream/DataWorker"),d=t("./stream/Crc32Probe"),h=t("./stream/DataLengthProbe");function p(L,x,k,v,T){this.compressedSize=L,this.uncompressedSize=x,this.crc32=k,this.compression=v,this.compressedContent=T}p.prototype={getContentWorker:function(){var L=new f(i.Promise.resolve(this.compressedContent)).pipe(this.compression.uncompressWorker()).pipe(new h("data_length")),x=this;return L.on("end",function(){if(this.streamInfo.data_length!==x.uncompressedSize)throw new Error("Bug : uncompressed data size mismatch")}),L},getCompressedWorker:function(){return new f(i.Promise.resolve(this.compressedContent)).withStreamInfo("compressedSize",this.compressedSize).withStreamInfo("uncompressedSize",this.uncompressedSize).withStreamInfo("crc32",this.crc32).withStreamInfo("compression",this.compression)}},p.createWorkerFrom=function(L,x,k){return L.pipe(new d).pipe(new h("uncompressedSize")).pipe(x.compressWorker(k)).pipe(new h("compressedSize")).withStreamInfo("compression",x)},l.exports=p},{"./external":6,"./stream/Crc32Probe":25,"./stream/DataLengthProbe":26,"./stream/DataWorker":27}],3:[function(t,l,s){var i=t("./stream/GenericWorker");s.STORE={magic:"\0\0",compressWorker:function(){return new i("STORE compression")},uncompressWorker:function(){return new i("STORE decompression")}},s.DEFLATE=t("./flate")},{"./flate":7,"./stream/GenericWorker":28}],4:[function(t,l,s){var i=t("./utils"),f=function(){for(var d,h=[],p=0;p<256;p++){d=p;for(var L=0;L<8;L++)d=1&d?3988292384^d>>>1:d>>>1;h[p]=d}return h}();l.exports=function(d,h){return d!==void 0&&d.length?i.getTypeOf(d)!=="string"?function(p,L,x,k){var v=f,T=k+x;p^=-1;for(var u=k;u<T;u++)p=p>>>8^v[255&(p^L[u])];return-1^p}(0|h,d,d.length,0):function(p,L,x,k){var v=f,T=k+x;p^=-1;for(var u=k;u<T;u++)p=p>>>8^v[255&(p^L.charCodeAt(u))];return-1^p}(0|h,d,d.length,0):0}},{"./utils":32}],5:[function(t,l,s){s.base64=!1,s.binary=!1,s.dir=!1,s.createFolders=!0,s.date=null,s.compression=null,s.compressionOptions=null,s.comment=null,s.unixPermissions=null,s.dosPermissions=null},{}],6:[function(t,l,s){var i=null;i=typeof Promise<"u"?Promise:t("lie"),l.exports={Promise:i}},{lie:37}],7:[function(t,l,s){var i=typeof Uint8Array<"u"&&typeof Uint16Array<"u"&&typeof Uint32Array<"u",f=t("pako"),d=t("./utils"),h=t("./stream/GenericWorker"),p=i?"uint8array":"array";function L(x,k){h.call(this,"FlateWorker/"+x),this._pako=null,this._pakoAction=x,this._pakoOptions=k,this.meta={}}s.magic="\b\0",d.inherits(L,h),L.prototype.processChunk=function(x){this.meta=x.meta,this._pako===null&&this._createPako(),this._pako.push(d.transformTo(p,x.data),!1)},L.prototype.flush=function(){h.prototype.flush.call(this),this._pako===null&&this._createPako(),this._pako.push([],!0)},L.prototype.cleanUp=function(){h.prototype.cleanUp.call(this),this._pako=null},L.prototype._createPako=function(){this._pako=new f[this._pakoAction]({raw:!0,level:this._pakoOptions.level||-1});var x=this;this._pako.onData=function(k){x.push({data:k,meta:x.meta})}},s.compressWorker=function(x){return new L("Deflate",x)},s.uncompressWorker=function(){return new L("Inflate",{})}},{"./stream/GenericWorker":28,"./utils":32,pako:38}],8:[function(t,l,s){function i(v,T){var u,D="";for(u=0;u<T;u++)D+=String.fromCharCode(255&v),v>>>=8;return D}function f(v,T,u,D,g,o){var _,O,Z=v.file,se=v.compression,ne=o!==p.utf8encode,A=d.transformTo("string",o(Z.name)),H=d.transformTo("string",p.utf8encode(Z.name)),fe=Z.comment,ke=d.transformTo("string",o(fe)),F=d.transformTo("string",p.utf8encode(fe)),oe=H.length!==Z.name.length,e=F.length!==fe.length,n="",le="",he="",N=Z.dir,R=Z.date,Y={crc32:0,compressedSize:0,uncompressedSize:0};T&&!u||(Y.crc32=v.crc32,Y.compressedSize=v.compressedSize,Y.uncompressedSize=v.uncompressedSize);var V=0;T&&(V|=8),ne||!oe&&!e||(V|=2048);var J=0,He=0;N&&(J|=16),g==="UNIX"?(He=798,J|=function(ye,Dn){var b=ye;return ye||(b=Dn?16893:33204),(65535&b)<<16}(Z.unixPermissions,N)):(He=20,J|=function(ye){return 63&(ye||0)}(Z.dosPermissions)),_=R.getUTCHours(),_<<=6,_|=R.getUTCMinutes(),_<<=5,_|=R.getUTCSeconds()/2,O=R.getUTCFullYear()-1980,O<<=4,O|=R.getUTCMonth()+1,O<<=5,O|=R.getUTCDate(),oe&&(le=i(1,1)+i(L(A),4)+H,n+="up"+i(le.length,2)+le),e&&(he=i(1,1)+i(L(ke),4)+F,n+="uc"+i(he.length,2)+he);var Pe="";return Pe+=`
12
- \0`,Pe+=i(V,2),Pe+=se.magic,Pe+=i(_,2),Pe+=i(O,2),Pe+=i(Y.crc32,4),Pe+=i(Y.compressedSize,4),Pe+=i(Y.uncompressedSize,4),Pe+=i(A.length,2),Pe+=i(n.length,2),{fileRecord:x.LOCAL_FILE_HEADER+Pe+A+n,dirRecord:x.CENTRAL_FILE_HEADER+i(He,2)+Pe+i(ke.length,2)+"\0\0\0\0"+i(J,4)+i(D,4)+A+n+ke}}var d=t("../utils"),h=t("../stream/GenericWorker"),p=t("../utf8"),L=t("../crc32"),x=t("../signature");function k(v,T,u,D){h.call(this,"ZipFileWorker"),this.bytesWritten=0,this.zipComment=T,this.zipPlatform=u,this.encodeFileName=D,this.streamFiles=v,this.accumulate=!1,this.contentBuffer=[],this.dirRecords=[],this.currentSourceOffset=0,this.entriesCount=0,this.currentFile=null,this._sources=[]}d.inherits(k,h),k.prototype.push=function(v){var T=v.meta.percent||0,u=this.entriesCount,D=this._sources.length;this.accumulate?this.contentBuffer.push(v):(this.bytesWritten+=v.data.length,h.prototype.push.call(this,{data:v.data,meta:{currentFile:this.currentFile,percent:u?(T+100*(u-D-1))/u:100}}))},k.prototype.openedSource=function(v){this.currentSourceOffset=this.bytesWritten,this.currentFile=v.file.name;var T=this.streamFiles&&!v.file.dir;if(T){var u=f(v,T,!1,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);this.push({data:u.fileRecord,meta:{percent:0}})}else this.accumulate=!0},k.prototype.closedSource=function(v){this.accumulate=!1;var T=this.streamFiles&&!v.file.dir,u=f(v,T,!0,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);if(this.dirRecords.push(u.dirRecord),T)this.push({data:function(D){return x.DATA_DESCRIPTOR+i(D.crc32,4)+i(D.compressedSize,4)+i(D.uncompressedSize,4)}(v),meta:{percent:100}});else for(this.push({data:u.fileRecord,meta:{percent:0}});this.contentBuffer.length;)this.push(this.contentBuffer.shift());this.currentFile=null},k.prototype.flush=function(){for(var v=this.bytesWritten,T=0;T<this.dirRecords.length;T++)this.push({data:this.dirRecords[T],meta:{percent:100}});var u=this.bytesWritten-v,D=function(g,o,_,O,Z){var se=d.transformTo("string",Z(O));return x.CENTRAL_DIRECTORY_END+"\0\0\0\0"+i(g,2)+i(g,2)+i(o,4)+i(_,4)+i(se.length,2)+se}(this.dirRecords.length,u,v,this.zipComment,this.encodeFileName);this.push({data:D,meta:{percent:100}})},k.prototype.prepareNextSource=function(){this.previous=this._sources.shift(),this.openedSource(this.previous.streamInfo),this.isPaused?this.previous.pause():this.previous.resume()},k.prototype.registerPrevious=function(v){this._sources.push(v);var T=this;return v.on("data",function(u){T.processChunk(u)}),v.on("end",function(){T.closedSource(T.previous.streamInfo),T._sources.length?T.prepareNextSource():T.end()}),v.on("error",function(u){T.error(u)}),this},k.prototype.resume=function(){return!!h.prototype.resume.call(this)&&(!this.previous&&this._sources.length?(this.prepareNextSource(),!0):this.previous||this._sources.length||this.generatedError?void 0:(this.end(),!0))},k.prototype.error=function(v){var T=this._sources;if(!h.prototype.error.call(this,v))return!1;for(var u=0;u<T.length;u++)try{T[u].error(v)}catch{}return!0},k.prototype.lock=function(){h.prototype.lock.call(this);for(var v=this._sources,T=0;T<v.length;T++)v[T].lock()},l.exports=k},{"../crc32":4,"../signature":23,"../stream/GenericWorker":28,"../utf8":31,"../utils":32}],9:[function(t,l,s){var i=t("../compressions"),f=t("./ZipFileWorker");s.generateWorker=function(d,h,p){var L=new f(h.streamFiles,p,h.platform,h.encodeFileName),x=0;try{d.forEach(function(k,v){x++;var T=function(o,_){var O=o||_,Z=i[O];if(!Z)throw new Error(O+" is not a valid compression method !");return Z}(v.options.compression,h.compression),u=v.options.compressionOptions||h.compressionOptions||{},D=v.dir,g=v.date;v._compressWorker(T,u).withStreamInfo("file",{name:k,dir:D,date:g,comment:v.comment||"",unixPermissions:v.unixPermissions,dosPermissions:v.dosPermissions}).pipe(L)}),L.entriesCount=x}catch(k){L.error(k)}return L}},{"../compressions":3,"./ZipFileWorker":8}],10:[function(t,l,s){function i(){if(!(this instanceof i))return new i;if(arguments.length)throw new Error("The constructor with parameters has been removed in JSZip 3.0, please check the upgrade guide.");this.files=Object.create(null),this.comment=null,this.root="",this.clone=function(){var f=new i;for(var d in this)typeof this[d]!="function"&&(f[d]=this[d]);return f}}(i.prototype=t("./object")).loadAsync=t("./load"),i.support=t("./support"),i.defaults=t("./defaults"),i.version="3.10.1",i.loadAsync=function(f,d){return new i().loadAsync(f,d)},i.external=t("./external"),l.exports=i},{"./defaults":5,"./external":6,"./load":11,"./object":15,"./support":30}],11:[function(t,l,s){var i=t("./utils"),f=t("./external"),d=t("./utf8"),h=t("./zipEntries"),p=t("./stream/Crc32Probe"),L=t("./nodejsUtils");function x(k){return new f.Promise(function(v,T){var u=k.decompressed.getContentWorker().pipe(new p);u.on("error",function(D){T(D)}).on("end",function(){u.streamInfo.crc32!==k.decompressed.crc32?T(new Error("Corrupted zip : CRC32 mismatch")):v()}).resume()})}l.exports=function(k,v){var T=this;return v=i.extend(v||{},{base64:!1,checkCRC32:!1,optimizedBinaryString:!1,createFolders:!1,decodeFileName:d.utf8decode}),L.isNode&&L.isStream(k)?f.Promise.reject(new Error("JSZip can't accept a stream when loading a zip file.")):i.prepareContent("the loaded zip file",k,!0,v.optimizedBinaryString,v.base64).then(function(u){var D=new h(v);return D.load(u),D}).then(function(u){var D=[f.Promise.resolve(u)],g=u.files;if(v.checkCRC32)for(var o=0;o<g.length;o++)D.push(x(g[o]));return f.Promise.all(D)}).then(function(u){for(var D=u.shift(),g=D.files,o=0;o<g.length;o++){var _=g[o],O=_.fileNameStr,Z=i.resolve(_.fileNameStr);T.file(Z,_.decompressed,{binary:!0,optimizedBinaryString:!0,date:_.date,dir:_.dir,comment:_.fileCommentStr.length?_.fileCommentStr:null,unixPermissions:_.unixPermissions,dosPermissions:_.dosPermissions,createFolders:v.createFolders}),_.dir||(T.file(Z).unsafeOriginalName=O)}return D.zipComment.length&&(T.comment=D.zipComment),T})}},{"./external":6,"./nodejsUtils":14,"./stream/Crc32Probe":25,"./utf8":31,"./utils":32,"./zipEntries":33}],12:[function(t,l,s){var i=t("../utils"),f=t("../stream/GenericWorker");function d(h,p){f.call(this,"Nodejs stream input adapter for "+h),this._upstreamEnded=!1,this._bindStream(p)}i.inherits(d,f),d.prototype._bindStream=function(h){var p=this;(this._stream=h).pause(),h.on("data",function(L){p.push({data:L,meta:{percent:0}})}).on("error",function(L){p.isPaused?this.generatedError=L:p.error(L)}).on("end",function(){p.isPaused?p._upstreamEnded=!0:p.end()})},d.prototype.pause=function(){return!!f.prototype.pause.call(this)&&(this._stream.pause(),!0)},d.prototype.resume=function(){return!!f.prototype.resume.call(this)&&(this._upstreamEnded?this.end():this._stream.resume(),!0)},l.exports=d},{"../stream/GenericWorker":28,"../utils":32}],13:[function(t,l,s){var i=t("readable-stream").Readable;function f(d,h,p){i.call(this,h),this._helper=d;var L=this;d.on("data",function(x,k){L.push(x)||L._helper.pause(),p&&p(k)}).on("error",function(x){L.emit("error",x)}).on("end",function(){L.push(null)})}t("../utils").inherits(f,i),f.prototype._read=function(){this._helper.resume()},l.exports=f},{"../utils":32,"readable-stream":16}],14:[function(t,l,s){l.exports={isNode:typeof Buffer<"u",newBufferFrom:function(i,f){if(Buffer.from&&Buffer.from!==Uint8Array.from)return Buffer.from(i,f);if(typeof i=="number")throw new Error('The "data" argument must not be a number');return new Buffer(i,f)},allocBuffer:function(i){if(Buffer.alloc)return Buffer.alloc(i);var f=new Buffer(i);return f.fill(0),f},isBuffer:function(i){return Buffer.isBuffer(i)},isStream:function(i){return i&&typeof i.on=="function"&&typeof i.pause=="function"&&typeof i.resume=="function"}}},{}],15:[function(t,l,s){function i(Z,se,ne){var A,H=d.getTypeOf(se),fe=d.extend(ne||{},L);fe.date=fe.date||new Date,fe.compression!==null&&(fe.compression=fe.compression.toUpperCase()),typeof fe.unixPermissions=="string"&&(fe.unixPermissions=parseInt(fe.unixPermissions,8)),fe.unixPermissions&&16384&fe.unixPermissions&&(fe.dir=!0),fe.dosPermissions&&16&fe.dosPermissions&&(fe.dir=!0),fe.dir&&(Z=g(Z)),fe.createFolders&&(A=D(Z))&&o.call(this,A,!0);var ke=H==="string"&&fe.binary===!1&&fe.base64===!1;ne&&ne.binary!==void 0||(fe.binary=!ke),(se instanceof x&&se.uncompressedSize===0||fe.dir||!se||se.length===0)&&(fe.base64=!1,fe.binary=!0,se="",fe.compression="STORE",H="string");var F=null;F=se instanceof x||se instanceof h?se:T.isNode&&T.isStream(se)?new u(Z,se):d.prepareContent(Z,se,fe.binary,fe.optimizedBinaryString,fe.base64);var oe=new k(Z,F,fe);this.files[Z]=oe}var f=t("./utf8"),d=t("./utils"),h=t("./stream/GenericWorker"),p=t("./stream/StreamHelper"),L=t("./defaults"),x=t("./compressedObject"),k=t("./zipObject"),v=t("./generate"),T=t("./nodejsUtils"),u=t("./nodejs/NodejsStreamInputAdapter"),D=function(Z){Z.slice(-1)==="/"&&(Z=Z.substring(0,Z.length-1));var se=Z.lastIndexOf("/");return 0<se?Z.substring(0,se):""},g=function(Z){return Z.slice(-1)!=="/"&&(Z+="/"),Z},o=function(Z,se){return se=se!==void 0?se:L.createFolders,Z=g(Z),this.files[Z]||i.call(this,Z,null,{dir:!0,createFolders:se}),this.files[Z]};function _(Z){return Object.prototype.toString.call(Z)==="[object RegExp]"}var O={load:function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},forEach:function(Z){var se,ne,A;for(se in this.files)A=this.files[se],(ne=se.slice(this.root.length,se.length))&&se.slice(0,this.root.length)===this.root&&Z(ne,A)},filter:function(Z){var se=[];return this.forEach(function(ne,A){Z(ne,A)&&se.push(A)}),se},file:function(Z,se,ne){if(arguments.length!==1)return Z=this.root+Z,i.call(this,Z,se,ne),this;if(_(Z)){var A=Z;return this.filter(function(fe,ke){return!ke.dir&&A.test(fe)})}var H=this.files[this.root+Z];return H&&!H.dir?H:null},folder:function(Z){if(!Z)return this;if(_(Z))return this.filter(function(H,fe){return fe.dir&&Z.test(H)});var se=this.root+Z,ne=o.call(this,se),A=this.clone();return A.root=ne.name,A},remove:function(Z){Z=this.root+Z;var se=this.files[Z];if(se||(Z.slice(-1)!=="/"&&(Z+="/"),se=this.files[Z]),se&&!se.dir)delete this.files[Z];else for(var ne=this.filter(function(H,fe){return fe.name.slice(0,Z.length)===Z}),A=0;A<ne.length;A++)delete this.files[ne[A].name];return this},generate:function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},generateInternalStream:function(Z){var se,ne={};try{if((ne=d.extend(Z||{},{streamFiles:!1,compression:"STORE",compressionOptions:null,type:"",platform:"DOS",comment:null,mimeType:"application/zip",encodeFileName:f.utf8encode})).type=ne.type.toLowerCase(),ne.compression=ne.compression.toUpperCase(),ne.type==="binarystring"&&(ne.type="string"),!ne.type)throw new Error("No output type specified.");d.checkSupport(ne.type),ne.platform!=="darwin"&&ne.platform!=="freebsd"&&ne.platform!=="linux"&&ne.platform!=="sunos"||(ne.platform="UNIX"),ne.platform==="win32"&&(ne.platform="DOS");var A=ne.comment||this.comment||"";se=v.generateWorker(this,ne,A)}catch(H){(se=new h("error")).error(H)}return new p(se,ne.type||"string",ne.mimeType)},generateAsync:function(Z,se){return this.generateInternalStream(Z).accumulate(se)},generateNodeStream:function(Z,se){return(Z=Z||{}).type||(Z.type="nodebuffer"),this.generateInternalStream(Z).toNodejsStream(se)}};l.exports=O},{"./compressedObject":2,"./defaults":5,"./generate":9,"./nodejs/NodejsStreamInputAdapter":12,"./nodejsUtils":14,"./stream/GenericWorker":28,"./stream/StreamHelper":29,"./utf8":31,"./utils":32,"./zipObject":35}],16:[function(t,l,s){l.exports=t("stream")},{stream:void 0}],17:[function(t,l,s){var i=t("./DataReader");function f(d){i.call(this,d);for(var h=0;h<this.data.length;h++)d[h]=255&d[h]}t("../utils").inherits(f,i),f.prototype.byteAt=function(d){return this.data[this.zero+d]},f.prototype.lastIndexOfSignature=function(d){for(var h=d.charCodeAt(0),p=d.charCodeAt(1),L=d.charCodeAt(2),x=d.charCodeAt(3),k=this.length-4;0<=k;--k)if(this.data[k]===h&&this.data[k+1]===p&&this.data[k+2]===L&&this.data[k+3]===x)return k-this.zero;return-1},f.prototype.readAndCheckSignature=function(d){var h=d.charCodeAt(0),p=d.charCodeAt(1),L=d.charCodeAt(2),x=d.charCodeAt(3),k=this.readData(4);return h===k[0]&&p===k[1]&&L===k[2]&&x===k[3]},f.prototype.readData=function(d){if(this.checkOffset(d),d===0)return[];var h=this.data.slice(this.zero+this.index,this.zero+this.index+d);return this.index+=d,h},l.exports=f},{"../utils":32,"./DataReader":18}],18:[function(t,l,s){var i=t("../utils");function f(d){this.data=d,this.length=d.length,this.index=0,this.zero=0}f.prototype={checkOffset:function(d){this.checkIndex(this.index+d)},checkIndex:function(d){if(this.length<this.zero+d||d<0)throw new Error("End of data reached (data length = "+this.length+", asked index = "+d+"). Corrupted zip ?")},setIndex:function(d){this.checkIndex(d),this.index=d},skip:function(d){this.setIndex(this.index+d)},byteAt:function(){},readInt:function(d){var h,p=0;for(this.checkOffset(d),h=this.index+d-1;h>=this.index;h--)p=(p<<8)+this.byteAt(h);return this.index+=d,p},readString:function(d){return i.transformTo("string",this.readData(d))},readData:function(){},lastIndexOfSignature:function(){},readAndCheckSignature:function(){},readDate:function(){var d=this.readInt(4);return new Date(Date.UTC(1980+(d>>25&127),(d>>21&15)-1,d>>16&31,d>>11&31,d>>5&63,(31&d)<<1))}},l.exports=f},{"../utils":32}],19:[function(t,l,s){var i=t("./Uint8ArrayReader");function f(d){i.call(this,d)}t("../utils").inherits(f,i),f.prototype.readData=function(d){this.checkOffset(d);var h=this.data.slice(this.zero+this.index,this.zero+this.index+d);return this.index+=d,h},l.exports=f},{"../utils":32,"./Uint8ArrayReader":21}],20:[function(t,l,s){var i=t("./DataReader");function f(d){i.call(this,d)}t("../utils").inherits(f,i),f.prototype.byteAt=function(d){return this.data.charCodeAt(this.zero+d)},f.prototype.lastIndexOfSignature=function(d){return this.data.lastIndexOf(d)-this.zero},f.prototype.readAndCheckSignature=function(d){return d===this.readData(4)},f.prototype.readData=function(d){this.checkOffset(d);var h=this.data.slice(this.zero+this.index,this.zero+this.index+d);return this.index+=d,h},l.exports=f},{"../utils":32,"./DataReader":18}],21:[function(t,l,s){var i=t("./ArrayReader");function f(d){i.call(this,d)}t("../utils").inherits(f,i),f.prototype.readData=function(d){if(this.checkOffset(d),d===0)return new Uint8Array(0);var h=this.data.subarray(this.zero+this.index,this.zero+this.index+d);return this.index+=d,h},l.exports=f},{"../utils":32,"./ArrayReader":17}],22:[function(t,l,s){var i=t("../utils"),f=t("../support"),d=t("./ArrayReader"),h=t("./StringReader"),p=t("./NodeBufferReader"),L=t("./Uint8ArrayReader");l.exports=function(x){var k=i.getTypeOf(x);return i.checkSupport(k),k!=="string"||f.uint8array?k==="nodebuffer"?new p(x):f.uint8array?new L(i.transformTo("uint8array",x)):new d(i.transformTo("array",x)):new h(x)}},{"../support":30,"../utils":32,"./ArrayReader":17,"./NodeBufferReader":19,"./StringReader":20,"./Uint8ArrayReader":21}],23:[function(t,l,s){s.LOCAL_FILE_HEADER="PK",s.CENTRAL_FILE_HEADER="PK",s.CENTRAL_DIRECTORY_END="PK",s.ZIP64_CENTRAL_DIRECTORY_LOCATOR="PK\x07",s.ZIP64_CENTRAL_DIRECTORY_END="PK",s.DATA_DESCRIPTOR="PK\x07\b"},{}],24:[function(t,l,s){var i=t("./GenericWorker"),f=t("../utils");function d(h){i.call(this,"ConvertWorker to "+h),this.destType=h}f.inherits(d,i),d.prototype.processChunk=function(h){this.push({data:f.transformTo(this.destType,h.data),meta:h.meta})},l.exports=d},{"../utils":32,"./GenericWorker":28}],25:[function(t,l,s){var i=t("./GenericWorker"),f=t("../crc32");function d(){i.call(this,"Crc32Probe"),this.withStreamInfo("crc32",0)}t("../utils").inherits(d,i),d.prototype.processChunk=function(h){this.streamInfo.crc32=f(h.data,this.streamInfo.crc32||0),this.push(h)},l.exports=d},{"../crc32":4,"../utils":32,"./GenericWorker":28}],26:[function(t,l,s){var i=t("../utils"),f=t("./GenericWorker");function d(h){f.call(this,"DataLengthProbe for "+h),this.propName=h,this.withStreamInfo(h,0)}i.inherits(d,f),d.prototype.processChunk=function(h){if(h){var p=this.streamInfo[this.propName]||0;this.streamInfo[this.propName]=p+h.data.length}f.prototype.processChunk.call(this,h)},l.exports=d},{"../utils":32,"./GenericWorker":28}],27:[function(t,l,s){var i=t("../utils"),f=t("./GenericWorker");function d(h){f.call(this,"DataWorker");var p=this;this.dataIsReady=!1,this.index=0,this.max=0,this.data=null,this.type="",this._tickScheduled=!1,h.then(function(L){p.dataIsReady=!0,p.data=L,p.max=L&&L.length||0,p.type=i.getTypeOf(L),p.isPaused||p._tickAndRepeat()},function(L){p.error(L)})}i.inherits(d,f),d.prototype.cleanUp=function(){f.prototype.cleanUp.call(this),this.data=null},d.prototype.resume=function(){return!!f.prototype.resume.call(this)&&(!this._tickScheduled&&this.dataIsReady&&(this._tickScheduled=!0,i.delay(this._tickAndRepeat,[],this)),!0)},d.prototype._tickAndRepeat=function(){this._tickScheduled=!1,this.isPaused||this.isFinished||(this._tick(),this.isFinished||(i.delay(this._tickAndRepeat,[],this),this._tickScheduled=!0))},d.prototype._tick=function(){if(this.isPaused||this.isFinished)return!1;var h=null,p=Math.min(this.max,this.index+16384);if(this.index>=this.max)return this.end();switch(this.type){case"string":h=this.data.substring(this.index,p);break;case"uint8array":h=this.data.subarray(this.index,p);break;case"array":case"nodebuffer":h=this.data.slice(this.index,p)}return this.index=p,this.push({data:h,meta:{percent:this.max?this.index/this.max*100:0}})},l.exports=d},{"../utils":32,"./GenericWorker":28}],28:[function(t,l,s){function i(f){this.name=f||"default",this.streamInfo={},this.generatedError=null,this.extraStreamInfo={},this.isPaused=!0,this.isFinished=!1,this.isLocked=!1,this._listeners={data:[],end:[],error:[]},this.previous=null}i.prototype={push:function(f){this.emit("data",f)},end:function(){if(this.isFinished)return!1;this.flush();try{this.emit("end"),this.cleanUp(),this.isFinished=!0}catch(f){this.emit("error",f)}return!0},error:function(f){return!this.isFinished&&(this.isPaused?this.generatedError=f:(this.isFinished=!0,this.emit("error",f),this.previous&&this.previous.error(f),this.cleanUp()),!0)},on:function(f,d){return this._listeners[f].push(d),this},cleanUp:function(){this.streamInfo=this.generatedError=this.extraStreamInfo=null,this._listeners=[]},emit:function(f,d){if(this._listeners[f])for(var h=0;h<this._listeners[f].length;h++)this._listeners[f][h].call(this,d)},pipe:function(f){return f.registerPrevious(this)},registerPrevious:function(f){if(this.isLocked)throw new Error("The stream '"+this+"' has already been used.");this.streamInfo=f.streamInfo,this.mergeStreamInfo(),this.previous=f;var d=this;return f.on("data",function(h){d.processChunk(h)}),f.on("end",function(){d.end()}),f.on("error",function(h){d.error(h)}),this},pause:function(){return!this.isPaused&&!this.isFinished&&(this.isPaused=!0,this.previous&&this.previous.pause(),!0)},resume:function(){if(!this.isPaused||this.isFinished)return!1;var f=this.isPaused=!1;return this.generatedError&&(this.error(this.generatedError),f=!0),this.previous&&this.previous.resume(),!f},flush:function(){},processChunk:function(f){this.push(f)},withStreamInfo:function(f,d){return this.extraStreamInfo[f]=d,this.mergeStreamInfo(),this},mergeStreamInfo:function(){for(var f in this.extraStreamInfo)Object.prototype.hasOwnProperty.call(this.extraStreamInfo,f)&&(this.streamInfo[f]=this.extraStreamInfo[f])},lock:function(){if(this.isLocked)throw new Error("The stream '"+this+"' has already been used.");this.isLocked=!0,this.previous&&this.previous.lock()},toString:function(){var f="Worker "+this.name;return this.previous?this.previous+" -> "+f:f}},l.exports=i},{}],29:[function(t,l,s){var i=t("../utils"),f=t("./ConvertWorker"),d=t("./GenericWorker"),h=t("../base64"),p=t("../support"),L=t("../external"),x=null;if(p.nodestream)try{x=t("../nodejs/NodejsStreamOutputAdapter")}catch{}function k(T,u){return new L.Promise(function(D,g){var o=[],_=T._internalType,O=T._outputType,Z=T._mimeType;T.on("data",function(se,ne){o.push(se),u&&u(ne)}).on("error",function(se){o=[],g(se)}).on("end",function(){try{var se=function(ne,A,H){switch(ne){case"blob":return i.newBlob(i.transformTo("arraybuffer",A),H);case"base64":return h.encode(A);default:return i.transformTo(ne,A)}}(O,function(ne,A){var H,fe=0,ke=null,F=0;for(H=0;H<A.length;H++)F+=A[H].length;switch(ne){case"string":return A.join("");case"array":return Array.prototype.concat.apply([],A);case"uint8array":for(ke=new Uint8Array(F),H=0;H<A.length;H++)ke.set(A[H],fe),fe+=A[H].length;return ke;case"nodebuffer":return Buffer.concat(A);default:throw new Error("concat : unsupported type '"+ne+"'")}}(_,o),Z);D(se)}catch(ne){g(ne)}o=[]}).resume()})}function v(T,u,D){var g=u;switch(u){case"blob":case"arraybuffer":g="uint8array";break;case"base64":g="string"}try{this._internalType=g,this._outputType=u,this._mimeType=D,i.checkSupport(g),this._worker=T.pipe(new f(g)),T.lock()}catch(o){this._worker=new d("error"),this._worker.error(o)}}v.prototype={accumulate:function(T){return k(this,T)},on:function(T,u){var D=this;return T==="data"?this._worker.on(T,function(g){u.call(D,g.data,g.meta)}):this._worker.on(T,function(){i.delay(u,arguments,D)}),this},resume:function(){return i.delay(this._worker.resume,[],this._worker),this},pause:function(){return this._worker.pause(),this},toNodejsStream:function(T){if(i.checkSupport("nodestream"),this._outputType!=="nodebuffer")throw new Error(this._outputType+" is not supported by this method");return new x(this,{objectMode:this._outputType!=="nodebuffer"},T)}},l.exports=v},{"../base64":1,"../external":6,"../nodejs/NodejsStreamOutputAdapter":13,"../support":30,"../utils":32,"./ConvertWorker":24,"./GenericWorker":28}],30:[function(t,l,s){if(s.base64=!0,s.array=!0,s.string=!0,s.arraybuffer=typeof ArrayBuffer<"u"&&typeof Uint8Array<"u",s.nodebuffer=typeof Buffer<"u",s.uint8array=typeof Uint8Array<"u",typeof ArrayBuffer>"u")s.blob=!1;else{var i=new ArrayBuffer(0);try{s.blob=new Blob([i],{type:"application/zip"}).size===0}catch{try{var f=new(self.BlobBuilder||self.WebKitBlobBuilder||self.MozBlobBuilder||self.MSBlobBuilder);f.append(i),s.blob=f.getBlob("application/zip").size===0}catch{s.blob=!1}}}try{s.nodestream=!!t("readable-stream").Readable}catch{s.nodestream=!1}},{"readable-stream":16}],31:[function(t,l,s){for(var i=t("./utils"),f=t("./support"),d=t("./nodejsUtils"),h=t("./stream/GenericWorker"),p=new Array(256),L=0;L<256;L++)p[L]=252<=L?6:248<=L?5:240<=L?4:224<=L?3:192<=L?2:1;p[254]=p[254]=1;function x(){h.call(this,"utf-8 decode"),this.leftOver=null}function k(){h.call(this,"utf-8 encode")}s.utf8encode=function(v){return f.nodebuffer?d.newBufferFrom(v,"utf-8"):function(T){var u,D,g,o,_,O=T.length,Z=0;for(o=0;o<O;o++)(64512&(D=T.charCodeAt(o)))==55296&&o+1<O&&(64512&(g=T.charCodeAt(o+1)))==56320&&(D=65536+(D-55296<<10)+(g-56320),o++),Z+=D<128?1:D<2048?2:D<65536?3:4;for(u=f.uint8array?new Uint8Array(Z):new Array(Z),o=_=0;_<Z;o++)(64512&(D=T.charCodeAt(o)))==55296&&o+1<O&&(64512&(g=T.charCodeAt(o+1)))==56320&&(D=65536+(D-55296<<10)+(g-56320),o++),D<128?u[_++]=D:(D<2048?u[_++]=192|D>>>6:(D<65536?u[_++]=224|D>>>12:(u[_++]=240|D>>>18,u[_++]=128|D>>>12&63),u[_++]=128|D>>>6&63),u[_++]=128|63&D);return u}(v)},s.utf8decode=function(v){return f.nodebuffer?i.transformTo("nodebuffer",v).toString("utf-8"):function(T){var u,D,g,o,_=T.length,O=new Array(2*_);for(u=D=0;u<_;)if((g=T[u++])<128)O[D++]=g;else if(4<(o=p[g]))O[D++]=65533,u+=o-1;else{for(g&=o===2?31:o===3?15:7;1<o&&u<_;)g=g<<6|63&T[u++],o--;1<o?O[D++]=65533:g<65536?O[D++]=g:(g-=65536,O[D++]=55296|g>>10&1023,O[D++]=56320|1023&g)}return O.length!==D&&(O.subarray?O=O.subarray(0,D):O.length=D),i.applyFromCharCode(O)}(v=i.transformTo(f.uint8array?"uint8array":"array",v))},i.inherits(x,h),x.prototype.processChunk=function(v){var T=i.transformTo(f.uint8array?"uint8array":"array",v.data);if(this.leftOver&&this.leftOver.length){if(f.uint8array){var u=T;(T=new Uint8Array(u.length+this.leftOver.length)).set(this.leftOver,0),T.set(u,this.leftOver.length)}else T=this.leftOver.concat(T);this.leftOver=null}var D=function(o,_){var O;for((_=_||o.length)>o.length&&(_=o.length),O=_-1;0<=O&&(192&o[O])==128;)O--;return O<0||O===0?_:O+p[o[O]]>_?O:_}(T),g=T;D!==T.length&&(f.uint8array?(g=T.subarray(0,D),this.leftOver=T.subarray(D,T.length)):(g=T.slice(0,D),this.leftOver=T.slice(D,T.length))),this.push({data:s.utf8decode(g),meta:v.meta})},x.prototype.flush=function(){this.leftOver&&this.leftOver.length&&(this.push({data:s.utf8decode(this.leftOver),meta:{}}),this.leftOver=null)},s.Utf8DecodeWorker=x,i.inherits(k,h),k.prototype.processChunk=function(v){this.push({data:s.utf8encode(v.data),meta:v.meta})},s.Utf8EncodeWorker=k},{"./nodejsUtils":14,"./stream/GenericWorker":28,"./support":30,"./utils":32}],32:[function(t,l,s){var i=t("./support"),f=t("./base64"),d=t("./nodejsUtils"),h=t("./external");function p(u){return u}function L(u,D){for(var g=0;g<u.length;++g)D[g]=255&u.charCodeAt(g);return D}t("setimmediate"),s.newBlob=function(u,D){s.checkSupport("blob");try{return new Blob([u],{type:D})}catch{try{var g=new(self.BlobBuilder||self.WebKitBlobBuilder||self.MozBlobBuilder||self.MSBlobBuilder);return g.append(u),g.getBlob(D)}catch{throw new Error("Bug : can't construct the Blob.")}}};var x={stringifyByChunk:function(u,D,g){var o=[],_=0,O=u.length;if(O<=g)return String.fromCharCode.apply(null,u);for(;_<O;)D==="array"||D==="nodebuffer"?o.push(String.fromCharCode.apply(null,u.slice(_,Math.min(_+g,O)))):o.push(String.fromCharCode.apply(null,u.subarray(_,Math.min(_+g,O)))),_+=g;return o.join("")},stringifyByChar:function(u){for(var D="",g=0;g<u.length;g++)D+=String.fromCharCode(u[g]);return D},applyCanBeUsed:{uint8array:function(){try{return i.uint8array&&String.fromCharCode.apply(null,new Uint8Array(1)).length===1}catch{return!1}}(),nodebuffer:function(){try{return i.nodebuffer&&String.fromCharCode.apply(null,d.allocBuffer(1)).length===1}catch{return!1}}()}};function k(u){var D=65536,g=s.getTypeOf(u),o=!0;if(g==="uint8array"?o=x.applyCanBeUsed.uint8array:g==="nodebuffer"&&(o=x.applyCanBeUsed.nodebuffer),o)for(;1<D;)try{return x.stringifyByChunk(u,g,D)}catch{D=Math.floor(D/2)}return x.stringifyByChar(u)}function v(u,D){for(var g=0;g<u.length;g++)D[g]=u[g];return D}s.applyFromCharCode=k;var T={};T.string={string:p,array:function(u){return L(u,new Array(u.length))},arraybuffer:function(u){return T.string.uint8array(u).buffer},uint8array:function(u){return L(u,new Uint8Array(u.length))},nodebuffer:function(u){return L(u,d.allocBuffer(u.length))}},T.array={string:k,array:p,arraybuffer:function(u){return new Uint8Array(u).buffer},uint8array:function(u){return new Uint8Array(u)},nodebuffer:function(u){return d.newBufferFrom(u)}},T.arraybuffer={string:function(u){return k(new Uint8Array(u))},array:function(u){return v(new Uint8Array(u),new Array(u.byteLength))},arraybuffer:p,uint8array:function(u){return new Uint8Array(u)},nodebuffer:function(u){return d.newBufferFrom(new Uint8Array(u))}},T.uint8array={string:k,array:function(u){return v(u,new Array(u.length))},arraybuffer:function(u){return u.buffer},uint8array:p,nodebuffer:function(u){return d.newBufferFrom(u)}},T.nodebuffer={string:k,array:function(u){return v(u,new Array(u.length))},arraybuffer:function(u){return T.nodebuffer.uint8array(u).buffer},uint8array:function(u){return v(u,new Uint8Array(u.length))},nodebuffer:p},s.transformTo=function(u,D){if(D=D||"",!u)return D;s.checkSupport(u);var g=s.getTypeOf(D);return T[g][u](D)},s.resolve=function(u){for(var D=u.split("/"),g=[],o=0;o<D.length;o++){var _=D[o];_==="."||_===""&&o!==0&&o!==D.length-1||(_===".."?g.pop():g.push(_))}return g.join("/")},s.getTypeOf=function(u){return typeof u=="string"?"string":Object.prototype.toString.call(u)==="[object Array]"?"array":i.nodebuffer&&d.isBuffer(u)?"nodebuffer":i.uint8array&&u instanceof Uint8Array?"uint8array":i.arraybuffer&&u instanceof ArrayBuffer?"arraybuffer":void 0},s.checkSupport=function(u){if(!i[u.toLowerCase()])throw new Error(u+" is not supported by this platform")},s.MAX_VALUE_16BITS=65535,s.MAX_VALUE_32BITS=-1,s.pretty=function(u){var D,g,o="";for(g=0;g<(u||"").length;g++)o+="\\x"+((D=u.charCodeAt(g))<16?"0":"")+D.toString(16).toUpperCase();return o},s.delay=function(u,D,g){setImmediate(function(){u.apply(g||null,D||[])})},s.inherits=function(u,D){function g(){}g.prototype=D.prototype,u.prototype=new g},s.extend=function(){var u,D,g={};for(u=0;u<arguments.length;u++)for(D in arguments[u])Object.prototype.hasOwnProperty.call(arguments[u],D)&&g[D]===void 0&&(g[D]=arguments[u][D]);return g},s.prepareContent=function(u,D,g,o,_){return h.Promise.resolve(D).then(function(O){return i.blob&&(O instanceof Blob||["[object File]","[object Blob]"].indexOf(Object.prototype.toString.call(O))!==-1)&&typeof FileReader<"u"?new h.Promise(function(Z,se){var ne=new FileReader;ne.onload=function(A){Z(A.target.result)},ne.onerror=function(A){se(A.target.error)},ne.readAsArrayBuffer(O)}):O}).then(function(O){var Z=s.getTypeOf(O);return Z?(Z==="arraybuffer"?O=s.transformTo("uint8array",O):Z==="string"&&(_?O=f.decode(O):g&&o!==!0&&(O=function(se){return L(se,i.uint8array?new Uint8Array(se.length):new Array(se.length))}(O))),O):h.Promise.reject(new Error("Can't read the data of '"+u+"'. Is it in a supported JavaScript type (String, Blob, ArrayBuffer, etc) ?"))})}},{"./base64":1,"./external":6,"./nodejsUtils":14,"./support":30,setimmediate:54}],33:[function(t,l,s){var i=t("./reader/readerFor"),f=t("./utils"),d=t("./signature"),h=t("./zipEntry"),p=t("./support");function L(x){this.files=[],this.loadOptions=x}L.prototype={checkSignature:function(x){if(!this.reader.readAndCheckSignature(x)){this.reader.index-=4;var k=this.reader.readString(4);throw new Error("Corrupted zip or bug: unexpected signature ("+f.pretty(k)+", expected "+f.pretty(x)+")")}},isSignature:function(x,k){var v=this.reader.index;this.reader.setIndex(x);var T=this.reader.readString(4)===k;return this.reader.setIndex(v),T},readBlockEndOfCentral:function(){this.diskNumber=this.reader.readInt(2),this.diskWithCentralDirStart=this.reader.readInt(2),this.centralDirRecordsOnThisDisk=this.reader.readInt(2),this.centralDirRecords=this.reader.readInt(2),this.centralDirSize=this.reader.readInt(4),this.centralDirOffset=this.reader.readInt(4),this.zipCommentLength=this.reader.readInt(2);var x=this.reader.readData(this.zipCommentLength),k=p.uint8array?"uint8array":"array",v=f.transformTo(k,x);this.zipComment=this.loadOptions.decodeFileName(v)},readBlockZip64EndOfCentral:function(){this.zip64EndOfCentralSize=this.reader.readInt(8),this.reader.skip(4),this.diskNumber=this.reader.readInt(4),this.diskWithCentralDirStart=this.reader.readInt(4),this.centralDirRecordsOnThisDisk=this.reader.readInt(8),this.centralDirRecords=this.reader.readInt(8),this.centralDirSize=this.reader.readInt(8),this.centralDirOffset=this.reader.readInt(8),this.zip64ExtensibleData={};for(var x,k,v,T=this.zip64EndOfCentralSize-44;0<T;)x=this.reader.readInt(2),k=this.reader.readInt(4),v=this.reader.readData(k),this.zip64ExtensibleData[x]={id:x,length:k,value:v}},readBlockZip64EndOfCentralLocator:function(){if(this.diskWithZip64CentralDirStart=this.reader.readInt(4),this.relativeOffsetEndOfZip64CentralDir=this.reader.readInt(8),this.disksCount=this.reader.readInt(4),1<this.disksCount)throw new Error("Multi-volumes zip are not supported")},readLocalFiles:function(){var x,k;for(x=0;x<this.files.length;x++)k=this.files[x],this.reader.setIndex(k.localHeaderOffset),this.checkSignature(d.LOCAL_FILE_HEADER),k.readLocalPart(this.reader),k.handleUTF8(),k.processAttributes()},readCentralDir:function(){var x;for(this.reader.setIndex(this.centralDirOffset);this.reader.readAndCheckSignature(d.CENTRAL_FILE_HEADER);)(x=new h({zip64:this.zip64},this.loadOptions)).readCentralPart(this.reader),this.files.push(x);if(this.centralDirRecords!==this.files.length&&this.centralDirRecords!==0&&this.files.length===0)throw new Error("Corrupted zip or bug: expected "+this.centralDirRecords+" records in central dir, got "+this.files.length)},readEndOfCentral:function(){var x=this.reader.lastIndexOfSignature(d.CENTRAL_DIRECTORY_END);if(x<0)throw this.isSignature(0,d.LOCAL_FILE_HEADER)?new Error("Corrupted zip: can't find end of central directory"):new Error("Can't find end of central directory : is this a zip file ? If it is, see https://stuk.github.io/jszip/documentation/howto/read_zip.html");this.reader.setIndex(x);var k=x;if(this.checkSignature(d.CENTRAL_DIRECTORY_END),this.readBlockEndOfCentral(),this.diskNumber===f.MAX_VALUE_16BITS||this.diskWithCentralDirStart===f.MAX_VALUE_16BITS||this.centralDirRecordsOnThisDisk===f.MAX_VALUE_16BITS||this.centralDirRecords===f.MAX_VALUE_16BITS||this.centralDirSize===f.MAX_VALUE_32BITS||this.centralDirOffset===f.MAX_VALUE_32BITS){if(this.zip64=!0,(x=this.reader.lastIndexOfSignature(d.ZIP64_CENTRAL_DIRECTORY_LOCATOR))<0)throw new Error("Corrupted zip: can't find the ZIP64 end of central directory locator");if(this.reader.setIndex(x),this.checkSignature(d.ZIP64_CENTRAL_DIRECTORY_LOCATOR),this.readBlockZip64EndOfCentralLocator(),!this.isSignature(this.relativeOffsetEndOfZip64CentralDir,d.ZIP64_CENTRAL_DIRECTORY_END)&&(this.relativeOffsetEndOfZip64CentralDir=this.reader.lastIndexOfSignature(d.ZIP64_CENTRAL_DIRECTORY_END),this.relativeOffsetEndOfZip64CentralDir<0))throw new Error("Corrupted zip: can't find the ZIP64 end of central directory");this.reader.setIndex(this.relativeOffsetEndOfZip64CentralDir),this.checkSignature(d.ZIP64_CENTRAL_DIRECTORY_END),this.readBlockZip64EndOfCentral()}var v=this.centralDirOffset+this.centralDirSize;this.zip64&&(v+=20,v+=12+this.zip64EndOfCentralSize);var T=k-v;if(0<T)this.isSignature(k,d.CENTRAL_FILE_HEADER)||(this.reader.zero=T);else if(T<0)throw new Error("Corrupted zip: missing "+Math.abs(T)+" bytes.")},prepareReader:function(x){this.reader=i(x)},load:function(x){this.prepareReader(x),this.readEndOfCentral(),this.readCentralDir(),this.readLocalFiles()}},l.exports=L},{"./reader/readerFor":22,"./signature":23,"./support":30,"./utils":32,"./zipEntry":34}],34:[function(t,l,s){var i=t("./reader/readerFor"),f=t("./utils"),d=t("./compressedObject"),h=t("./crc32"),p=t("./utf8"),L=t("./compressions"),x=t("./support");function k(v,T){this.options=v,this.loadOptions=T}k.prototype={isEncrypted:function(){return(1&this.bitFlag)==1},useUTF8:function(){return(2048&this.bitFlag)==2048},readLocalPart:function(v){var T,u;if(v.skip(22),this.fileNameLength=v.readInt(2),u=v.readInt(2),this.fileName=v.readData(this.fileNameLength),v.skip(u),this.compressedSize===-1||this.uncompressedSize===-1)throw new Error("Bug or corrupted zip : didn't get enough information from the central directory (compressedSize === -1 || uncompressedSize === -1)");if((T=function(D){for(var g in L)if(Object.prototype.hasOwnProperty.call(L,g)&&L[g].magic===D)return L[g];return null}(this.compressionMethod))===null)throw new Error("Corrupted zip : compression "+f.pretty(this.compressionMethod)+" unknown (inner file : "+f.transformTo("string",this.fileName)+")");this.decompressed=new d(this.compressedSize,this.uncompressedSize,this.crc32,T,v.readData(this.compressedSize))},readCentralPart:function(v){this.versionMadeBy=v.readInt(2),v.skip(2),this.bitFlag=v.readInt(2),this.compressionMethod=v.readString(2),this.date=v.readDate(),this.crc32=v.readInt(4),this.compressedSize=v.readInt(4),this.uncompressedSize=v.readInt(4);var T=v.readInt(2);if(this.extraFieldsLength=v.readInt(2),this.fileCommentLength=v.readInt(2),this.diskNumberStart=v.readInt(2),this.internalFileAttributes=v.readInt(2),this.externalFileAttributes=v.readInt(4),this.localHeaderOffset=v.readInt(4),this.isEncrypted())throw new Error("Encrypted zip are not supported");v.skip(T),this.readExtraFields(v),this.parseZIP64ExtraField(v),this.fileComment=v.readData(this.fileCommentLength)},processAttributes:function(){this.unixPermissions=null,this.dosPermissions=null;var v=this.versionMadeBy>>8;this.dir=!!(16&this.externalFileAttributes),v==0&&(this.dosPermissions=63&this.externalFileAttributes),v==3&&(this.unixPermissions=this.externalFileAttributes>>16&65535),this.dir||this.fileNameStr.slice(-1)!=="/"||(this.dir=!0)},parseZIP64ExtraField:function(){if(this.extraFields[1]){var v=i(this.extraFields[1].value);this.uncompressedSize===f.MAX_VALUE_32BITS&&(this.uncompressedSize=v.readInt(8)),this.compressedSize===f.MAX_VALUE_32BITS&&(this.compressedSize=v.readInt(8)),this.localHeaderOffset===f.MAX_VALUE_32BITS&&(this.localHeaderOffset=v.readInt(8)),this.diskNumberStart===f.MAX_VALUE_32BITS&&(this.diskNumberStart=v.readInt(4))}},readExtraFields:function(v){var T,u,D,g=v.index+this.extraFieldsLength;for(this.extraFields||(this.extraFields={});v.index+4<g;)T=v.readInt(2),u=v.readInt(2),D=v.readData(u),this.extraFields[T]={id:T,length:u,value:D};v.setIndex(g)},handleUTF8:function(){var v=x.uint8array?"uint8array":"array";if(this.useUTF8())this.fileNameStr=p.utf8decode(this.fileName),this.fileCommentStr=p.utf8decode(this.fileComment);else{var T=this.findExtraFieldUnicodePath();if(T!==null)this.fileNameStr=T;else{var u=f.transformTo(v,this.fileName);this.fileNameStr=this.loadOptions.decodeFileName(u)}var D=this.findExtraFieldUnicodeComment();if(D!==null)this.fileCommentStr=D;else{var g=f.transformTo(v,this.fileComment);this.fileCommentStr=this.loadOptions.decodeFileName(g)}}},findExtraFieldUnicodePath:function(){var v=this.extraFields[28789];if(v){var T=i(v.value);return T.readInt(1)!==1||h(this.fileName)!==T.readInt(4)?null:p.utf8decode(T.readData(v.length-5))}return null},findExtraFieldUnicodeComment:function(){var v=this.extraFields[25461];if(v){var T=i(v.value);return T.readInt(1)!==1||h(this.fileComment)!==T.readInt(4)?null:p.utf8decode(T.readData(v.length-5))}return null}},l.exports=k},{"./compressedObject":2,"./compressions":3,"./crc32":4,"./reader/readerFor":22,"./support":30,"./utf8":31,"./utils":32}],35:[function(t,l,s){function i(T,u,D){this.name=T,this.dir=D.dir,this.date=D.date,this.comment=D.comment,this.unixPermissions=D.unixPermissions,this.dosPermissions=D.dosPermissions,this._data=u,this._dataBinary=D.binary,this.options={compression:D.compression,compressionOptions:D.compressionOptions}}var f=t("./stream/StreamHelper"),d=t("./stream/DataWorker"),h=t("./utf8"),p=t("./compressedObject"),L=t("./stream/GenericWorker");i.prototype={internalStream:function(T){var u=null,D="string";try{if(!T)throw new Error("No output type specified.");var g=(D=T.toLowerCase())==="string"||D==="text";D!=="binarystring"&&D!=="text"||(D="string"),u=this._decompressWorker();var o=!this._dataBinary;o&&!g&&(u=u.pipe(new h.Utf8EncodeWorker)),!o&&g&&(u=u.pipe(new h.Utf8DecodeWorker))}catch(_){(u=new L("error")).error(_)}return new f(u,D,"")},async:function(T,u){return this.internalStream(T).accumulate(u)},nodeStream:function(T,u){return this.internalStream(T||"nodebuffer").toNodejsStream(u)},_compressWorker:function(T,u){if(this._data instanceof p&&this._data.compression.magic===T.magic)return this._data.getCompressedWorker();var D=this._decompressWorker();return this._dataBinary||(D=D.pipe(new h.Utf8EncodeWorker)),p.createWorkerFrom(D,T,u)},_decompressWorker:function(){return this._data instanceof p?this._data.getContentWorker():this._data instanceof L?this._data:new d(this._data)}};for(var x=["asText","asBinary","asNodeBuffer","asUint8Array","asArrayBuffer"],k=function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},v=0;v<x.length;v++)i.prototype[x[v]]=k;l.exports=i},{"./compressedObject":2,"./stream/DataWorker":27,"./stream/GenericWorker":28,"./stream/StreamHelper":29,"./utf8":31}],36:[function(t,l,s){(function(i){var f,d,h=i.MutationObserver||i.WebKitMutationObserver;if(h){var p=0,L=new h(T),x=i.document.createTextNode("");L.observe(x,{characterData:!0}),f=function(){x.data=p=++p%2}}else if(i.setImmediate||i.MessageChannel===void 0)f="document"in i&&"onreadystatechange"in i.document.createElement("script")?function(){var u=i.document.createElement("script");u.onreadystatechange=function(){T(),u.onreadystatechange=null,u.parentNode.removeChild(u),u=null},i.document.documentElement.appendChild(u)}:function(){setTimeout(T,0)};else{var k=new i.MessageChannel;k.port1.onmessage=T,f=function(){k.port2.postMessage(0)}}var v=[];function T(){var u,D;d=!0;for(var g=v.length;g;){for(D=v,v=[],u=-1;++u<g;)D[u]();g=v.length}d=!1}l.exports=function(u){v.push(u)!==1||d||f()}}).call(this,typeof ls<"u"?ls:typeof self<"u"?self:typeof window<"u"?window:{})},{}],37:[function(t,l,s){var i=t("immediate");function f(){}var d={},h=["REJECTED"],p=["FULFILLED"],L=["PENDING"];function x(g){if(typeof g!="function")throw new TypeError("resolver must be a function");this.state=L,this.queue=[],this.outcome=void 0,g!==f&&u(this,g)}function k(g,o,_){this.promise=g,typeof o=="function"&&(this.onFulfilled=o,this.callFulfilled=this.otherCallFulfilled),typeof _=="function"&&(this.onRejected=_,this.callRejected=this.otherCallRejected)}function v(g,o,_){i(function(){var O;try{O=o(_)}catch(Z){return d.reject(g,Z)}O===g?d.reject(g,new TypeError("Cannot resolve promise with itself")):d.resolve(g,O)})}function T(g){var o=g&&g.then;if(g&&(typeof g=="object"||typeof g=="function")&&typeof o=="function")return function(){o.apply(g,arguments)}}function u(g,o){var _=!1;function O(ne){_||(_=!0,d.reject(g,ne))}function Z(ne){_||(_=!0,d.resolve(g,ne))}var se=D(function(){o(Z,O)});se.status==="error"&&O(se.value)}function D(g,o){var _={};try{_.value=g(o),_.status="success"}catch(O){_.status="error",_.value=O}return _}(l.exports=x).prototype.finally=function(g){if(typeof g!="function")return this;var o=this.constructor;return this.then(function(_){return o.resolve(g()).then(function(){return _})},function(_){return o.resolve(g()).then(function(){throw _})})},x.prototype.catch=function(g){return this.then(null,g)},x.prototype.then=function(g,o){if(typeof g!="function"&&this.state===p||typeof o!="function"&&this.state===h)return this;var _=new this.constructor(f);return this.state!==L?v(_,this.state===p?g:o,this.outcome):this.queue.push(new k(_,g,o)),_},k.prototype.callFulfilled=function(g){d.resolve(this.promise,g)},k.prototype.otherCallFulfilled=function(g){v(this.promise,this.onFulfilled,g)},k.prototype.callRejected=function(g){d.reject(this.promise,g)},k.prototype.otherCallRejected=function(g){v(this.promise,this.onRejected,g)},d.resolve=function(g,o){var _=D(T,o);if(_.status==="error")return d.reject(g,_.value);var O=_.value;if(O)u(g,O);else{g.state=p,g.outcome=o;for(var Z=-1,se=g.queue.length;++Z<se;)g.queue[Z].callFulfilled(o)}return g},d.reject=function(g,o){g.state=h,g.outcome=o;for(var _=-1,O=g.queue.length;++_<O;)g.queue[_].callRejected(o);return g},x.resolve=function(g){return g instanceof this?g:d.resolve(new this(f),g)},x.reject=function(g){var o=new this(f);return d.reject(o,g)},x.all=function(g){var o=this;if(Object.prototype.toString.call(g)!=="[object Array]")return this.reject(new TypeError("must be an array"));var _=g.length,O=!1;if(!_)return this.resolve([]);for(var Z=new Array(_),se=0,ne=-1,A=new this(f);++ne<_;)H(g[ne],ne);return A;function H(fe,ke){o.resolve(fe).then(function(F){Z[ke]=F,++se!==_||O||(O=!0,d.resolve(A,Z))},function(F){O||(O=!0,d.reject(A,F))})}},x.race=function(g){var o=this;if(Object.prototype.toString.call(g)!=="[object Array]")return this.reject(new TypeError("must be an array"));var _=g.length,O=!1;if(!_)return this.resolve([]);for(var Z=-1,se=new this(f);++Z<_;)ne=g[Z],o.resolve(ne).then(function(A){O||(O=!0,d.resolve(se,A))},function(A){O||(O=!0,d.reject(se,A))});var ne;return se}},{immediate:36}],38:[function(t,l,s){var i={};(0,t("./lib/utils/common").assign)(i,t("./lib/deflate"),t("./lib/inflate"),t("./lib/zlib/constants")),l.exports=i},{"./lib/deflate":39,"./lib/inflate":40,"./lib/utils/common":41,"./lib/zlib/constants":44}],39:[function(t,l,s){var i=t("./zlib/deflate"),f=t("./utils/common"),d=t("./utils/strings"),h=t("./zlib/messages"),p=t("./zlib/zstream"),L=Object.prototype.toString,x=0,k=-1,v=0,T=8;function u(g){if(!(this instanceof u))return new u(g);this.options=f.assign({level:k,method:T,chunkSize:16384,windowBits:15,memLevel:8,strategy:v,to:""},g||{});var o=this.options;o.raw&&0<o.windowBits?o.windowBits=-o.windowBits:o.gzip&&0<o.windowBits&&o.windowBits<16&&(o.windowBits+=16),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new p,this.strm.avail_out=0;var _=i.deflateInit2(this.strm,o.level,o.method,o.windowBits,o.memLevel,o.strategy);if(_!==x)throw new Error(h[_]);if(o.header&&i.deflateSetHeader(this.strm,o.header),o.dictionary){var O;if(O=typeof o.dictionary=="string"?d.string2buf(o.dictionary):L.call(o.dictionary)==="[object ArrayBuffer]"?new Uint8Array(o.dictionary):o.dictionary,(_=i.deflateSetDictionary(this.strm,O))!==x)throw new Error(h[_]);this._dict_set=!0}}function D(g,o){var _=new u(o);if(_.push(g,!0),_.err)throw _.msg||h[_.err];return _.result}u.prototype.push=function(g,o){var _,O,Z=this.strm,se=this.options.chunkSize;if(this.ended)return!1;O=o===~~o?o:o===!0?4:0,typeof g=="string"?Z.input=d.string2buf(g):L.call(g)==="[object ArrayBuffer]"?Z.input=new Uint8Array(g):Z.input=g,Z.next_in=0,Z.avail_in=Z.input.length;do{if(Z.avail_out===0&&(Z.output=new f.Buf8(se),Z.next_out=0,Z.avail_out=se),(_=i.deflate(Z,O))!==1&&_!==x)return this.onEnd(_),!(this.ended=!0);Z.avail_out!==0&&(Z.avail_in!==0||O!==4&&O!==2)||(this.options.to==="string"?this.onData(d.buf2binstring(f.shrinkBuf(Z.output,Z.next_out))):this.onData(f.shrinkBuf(Z.output,Z.next_out)))}while((0<Z.avail_in||Z.avail_out===0)&&_!==1);return O===4?(_=i.deflateEnd(this.strm),this.onEnd(_),this.ended=!0,_===x):O!==2||(this.onEnd(x),!(Z.avail_out=0))},u.prototype.onData=function(g){this.chunks.push(g)},u.prototype.onEnd=function(g){g===x&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=f.flattenChunks(this.chunks)),this.chunks=[],this.err=g,this.msg=this.strm.msg},s.Deflate=u,s.deflate=D,s.deflateRaw=function(g,o){return(o=o||{}).raw=!0,D(g,o)},s.gzip=function(g,o){return(o=o||{}).gzip=!0,D(g,o)}},{"./utils/common":41,"./utils/strings":42,"./zlib/deflate":46,"./zlib/messages":51,"./zlib/zstream":53}],40:[function(t,l,s){var i=t("./zlib/inflate"),f=t("./utils/common"),d=t("./utils/strings"),h=t("./zlib/constants"),p=t("./zlib/messages"),L=t("./zlib/zstream"),x=t("./zlib/gzheader"),k=Object.prototype.toString;function v(u){if(!(this instanceof v))return new v(u);this.options=f.assign({chunkSize:16384,windowBits:0,to:""},u||{});var D=this.options;D.raw&&0<=D.windowBits&&D.windowBits<16&&(D.windowBits=-D.windowBits,D.windowBits===0&&(D.windowBits=-15)),!(0<=D.windowBits&&D.windowBits<16)||u&&u.windowBits||(D.windowBits+=32),15<D.windowBits&&D.windowBits<48&&!(15&D.windowBits)&&(D.windowBits|=15),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new L,this.strm.avail_out=0;var g=i.inflateInit2(this.strm,D.windowBits);if(g!==h.Z_OK)throw new Error(p[g]);this.header=new x,i.inflateGetHeader(this.strm,this.header)}function T(u,D){var g=new v(D);if(g.push(u,!0),g.err)throw g.msg||p[g.err];return g.result}v.prototype.push=function(u,D){var g,o,_,O,Z,se,ne=this.strm,A=this.options.chunkSize,H=this.options.dictionary,fe=!1;if(this.ended)return!1;o=D===~~D?D:D===!0?h.Z_FINISH:h.Z_NO_FLUSH,typeof u=="string"?ne.input=d.binstring2buf(u):k.call(u)==="[object ArrayBuffer]"?ne.input=new Uint8Array(u):ne.input=u,ne.next_in=0,ne.avail_in=ne.input.length;do{if(ne.avail_out===0&&(ne.output=new f.Buf8(A),ne.next_out=0,ne.avail_out=A),(g=i.inflate(ne,h.Z_NO_FLUSH))===h.Z_NEED_DICT&&H&&(se=typeof H=="string"?d.string2buf(H):k.call(H)==="[object ArrayBuffer]"?new Uint8Array(H):H,g=i.inflateSetDictionary(this.strm,se)),g===h.Z_BUF_ERROR&&fe===!0&&(g=h.Z_OK,fe=!1),g!==h.Z_STREAM_END&&g!==h.Z_OK)return this.onEnd(g),!(this.ended=!0);ne.next_out&&(ne.avail_out!==0&&g!==h.Z_STREAM_END&&(ne.avail_in!==0||o!==h.Z_FINISH&&o!==h.Z_SYNC_FLUSH)||(this.options.to==="string"?(_=d.utf8border(ne.output,ne.next_out),O=ne.next_out-_,Z=d.buf2string(ne.output,_),ne.next_out=O,ne.avail_out=A-O,O&&f.arraySet(ne.output,ne.output,_,O,0),this.onData(Z)):this.onData(f.shrinkBuf(ne.output,ne.next_out)))),ne.avail_in===0&&ne.avail_out===0&&(fe=!0)}while((0<ne.avail_in||ne.avail_out===0)&&g!==h.Z_STREAM_END);return g===h.Z_STREAM_END&&(o=h.Z_FINISH),o===h.Z_FINISH?(g=i.inflateEnd(this.strm),this.onEnd(g),this.ended=!0,g===h.Z_OK):o!==h.Z_SYNC_FLUSH||(this.onEnd(h.Z_OK),!(ne.avail_out=0))},v.prototype.onData=function(u){this.chunks.push(u)},v.prototype.onEnd=function(u){u===h.Z_OK&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=f.flattenChunks(this.chunks)),this.chunks=[],this.err=u,this.msg=this.strm.msg},s.Inflate=v,s.inflate=T,s.inflateRaw=function(u,D){return(D=D||{}).raw=!0,T(u,D)},s.ungzip=T},{"./utils/common":41,"./utils/strings":42,"./zlib/constants":44,"./zlib/gzheader":47,"./zlib/inflate":49,"./zlib/messages":51,"./zlib/zstream":53}],41:[function(t,l,s){var i=typeof Uint8Array<"u"&&typeof Uint16Array<"u"&&typeof Int32Array<"u";s.assign=function(h){for(var p=Array.prototype.slice.call(arguments,1);p.length;){var L=p.shift();if(L){if(typeof L!="object")throw new TypeError(L+"must be non-object");for(var x in L)L.hasOwnProperty(x)&&(h[x]=L[x])}}return h},s.shrinkBuf=function(h,p){return h.length===p?h:h.subarray?h.subarray(0,p):(h.length=p,h)};var f={arraySet:function(h,p,L,x,k){if(p.subarray&&h.subarray)h.set(p.subarray(L,L+x),k);else for(var v=0;v<x;v++)h[k+v]=p[L+v]},flattenChunks:function(h){var p,L,x,k,v,T;for(p=x=0,L=h.length;p<L;p++)x+=h[p].length;for(T=new Uint8Array(x),p=k=0,L=h.length;p<L;p++)v=h[p],T.set(v,k),k+=v.length;return T}},d={arraySet:function(h,p,L,x,k){for(var v=0;v<x;v++)h[k+v]=p[L+v]},flattenChunks:function(h){return[].concat.apply([],h)}};s.setTyped=function(h){h?(s.Buf8=Uint8Array,s.Buf16=Uint16Array,s.Buf32=Int32Array,s.assign(s,f)):(s.Buf8=Array,s.Buf16=Array,s.Buf32=Array,s.assign(s,d))},s.setTyped(i)},{}],42:[function(t,l,s){var i=t("./common"),f=!0,d=!0;try{String.fromCharCode.apply(null,[0])}catch{f=!1}try{String.fromCharCode.apply(null,new Uint8Array(1))}catch{d=!1}for(var h=new i.Buf8(256),p=0;p<256;p++)h[p]=252<=p?6:248<=p?5:240<=p?4:224<=p?3:192<=p?2:1;function L(x,k){if(k<65537&&(x.subarray&&d||!x.subarray&&f))return String.fromCharCode.apply(null,i.shrinkBuf(x,k));for(var v="",T=0;T<k;T++)v+=String.fromCharCode(x[T]);return v}h[254]=h[254]=1,s.string2buf=function(x){var k,v,T,u,D,g=x.length,o=0;for(u=0;u<g;u++)(64512&(v=x.charCodeAt(u)))==55296&&u+1<g&&(64512&(T=x.charCodeAt(u+1)))==56320&&(v=65536+(v-55296<<10)+(T-56320),u++),o+=v<128?1:v<2048?2:v<65536?3:4;for(k=new i.Buf8(o),u=D=0;D<o;u++)(64512&(v=x.charCodeAt(u)))==55296&&u+1<g&&(64512&(T=x.charCodeAt(u+1)))==56320&&(v=65536+(v-55296<<10)+(T-56320),u++),v<128?k[D++]=v:(v<2048?k[D++]=192|v>>>6:(v<65536?k[D++]=224|v>>>12:(k[D++]=240|v>>>18,k[D++]=128|v>>>12&63),k[D++]=128|v>>>6&63),k[D++]=128|63&v);return k},s.buf2binstring=function(x){return L(x,x.length)},s.binstring2buf=function(x){for(var k=new i.Buf8(x.length),v=0,T=k.length;v<T;v++)k[v]=x.charCodeAt(v);return k},s.buf2string=function(x,k){var v,T,u,D,g=k||x.length,o=new Array(2*g);for(v=T=0;v<g;)if((u=x[v++])<128)o[T++]=u;else if(4<(D=h[u]))o[T++]=65533,v+=D-1;else{for(u&=D===2?31:D===3?15:7;1<D&&v<g;)u=u<<6|63&x[v++],D--;1<D?o[T++]=65533:u<65536?o[T++]=u:(u-=65536,o[T++]=55296|u>>10&1023,o[T++]=56320|1023&u)}return L(o,T)},s.utf8border=function(x,k){var v;for((k=k||x.length)>x.length&&(k=x.length),v=k-1;0<=v&&(192&x[v])==128;)v--;return v<0||v===0?k:v+h[x[v]]>k?v:k}},{"./common":41}],43:[function(t,l,s){l.exports=function(i,f,d,h){for(var p=65535&i|0,L=i>>>16&65535|0,x=0;d!==0;){for(d-=x=2e3<d?2e3:d;L=L+(p=p+f[h++]|0)|0,--x;);p%=65521,L%=65521}return p|L<<16|0}},{}],44:[function(t,l,s){l.exports={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8}},{}],45:[function(t,l,s){var i=function(){for(var f,d=[],h=0;h<256;h++){f=h;for(var p=0;p<8;p++)f=1&f?3988292384^f>>>1:f>>>1;d[h]=f}return d}();l.exports=function(f,d,h,p){var L=i,x=p+h;f^=-1;for(var k=p;k<x;k++)f=f>>>8^L[255&(f^d[k])];return-1^f}},{}],46:[function(t,l,s){var i,f=t("../utils/common"),d=t("./trees"),h=t("./adler32"),p=t("./crc32"),L=t("./messages"),x=0,k=4,v=0,T=-2,u=-1,D=4,g=2,o=8,_=9,O=286,Z=30,se=19,ne=2*O+1,A=15,H=3,fe=258,ke=fe+H+1,F=42,oe=113,e=1,n=2,le=3,he=4;function N(m,Le){return m.msg=L[Le],Le}function R(m){return(m<<1)-(4<m?9:0)}function Y(m){for(var Le=m.length;0<=--Le;)m[Le]=0}function V(m){var Le=m.state,ge=Le.pending;ge>m.avail_out&&(ge=m.avail_out),ge!==0&&(f.arraySet(m.output,Le.pending_buf,Le.pending_out,ge,m.next_out),m.next_out+=ge,Le.pending_out+=ge,m.total_out+=ge,m.avail_out-=ge,Le.pending-=ge,Le.pending===0&&(Le.pending_out=0))}function J(m,Le){d._tr_flush_block(m,0<=m.block_start?m.block_start:-1,m.strstart-m.block_start,Le),m.block_start=m.strstart,V(m.strm)}function He(m,Le){m.pending_buf[m.pending++]=Le}function Pe(m,Le){m.pending_buf[m.pending++]=Le>>>8&255,m.pending_buf[m.pending++]=255&Le}function ye(m,Le){var ge,E,S=m.max_chain_length,q=m.strstart,Be=m.prev_length,Me=m.nice_match,re=m.strstart>m.w_size-ke?m.strstart-(m.w_size-ke):0,Se=m.window,Qe=m.w_mask,Ee=m.prev,on=m.strstart+fe,Xn=Se[q+Be-1],Pn=Se[q+Be];m.prev_length>=m.good_match&&(S>>=2),Me>m.lookahead&&(Me=m.lookahead);do if(Se[(ge=Le)+Be]===Pn&&Se[ge+Be-1]===Xn&&Se[ge]===Se[q]&&Se[++ge]===Se[q+1]){q+=2,ge++;do;while(Se[++q]===Se[++ge]&&Se[++q]===Se[++ge]&&Se[++q]===Se[++ge]&&Se[++q]===Se[++ge]&&Se[++q]===Se[++ge]&&Se[++q]===Se[++ge]&&Se[++q]===Se[++ge]&&Se[++q]===Se[++ge]&&q<on);if(E=fe-(on-q),q=on-fe,Be<E){if(m.match_start=Le,Me<=(Be=E))break;Xn=Se[q+Be-1],Pn=Se[q+Be]}}while((Le=Ee[Le&Qe])>re&&--S!=0);return Be<=m.lookahead?Be:m.lookahead}function Dn(m){var Le,ge,E,S,q,Be,Me,re,Se,Qe,Ee=m.w_size;do{if(S=m.window_size-m.lookahead-m.strstart,m.strstart>=Ee+(Ee-ke)){for(f.arraySet(m.window,m.window,Ee,Ee,0),m.match_start-=Ee,m.strstart-=Ee,m.block_start-=Ee,Le=ge=m.hash_size;E=m.head[--Le],m.head[Le]=Ee<=E?E-Ee:0,--ge;);for(Le=ge=Ee;E=m.prev[--Le],m.prev[Le]=Ee<=E?E-Ee:0,--ge;);S+=Ee}if(m.strm.avail_in===0)break;if(Be=m.strm,Me=m.window,re=m.strstart+m.lookahead,Se=S,Qe=void 0,Qe=Be.avail_in,Se<Qe&&(Qe=Se),ge=Qe===0?0:(Be.avail_in-=Qe,f.arraySet(Me,Be.input,Be.next_in,Qe,re),Be.state.wrap===1?Be.adler=h(Be.adler,Me,Qe,re):Be.state.wrap===2&&(Be.adler=p(Be.adler,Me,Qe,re)),Be.next_in+=Qe,Be.total_in+=Qe,Qe),m.lookahead+=ge,m.lookahead+m.insert>=H)for(q=m.strstart-m.insert,m.ins_h=m.window[q],m.ins_h=(m.ins_h<<m.hash_shift^m.window[q+1])&m.hash_mask;m.insert&&(m.ins_h=(m.ins_h<<m.hash_shift^m.window[q+H-1])&m.hash_mask,m.prev[q&m.w_mask]=m.head[m.ins_h],m.head[m.ins_h]=q,q++,m.insert--,!(m.lookahead+m.insert<H)););}while(m.lookahead<ke&&m.strm.avail_in!==0)}function b(m,Le){for(var ge,E;;){if(m.lookahead<ke){if(Dn(m),m.lookahead<ke&&Le===x)return e;if(m.lookahead===0)break}if(ge=0,m.lookahead>=H&&(m.ins_h=(m.ins_h<<m.hash_shift^m.window[m.strstart+H-1])&m.hash_mask,ge=m.prev[m.strstart&m.w_mask]=m.head[m.ins_h],m.head[m.ins_h]=m.strstart),ge!==0&&m.strstart-ge<=m.w_size-ke&&(m.match_length=ye(m,ge)),m.match_length>=H)if(E=d._tr_tally(m,m.strstart-m.match_start,m.match_length-H),m.lookahead-=m.match_length,m.match_length<=m.max_lazy_match&&m.lookahead>=H){for(m.match_length--;m.strstart++,m.ins_h=(m.ins_h<<m.hash_shift^m.window[m.strstart+H-1])&m.hash_mask,ge=m.prev[m.strstart&m.w_mask]=m.head[m.ins_h],m.head[m.ins_h]=m.strstart,--m.match_length!=0;);m.strstart++}else m.strstart+=m.match_length,m.match_length=0,m.ins_h=m.window[m.strstart],m.ins_h=(m.ins_h<<m.hash_shift^m.window[m.strstart+1])&m.hash_mask;else E=d._tr_tally(m,0,m.window[m.strstart]),m.lookahead--,m.strstart++;if(E&&(J(m,!1),m.strm.avail_out===0))return e}return m.insert=m.strstart<H-1?m.strstart:H-1,Le===k?(J(m,!0),m.strm.avail_out===0?le:he):m.last_lit&&(J(m,!1),m.strm.avail_out===0)?e:n}function hn(m,Le){for(var ge,E,S;;){if(m.lookahead<ke){if(Dn(m),m.lookahead<ke&&Le===x)return e;if(m.lookahead===0)break}if(ge=0,m.lookahead>=H&&(m.ins_h=(m.ins_h<<m.hash_shift^m.window[m.strstart+H-1])&m.hash_mask,ge=m.prev[m.strstart&m.w_mask]=m.head[m.ins_h],m.head[m.ins_h]=m.strstart),m.prev_length=m.match_length,m.prev_match=m.match_start,m.match_length=H-1,ge!==0&&m.prev_length<m.max_lazy_match&&m.strstart-ge<=m.w_size-ke&&(m.match_length=ye(m,ge),m.match_length<=5&&(m.strategy===1||m.match_length===H&&4096<m.strstart-m.match_start)&&(m.match_length=H-1)),m.prev_length>=H&&m.match_length<=m.prev_length){for(S=m.strstart+m.lookahead-H,E=d._tr_tally(m,m.strstart-1-m.prev_match,m.prev_length-H),m.lookahead-=m.prev_length-1,m.prev_length-=2;++m.strstart<=S&&(m.ins_h=(m.ins_h<<m.hash_shift^m.window[m.strstart+H-1])&m.hash_mask,ge=m.prev[m.strstart&m.w_mask]=m.head[m.ins_h],m.head[m.ins_h]=m.strstart),--m.prev_length!=0;);if(m.match_available=0,m.match_length=H-1,m.strstart++,E&&(J(m,!1),m.strm.avail_out===0))return e}else if(m.match_available){if((E=d._tr_tally(m,0,m.window[m.strstart-1]))&&J(m,!1),m.strstart++,m.lookahead--,m.strm.avail_out===0)return e}else m.match_available=1,m.strstart++,m.lookahead--}return m.match_available&&(E=d._tr_tally(m,0,m.window[m.strstart-1]),m.match_available=0),m.insert=m.strstart<H-1?m.strstart:H-1,Le===k?(J(m,!0),m.strm.avail_out===0?le:he):m.last_lit&&(J(m,!1),m.strm.avail_out===0)?e:n}function je(m,Le,ge,E,S){this.good_length=m,this.max_lazy=Le,this.nice_length=ge,this.max_chain=E,this.func=S}function Qn(){this.strm=null,this.status=0,this.pending_buf=null,this.pending_buf_size=0,this.pending_out=0,this.pending=0,this.wrap=0,this.gzhead=null,this.gzindex=0,this.method=o,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window_size=0,this.prev=null,this.head=null,this.ins_h=0,this.hash_size=0,this.hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_match=0,this.match_available=0,this.strstart=0,this.match_start=0,this.lookahead=0,this.prev_length=0,this.max_chain_length=0,this.max_lazy_match=0,this.level=0,this.strategy=0,this.good_match=0,this.nice_match=0,this.dyn_ltree=new f.Buf16(2*ne),this.dyn_dtree=new f.Buf16(2*(2*Z+1)),this.bl_tree=new f.Buf16(2*(2*se+1)),Y(this.dyn_ltree),Y(this.dyn_dtree),Y(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new f.Buf16(A+1),this.heap=new f.Buf16(2*O+1),Y(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new f.Buf16(2*O+1),Y(this.depth),this.l_buf=0,this.lit_bufsize=0,this.last_lit=0,this.d_buf=0,this.opt_len=0,this.static_len=0,this.matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}function Cn(m){var Le;return m&&m.state?(m.total_in=m.total_out=0,m.data_type=g,(Le=m.state).pending=0,Le.pending_out=0,Le.wrap<0&&(Le.wrap=-Le.wrap),Le.status=Le.wrap?F:oe,m.adler=Le.wrap===2?0:1,Le.last_flush=x,d._tr_init(Le),v):N(m,T)}function xa(m){var Le=Cn(m);return Le===v&&function(ge){ge.window_size=2*ge.w_size,Y(ge.head),ge.max_lazy_match=i[ge.level].max_lazy,ge.good_match=i[ge.level].good_length,ge.nice_match=i[ge.level].nice_length,ge.max_chain_length=i[ge.level].max_chain,ge.strstart=0,ge.block_start=0,ge.lookahead=0,ge.insert=0,ge.match_length=ge.prev_length=H-1,ge.match_available=0,ge.ins_h=0}(m.state),Le}function ta(m,Le,ge,E,S,q){if(!m)return T;var Be=1;if(Le===u&&(Le=6),E<0?(Be=0,E=-E):15<E&&(Be=2,E-=16),S<1||_<S||ge!==o||E<8||15<E||Le<0||9<Le||q<0||D<q)return N(m,T);E===8&&(E=9);var Me=new Qn;return(m.state=Me).strm=m,Me.wrap=Be,Me.gzhead=null,Me.w_bits=E,Me.w_size=1<<Me.w_bits,Me.w_mask=Me.w_size-1,Me.hash_bits=S+7,Me.hash_size=1<<Me.hash_bits,Me.hash_mask=Me.hash_size-1,Me.hash_shift=~~((Me.hash_bits+H-1)/H),Me.window=new f.Buf8(2*Me.w_size),Me.head=new f.Buf16(Me.hash_size),Me.prev=new f.Buf16(Me.w_size),Me.lit_bufsize=1<<S+6,Me.pending_buf_size=4*Me.lit_bufsize,Me.pending_buf=new f.Buf8(Me.pending_buf_size),Me.d_buf=1*Me.lit_bufsize,Me.l_buf=3*Me.lit_bufsize,Me.level=Le,Me.strategy=q,Me.method=ge,xa(m)}i=[new je(0,0,0,0,function(m,Le){var ge=65535;for(ge>m.pending_buf_size-5&&(ge=m.pending_buf_size-5);;){if(m.lookahead<=1){if(Dn(m),m.lookahead===0&&Le===x)return e;if(m.lookahead===0)break}m.strstart+=m.lookahead,m.lookahead=0;var E=m.block_start+ge;if((m.strstart===0||m.strstart>=E)&&(m.lookahead=m.strstart-E,m.strstart=E,J(m,!1),m.strm.avail_out===0)||m.strstart-m.block_start>=m.w_size-ke&&(J(m,!1),m.strm.avail_out===0))return e}return m.insert=0,Le===k?(J(m,!0),m.strm.avail_out===0?le:he):(m.strstart>m.block_start&&(J(m,!1),m.strm.avail_out),e)}),new je(4,4,8,4,b),new je(4,5,16,8,b),new je(4,6,32,32,b),new je(4,4,16,16,hn),new je(8,16,32,32,hn),new je(8,16,128,128,hn),new je(8,32,128,256,hn),new je(32,128,258,1024,hn),new je(32,258,258,4096,hn)],s.deflateInit=function(m,Le){return ta(m,Le,o,15,8,0)},s.deflateInit2=ta,s.deflateReset=xa,s.deflateResetKeep=Cn,s.deflateSetHeader=function(m,Le){return m&&m.state?m.state.wrap!==2?T:(m.state.gzhead=Le,v):T},s.deflate=function(m,Le){var ge,E,S,q;if(!m||!m.state||5<Le||Le<0)return m?N(m,T):T;if(E=m.state,!m.output||!m.input&&m.avail_in!==0||E.status===666&&Le!==k)return N(m,m.avail_out===0?-5:T);if(E.strm=m,ge=E.last_flush,E.last_flush=Le,E.status===F)if(E.wrap===2)m.adler=0,He(E,31),He(E,139),He(E,8),E.gzhead?(He(E,(E.gzhead.text?1:0)+(E.gzhead.hcrc?2:0)+(E.gzhead.extra?4:0)+(E.gzhead.name?8:0)+(E.gzhead.comment?16:0)),He(E,255&E.gzhead.time),He(E,E.gzhead.time>>8&255),He(E,E.gzhead.time>>16&255),He(E,E.gzhead.time>>24&255),He(E,E.level===9?2:2<=E.strategy||E.level<2?4:0),He(E,255&E.gzhead.os),E.gzhead.extra&&E.gzhead.extra.length&&(He(E,255&E.gzhead.extra.length),He(E,E.gzhead.extra.length>>8&255)),E.gzhead.hcrc&&(m.adler=p(m.adler,E.pending_buf,E.pending,0)),E.gzindex=0,E.status=69):(He(E,0),He(E,0),He(E,0),He(E,0),He(E,0),He(E,E.level===9?2:2<=E.strategy||E.level<2?4:0),He(E,3),E.status=oe);else{var Be=o+(E.w_bits-8<<4)<<8;Be|=(2<=E.strategy||E.level<2?0:E.level<6?1:E.level===6?2:3)<<6,E.strstart!==0&&(Be|=32),Be+=31-Be%31,E.status=oe,Pe(E,Be),E.strstart!==0&&(Pe(E,m.adler>>>16),Pe(E,65535&m.adler)),m.adler=1}if(E.status===69)if(E.gzhead.extra){for(S=E.pending;E.gzindex<(65535&E.gzhead.extra.length)&&(E.pending!==E.pending_buf_size||(E.gzhead.hcrc&&E.pending>S&&(m.adler=p(m.adler,E.pending_buf,E.pending-S,S)),V(m),S=E.pending,E.pending!==E.pending_buf_size));)He(E,255&E.gzhead.extra[E.gzindex]),E.gzindex++;E.gzhead.hcrc&&E.pending>S&&(m.adler=p(m.adler,E.pending_buf,E.pending-S,S)),E.gzindex===E.gzhead.extra.length&&(E.gzindex=0,E.status=73)}else E.status=73;if(E.status===73)if(E.gzhead.name){S=E.pending;do{if(E.pending===E.pending_buf_size&&(E.gzhead.hcrc&&E.pending>S&&(m.adler=p(m.adler,E.pending_buf,E.pending-S,S)),V(m),S=E.pending,E.pending===E.pending_buf_size)){q=1;break}q=E.gzindex<E.gzhead.name.length?255&E.gzhead.name.charCodeAt(E.gzindex++):0,He(E,q)}while(q!==0);E.gzhead.hcrc&&E.pending>S&&(m.adler=p(m.adler,E.pending_buf,E.pending-S,S)),q===0&&(E.gzindex=0,E.status=91)}else E.status=91;if(E.status===91)if(E.gzhead.comment){S=E.pending;do{if(E.pending===E.pending_buf_size&&(E.gzhead.hcrc&&E.pending>S&&(m.adler=p(m.adler,E.pending_buf,E.pending-S,S)),V(m),S=E.pending,E.pending===E.pending_buf_size)){q=1;break}q=E.gzindex<E.gzhead.comment.length?255&E.gzhead.comment.charCodeAt(E.gzindex++):0,He(E,q)}while(q!==0);E.gzhead.hcrc&&E.pending>S&&(m.adler=p(m.adler,E.pending_buf,E.pending-S,S)),q===0&&(E.status=103)}else E.status=103;if(E.status===103&&(E.gzhead.hcrc?(E.pending+2>E.pending_buf_size&&V(m),E.pending+2<=E.pending_buf_size&&(He(E,255&m.adler),He(E,m.adler>>8&255),m.adler=0,E.status=oe)):E.status=oe),E.pending!==0){if(V(m),m.avail_out===0)return E.last_flush=-1,v}else if(m.avail_in===0&&R(Le)<=R(ge)&&Le!==k)return N(m,-5);if(E.status===666&&m.avail_in!==0)return N(m,-5);if(m.avail_in!==0||E.lookahead!==0||Le!==x&&E.status!==666){var Me=E.strategy===2?function(re,Se){for(var Qe;;){if(re.lookahead===0&&(Dn(re),re.lookahead===0)){if(Se===x)return e;break}if(re.match_length=0,Qe=d._tr_tally(re,0,re.window[re.strstart]),re.lookahead--,re.strstart++,Qe&&(J(re,!1),re.strm.avail_out===0))return e}return re.insert=0,Se===k?(J(re,!0),re.strm.avail_out===0?le:he):re.last_lit&&(J(re,!1),re.strm.avail_out===0)?e:n}(E,Le):E.strategy===3?function(re,Se){for(var Qe,Ee,on,Xn,Pn=re.window;;){if(re.lookahead<=fe){if(Dn(re),re.lookahead<=fe&&Se===x)return e;if(re.lookahead===0)break}if(re.match_length=0,re.lookahead>=H&&0<re.strstart&&(Ee=Pn[on=re.strstart-1])===Pn[++on]&&Ee===Pn[++on]&&Ee===Pn[++on]){Xn=re.strstart+fe;do;while(Ee===Pn[++on]&&Ee===Pn[++on]&&Ee===Pn[++on]&&Ee===Pn[++on]&&Ee===Pn[++on]&&Ee===Pn[++on]&&Ee===Pn[++on]&&Ee===Pn[++on]&&on<Xn);re.match_length=fe-(Xn-on),re.match_length>re.lookahead&&(re.match_length=re.lookahead)}if(re.match_length>=H?(Qe=d._tr_tally(re,1,re.match_length-H),re.lookahead-=re.match_length,re.strstart+=re.match_length,re.match_length=0):(Qe=d._tr_tally(re,0,re.window[re.strstart]),re.lookahead--,re.strstart++),Qe&&(J(re,!1),re.strm.avail_out===0))return e}return re.insert=0,Se===k?(J(re,!0),re.strm.avail_out===0?le:he):re.last_lit&&(J(re,!1),re.strm.avail_out===0)?e:n}(E,Le):i[E.level].func(E,Le);if(Me!==le&&Me!==he||(E.status=666),Me===e||Me===le)return m.avail_out===0&&(E.last_flush=-1),v;if(Me===n&&(Le===1?d._tr_align(E):Le!==5&&(d._tr_stored_block(E,0,0,!1),Le===3&&(Y(E.head),E.lookahead===0&&(E.strstart=0,E.block_start=0,E.insert=0))),V(m),m.avail_out===0))return E.last_flush=-1,v}return Le!==k?v:E.wrap<=0?1:(E.wrap===2?(He(E,255&m.adler),He(E,m.adler>>8&255),He(E,m.adler>>16&255),He(E,m.adler>>24&255),He(E,255&m.total_in),He(E,m.total_in>>8&255),He(E,m.total_in>>16&255),He(E,m.total_in>>24&255)):(Pe(E,m.adler>>>16),Pe(E,65535&m.adler)),V(m),0<E.wrap&&(E.wrap=-E.wrap),E.pending!==0?v:1)},s.deflateEnd=function(m){var Le;return m&&m.state?(Le=m.state.status)!==F&&Le!==69&&Le!==73&&Le!==91&&Le!==103&&Le!==oe&&Le!==666?N(m,T):(m.state=null,Le===oe?N(m,-3):v):T},s.deflateSetDictionary=function(m,Le){var ge,E,S,q,Be,Me,re,Se,Qe=Le.length;if(!m||!m.state||(q=(ge=m.state).wrap)===2||q===1&&ge.status!==F||ge.lookahead)return T;for(q===1&&(m.adler=h(m.adler,Le,Qe,0)),ge.wrap=0,Qe>=ge.w_size&&(q===0&&(Y(ge.head),ge.strstart=0,ge.block_start=0,ge.insert=0),Se=new f.Buf8(ge.w_size),f.arraySet(Se,Le,Qe-ge.w_size,ge.w_size,0),Le=Se,Qe=ge.w_size),Be=m.avail_in,Me=m.next_in,re=m.input,m.avail_in=Qe,m.next_in=0,m.input=Le,Dn(ge);ge.lookahead>=H;){for(E=ge.strstart,S=ge.lookahead-(H-1);ge.ins_h=(ge.ins_h<<ge.hash_shift^ge.window[E+H-1])&ge.hash_mask,ge.prev[E&ge.w_mask]=ge.head[ge.ins_h],ge.head[ge.ins_h]=E,E++,--S;);ge.strstart=E,ge.lookahead=H-1,Dn(ge)}return ge.strstart+=ge.lookahead,ge.block_start=ge.strstart,ge.insert=ge.lookahead,ge.lookahead=0,ge.match_length=ge.prev_length=H-1,ge.match_available=0,m.next_in=Me,m.input=re,m.avail_in=Be,ge.wrap=q,v},s.deflateInfo="pako deflate (from Nodeca project)"},{"../utils/common":41,"./adler32":43,"./crc32":45,"./messages":51,"./trees":52}],47:[function(t,l,s){l.exports=function(){this.text=0,this.time=0,this.xflags=0,this.os=0,this.extra=null,this.extra_len=0,this.name="",this.comment="",this.hcrc=0,this.done=!1}},{}],48:[function(t,l,s){l.exports=function(i,f){var d,h,p,L,x,k,v,T,u,D,g,o,_,O,Z,se,ne,A,H,fe,ke,F,oe,e,n;d=i.state,h=i.next_in,e=i.input,p=h+(i.avail_in-5),L=i.next_out,n=i.output,x=L-(f-i.avail_out),k=L+(i.avail_out-257),v=d.dmax,T=d.wsize,u=d.whave,D=d.wnext,g=d.window,o=d.hold,_=d.bits,O=d.lencode,Z=d.distcode,se=(1<<d.lenbits)-1,ne=(1<<d.distbits)-1;e:do{_<15&&(o+=e[h++]<<_,_+=8,o+=e[h++]<<_,_+=8),A=O[o&se];n:for(;;){if(o>>>=H=A>>>24,_-=H,(H=A>>>16&255)===0)n[L++]=65535&A;else{if(!(16&H)){if(!(64&H)){A=O[(65535&A)+(o&(1<<H)-1)];continue n}if(32&H){d.mode=12;break e}i.msg="invalid literal/length code",d.mode=30;break e}fe=65535&A,(H&=15)&&(_<H&&(o+=e[h++]<<_,_+=8),fe+=o&(1<<H)-1,o>>>=H,_-=H),_<15&&(o+=e[h++]<<_,_+=8,o+=e[h++]<<_,_+=8),A=Z[o&ne];a:for(;;){if(o>>>=H=A>>>24,_-=H,!(16&(H=A>>>16&255))){if(!(64&H)){A=Z[(65535&A)+(o&(1<<H)-1)];continue a}i.msg="invalid distance code",d.mode=30;break e}if(ke=65535&A,_<(H&=15)&&(o+=e[h++]<<_,(_+=8)<H&&(o+=e[h++]<<_,_+=8)),v<(ke+=o&(1<<H)-1)){i.msg="invalid distance too far back",d.mode=30;break e}if(o>>>=H,_-=H,(H=L-x)<ke){if(u<(H=ke-H)&&d.sane){i.msg="invalid distance too far back",d.mode=30;break e}if(oe=g,(F=0)===D){if(F+=T-H,H<fe){for(fe-=H;n[L++]=g[F++],--H;);F=L-ke,oe=n}}else if(D<H){if(F+=T+D-H,(H-=D)<fe){for(fe-=H;n[L++]=g[F++],--H;);if(F=0,D<fe){for(fe-=H=D;n[L++]=g[F++],--H;);F=L-ke,oe=n}}}else if(F+=D-H,H<fe){for(fe-=H;n[L++]=g[F++],--H;);F=L-ke,oe=n}for(;2<fe;)n[L++]=oe[F++],n[L++]=oe[F++],n[L++]=oe[F++],fe-=3;fe&&(n[L++]=oe[F++],1<fe&&(n[L++]=oe[F++]))}else{for(F=L-ke;n[L++]=n[F++],n[L++]=n[F++],n[L++]=n[F++],2<(fe-=3););fe&&(n[L++]=n[F++],1<fe&&(n[L++]=n[F++]))}break}}break}}while(h<p&&L<k);h-=fe=_>>3,o&=(1<<(_-=fe<<3))-1,i.next_in=h,i.next_out=L,i.avail_in=h<p?p-h+5:5-(h-p),i.avail_out=L<k?k-L+257:257-(L-k),d.hold=o,d.bits=_}},{}],49:[function(t,l,s){var i=t("../utils/common"),f=t("./adler32"),d=t("./crc32"),h=t("./inffast"),p=t("./inftrees"),L=1,x=2,k=0,v=-2,T=1,u=852,D=592;function g(F){return(F>>>24&255)+(F>>>8&65280)+((65280&F)<<8)+((255&F)<<24)}function o(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new i.Buf16(320),this.work=new i.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function _(F){var oe;return F&&F.state?(oe=F.state,F.total_in=F.total_out=oe.total=0,F.msg="",oe.wrap&&(F.adler=1&oe.wrap),oe.mode=T,oe.last=0,oe.havedict=0,oe.dmax=32768,oe.head=null,oe.hold=0,oe.bits=0,oe.lencode=oe.lendyn=new i.Buf32(u),oe.distcode=oe.distdyn=new i.Buf32(D),oe.sane=1,oe.back=-1,k):v}function O(F){var oe;return F&&F.state?((oe=F.state).wsize=0,oe.whave=0,oe.wnext=0,_(F)):v}function Z(F,oe){var e,n;return F&&F.state?(n=F.state,oe<0?(e=0,oe=-oe):(e=1+(oe>>4),oe<48&&(oe&=15)),oe&&(oe<8||15<oe)?v:(n.window!==null&&n.wbits!==oe&&(n.window=null),n.wrap=e,n.wbits=oe,O(F))):v}function se(F,oe){var e,n;return F?(n=new o,(F.state=n).window=null,(e=Z(F,oe))!==k&&(F.state=null),e):v}var ne,A,H=!0;function fe(F){if(H){var oe;for(ne=new i.Buf32(512),A=new i.Buf32(32),oe=0;oe<144;)F.lens[oe++]=8;for(;oe<256;)F.lens[oe++]=9;for(;oe<280;)F.lens[oe++]=7;for(;oe<288;)F.lens[oe++]=8;for(p(L,F.lens,0,288,ne,0,F.work,{bits:9}),oe=0;oe<32;)F.lens[oe++]=5;p(x,F.lens,0,32,A,0,F.work,{bits:5}),H=!1}F.lencode=ne,F.lenbits=9,F.distcode=A,F.distbits=5}function ke(F,oe,e,n){var le,he=F.state;return he.window===null&&(he.wsize=1<<he.wbits,he.wnext=0,he.whave=0,he.window=new i.Buf8(he.wsize)),n>=he.wsize?(i.arraySet(he.window,oe,e-he.wsize,he.wsize,0),he.wnext=0,he.whave=he.wsize):(n<(le=he.wsize-he.wnext)&&(le=n),i.arraySet(he.window,oe,e-n,le,he.wnext),(n-=le)?(i.arraySet(he.window,oe,e-n,n,0),he.wnext=n,he.whave=he.wsize):(he.wnext+=le,he.wnext===he.wsize&&(he.wnext=0),he.whave<he.wsize&&(he.whave+=le))),0}s.inflateReset=O,s.inflateReset2=Z,s.inflateResetKeep=_,s.inflateInit=function(F){return se(F,15)},s.inflateInit2=se,s.inflate=function(F,oe){var e,n,le,he,N,R,Y,V,J,He,Pe,ye,Dn,b,hn,je,Qn,Cn,xa,ta,m,Le,ge,E,S=0,q=new i.Buf8(4),Be=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];if(!F||!F.state||!F.output||!F.input&&F.avail_in!==0)return v;(e=F.state).mode===12&&(e.mode=13),N=F.next_out,le=F.output,Y=F.avail_out,he=F.next_in,n=F.input,R=F.avail_in,V=e.hold,J=e.bits,He=R,Pe=Y,Le=k;e:for(;;)switch(e.mode){case T:if(e.wrap===0){e.mode=13;break}for(;J<16;){if(R===0)break e;R--,V+=n[he++]<<J,J+=8}if(2&e.wrap&&V===35615){q[e.check=0]=255&V,q[1]=V>>>8&255,e.check=d(e.check,q,2,0),J=V=0,e.mode=2;break}if(e.flags=0,e.head&&(e.head.done=!1),!(1&e.wrap)||(((255&V)<<8)+(V>>8))%31){F.msg="incorrect header check",e.mode=30;break}if((15&V)!=8){F.msg="unknown compression method",e.mode=30;break}if(J-=4,m=8+(15&(V>>>=4)),e.wbits===0)e.wbits=m;else if(m>e.wbits){F.msg="invalid window size",e.mode=30;break}e.dmax=1<<m,F.adler=e.check=1,e.mode=512&V?10:12,J=V=0;break;case 2:for(;J<16;){if(R===0)break e;R--,V+=n[he++]<<J,J+=8}if(e.flags=V,(255&e.flags)!=8){F.msg="unknown compression method",e.mode=30;break}if(57344&e.flags){F.msg="unknown header flags set",e.mode=30;break}e.head&&(e.head.text=V>>8&1),512&e.flags&&(q[0]=255&V,q[1]=V>>>8&255,e.check=d(e.check,q,2,0)),J=V=0,e.mode=3;case 3:for(;J<32;){if(R===0)break e;R--,V+=n[he++]<<J,J+=8}e.head&&(e.head.time=V),512&e.flags&&(q[0]=255&V,q[1]=V>>>8&255,q[2]=V>>>16&255,q[3]=V>>>24&255,e.check=d(e.check,q,4,0)),J=V=0,e.mode=4;case 4:for(;J<16;){if(R===0)break e;R--,V+=n[he++]<<J,J+=8}e.head&&(e.head.xflags=255&V,e.head.os=V>>8),512&e.flags&&(q[0]=255&V,q[1]=V>>>8&255,e.check=d(e.check,q,2,0)),J=V=0,e.mode=5;case 5:if(1024&e.flags){for(;J<16;){if(R===0)break e;R--,V+=n[he++]<<J,J+=8}e.length=V,e.head&&(e.head.extra_len=V),512&e.flags&&(q[0]=255&V,q[1]=V>>>8&255,e.check=d(e.check,q,2,0)),J=V=0}else e.head&&(e.head.extra=null);e.mode=6;case 6:if(1024&e.flags&&(R<(ye=e.length)&&(ye=R),ye&&(e.head&&(m=e.head.extra_len-e.length,e.head.extra||(e.head.extra=new Array(e.head.extra_len)),i.arraySet(e.head.extra,n,he,ye,m)),512&e.flags&&(e.check=d(e.check,n,ye,he)),R-=ye,he+=ye,e.length-=ye),e.length))break e;e.length=0,e.mode=7;case 7:if(2048&e.flags){if(R===0)break e;for(ye=0;m=n[he+ye++],e.head&&m&&e.length<65536&&(e.head.name+=String.fromCharCode(m)),m&&ye<R;);if(512&e.flags&&(e.check=d(e.check,n,ye,he)),R-=ye,he+=ye,m)break e}else e.head&&(e.head.name=null);e.length=0,e.mode=8;case 8:if(4096&e.flags){if(R===0)break e;for(ye=0;m=n[he+ye++],e.head&&m&&e.length<65536&&(e.head.comment+=String.fromCharCode(m)),m&&ye<R;);if(512&e.flags&&(e.check=d(e.check,n,ye,he)),R-=ye,he+=ye,m)break e}else e.head&&(e.head.comment=null);e.mode=9;case 9:if(512&e.flags){for(;J<16;){if(R===0)break e;R--,V+=n[he++]<<J,J+=8}if(V!==(65535&e.check)){F.msg="header crc mismatch",e.mode=30;break}J=V=0}e.head&&(e.head.hcrc=e.flags>>9&1,e.head.done=!0),F.adler=e.check=0,e.mode=12;break;case 10:for(;J<32;){if(R===0)break e;R--,V+=n[he++]<<J,J+=8}F.adler=e.check=g(V),J=V=0,e.mode=11;case 11:if(e.havedict===0)return F.next_out=N,F.avail_out=Y,F.next_in=he,F.avail_in=R,e.hold=V,e.bits=J,2;F.adler=e.check=1,e.mode=12;case 12:if(oe===5||oe===6)break e;case 13:if(e.last){V>>>=7&J,J-=7&J,e.mode=27;break}for(;J<3;){if(R===0)break e;R--,V+=n[he++]<<J,J+=8}switch(e.last=1&V,J-=1,3&(V>>>=1)){case 0:e.mode=14;break;case 1:if(fe(e),e.mode=20,oe!==6)break;V>>>=2,J-=2;break e;case 2:e.mode=17;break;case 3:F.msg="invalid block type",e.mode=30}V>>>=2,J-=2;break;case 14:for(V>>>=7&J,J-=7&J;J<32;){if(R===0)break e;R--,V+=n[he++]<<J,J+=8}if((65535&V)!=(V>>>16^65535)){F.msg="invalid stored block lengths",e.mode=30;break}if(e.length=65535&V,J=V=0,e.mode=15,oe===6)break e;case 15:e.mode=16;case 16:if(ye=e.length){if(R<ye&&(ye=R),Y<ye&&(ye=Y),ye===0)break e;i.arraySet(le,n,he,ye,N),R-=ye,he+=ye,Y-=ye,N+=ye,e.length-=ye;break}e.mode=12;break;case 17:for(;J<14;){if(R===0)break e;R--,V+=n[he++]<<J,J+=8}if(e.nlen=257+(31&V),V>>>=5,J-=5,e.ndist=1+(31&V),V>>>=5,J-=5,e.ncode=4+(15&V),V>>>=4,J-=4,286<e.nlen||30<e.ndist){F.msg="too many length or distance symbols",e.mode=30;break}e.have=0,e.mode=18;case 18:for(;e.have<e.ncode;){for(;J<3;){if(R===0)break e;R--,V+=n[he++]<<J,J+=8}e.lens[Be[e.have++]]=7&V,V>>>=3,J-=3}for(;e.have<19;)e.lens[Be[e.have++]]=0;if(e.lencode=e.lendyn,e.lenbits=7,ge={bits:e.lenbits},Le=p(0,e.lens,0,19,e.lencode,0,e.work,ge),e.lenbits=ge.bits,Le){F.msg="invalid code lengths set",e.mode=30;break}e.have=0,e.mode=19;case 19:for(;e.have<e.nlen+e.ndist;){for(;je=(S=e.lencode[V&(1<<e.lenbits)-1])>>>16&255,Qn=65535&S,!((hn=S>>>24)<=J);){if(R===0)break e;R--,V+=n[he++]<<J,J+=8}if(Qn<16)V>>>=hn,J-=hn,e.lens[e.have++]=Qn;else{if(Qn===16){for(E=hn+2;J<E;){if(R===0)break e;R--,V+=n[he++]<<J,J+=8}if(V>>>=hn,J-=hn,e.have===0){F.msg="invalid bit length repeat",e.mode=30;break}m=e.lens[e.have-1],ye=3+(3&V),V>>>=2,J-=2}else if(Qn===17){for(E=hn+3;J<E;){if(R===0)break e;R--,V+=n[he++]<<J,J+=8}J-=hn,m=0,ye=3+(7&(V>>>=hn)),V>>>=3,J-=3}else{for(E=hn+7;J<E;){if(R===0)break e;R--,V+=n[he++]<<J,J+=8}J-=hn,m=0,ye=11+(127&(V>>>=hn)),V>>>=7,J-=7}if(e.have+ye>e.nlen+e.ndist){F.msg="invalid bit length repeat",e.mode=30;break}for(;ye--;)e.lens[e.have++]=m}}if(e.mode===30)break;if(e.lens[256]===0){F.msg="invalid code -- missing end-of-block",e.mode=30;break}if(e.lenbits=9,ge={bits:e.lenbits},Le=p(L,e.lens,0,e.nlen,e.lencode,0,e.work,ge),e.lenbits=ge.bits,Le){F.msg="invalid literal/lengths set",e.mode=30;break}if(e.distbits=6,e.distcode=e.distdyn,ge={bits:e.distbits},Le=p(x,e.lens,e.nlen,e.ndist,e.distcode,0,e.work,ge),e.distbits=ge.bits,Le){F.msg="invalid distances set",e.mode=30;break}if(e.mode=20,oe===6)break e;case 20:e.mode=21;case 21:if(6<=R&&258<=Y){F.next_out=N,F.avail_out=Y,F.next_in=he,F.avail_in=R,e.hold=V,e.bits=J,h(F,Pe),N=F.next_out,le=F.output,Y=F.avail_out,he=F.next_in,n=F.input,R=F.avail_in,V=e.hold,J=e.bits,e.mode===12&&(e.back=-1);break}for(e.back=0;je=(S=e.lencode[V&(1<<e.lenbits)-1])>>>16&255,Qn=65535&S,!((hn=S>>>24)<=J);){if(R===0)break e;R--,V+=n[he++]<<J,J+=8}if(je&&!(240&je)){for(Cn=hn,xa=je,ta=Qn;je=(S=e.lencode[ta+((V&(1<<Cn+xa)-1)>>Cn)])>>>16&255,Qn=65535&S,!(Cn+(hn=S>>>24)<=J);){if(R===0)break e;R--,V+=n[he++]<<J,J+=8}V>>>=Cn,J-=Cn,e.back+=Cn}if(V>>>=hn,J-=hn,e.back+=hn,e.length=Qn,je===0){e.mode=26;break}if(32&je){e.back=-1,e.mode=12;break}if(64&je){F.msg="invalid literal/length code",e.mode=30;break}e.extra=15&je,e.mode=22;case 22:if(e.extra){for(E=e.extra;J<E;){if(R===0)break e;R--,V+=n[he++]<<J,J+=8}e.length+=V&(1<<e.extra)-1,V>>>=e.extra,J-=e.extra,e.back+=e.extra}e.was=e.length,e.mode=23;case 23:for(;je=(S=e.distcode[V&(1<<e.distbits)-1])>>>16&255,Qn=65535&S,!((hn=S>>>24)<=J);){if(R===0)break e;R--,V+=n[he++]<<J,J+=8}if(!(240&je)){for(Cn=hn,xa=je,ta=Qn;je=(S=e.distcode[ta+((V&(1<<Cn+xa)-1)>>Cn)])>>>16&255,Qn=65535&S,!(Cn+(hn=S>>>24)<=J);){if(R===0)break e;R--,V+=n[he++]<<J,J+=8}V>>>=Cn,J-=Cn,e.back+=Cn}if(V>>>=hn,J-=hn,e.back+=hn,64&je){F.msg="invalid distance code",e.mode=30;break}e.offset=Qn,e.extra=15&je,e.mode=24;case 24:if(e.extra){for(E=e.extra;J<E;){if(R===0)break e;R--,V+=n[he++]<<J,J+=8}e.offset+=V&(1<<e.extra)-1,V>>>=e.extra,J-=e.extra,e.back+=e.extra}if(e.offset>e.dmax){F.msg="invalid distance too far back",e.mode=30;break}e.mode=25;case 25:if(Y===0)break e;if(ye=Pe-Y,e.offset>ye){if((ye=e.offset-ye)>e.whave&&e.sane){F.msg="invalid distance too far back",e.mode=30;break}Dn=ye>e.wnext?(ye-=e.wnext,e.wsize-ye):e.wnext-ye,ye>e.length&&(ye=e.length),b=e.window}else b=le,Dn=N-e.offset,ye=e.length;for(Y<ye&&(ye=Y),Y-=ye,e.length-=ye;le[N++]=b[Dn++],--ye;);e.length===0&&(e.mode=21);break;case 26:if(Y===0)break e;le[N++]=e.length,Y--,e.mode=21;break;case 27:if(e.wrap){for(;J<32;){if(R===0)break e;R--,V|=n[he++]<<J,J+=8}if(Pe-=Y,F.total_out+=Pe,e.total+=Pe,Pe&&(F.adler=e.check=e.flags?d(e.check,le,Pe,N-Pe):f(e.check,le,Pe,N-Pe)),Pe=Y,(e.flags?V:g(V))!==e.check){F.msg="incorrect data check",e.mode=30;break}J=V=0}e.mode=28;case 28:if(e.wrap&&e.flags){for(;J<32;){if(R===0)break e;R--,V+=n[he++]<<J,J+=8}if(V!==(4294967295&e.total)){F.msg="incorrect length check",e.mode=30;break}J=V=0}e.mode=29;case 29:Le=1;break e;case 30:Le=-3;break e;case 31:return-4;case 32:default:return v}return F.next_out=N,F.avail_out=Y,F.next_in=he,F.avail_in=R,e.hold=V,e.bits=J,(e.wsize||Pe!==F.avail_out&&e.mode<30&&(e.mode<27||oe!==4))&&ke(F,F.output,F.next_out,Pe-F.avail_out)?(e.mode=31,-4):(He-=F.avail_in,Pe-=F.avail_out,F.total_in+=He,F.total_out+=Pe,e.total+=Pe,e.wrap&&Pe&&(F.adler=e.check=e.flags?d(e.check,le,Pe,F.next_out-Pe):f(e.check,le,Pe,F.next_out-Pe)),F.data_type=e.bits+(e.last?64:0)+(e.mode===12?128:0)+(e.mode===20||e.mode===15?256:0),(He==0&&Pe===0||oe===4)&&Le===k&&(Le=-5),Le)},s.inflateEnd=function(F){if(!F||!F.state)return v;var oe=F.state;return oe.window&&(oe.window=null),F.state=null,k},s.inflateGetHeader=function(F,oe){var e;return F&&F.state&&2&(e=F.state).wrap?((e.head=oe).done=!1,k):v},s.inflateSetDictionary=function(F,oe){var e,n=oe.length;return F&&F.state?(e=F.state).wrap!==0&&e.mode!==11?v:e.mode===11&&f(1,oe,n,0)!==e.check?-3:ke(F,oe,n,n)?(e.mode=31,-4):(e.havedict=1,k):v},s.inflateInfo="pako inflate (from Nodeca project)"},{"../utils/common":41,"./adler32":43,"./crc32":45,"./inffast":48,"./inftrees":50}],50:[function(t,l,s){var i=t("../utils/common"),f=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],d=[16,16,16,16,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,72,78],h=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0],p=[16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64];l.exports=function(L,x,k,v,T,u,D,g){var o,_,O,Z,se,ne,A,H,fe,ke=g.bits,F=0,oe=0,e=0,n=0,le=0,he=0,N=0,R=0,Y=0,V=0,J=null,He=0,Pe=new i.Buf16(16),ye=new i.Buf16(16),Dn=null,b=0;for(F=0;F<=15;F++)Pe[F]=0;for(oe=0;oe<v;oe++)Pe[x[k+oe]]++;for(le=ke,n=15;1<=n&&Pe[n]===0;n--);if(n<le&&(le=n),n===0)return T[u++]=20971520,T[u++]=20971520,g.bits=1,0;for(e=1;e<n&&Pe[e]===0;e++);for(le<e&&(le=e),F=R=1;F<=15;F++)if(R<<=1,(R-=Pe[F])<0)return-1;if(0<R&&(L===0||n!==1))return-1;for(ye[1]=0,F=1;F<15;F++)ye[F+1]=ye[F]+Pe[F];for(oe=0;oe<v;oe++)x[k+oe]!==0&&(D[ye[x[k+oe]]++]=oe);if(ne=L===0?(J=Dn=D,19):L===1?(J=f,He-=257,Dn=d,b-=257,256):(J=h,Dn=p,-1),F=e,se=u,N=oe=V=0,O=-1,Z=(Y=1<<(he=le))-1,L===1&&852<Y||L===2&&592<Y)return 1;for(;;){for(A=F-N,fe=D[oe]<ne?(H=0,D[oe]):D[oe]>ne?(H=Dn[b+D[oe]],J[He+D[oe]]):(H=96,0),o=1<<F-N,e=_=1<<he;T[se+(V>>N)+(_-=o)]=A<<24|H<<16|fe|0,_!==0;);for(o=1<<F-1;V&o;)o>>=1;if(o!==0?(V&=o-1,V+=o):V=0,oe++,--Pe[F]==0){if(F===n)break;F=x[k+D[oe]]}if(le<F&&(V&Z)!==O){for(N===0&&(N=le),se+=e,R=1<<(he=F-N);he+N<n&&!((R-=Pe[he+N])<=0);)he++,R<<=1;if(Y+=1<<he,L===1&&852<Y||L===2&&592<Y)return 1;T[O=V&Z]=le<<24|he<<16|se-u|0}}return V!==0&&(T[se+V]=F-N<<24|64<<16|0),g.bits=le,0}},{"../utils/common":41}],51:[function(t,l,s){l.exports={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"}},{}],52:[function(t,l,s){var i=t("../utils/common"),f=0,d=1;function h(S){for(var q=S.length;0<=--q;)S[q]=0}var p=0,L=29,x=256,k=x+1+L,v=30,T=19,u=2*k+1,D=15,g=16,o=7,_=256,O=16,Z=17,se=18,ne=[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],A=[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],H=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],fe=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],ke=new Array(2*(k+2));h(ke);var F=new Array(2*v);h(F);var oe=new Array(512);h(oe);var e=new Array(256);h(e);var n=new Array(L);h(n);var le,he,N,R=new Array(v);function Y(S,q,Be,Me,re){this.static_tree=S,this.extra_bits=q,this.extra_base=Be,this.elems=Me,this.max_length=re,this.has_stree=S&&S.length}function V(S,q){this.dyn_tree=S,this.max_code=0,this.stat_desc=q}function J(S){return S<256?oe[S]:oe[256+(S>>>7)]}function He(S,q){S.pending_buf[S.pending++]=255&q,S.pending_buf[S.pending++]=q>>>8&255}function Pe(S,q,Be){S.bi_valid>g-Be?(S.bi_buf|=q<<S.bi_valid&65535,He(S,S.bi_buf),S.bi_buf=q>>g-S.bi_valid,S.bi_valid+=Be-g):(S.bi_buf|=q<<S.bi_valid&65535,S.bi_valid+=Be)}function ye(S,q,Be){Pe(S,Be[2*q],Be[2*q+1])}function Dn(S,q){for(var Be=0;Be|=1&S,S>>>=1,Be<<=1,0<--q;);return Be>>>1}function b(S,q,Be){var Me,re,Se=new Array(D+1),Qe=0;for(Me=1;Me<=D;Me++)Se[Me]=Qe=Qe+Be[Me-1]<<1;for(re=0;re<=q;re++){var Ee=S[2*re+1];Ee!==0&&(S[2*re]=Dn(Se[Ee]++,Ee))}}function hn(S){var q;for(q=0;q<k;q++)S.dyn_ltree[2*q]=0;for(q=0;q<v;q++)S.dyn_dtree[2*q]=0;for(q=0;q<T;q++)S.bl_tree[2*q]=0;S.dyn_ltree[2*_]=1,S.opt_len=S.static_len=0,S.last_lit=S.matches=0}function je(S){8<S.bi_valid?He(S,S.bi_buf):0<S.bi_valid&&(S.pending_buf[S.pending++]=S.bi_buf),S.bi_buf=0,S.bi_valid=0}function Qn(S,q,Be,Me){var re=2*q,Se=2*Be;return S[re]<S[Se]||S[re]===S[Se]&&Me[q]<=Me[Be]}function Cn(S,q,Be){for(var Me=S.heap[Be],re=Be<<1;re<=S.heap_len&&(re<S.heap_len&&Qn(q,S.heap[re+1],S.heap[re],S.depth)&&re++,!Qn(q,Me,S.heap[re],S.depth));)S.heap[Be]=S.heap[re],Be=re,re<<=1;S.heap[Be]=Me}function xa(S,q,Be){var Me,re,Se,Qe,Ee=0;if(S.last_lit!==0)for(;Me=S.pending_buf[S.d_buf+2*Ee]<<8|S.pending_buf[S.d_buf+2*Ee+1],re=S.pending_buf[S.l_buf+Ee],Ee++,Me===0?ye(S,re,q):(ye(S,(Se=e[re])+x+1,q),(Qe=ne[Se])!==0&&Pe(S,re-=n[Se],Qe),ye(S,Se=J(--Me),Be),(Qe=A[Se])!==0&&Pe(S,Me-=R[Se],Qe)),Ee<S.last_lit;);ye(S,_,q)}function ta(S,q){var Be,Me,re,Se=q.dyn_tree,Qe=q.stat_desc.static_tree,Ee=q.stat_desc.has_stree,on=q.stat_desc.elems,Xn=-1;for(S.heap_len=0,S.heap_max=u,Be=0;Be<on;Be++)Se[2*Be]!==0?(S.heap[++S.heap_len]=Xn=Be,S.depth[Be]=0):Se[2*Be+1]=0;for(;S.heap_len<2;)Se[2*(re=S.heap[++S.heap_len]=Xn<2?++Xn:0)]=1,S.depth[re]=0,S.opt_len--,Ee&&(S.static_len-=Qe[2*re+1]);for(q.max_code=Xn,Be=S.heap_len>>1;1<=Be;Be--)Cn(S,Se,Be);for(re=on;Be=S.heap[1],S.heap[1]=S.heap[S.heap_len--],Cn(S,Se,1),Me=S.heap[1],S.heap[--S.heap_max]=Be,S.heap[--S.heap_max]=Me,Se[2*re]=Se[2*Be]+Se[2*Me],S.depth[re]=(S.depth[Be]>=S.depth[Me]?S.depth[Be]:S.depth[Me])+1,Se[2*Be+1]=Se[2*Me+1]=re,S.heap[1]=re++,Cn(S,Se,1),2<=S.heap_len;);S.heap[--S.heap_max]=S.heap[1],function(Pn,Za){var bt,nt,ar,La,Nt,Ft,Ot=Za.dyn_tree,Ds=Za.max_code,Xs=Za.stat_desc.static_tree,ws=Za.stat_desc.has_stree,As=Za.stat_desc.extra_bits,Ma=Za.stat_desc.extra_base,pa=Za.stat_desc.max_length,sa=0;for(La=0;La<=D;La++)Pn.bl_count[La]=0;for(Ot[2*Pn.heap[Pn.heap_max]+1]=0,bt=Pn.heap_max+1;bt<u;bt++)pa<(La=Ot[2*Ot[2*(nt=Pn.heap[bt])+1]+1]+1)&&(La=pa,sa++),Ot[2*nt+1]=La,Ds<nt||(Pn.bl_count[La]++,Nt=0,Ma<=nt&&(Nt=As[nt-Ma]),Ft=Ot[2*nt],Pn.opt_len+=Ft*(La+Nt),ws&&(Pn.static_len+=Ft*(Xs[2*nt+1]+Nt)));if(sa!==0){do{for(La=pa-1;Pn.bl_count[La]===0;)La--;Pn.bl_count[La]--,Pn.bl_count[La+1]+=2,Pn.bl_count[pa]--,sa-=2}while(0<sa);for(La=pa;La!==0;La--)for(nt=Pn.bl_count[La];nt!==0;)Ds<(ar=Pn.heap[--bt])||(Ot[2*ar+1]!==La&&(Pn.opt_len+=(La-Ot[2*ar+1])*Ot[2*ar],Ot[2*ar+1]=La),nt--)}}(S,q),b(Se,Xn,S.bl_count)}function m(S,q,Be){var Me,re,Se=-1,Qe=q[1],Ee=0,on=7,Xn=4;for(Qe===0&&(on=138,Xn=3),q[2*(Be+1)+1]=65535,Me=0;Me<=Be;Me++)re=Qe,Qe=q[2*(Me+1)+1],++Ee<on&&re===Qe||(Ee<Xn?S.bl_tree[2*re]+=Ee:re!==0?(re!==Se&&S.bl_tree[2*re]++,S.bl_tree[2*O]++):Ee<=10?S.bl_tree[2*Z]++:S.bl_tree[2*se]++,Se=re,Xn=(Ee=0)===Qe?(on=138,3):re===Qe?(on=6,3):(on=7,4))}function Le(S,q,Be){var Me,re,Se=-1,Qe=q[1],Ee=0,on=7,Xn=4;for(Qe===0&&(on=138,Xn=3),Me=0;Me<=Be;Me++)if(re=Qe,Qe=q[2*(Me+1)+1],!(++Ee<on&&re===Qe)){if(Ee<Xn)for(;ye(S,re,S.bl_tree),--Ee!=0;);else re!==0?(re!==Se&&(ye(S,re,S.bl_tree),Ee--),ye(S,O,S.bl_tree),Pe(S,Ee-3,2)):Ee<=10?(ye(S,Z,S.bl_tree),Pe(S,Ee-3,3)):(ye(S,se,S.bl_tree),Pe(S,Ee-11,7));Se=re,Xn=(Ee=0)===Qe?(on=138,3):re===Qe?(on=6,3):(on=7,4)}}h(R);var ge=!1;function E(S,q,Be,Me){Pe(S,(p<<1)+(Me?1:0),3),function(re,Se,Qe,Ee){je(re),Ee&&(He(re,Qe),He(re,~Qe)),i.arraySet(re.pending_buf,re.window,Se,Qe,re.pending),re.pending+=Qe}(S,q,Be,!0)}s._tr_init=function(S){ge||(function(){var q,Be,Me,re,Se,Qe=new Array(D+1);for(re=Me=0;re<L-1;re++)for(n[re]=Me,q=0;q<1<<ne[re];q++)e[Me++]=re;for(e[Me-1]=re,re=Se=0;re<16;re++)for(R[re]=Se,q=0;q<1<<A[re];q++)oe[Se++]=re;for(Se>>=7;re<v;re++)for(R[re]=Se<<7,q=0;q<1<<A[re]-7;q++)oe[256+Se++]=re;for(Be=0;Be<=D;Be++)Qe[Be]=0;for(q=0;q<=143;)ke[2*q+1]=8,q++,Qe[8]++;for(;q<=255;)ke[2*q+1]=9,q++,Qe[9]++;for(;q<=279;)ke[2*q+1]=7,q++,Qe[7]++;for(;q<=287;)ke[2*q+1]=8,q++,Qe[8]++;for(b(ke,k+1,Qe),q=0;q<v;q++)F[2*q+1]=5,F[2*q]=Dn(q,5);le=new Y(ke,ne,x+1,k,D),he=new Y(F,A,0,v,D),N=new Y(new Array(0),H,0,T,o)}(),ge=!0),S.l_desc=new V(S.dyn_ltree,le),S.d_desc=new V(S.dyn_dtree,he),S.bl_desc=new V(S.bl_tree,N),S.bi_buf=0,S.bi_valid=0,hn(S)},s._tr_stored_block=E,s._tr_flush_block=function(S,q,Be,Me){var re,Se,Qe=0;0<S.level?(S.strm.data_type===2&&(S.strm.data_type=function(Ee){var on,Xn=4093624447;for(on=0;on<=31;on++,Xn>>>=1)if(1&Xn&&Ee.dyn_ltree[2*on]!==0)return f;if(Ee.dyn_ltree[18]!==0||Ee.dyn_ltree[20]!==0||Ee.dyn_ltree[26]!==0)return d;for(on=32;on<x;on++)if(Ee.dyn_ltree[2*on]!==0)return d;return f}(S)),ta(S,S.l_desc),ta(S,S.d_desc),Qe=function(Ee){var on;for(m(Ee,Ee.dyn_ltree,Ee.l_desc.max_code),m(Ee,Ee.dyn_dtree,Ee.d_desc.max_code),ta(Ee,Ee.bl_desc),on=T-1;3<=on&&Ee.bl_tree[2*fe[on]+1]===0;on--);return Ee.opt_len+=3*(on+1)+5+5+4,on}(S),re=S.opt_len+3+7>>>3,(Se=S.static_len+3+7>>>3)<=re&&(re=Se)):re=Se=Be+5,Be+4<=re&&q!==-1?E(S,q,Be,Me):S.strategy===4||Se===re?(Pe(S,2+(Me?1:0),3),xa(S,ke,F)):(Pe(S,4+(Me?1:0),3),function(Ee,on,Xn,Pn){var Za;for(Pe(Ee,on-257,5),Pe(Ee,Xn-1,5),Pe(Ee,Pn-4,4),Za=0;Za<Pn;Za++)Pe(Ee,Ee.bl_tree[2*fe[Za]+1],3);Le(Ee,Ee.dyn_ltree,on-1),Le(Ee,Ee.dyn_dtree,Xn-1)}(S,S.l_desc.max_code+1,S.d_desc.max_code+1,Qe+1),xa(S,S.dyn_ltree,S.dyn_dtree)),hn(S),Me&&je(S)},s._tr_tally=function(S,q,Be){return S.pending_buf[S.d_buf+2*S.last_lit]=q>>>8&255,S.pending_buf[S.d_buf+2*S.last_lit+1]=255&q,S.pending_buf[S.l_buf+S.last_lit]=255&Be,S.last_lit++,q===0?S.dyn_ltree[2*Be]++:(S.matches++,q--,S.dyn_ltree[2*(e[Be]+x+1)]++,S.dyn_dtree[2*J(q)]++),S.last_lit===S.lit_bufsize-1},s._tr_align=function(S){Pe(S,2,3),ye(S,_,ke),function(q){q.bi_valid===16?(He(q,q.bi_buf),q.bi_buf=0,q.bi_valid=0):8<=q.bi_valid&&(q.pending_buf[q.pending++]=255&q.bi_buf,q.bi_buf>>=8,q.bi_valid-=8)}(S)}},{"../utils/common":41}],53:[function(t,l,s){l.exports=function(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0}},{}],54:[function(t,l,s){(function(i){(function(f,d){if(!f.setImmediate){var h,p,L,x,k=1,v={},T=!1,u=f.document,D=Object.getPrototypeOf&&Object.getPrototypeOf(f);D=D&&D.setTimeout?D:f,h={}.toString.call(f.process)==="[object process]"?function(O){process.nextTick(function(){o(O)})}:function(){if(f.postMessage&&!f.importScripts){var O=!0,Z=f.onmessage;return f.onmessage=function(){O=!1},f.postMessage("","*"),f.onmessage=Z,O}}()?(x="setImmediate$"+Math.random()+"$",f.addEventListener?f.addEventListener("message",_,!1):f.attachEvent("onmessage",_),function(O){f.postMessage(x+O,"*")}):f.MessageChannel?((L=new MessageChannel).port1.onmessage=function(O){o(O.data)},function(O){L.port2.postMessage(O)}):u&&"onreadystatechange"in u.createElement("script")?(p=u.documentElement,function(O){var Z=u.createElement("script");Z.onreadystatechange=function(){o(O),Z.onreadystatechange=null,p.removeChild(Z),Z=null},p.appendChild(Z)}):function(O){setTimeout(o,0,O)},D.setImmediate=function(O){typeof O!="function"&&(O=new Function(""+O));for(var Z=new Array(arguments.length-1),se=0;se<Z.length;se++)Z[se]=arguments[se+1];var ne={callback:O,args:Z};return v[k]=ne,h(k),k++},D.clearImmediate=g}function g(O){delete v[O]}function o(O){if(T)setTimeout(o,0,O);else{var Z=v[O];if(Z){T=!0;try{(function(se){var ne=se.callback,A=se.args;switch(A.length){case 0:ne();break;case 1:ne(A[0]);break;case 2:ne(A[0],A[1]);break;case 3:ne(A[0],A[1],A[2]);break;default:ne.apply(d,A)}})(Z)}finally{g(O),T=!1}}}}function _(O){O.source===f&&typeof O.data=="string"&&O.data.indexOf(x)===0&&o(+O.data.slice(x.length))}})(typeof self>"u"?i===void 0?this:i:self)}).call(this,typeof ls<"u"?ls:typeof self<"u"?self:typeof window<"u"?window:{})},{}]},{},[10])(10)})})(mu);var Du=O0;function Ho(a){return Ho=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(c){return typeof c}:function(c){return c&&typeof Symbol=="function"&&c.constructor===Symbol&&c!==Symbol.prototype?"symbol":typeof c},Ho(a)}var vu=/^\s+/,Uu=/\s+$/;function Ye(a,c){if(a=a||"",c=c||{},a instanceof Ye)return a;if(!(this instanceof Ye))return new Ye(a,c);var t=xu(a);this._originalInput=a,this._r=t.r,this._g=t.g,this._b=t.b,this._a=t.a,this._roundA=Math.round(100*this._a)/100,this._format=c.format||t.format,this._gradientType=c.gradientType,this._r<1&&(this._r=Math.round(this._r)),this._g<1&&(this._g=Math.round(this._g)),this._b<1&&(this._b=Math.round(this._b)),this._ok=t.ok}Ye.prototype={isDark:function(){return this.getBrightness()<128},isLight:function(){return!this.isDark()},isValid:function(){return this._ok},getOriginalInput:function(){return this._originalInput},getFormat:function(){return this._format},getAlpha:function(){return this._a},getBrightness:function(){var c=this.toRgb();return(c.r*299+c.g*587+c.b*114)/1e3},getLuminance:function(){var c=this.toRgb(),t,l,s,i,f,d;return t=c.r/255,l=c.g/255,s=c.b/255,t<=.03928?i=t/12.92:i=Math.pow((t+.055)/1.055,2.4),l<=.03928?f=l/12.92:f=Math.pow((l+.055)/1.055,2.4),s<=.03928?d=s/12.92:d=Math.pow((s+.055)/1.055,2.4),.2126*i+.7152*f+.0722*d},setAlpha:function(c){return this._a=wh(c),this._roundA=Math.round(100*this._a)/100,this},toHsv:function(){var c=$h(this._r,this._g,this._b);return{h:c.h*360,s:c.s,v:c.v,a:this._a}},toHsvString:function(){var c=$h(this._r,this._g,this._b),t=Math.round(c.h*360),l=Math.round(c.s*100),s=Math.round(c.v*100);return this._a==1?"hsv("+t+", "+l+"%, "+s+"%)":"hsva("+t+", "+l+"%, "+s+"%, "+this._roundA+")"},toHsl:function(){var c=Yh(this._r,this._g,this._b);return{h:c.h*360,s:c.s,l:c.l,a:this._a}},toHslString:function(){var c=Yh(this._r,this._g,this._b),t=Math.round(c.h*360),l=Math.round(c.s*100),s=Math.round(c.l*100);return this._a==1?"hsl("+t+", "+l+"%, "+s+"%)":"hsla("+t+", "+l+"%, "+s+"%, "+this._roundA+")"},toHex:function(c){return Kh(this._r,this._g,this._b,c)},toHexString:function(c){return"#"+this.toHex(c)},toHex8:function(c){return ku(this._r,this._g,this._b,this._a,c)},toHex8String:function(c){return"#"+this.toHex8(c)},toRgb:function(){return{r:Math.round(this._r),g:Math.round(this._g),b:Math.round(this._b),a:this._a}},toRgbString:function(){return this._a==1?"rgb("+Math.round(this._r)+", "+Math.round(this._g)+", "+Math.round(this._b)+")":"rgba("+Math.round(this._r)+", "+Math.round(this._g)+", "+Math.round(this._b)+", "+this._roundA+")"},toPercentageRgb:function(){return{r:Math.round(ka(this._r,255)*100)+"%",g:Math.round(ka(this._g,255)*100)+"%",b:Math.round(ka(this._b,255)*100)+"%",a:this._a}},toPercentageRgbString:function(){return this._a==1?"rgb("+Math.round(ka(this._r,255)*100)+"%, "+Math.round(ka(this._g,255)*100)+"%, "+Math.round(ka(this._b,255)*100)+"%)":"rgba("+Math.round(ka(this._r,255)*100)+"%, "+Math.round(ka(this._g,255)*100)+"%, "+Math.round(ka(this._b,255)*100)+"%, "+this._roundA+")"},toName:function(){return this._a===0?"transparent":this._a<1?!1:Ru[Kh(this._r,this._g,this._b,!0)]||!1},toFilter:function(c){var t="#"+Jh(this._r,this._g,this._b,this._a),l=t,s=this._gradientType?"GradientType = 1, ":"";if(c){var i=Ye(c);l="#"+Jh(i._r,i._g,i._b,i._a)}return"progid:DXImageTransform.Microsoft.gradient("+s+"startColorstr="+t+",endColorstr="+l+")"},toString:function(c){var t=!!c;c=c||this._format;var l=!1,s=this._a<1&&this._a>=0,i=!t&&s&&(c==="hex"||c==="hex6"||c==="hex3"||c==="hex4"||c==="hex8"||c==="name");return i?c==="name"&&this._a===0?this.toName():this.toRgbString():(c==="rgb"&&(l=this.toRgbString()),c==="prgb"&&(l=this.toPercentageRgbString()),(c==="hex"||c==="hex6")&&(l=this.toHexString()),c==="hex3"&&(l=this.toHexString(!0)),c==="hex4"&&(l=this.toHex8String(!0)),c==="hex8"&&(l=this.toHex8String()),c==="name"&&(l=this.toName()),c==="hsl"&&(l=this.toHslString()),c==="hsv"&&(l=this.toHsvString()),l||this.toHexString())},clone:function(){return Ye(this.toString())},_applyModification:function(c,t){var l=c.apply(null,[this].concat([].slice.call(t)));return this._r=l._r,this._g=l._g,this._b=l._b,this.setAlpha(l._a),this},lighten:function(){return this._applyModification(Bu,arguments)},brighten:function(){return this._applyModification(Iu,arguments)},darken:function(){return this._applyModification(Pu,arguments)},desaturate:function(){return this._applyModification(Mu,arguments)},saturate:function(){return this._applyModification(_u,arguments)},greyscale:function(){return this._applyModification(Wu,arguments)},spin:function(){return this._applyModification(Su,arguments)},_applyCombination:function(c,t){return c.apply(null,[this].concat([].slice.call(t)))},analogous:function(){return this._applyCombination(Eu,arguments)},complement:function(){return this._applyCombination(Fu,arguments)},monochromatic:function(){return this._applyCombination(zu,arguments)},splitcomplement:function(){return this._applyCombination(Cu,arguments)},triad:function(){return this._applyCombination(Xh,[3])},tetrad:function(){return this._applyCombination(Xh,[4])}},Ye.fromRatio=function(a,c){if(Ho(a)=="object"){var t={};for(var l in a)a.hasOwnProperty(l)&&(l==="a"?t[l]=a[l]:t[l]=Qs(a[l]));a=t}return Ye(a,c)};function xu(a){var c={r:0,g:0,b:0},t=1,l=null,s=null,i=null,f=!1,d=!1;return typeof a=="string"&&(a=Zu(a)),Ho(a)=="object"&&(ji(a.r)&&ji(a.g)&&ji(a.b)?(c=Lu(a.r,a.g,a.b),f=!0,d=String(a.r).substr(-1)==="%"?"prgb":"rgb"):ji(a.h)&&ji(a.s)&&ji(a.v)?(l=Qs(a.s),s=Qs(a.v),c=yu(a.h,l,s),f=!0,d="hsv"):ji(a.h)&&ji(a.s)&&ji(a.l)&&(l=Qs(a.s),i=Qs(a.l),c=Tu(a.h,l,i),f=!0,d="hsl"),a.hasOwnProperty("a")&&(t=a.a)),t=wh(t),{ok:f,format:a.format||d,r:Math.min(255,Math.max(c.r,0)),g:Math.min(255,Math.max(c.g,0)),b:Math.min(255,Math.max(c.b,0)),a:t}}function Lu(a,c,t){return{r:ka(a,255)*255,g:ka(c,255)*255,b:ka(t,255)*255}}function Yh(a,c,t){a=ka(a,255),c=ka(c,255),t=ka(t,255);var l=Math.max(a,c,t),s=Math.min(a,c,t),i,f,d=(l+s)/2;if(l==s)i=f=0;else{var h=l-s;switch(f=d>.5?h/(2-l-s):h/(l+s),l){case a:i=(c-t)/h+(c<t?6:0);break;case c:i=(t-a)/h+2;break;case t:i=(a-c)/h+4;break}i/=6}return{h:i,s:f,l:d}}function Tu(a,c,t){var l,s,i;a=ka(a,360),c=ka(c,100),t=ka(t,100);function f(p,L,x){return x<0&&(x+=1),x>1&&(x-=1),x<1/6?p+(L-p)*6*x:x<1/2?L:x<2/3?p+(L-p)*(2/3-x)*6:p}if(c===0)l=s=i=t;else{var d=t<.5?t*(1+c):t+c-t*c,h=2*t-d;l=f(h,d,a+1/3),s=f(h,d,a),i=f(h,d,a-1/3)}return{r:l*255,g:s*255,b:i*255}}function $h(a,c,t){a=ka(a,255),c=ka(c,255),t=ka(t,255);var l=Math.max(a,c,t),s=Math.min(a,c,t),i,f,d=l,h=l-s;if(f=l===0?0:h/l,l==s)i=0;else{switch(l){case a:i=(c-t)/h+(c<t?6:0);break;case c:i=(t-a)/h+2;break;case t:i=(a-c)/h+4;break}i/=6}return{h:i,s:f,v:d}}function yu(a,c,t){a=ka(a,360)*6,c=ka(c,100),t=ka(t,100);var l=Math.floor(a),s=a-l,i=t*(1-c),f=t*(1-s*c),d=t*(1-(1-s)*c),h=l%6,p=[t,f,i,i,d,t][h],L=[d,t,t,f,i,i][h],x=[i,i,d,t,t,f][h];return{r:p*255,g:L*255,b:x*255}}function Kh(a,c,t,l){var s=[ci(Math.round(a).toString(16)),ci(Math.round(c).toString(16)),ci(Math.round(t).toString(16))];return l&&s[0].charAt(0)==s[0].charAt(1)&&s[1].charAt(0)==s[1].charAt(1)&&s[2].charAt(0)==s[2].charAt(1)?s[0].charAt(0)+s[1].charAt(0)+s[2].charAt(0):s.join("")}function ku(a,c,t,l,s){var i=[ci(Math.round(a).toString(16)),ci(Math.round(c).toString(16)),ci(Math.round(t).toString(16)),ci(Ah(l))];return s&&i[0].charAt(0)==i[0].charAt(1)&&i[1].charAt(0)==i[1].charAt(1)&&i[2].charAt(0)==i[2].charAt(1)&&i[3].charAt(0)==i[3].charAt(1)?i[0].charAt(0)+i[1].charAt(0)+i[2].charAt(0)+i[3].charAt(0):i.join("")}function Jh(a,c,t,l){var s=[ci(Ah(l)),ci(Math.round(a).toString(16)),ci(Math.round(c).toString(16)),ci(Math.round(t).toString(16))];return s.join("")}Ye.equals=function(a,c){return!a||!c?!1:Ye(a).toRgbString()==Ye(c).toRgbString()},Ye.random=function(){return Ye.fromRatio({r:Math.random(),g:Math.random(),b:Math.random()})};function Mu(a,c){c=c===0?0:c||10;var t=Ye(a).toHsl();return t.s-=c/100,t.s=Qo(t.s),Ye(t)}function _u(a,c){c=c===0?0:c||10;var t=Ye(a).toHsl();return t.s+=c/100,t.s=Qo(t.s),Ye(t)}function Wu(a){return Ye(a).desaturate(100)}function Bu(a,c){c=c===0?0:c||10;var t=Ye(a).toHsl();return t.l+=c/100,t.l=Qo(t.l),Ye(t)}function Iu(a,c){c=c===0?0:c||10;var t=Ye(a).toRgb();return t.r=Math.max(0,Math.min(255,t.r-Math.round(255*-(c/100)))),t.g=Math.max(0,Math.min(255,t.g-Math.round(255*-(c/100)))),t.b=Math.max(0,Math.min(255,t.b-Math.round(255*-(c/100)))),Ye(t)}function Pu(a,c){c=c===0?0:c||10;var t=Ye(a).toHsl();return t.l-=c/100,t.l=Qo(t.l),Ye(t)}function Su(a,c){var t=Ye(a).toHsl(),l=(t.h+c)%360;return t.h=l<0?360+l:l,Ye(t)}function Fu(a){var c=Ye(a).toHsl();return c.h=(c.h+180)%360,Ye(c)}function Xh(a,c){if(isNaN(c)||c<=0)throw new Error("Argument to polyad must be a positive number");for(var t=Ye(a).toHsl(),l=[Ye(a)],s=360/c,i=1;i<c;i++)l.push(Ye({h:(t.h+i*s)%360,s:t.s,l:t.l}));return l}function Cu(a){var c=Ye(a).toHsl(),t=c.h;return[Ye(a),Ye({h:(t+72)%360,s:c.s,l:c.l}),Ye({h:(t+216)%360,s:c.s,l:c.l})]}function Eu(a,c,t){c=c||6,t=t||30;var l=Ye(a).toHsl(),s=360/t,i=[Ye(a)];for(l.h=(l.h-(s*c>>1)+720)%360;--c;)l.h=(l.h+s)%360,i.push(Ye(l));return i}function zu(a,c){c=c||6;for(var t=Ye(a).toHsv(),l=t.h,s=t.s,i=t.v,f=[],d=1/c;c--;)f.push(Ye({h:l,s,v:i})),i=(i+d)%1;return f}Ye.mix=function(a,c,t){t=t===0?0:t||50;var l=Ye(a).toRgb(),s=Ye(c).toRgb(),i=t/100,f={r:(s.r-l.r)*i+l.r,g:(s.g-l.g)*i+l.g,b:(s.b-l.b)*i+l.b,a:(s.a-l.a)*i+l.a};return Ye(f)},Ye.readability=function(a,c){var t=Ye(a),l=Ye(c);return(Math.max(t.getLuminance(),l.getLuminance())+.05)/(Math.min(t.getLuminance(),l.getLuminance())+.05)},Ye.isReadable=function(a,c,t){var l=Ye.readability(a,c),s,i;switch(i=!1,s=Hu(t),s.level+s.size){case"AAsmall":case"AAAlarge":i=l>=4.5;break;case"AAlarge":i=l>=3;break;case"AAAsmall":i=l>=7;break}return i},Ye.mostReadable=function(a,c,t){var l=null,s=0,i,f,d,h;t=t||{},f=t.includeFallbackColors,d=t.level,h=t.size;for(var p=0;p<c.length;p++)i=Ye.readability(a,c[p]),i>s&&(s=i,l=Ye(c[p]));return Ye.isReadable(a,l,{level:d,size:h})||!f?l:(t.includeFallbackColors=!1,Ye.mostReadable(a,["#fff","#000"],t))};var Z0=Ye.names={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"0ff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"00f",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",burntsienna:"ea7e5d",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"0ff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"f0f",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"663399",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"},Ru=Ye.hexNames=Gu(Z0);function Gu(a){var c={};for(var t in a)a.hasOwnProperty(t)&&(c[a[t]]=t);return c}function wh(a){return a=parseFloat(a),(isNaN(a)||a<0||a>1)&&(a=1),a}function ka(a,c){Nu(a)&&(a="100%");var t=Ou(a);return a=Math.min(c,Math.max(0,parseFloat(a))),t&&(a=parseInt(a*c,10)/100),Math.abs(a-c)<1e-6?1:a%c/parseFloat(c)}function Qo(a){return Math.min(1,Math.max(0,a))}function Gt(a){return parseInt(a,16)}function Nu(a){return typeof a=="string"&&a.indexOf(".")!=-1&&parseFloat(a)===1}function Ou(a){return typeof a=="string"&&a.indexOf("%")!=-1}function ci(a){return a.length==1?"0"+a:""+a}function Qs(a){return a<=1&&(a=a*100+"%"),a}function Ah(a){return Math.round(parseFloat(a)*255).toString(16)}function qh(a){return Gt(a)/255}var si=function(){var a="[-\\+]?\\d+%?",c="[-\\+]?\\d*\\.\\d+%?",t="(?:"+c+")|(?:"+a+")",l="[\\s|\\(]+("+t+")[,|\\s]+("+t+")[,|\\s]+("+t+")\\s*\\)?",s="[\\s|\\(]+("+t+")[,|\\s]+("+t+")[,|\\s]+("+t+")[,|\\s]+("+t+")\\s*\\)?";return{CSS_UNIT:new RegExp(t),rgb:new RegExp("rgb"+l),rgba:new RegExp("rgba"+s),hsl:new RegExp("hsl"+l),hsla:new RegExp("hsla"+s),hsv:new RegExp("hsv"+l),hsva:new RegExp("hsva"+s),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/}}();function ji(a){return!!si.CSS_UNIT.exec(a)}function Zu(a){a=a.replace(vu,"").replace(Uu,"").toLowerCase();var c=!1;if(Z0[a])a=Z0[a],c=!0;else if(a=="transparent")return{r:0,g:0,b:0,a:0,format:"name"};var t;return(t=si.rgb.exec(a))?{r:t[1],g:t[2],b:t[3]}:(t=si.rgba.exec(a))?{r:t[1],g:t[2],b:t[3],a:t[4]}:(t=si.hsl.exec(a))?{h:t[1],s:t[2],l:t[3]}:(t=si.hsla.exec(a))?{h:t[1],s:t[2],l:t[3],a:t[4]}:(t=si.hsv.exec(a))?{h:t[1],s:t[2],v:t[3]}:(t=si.hsva.exec(a))?{h:t[1],s:t[2],v:t[3],a:t[4]}:(t=si.hex8.exec(a))?{r:Gt(t[1]),g:Gt(t[2]),b:Gt(t[3]),a:qh(t[4]),format:c?"name":"hex8"}:(t=si.hex6.exec(a))?{r:Gt(t[1]),g:Gt(t[2]),b:Gt(t[3]),format:c?"name":"hex"}:(t=si.hex4.exec(a))?{r:Gt(t[1]+""+t[1]),g:Gt(t[2]+""+t[2]),b:Gt(t[3]+""+t[3]),a:qh(t[4]+""+t[4]),format:c?"name":"hex8"}:(t=si.hex3.exec(a))?{r:Gt(t[1]+""+t[1]),g:Gt(t[2]+""+t[2]),b:Gt(t[3]+""+t[3]),format:c?"name":"hex"}:!1}function Hu(a){var c,t;return a=a||{level:"AA",size:"small"},c=(a.level||"AA").toUpperCase(),t=(a.size||"small").toLowerCase(),c!=="AA"&&c!=="AAA"&&(c="AA"),t!=="small"&&t!=="large"&&(t="small"),{level:c,size:t}}function Qu(a,c){c=c||{};var t=c.pos||0,l=!!c.keepComments,s=!!c.keepWhitespace,i="<",f="<".charCodeAt(0),d=">",h=">".charCodeAt(0),p="-".charCodeAt(0),L="/".charCodeAt(0),x="!".charCodeAt(0),k="'".charCodeAt(0),v='"'.charCodeAt(0),T="[".charCodeAt(0),u="]".charCodeAt(0);function D(H){for(var fe=[];a[t];)if(a.charCodeAt(t)==f){if(a.charCodeAt(t+1)===L){var ke=t+2;t=a.indexOf(d,t);var F=a.substring(ke,t);if(F.indexOf(H)==-1){var oe=a.substring(0,t).split(`
11
+ */(function(a,c){(function(t){a.exports=t()})(function(){return function t(l,s,i){function f(p,L){if(!s[p]){if(!l[p]){var x=typeof er=="function"&&er;if(!L&&x)return x(p,!0);if(d)return d(p,!0);var k=new Error("Cannot find module '"+p+"'");throw k.code="MODULE_NOT_FOUND",k}var v=s[p]={exports:{}};l[p][0].call(v.exports,function(T){var u=l[p][1][T];return f(u||T)},v,v.exports,t,l,s,i)}return s[p].exports}for(var d=typeof er=="function"&&er,h=0;h<i.length;h++)f(i[h]);return f}({1:[function(t,l,s){var i=t("./utils"),f=t("./support"),d="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";s.encode=function(h){for(var p,L,x,k,v,T,u,D=[],g=0,o=h.length,_=o,O=i.getTypeOf(h)!=="string";g<h.length;)_=o-g,x=O?(p=h[g++],L=g<o?h[g++]:0,g<o?h[g++]:0):(p=h.charCodeAt(g++),L=g<o?h.charCodeAt(g++):0,g<o?h.charCodeAt(g++):0),k=p>>2,v=(3&p)<<4|L>>4,T=1<_?(15&L)<<2|x>>6:64,u=2<_?63&x:64,D.push(d.charAt(k)+d.charAt(v)+d.charAt(T)+d.charAt(u));return D.join("")},s.decode=function(h){var p,L,x,k,v,T,u=0,D=0,g="data:";if(h.substr(0,g.length)===g)throw new Error("Invalid base64 input, it looks like a data url.");var o,_=3*(h=h.replace(/[^A-Za-z0-9+/=]/g,"")).length/4;if(h.charAt(h.length-1)===d.charAt(64)&&_--,h.charAt(h.length-2)===d.charAt(64)&&_--,_%1!=0)throw new Error("Invalid base64 input, bad content length.");for(o=f.uint8array?new Uint8Array(0|_):new Array(0|_);u<h.length;)p=d.indexOf(h.charAt(u++))<<2|(k=d.indexOf(h.charAt(u++)))>>4,L=(15&k)<<4|(v=d.indexOf(h.charAt(u++)))>>2,x=(3&v)<<6|(T=d.indexOf(h.charAt(u++))),o[D++]=p,v!==64&&(o[D++]=L),T!==64&&(o[D++]=x);return o}},{"./support":30,"./utils":32}],2:[function(t,l,s){var i=t("./external"),f=t("./stream/DataWorker"),d=t("./stream/Crc32Probe"),h=t("./stream/DataLengthProbe");function p(L,x,k,v,T){this.compressedSize=L,this.uncompressedSize=x,this.crc32=k,this.compression=v,this.compressedContent=T}p.prototype={getContentWorker:function(){var L=new f(i.Promise.resolve(this.compressedContent)).pipe(this.compression.uncompressWorker()).pipe(new h("data_length")),x=this;return L.on("end",function(){if(this.streamInfo.data_length!==x.uncompressedSize)throw new Error("Bug : uncompressed data size mismatch")}),L},getCompressedWorker:function(){return new f(i.Promise.resolve(this.compressedContent)).withStreamInfo("compressedSize",this.compressedSize).withStreamInfo("uncompressedSize",this.uncompressedSize).withStreamInfo("crc32",this.crc32).withStreamInfo("compression",this.compression)}},p.createWorkerFrom=function(L,x,k){return L.pipe(new d).pipe(new h("uncompressedSize")).pipe(x.compressWorker(k)).pipe(new h("compressedSize")).withStreamInfo("compression",x)},l.exports=p},{"./external":6,"./stream/Crc32Probe":25,"./stream/DataLengthProbe":26,"./stream/DataWorker":27}],3:[function(t,l,s){var i=t("./stream/GenericWorker");s.STORE={magic:"\0\0",compressWorker:function(){return new i("STORE compression")},uncompressWorker:function(){return new i("STORE decompression")}},s.DEFLATE=t("./flate")},{"./flate":7,"./stream/GenericWorker":28}],4:[function(t,l,s){var i=t("./utils"),f=function(){for(var d,h=[],p=0;p<256;p++){d=p;for(var L=0;L<8;L++)d=1&d?3988292384^d>>>1:d>>>1;h[p]=d}return h}();l.exports=function(d,h){return d!==void 0&&d.length?i.getTypeOf(d)!=="string"?function(p,L,x,k){var v=f,T=k+x;p^=-1;for(var u=k;u<T;u++)p=p>>>8^v[255&(p^L[u])];return-1^p}(0|h,d,d.length,0):function(p,L,x,k){var v=f,T=k+x;p^=-1;for(var u=k;u<T;u++)p=p>>>8^v[255&(p^L.charCodeAt(u))];return-1^p}(0|h,d,d.length,0):0}},{"./utils":32}],5:[function(t,l,s){s.base64=!1,s.binary=!1,s.dir=!1,s.createFolders=!0,s.date=null,s.compression=null,s.compressionOptions=null,s.comment=null,s.unixPermissions=null,s.dosPermissions=null},{}],6:[function(t,l,s){var i=null;i=typeof Promise!="undefined"?Promise:t("lie"),l.exports={Promise:i}},{lie:37}],7:[function(t,l,s){var i=typeof Uint8Array!="undefined"&&typeof Uint16Array!="undefined"&&typeof Uint32Array!="undefined",f=t("pako"),d=t("./utils"),h=t("./stream/GenericWorker"),p=i?"uint8array":"array";function L(x,k){h.call(this,"FlateWorker/"+x),this._pako=null,this._pakoAction=x,this._pakoOptions=k,this.meta={}}s.magic="\b\0",d.inherits(L,h),L.prototype.processChunk=function(x){this.meta=x.meta,this._pako===null&&this._createPako(),this._pako.push(d.transformTo(p,x.data),!1)},L.prototype.flush=function(){h.prototype.flush.call(this),this._pako===null&&this._createPako(),this._pako.push([],!0)},L.prototype.cleanUp=function(){h.prototype.cleanUp.call(this),this._pako=null},L.prototype._createPako=function(){this._pako=new f[this._pakoAction]({raw:!0,level:this._pakoOptions.level||-1});var x=this;this._pako.onData=function(k){x.push({data:k,meta:x.meta})}},s.compressWorker=function(x){return new L("Deflate",x)},s.uncompressWorker=function(){return new L("Inflate",{})}},{"./stream/GenericWorker":28,"./utils":32,pako:38}],8:[function(t,l,s){function i(v,T){var u,D="";for(u=0;u<T;u++)D+=String.fromCharCode(255&v),v>>>=8;return D}function f(v,T,u,D,g,o){var _,O,Z=v.file,se=v.compression,ne=o!==p.utf8encode,A=d.transformTo("string",o(Z.name)),H=d.transformTo("string",p.utf8encode(Z.name)),fe=Z.comment,ke=d.transformTo("string",o(fe)),F=d.transformTo("string",p.utf8encode(fe)),oe=H.length!==Z.name.length,e=F.length!==fe.length,n="",le="",he="",N=Z.dir,R=Z.date,Y={crc32:0,compressedSize:0,uncompressedSize:0};T&&!u||(Y.crc32=v.crc32,Y.compressedSize=v.compressedSize,Y.uncompressedSize=v.uncompressedSize);var V=0;T&&(V|=8),ne||!oe&&!e||(V|=2048);var J=0,Qe=0;N&&(J|=16),g==="UNIX"?(Qe=798,J|=function(ye,Dn){var b=ye;return ye||(b=Dn?16893:33204),(65535&b)<<16}(Z.unixPermissions,N)):(Qe=20,J|=function(ye){return 63&(ye||0)}(Z.dosPermissions)),_=R.getUTCHours(),_<<=6,_|=R.getUTCMinutes(),_<<=5,_|=R.getUTCSeconds()/2,O=R.getUTCFullYear()-1980,O<<=4,O|=R.getUTCMonth()+1,O<<=5,O|=R.getUTCDate(),oe&&(le=i(1,1)+i(L(A),4)+H,n+="up"+i(le.length,2)+le),e&&(he=i(1,1)+i(L(ke),4)+F,n+="uc"+i(he.length,2)+he);var Pe="";return Pe+=`
12
+ \0`,Pe+=i(V,2),Pe+=se.magic,Pe+=i(_,2),Pe+=i(O,2),Pe+=i(Y.crc32,4),Pe+=i(Y.compressedSize,4),Pe+=i(Y.uncompressedSize,4),Pe+=i(A.length,2),Pe+=i(n.length,2),{fileRecord:x.LOCAL_FILE_HEADER+Pe+A+n,dirRecord:x.CENTRAL_FILE_HEADER+i(Qe,2)+Pe+i(ke.length,2)+"\0\0\0\0"+i(J,4)+i(D,4)+A+n+ke}}var d=t("../utils"),h=t("../stream/GenericWorker"),p=t("../utf8"),L=t("../crc32"),x=t("../signature");function k(v,T,u,D){h.call(this,"ZipFileWorker"),this.bytesWritten=0,this.zipComment=T,this.zipPlatform=u,this.encodeFileName=D,this.streamFiles=v,this.accumulate=!1,this.contentBuffer=[],this.dirRecords=[],this.currentSourceOffset=0,this.entriesCount=0,this.currentFile=null,this._sources=[]}d.inherits(k,h),k.prototype.push=function(v){var T=v.meta.percent||0,u=this.entriesCount,D=this._sources.length;this.accumulate?this.contentBuffer.push(v):(this.bytesWritten+=v.data.length,h.prototype.push.call(this,{data:v.data,meta:{currentFile:this.currentFile,percent:u?(T+100*(u-D-1))/u:100}}))},k.prototype.openedSource=function(v){this.currentSourceOffset=this.bytesWritten,this.currentFile=v.file.name;var T=this.streamFiles&&!v.file.dir;if(T){var u=f(v,T,!1,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);this.push({data:u.fileRecord,meta:{percent:0}})}else this.accumulate=!0},k.prototype.closedSource=function(v){this.accumulate=!1;var T=this.streamFiles&&!v.file.dir,u=f(v,T,!0,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);if(this.dirRecords.push(u.dirRecord),T)this.push({data:function(D){return x.DATA_DESCRIPTOR+i(D.crc32,4)+i(D.compressedSize,4)+i(D.uncompressedSize,4)}(v),meta:{percent:100}});else for(this.push({data:u.fileRecord,meta:{percent:0}});this.contentBuffer.length;)this.push(this.contentBuffer.shift());this.currentFile=null},k.prototype.flush=function(){for(var v=this.bytesWritten,T=0;T<this.dirRecords.length;T++)this.push({data:this.dirRecords[T],meta:{percent:100}});var u=this.bytesWritten-v,D=function(g,o,_,O,Z){var se=d.transformTo("string",Z(O));return x.CENTRAL_DIRECTORY_END+"\0\0\0\0"+i(g,2)+i(g,2)+i(o,4)+i(_,4)+i(se.length,2)+se}(this.dirRecords.length,u,v,this.zipComment,this.encodeFileName);this.push({data:D,meta:{percent:100}})},k.prototype.prepareNextSource=function(){this.previous=this._sources.shift(),this.openedSource(this.previous.streamInfo),this.isPaused?this.previous.pause():this.previous.resume()},k.prototype.registerPrevious=function(v){this._sources.push(v);var T=this;return v.on("data",function(u){T.processChunk(u)}),v.on("end",function(){T.closedSource(T.previous.streamInfo),T._sources.length?T.prepareNextSource():T.end()}),v.on("error",function(u){T.error(u)}),this},k.prototype.resume=function(){return!!h.prototype.resume.call(this)&&(!this.previous&&this._sources.length?(this.prepareNextSource(),!0):this.previous||this._sources.length||this.generatedError?void 0:(this.end(),!0))},k.prototype.error=function(v){var T=this._sources;if(!h.prototype.error.call(this,v))return!1;for(var u=0;u<T.length;u++)try{T[u].error(v)}catch(D){}return!0},k.prototype.lock=function(){h.prototype.lock.call(this);for(var v=this._sources,T=0;T<v.length;T++)v[T].lock()},l.exports=k},{"../crc32":4,"../signature":23,"../stream/GenericWorker":28,"../utf8":31,"../utils":32}],9:[function(t,l,s){var i=t("../compressions"),f=t("./ZipFileWorker");s.generateWorker=function(d,h,p){var L=new f(h.streamFiles,p,h.platform,h.encodeFileName),x=0;try{d.forEach(function(k,v){x++;var T=function(o,_){var O=o||_,Z=i[O];if(!Z)throw new Error(O+" is not a valid compression method !");return Z}(v.options.compression,h.compression),u=v.options.compressionOptions||h.compressionOptions||{},D=v.dir,g=v.date;v._compressWorker(T,u).withStreamInfo("file",{name:k,dir:D,date:g,comment:v.comment||"",unixPermissions:v.unixPermissions,dosPermissions:v.dosPermissions}).pipe(L)}),L.entriesCount=x}catch(k){L.error(k)}return L}},{"../compressions":3,"./ZipFileWorker":8}],10:[function(t,l,s){function i(){if(!(this instanceof i))return new i;if(arguments.length)throw new Error("The constructor with parameters has been removed in JSZip 3.0, please check the upgrade guide.");this.files=Object.create(null),this.comment=null,this.root="",this.clone=function(){var f=new i;for(var d in this)typeof this[d]!="function"&&(f[d]=this[d]);return f}}(i.prototype=t("./object")).loadAsync=t("./load"),i.support=t("./support"),i.defaults=t("./defaults"),i.version="3.10.1",i.loadAsync=function(f,d){return new i().loadAsync(f,d)},i.external=t("./external"),l.exports=i},{"./defaults":5,"./external":6,"./load":11,"./object":15,"./support":30}],11:[function(t,l,s){var i=t("./utils"),f=t("./external"),d=t("./utf8"),h=t("./zipEntries"),p=t("./stream/Crc32Probe"),L=t("./nodejsUtils");function x(k){return new f.Promise(function(v,T){var u=k.decompressed.getContentWorker().pipe(new p);u.on("error",function(D){T(D)}).on("end",function(){u.streamInfo.crc32!==k.decompressed.crc32?T(new Error("Corrupted zip : CRC32 mismatch")):v()}).resume()})}l.exports=function(k,v){var T=this;return v=i.extend(v||{},{base64:!1,checkCRC32:!1,optimizedBinaryString:!1,createFolders:!1,decodeFileName:d.utf8decode}),L.isNode&&L.isStream(k)?f.Promise.reject(new Error("JSZip can't accept a stream when loading a zip file.")):i.prepareContent("the loaded zip file",k,!0,v.optimizedBinaryString,v.base64).then(function(u){var D=new h(v);return D.load(u),D}).then(function(u){var D=[f.Promise.resolve(u)],g=u.files;if(v.checkCRC32)for(var o=0;o<g.length;o++)D.push(x(g[o]));return f.Promise.all(D)}).then(function(u){for(var D=u.shift(),g=D.files,o=0;o<g.length;o++){var _=g[o],O=_.fileNameStr,Z=i.resolve(_.fileNameStr);T.file(Z,_.decompressed,{binary:!0,optimizedBinaryString:!0,date:_.date,dir:_.dir,comment:_.fileCommentStr.length?_.fileCommentStr:null,unixPermissions:_.unixPermissions,dosPermissions:_.dosPermissions,createFolders:v.createFolders}),_.dir||(T.file(Z).unsafeOriginalName=O)}return D.zipComment.length&&(T.comment=D.zipComment),T})}},{"./external":6,"./nodejsUtils":14,"./stream/Crc32Probe":25,"./utf8":31,"./utils":32,"./zipEntries":33}],12:[function(t,l,s){var i=t("../utils"),f=t("../stream/GenericWorker");function d(h,p){f.call(this,"Nodejs stream input adapter for "+h),this._upstreamEnded=!1,this._bindStream(p)}i.inherits(d,f),d.prototype._bindStream=function(h){var p=this;(this._stream=h).pause(),h.on("data",function(L){p.push({data:L,meta:{percent:0}})}).on("error",function(L){p.isPaused?this.generatedError=L:p.error(L)}).on("end",function(){p.isPaused?p._upstreamEnded=!0:p.end()})},d.prototype.pause=function(){return!!f.prototype.pause.call(this)&&(this._stream.pause(),!0)},d.prototype.resume=function(){return!!f.prototype.resume.call(this)&&(this._upstreamEnded?this.end():this._stream.resume(),!0)},l.exports=d},{"../stream/GenericWorker":28,"../utils":32}],13:[function(t,l,s){var i=t("readable-stream").Readable;function f(d,h,p){i.call(this,h),this._helper=d;var L=this;d.on("data",function(x,k){L.push(x)||L._helper.pause(),p&&p(k)}).on("error",function(x){L.emit("error",x)}).on("end",function(){L.push(null)})}t("../utils").inherits(f,i),f.prototype._read=function(){this._helper.resume()},l.exports=f},{"../utils":32,"readable-stream":16}],14:[function(t,l,s){l.exports={isNode:typeof Buffer!="undefined",newBufferFrom:function(i,f){if(Buffer.from&&Buffer.from!==Uint8Array.from)return Buffer.from(i,f);if(typeof i=="number")throw new Error('The "data" argument must not be a number');return new Buffer(i,f)},allocBuffer:function(i){if(Buffer.alloc)return Buffer.alloc(i);var f=new Buffer(i);return f.fill(0),f},isBuffer:function(i){return Buffer.isBuffer(i)},isStream:function(i){return i&&typeof i.on=="function"&&typeof i.pause=="function"&&typeof i.resume=="function"}}},{}],15:[function(t,l,s){function i(Z,se,ne){var A,H=d.getTypeOf(se),fe=d.extend(ne||{},L);fe.date=fe.date||new Date,fe.compression!==null&&(fe.compression=fe.compression.toUpperCase()),typeof fe.unixPermissions=="string"&&(fe.unixPermissions=parseInt(fe.unixPermissions,8)),fe.unixPermissions&&16384&fe.unixPermissions&&(fe.dir=!0),fe.dosPermissions&&16&fe.dosPermissions&&(fe.dir=!0),fe.dir&&(Z=g(Z)),fe.createFolders&&(A=D(Z))&&o.call(this,A,!0);var ke=H==="string"&&fe.binary===!1&&fe.base64===!1;ne&&ne.binary!==void 0||(fe.binary=!ke),(se instanceof x&&se.uncompressedSize===0||fe.dir||!se||se.length===0)&&(fe.base64=!1,fe.binary=!0,se="",fe.compression="STORE",H="string");var F=null;F=se instanceof x||se instanceof h?se:T.isNode&&T.isStream(se)?new u(Z,se):d.prepareContent(Z,se,fe.binary,fe.optimizedBinaryString,fe.base64);var oe=new k(Z,F,fe);this.files[Z]=oe}var f=t("./utf8"),d=t("./utils"),h=t("./stream/GenericWorker"),p=t("./stream/StreamHelper"),L=t("./defaults"),x=t("./compressedObject"),k=t("./zipObject"),v=t("./generate"),T=t("./nodejsUtils"),u=t("./nodejs/NodejsStreamInputAdapter"),D=function(Z){Z.slice(-1)==="/"&&(Z=Z.substring(0,Z.length-1));var se=Z.lastIndexOf("/");return 0<se?Z.substring(0,se):""},g=function(Z){return Z.slice(-1)!=="/"&&(Z+="/"),Z},o=function(Z,se){return se=se!==void 0?se:L.createFolders,Z=g(Z),this.files[Z]||i.call(this,Z,null,{dir:!0,createFolders:se}),this.files[Z]};function _(Z){return Object.prototype.toString.call(Z)==="[object RegExp]"}var O={load:function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},forEach:function(Z){var se,ne,A;for(se in this.files)A=this.files[se],(ne=se.slice(this.root.length,se.length))&&se.slice(0,this.root.length)===this.root&&Z(ne,A)},filter:function(Z){var se=[];return this.forEach(function(ne,A){Z(ne,A)&&se.push(A)}),se},file:function(Z,se,ne){if(arguments.length!==1)return Z=this.root+Z,i.call(this,Z,se,ne),this;if(_(Z)){var A=Z;return this.filter(function(fe,ke){return!ke.dir&&A.test(fe)})}var H=this.files[this.root+Z];return H&&!H.dir?H:null},folder:function(Z){if(!Z)return this;if(_(Z))return this.filter(function(H,fe){return fe.dir&&Z.test(H)});var se=this.root+Z,ne=o.call(this,se),A=this.clone();return A.root=ne.name,A},remove:function(Z){Z=this.root+Z;var se=this.files[Z];if(se||(Z.slice(-1)!=="/"&&(Z+="/"),se=this.files[Z]),se&&!se.dir)delete this.files[Z];else for(var ne=this.filter(function(H,fe){return fe.name.slice(0,Z.length)===Z}),A=0;A<ne.length;A++)delete this.files[ne[A].name];return this},generate:function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},generateInternalStream:function(Z){var se,ne={};try{if((ne=d.extend(Z||{},{streamFiles:!1,compression:"STORE",compressionOptions:null,type:"",platform:"DOS",comment:null,mimeType:"application/zip",encodeFileName:f.utf8encode})).type=ne.type.toLowerCase(),ne.compression=ne.compression.toUpperCase(),ne.type==="binarystring"&&(ne.type="string"),!ne.type)throw new Error("No output type specified.");d.checkSupport(ne.type),ne.platform!=="darwin"&&ne.platform!=="freebsd"&&ne.platform!=="linux"&&ne.platform!=="sunos"||(ne.platform="UNIX"),ne.platform==="win32"&&(ne.platform="DOS");var A=ne.comment||this.comment||"";se=v.generateWorker(this,ne,A)}catch(H){(se=new h("error")).error(H)}return new p(se,ne.type||"string",ne.mimeType)},generateAsync:function(Z,se){return this.generateInternalStream(Z).accumulate(se)},generateNodeStream:function(Z,se){return(Z=Z||{}).type||(Z.type="nodebuffer"),this.generateInternalStream(Z).toNodejsStream(se)}};l.exports=O},{"./compressedObject":2,"./defaults":5,"./generate":9,"./nodejs/NodejsStreamInputAdapter":12,"./nodejsUtils":14,"./stream/GenericWorker":28,"./stream/StreamHelper":29,"./utf8":31,"./utils":32,"./zipObject":35}],16:[function(t,l,s){l.exports=t("stream")},{stream:void 0}],17:[function(t,l,s){var i=t("./DataReader");function f(d){i.call(this,d);for(var h=0;h<this.data.length;h++)d[h]=255&d[h]}t("../utils").inherits(f,i),f.prototype.byteAt=function(d){return this.data[this.zero+d]},f.prototype.lastIndexOfSignature=function(d){for(var h=d.charCodeAt(0),p=d.charCodeAt(1),L=d.charCodeAt(2),x=d.charCodeAt(3),k=this.length-4;0<=k;--k)if(this.data[k]===h&&this.data[k+1]===p&&this.data[k+2]===L&&this.data[k+3]===x)return k-this.zero;return-1},f.prototype.readAndCheckSignature=function(d){var h=d.charCodeAt(0),p=d.charCodeAt(1),L=d.charCodeAt(2),x=d.charCodeAt(3),k=this.readData(4);return h===k[0]&&p===k[1]&&L===k[2]&&x===k[3]},f.prototype.readData=function(d){if(this.checkOffset(d),d===0)return[];var h=this.data.slice(this.zero+this.index,this.zero+this.index+d);return this.index+=d,h},l.exports=f},{"../utils":32,"./DataReader":18}],18:[function(t,l,s){var i=t("../utils");function f(d){this.data=d,this.length=d.length,this.index=0,this.zero=0}f.prototype={checkOffset:function(d){this.checkIndex(this.index+d)},checkIndex:function(d){if(this.length<this.zero+d||d<0)throw new Error("End of data reached (data length = "+this.length+", asked index = "+d+"). Corrupted zip ?")},setIndex:function(d){this.checkIndex(d),this.index=d},skip:function(d){this.setIndex(this.index+d)},byteAt:function(){},readInt:function(d){var h,p=0;for(this.checkOffset(d),h=this.index+d-1;h>=this.index;h--)p=(p<<8)+this.byteAt(h);return this.index+=d,p},readString:function(d){return i.transformTo("string",this.readData(d))},readData:function(){},lastIndexOfSignature:function(){},readAndCheckSignature:function(){},readDate:function(){var d=this.readInt(4);return new Date(Date.UTC(1980+(d>>25&127),(d>>21&15)-1,d>>16&31,d>>11&31,d>>5&63,(31&d)<<1))}},l.exports=f},{"../utils":32}],19:[function(t,l,s){var i=t("./Uint8ArrayReader");function f(d){i.call(this,d)}t("../utils").inherits(f,i),f.prototype.readData=function(d){this.checkOffset(d);var h=this.data.slice(this.zero+this.index,this.zero+this.index+d);return this.index+=d,h},l.exports=f},{"../utils":32,"./Uint8ArrayReader":21}],20:[function(t,l,s){var i=t("./DataReader");function f(d){i.call(this,d)}t("../utils").inherits(f,i),f.prototype.byteAt=function(d){return this.data.charCodeAt(this.zero+d)},f.prototype.lastIndexOfSignature=function(d){return this.data.lastIndexOf(d)-this.zero},f.prototype.readAndCheckSignature=function(d){return d===this.readData(4)},f.prototype.readData=function(d){this.checkOffset(d);var h=this.data.slice(this.zero+this.index,this.zero+this.index+d);return this.index+=d,h},l.exports=f},{"../utils":32,"./DataReader":18}],21:[function(t,l,s){var i=t("./ArrayReader");function f(d){i.call(this,d)}t("../utils").inherits(f,i),f.prototype.readData=function(d){if(this.checkOffset(d),d===0)return new Uint8Array(0);var h=this.data.subarray(this.zero+this.index,this.zero+this.index+d);return this.index+=d,h},l.exports=f},{"../utils":32,"./ArrayReader":17}],22:[function(t,l,s){var i=t("../utils"),f=t("../support"),d=t("./ArrayReader"),h=t("./StringReader"),p=t("./NodeBufferReader"),L=t("./Uint8ArrayReader");l.exports=function(x){var k=i.getTypeOf(x);return i.checkSupport(k),k!=="string"||f.uint8array?k==="nodebuffer"?new p(x):f.uint8array?new L(i.transformTo("uint8array",x)):new d(i.transformTo("array",x)):new h(x)}},{"../support":30,"../utils":32,"./ArrayReader":17,"./NodeBufferReader":19,"./StringReader":20,"./Uint8ArrayReader":21}],23:[function(t,l,s){s.LOCAL_FILE_HEADER="PK",s.CENTRAL_FILE_HEADER="PK",s.CENTRAL_DIRECTORY_END="PK",s.ZIP64_CENTRAL_DIRECTORY_LOCATOR="PK\x07",s.ZIP64_CENTRAL_DIRECTORY_END="PK",s.DATA_DESCRIPTOR="PK\x07\b"},{}],24:[function(t,l,s){var i=t("./GenericWorker"),f=t("../utils");function d(h){i.call(this,"ConvertWorker to "+h),this.destType=h}f.inherits(d,i),d.prototype.processChunk=function(h){this.push({data:f.transformTo(this.destType,h.data),meta:h.meta})},l.exports=d},{"../utils":32,"./GenericWorker":28}],25:[function(t,l,s){var i=t("./GenericWorker"),f=t("../crc32");function d(){i.call(this,"Crc32Probe"),this.withStreamInfo("crc32",0)}t("../utils").inherits(d,i),d.prototype.processChunk=function(h){this.streamInfo.crc32=f(h.data,this.streamInfo.crc32||0),this.push(h)},l.exports=d},{"../crc32":4,"../utils":32,"./GenericWorker":28}],26:[function(t,l,s){var i=t("../utils"),f=t("./GenericWorker");function d(h){f.call(this,"DataLengthProbe for "+h),this.propName=h,this.withStreamInfo(h,0)}i.inherits(d,f),d.prototype.processChunk=function(h){if(h){var p=this.streamInfo[this.propName]||0;this.streamInfo[this.propName]=p+h.data.length}f.prototype.processChunk.call(this,h)},l.exports=d},{"../utils":32,"./GenericWorker":28}],27:[function(t,l,s){var i=t("../utils"),f=t("./GenericWorker");function d(h){f.call(this,"DataWorker");var p=this;this.dataIsReady=!1,this.index=0,this.max=0,this.data=null,this.type="",this._tickScheduled=!1,h.then(function(L){p.dataIsReady=!0,p.data=L,p.max=L&&L.length||0,p.type=i.getTypeOf(L),p.isPaused||p._tickAndRepeat()},function(L){p.error(L)})}i.inherits(d,f),d.prototype.cleanUp=function(){f.prototype.cleanUp.call(this),this.data=null},d.prototype.resume=function(){return!!f.prototype.resume.call(this)&&(!this._tickScheduled&&this.dataIsReady&&(this._tickScheduled=!0,i.delay(this._tickAndRepeat,[],this)),!0)},d.prototype._tickAndRepeat=function(){this._tickScheduled=!1,this.isPaused||this.isFinished||(this._tick(),this.isFinished||(i.delay(this._tickAndRepeat,[],this),this._tickScheduled=!0))},d.prototype._tick=function(){if(this.isPaused||this.isFinished)return!1;var h=null,p=Math.min(this.max,this.index+16384);if(this.index>=this.max)return this.end();switch(this.type){case"string":h=this.data.substring(this.index,p);break;case"uint8array":h=this.data.subarray(this.index,p);break;case"array":case"nodebuffer":h=this.data.slice(this.index,p)}return this.index=p,this.push({data:h,meta:{percent:this.max?this.index/this.max*100:0}})},l.exports=d},{"../utils":32,"./GenericWorker":28}],28:[function(t,l,s){function i(f){this.name=f||"default",this.streamInfo={},this.generatedError=null,this.extraStreamInfo={},this.isPaused=!0,this.isFinished=!1,this.isLocked=!1,this._listeners={data:[],end:[],error:[]},this.previous=null}i.prototype={push:function(f){this.emit("data",f)},end:function(){if(this.isFinished)return!1;this.flush();try{this.emit("end"),this.cleanUp(),this.isFinished=!0}catch(f){this.emit("error",f)}return!0},error:function(f){return!this.isFinished&&(this.isPaused?this.generatedError=f:(this.isFinished=!0,this.emit("error",f),this.previous&&this.previous.error(f),this.cleanUp()),!0)},on:function(f,d){return this._listeners[f].push(d),this},cleanUp:function(){this.streamInfo=this.generatedError=this.extraStreamInfo=null,this._listeners=[]},emit:function(f,d){if(this._listeners[f])for(var h=0;h<this._listeners[f].length;h++)this._listeners[f][h].call(this,d)},pipe:function(f){return f.registerPrevious(this)},registerPrevious:function(f){if(this.isLocked)throw new Error("The stream '"+this+"' has already been used.");this.streamInfo=f.streamInfo,this.mergeStreamInfo(),this.previous=f;var d=this;return f.on("data",function(h){d.processChunk(h)}),f.on("end",function(){d.end()}),f.on("error",function(h){d.error(h)}),this},pause:function(){return!this.isPaused&&!this.isFinished&&(this.isPaused=!0,this.previous&&this.previous.pause(),!0)},resume:function(){if(!this.isPaused||this.isFinished)return!1;var f=this.isPaused=!1;return this.generatedError&&(this.error(this.generatedError),f=!0),this.previous&&this.previous.resume(),!f},flush:function(){},processChunk:function(f){this.push(f)},withStreamInfo:function(f,d){return this.extraStreamInfo[f]=d,this.mergeStreamInfo(),this},mergeStreamInfo:function(){for(var f in this.extraStreamInfo)Object.prototype.hasOwnProperty.call(this.extraStreamInfo,f)&&(this.streamInfo[f]=this.extraStreamInfo[f])},lock:function(){if(this.isLocked)throw new Error("The stream '"+this+"' has already been used.");this.isLocked=!0,this.previous&&this.previous.lock()},toString:function(){var f="Worker "+this.name;return this.previous?this.previous+" -> "+f:f}},l.exports=i},{}],29:[function(t,l,s){var i=t("../utils"),f=t("./ConvertWorker"),d=t("./GenericWorker"),h=t("../base64"),p=t("../support"),L=t("../external"),x=null;if(p.nodestream)try{x=t("../nodejs/NodejsStreamOutputAdapter")}catch(T){}function k(T,u){return new L.Promise(function(D,g){var o=[],_=T._internalType,O=T._outputType,Z=T._mimeType;T.on("data",function(se,ne){o.push(se),u&&u(ne)}).on("error",function(se){o=[],g(se)}).on("end",function(){try{var se=function(ne,A,H){switch(ne){case"blob":return i.newBlob(i.transformTo("arraybuffer",A),H);case"base64":return h.encode(A);default:return i.transformTo(ne,A)}}(O,function(ne,A){var H,fe=0,ke=null,F=0;for(H=0;H<A.length;H++)F+=A[H].length;switch(ne){case"string":return A.join("");case"array":return Array.prototype.concat.apply([],A);case"uint8array":for(ke=new Uint8Array(F),H=0;H<A.length;H++)ke.set(A[H],fe),fe+=A[H].length;return ke;case"nodebuffer":return Buffer.concat(A);default:throw new Error("concat : unsupported type '"+ne+"'")}}(_,o),Z);D(se)}catch(ne){g(ne)}o=[]}).resume()})}function v(T,u,D){var g=u;switch(u){case"blob":case"arraybuffer":g="uint8array";break;case"base64":g="string"}try{this._internalType=g,this._outputType=u,this._mimeType=D,i.checkSupport(g),this._worker=T.pipe(new f(g)),T.lock()}catch(o){this._worker=new d("error"),this._worker.error(o)}}v.prototype={accumulate:function(T){return k(this,T)},on:function(T,u){var D=this;return T==="data"?this._worker.on(T,function(g){u.call(D,g.data,g.meta)}):this._worker.on(T,function(){i.delay(u,arguments,D)}),this},resume:function(){return i.delay(this._worker.resume,[],this._worker),this},pause:function(){return this._worker.pause(),this},toNodejsStream:function(T){if(i.checkSupport("nodestream"),this._outputType!=="nodebuffer")throw new Error(this._outputType+" is not supported by this method");return new x(this,{objectMode:this._outputType!=="nodebuffer"},T)}},l.exports=v},{"../base64":1,"../external":6,"../nodejs/NodejsStreamOutputAdapter":13,"../support":30,"../utils":32,"./ConvertWorker":24,"./GenericWorker":28}],30:[function(t,l,s){if(s.base64=!0,s.array=!0,s.string=!0,s.arraybuffer=typeof ArrayBuffer!="undefined"&&typeof Uint8Array!="undefined",s.nodebuffer=typeof Buffer!="undefined",s.uint8array=typeof Uint8Array!="undefined",typeof ArrayBuffer=="undefined")s.blob=!1;else{var i=new ArrayBuffer(0);try{s.blob=new Blob([i],{type:"application/zip"}).size===0}catch(d){try{var f=new(self.BlobBuilder||self.WebKitBlobBuilder||self.MozBlobBuilder||self.MSBlobBuilder);f.append(i),s.blob=f.getBlob("application/zip").size===0}catch(h){s.blob=!1}}}try{s.nodestream=!!t("readable-stream").Readable}catch(d){s.nodestream=!1}},{"readable-stream":16}],31:[function(t,l,s){for(var i=t("./utils"),f=t("./support"),d=t("./nodejsUtils"),h=t("./stream/GenericWorker"),p=new Array(256),L=0;L<256;L++)p[L]=252<=L?6:248<=L?5:240<=L?4:224<=L?3:192<=L?2:1;p[254]=p[254]=1;function x(){h.call(this,"utf-8 decode"),this.leftOver=null}function k(){h.call(this,"utf-8 encode")}s.utf8encode=function(v){return f.nodebuffer?d.newBufferFrom(v,"utf-8"):function(T){var u,D,g,o,_,O=T.length,Z=0;for(o=0;o<O;o++)(64512&(D=T.charCodeAt(o)))==55296&&o+1<O&&(64512&(g=T.charCodeAt(o+1)))==56320&&(D=65536+(D-55296<<10)+(g-56320),o++),Z+=D<128?1:D<2048?2:D<65536?3:4;for(u=f.uint8array?new Uint8Array(Z):new Array(Z),o=_=0;_<Z;o++)(64512&(D=T.charCodeAt(o)))==55296&&o+1<O&&(64512&(g=T.charCodeAt(o+1)))==56320&&(D=65536+(D-55296<<10)+(g-56320),o++),D<128?u[_++]=D:(D<2048?u[_++]=192|D>>>6:(D<65536?u[_++]=224|D>>>12:(u[_++]=240|D>>>18,u[_++]=128|D>>>12&63),u[_++]=128|D>>>6&63),u[_++]=128|63&D);return u}(v)},s.utf8decode=function(v){return f.nodebuffer?i.transformTo("nodebuffer",v).toString("utf-8"):function(T){var u,D,g,o,_=T.length,O=new Array(2*_);for(u=D=0;u<_;)if((g=T[u++])<128)O[D++]=g;else if(4<(o=p[g]))O[D++]=65533,u+=o-1;else{for(g&=o===2?31:o===3?15:7;1<o&&u<_;)g=g<<6|63&T[u++],o--;1<o?O[D++]=65533:g<65536?O[D++]=g:(g-=65536,O[D++]=55296|g>>10&1023,O[D++]=56320|1023&g)}return O.length!==D&&(O.subarray?O=O.subarray(0,D):O.length=D),i.applyFromCharCode(O)}(v=i.transformTo(f.uint8array?"uint8array":"array",v))},i.inherits(x,h),x.prototype.processChunk=function(v){var T=i.transformTo(f.uint8array?"uint8array":"array",v.data);if(this.leftOver&&this.leftOver.length){if(f.uint8array){var u=T;(T=new Uint8Array(u.length+this.leftOver.length)).set(this.leftOver,0),T.set(u,this.leftOver.length)}else T=this.leftOver.concat(T);this.leftOver=null}var D=function(o,_){var O;for((_=_||o.length)>o.length&&(_=o.length),O=_-1;0<=O&&(192&o[O])==128;)O--;return O<0||O===0?_:O+p[o[O]]>_?O:_}(T),g=T;D!==T.length&&(f.uint8array?(g=T.subarray(0,D),this.leftOver=T.subarray(D,T.length)):(g=T.slice(0,D),this.leftOver=T.slice(D,T.length))),this.push({data:s.utf8decode(g),meta:v.meta})},x.prototype.flush=function(){this.leftOver&&this.leftOver.length&&(this.push({data:s.utf8decode(this.leftOver),meta:{}}),this.leftOver=null)},s.Utf8DecodeWorker=x,i.inherits(k,h),k.prototype.processChunk=function(v){this.push({data:s.utf8encode(v.data),meta:v.meta})},s.Utf8EncodeWorker=k},{"./nodejsUtils":14,"./stream/GenericWorker":28,"./support":30,"./utils":32}],32:[function(t,l,s){var i=t("./support"),f=t("./base64"),d=t("./nodejsUtils"),h=t("./external");function p(u){return u}function L(u,D){for(var g=0;g<u.length;++g)D[g]=255&u.charCodeAt(g);return D}t("setimmediate"),s.newBlob=function(u,D){s.checkSupport("blob");try{return new Blob([u],{type:D})}catch(o){try{var g=new(self.BlobBuilder||self.WebKitBlobBuilder||self.MozBlobBuilder||self.MSBlobBuilder);return g.append(u),g.getBlob(D)}catch(_){throw new Error("Bug : can't construct the Blob.")}}};var x={stringifyByChunk:function(u,D,g){var o=[],_=0,O=u.length;if(O<=g)return String.fromCharCode.apply(null,u);for(;_<O;)D==="array"||D==="nodebuffer"?o.push(String.fromCharCode.apply(null,u.slice(_,Math.min(_+g,O)))):o.push(String.fromCharCode.apply(null,u.subarray(_,Math.min(_+g,O)))),_+=g;return o.join("")},stringifyByChar:function(u){for(var D="",g=0;g<u.length;g++)D+=String.fromCharCode(u[g]);return D},applyCanBeUsed:{uint8array:function(){try{return i.uint8array&&String.fromCharCode.apply(null,new Uint8Array(1)).length===1}catch(u){return!1}}(),nodebuffer:function(){try{return i.nodebuffer&&String.fromCharCode.apply(null,d.allocBuffer(1)).length===1}catch(u){return!1}}()}};function k(u){var D=65536,g=s.getTypeOf(u),o=!0;if(g==="uint8array"?o=x.applyCanBeUsed.uint8array:g==="nodebuffer"&&(o=x.applyCanBeUsed.nodebuffer),o)for(;1<D;)try{return x.stringifyByChunk(u,g,D)}catch(_){D=Math.floor(D/2)}return x.stringifyByChar(u)}function v(u,D){for(var g=0;g<u.length;g++)D[g]=u[g];return D}s.applyFromCharCode=k;var T={};T.string={string:p,array:function(u){return L(u,new Array(u.length))},arraybuffer:function(u){return T.string.uint8array(u).buffer},uint8array:function(u){return L(u,new Uint8Array(u.length))},nodebuffer:function(u){return L(u,d.allocBuffer(u.length))}},T.array={string:k,array:p,arraybuffer:function(u){return new Uint8Array(u).buffer},uint8array:function(u){return new Uint8Array(u)},nodebuffer:function(u){return d.newBufferFrom(u)}},T.arraybuffer={string:function(u){return k(new Uint8Array(u))},array:function(u){return v(new Uint8Array(u),new Array(u.byteLength))},arraybuffer:p,uint8array:function(u){return new Uint8Array(u)},nodebuffer:function(u){return d.newBufferFrom(new Uint8Array(u))}},T.uint8array={string:k,array:function(u){return v(u,new Array(u.length))},arraybuffer:function(u){return u.buffer},uint8array:p,nodebuffer:function(u){return d.newBufferFrom(u)}},T.nodebuffer={string:k,array:function(u){return v(u,new Array(u.length))},arraybuffer:function(u){return T.nodebuffer.uint8array(u).buffer},uint8array:function(u){return v(u,new Uint8Array(u.length))},nodebuffer:p},s.transformTo=function(u,D){if(D=D||"",!u)return D;s.checkSupport(u);var g=s.getTypeOf(D);return T[g][u](D)},s.resolve=function(u){for(var D=u.split("/"),g=[],o=0;o<D.length;o++){var _=D[o];_==="."||_===""&&o!==0&&o!==D.length-1||(_===".."?g.pop():g.push(_))}return g.join("/")},s.getTypeOf=function(u){return typeof u=="string"?"string":Object.prototype.toString.call(u)==="[object Array]"?"array":i.nodebuffer&&d.isBuffer(u)?"nodebuffer":i.uint8array&&u instanceof Uint8Array?"uint8array":i.arraybuffer&&u instanceof ArrayBuffer?"arraybuffer":void 0},s.checkSupport=function(u){if(!i[u.toLowerCase()])throw new Error(u+" is not supported by this platform")},s.MAX_VALUE_16BITS=65535,s.MAX_VALUE_32BITS=-1,s.pretty=function(u){var D,g,o="";for(g=0;g<(u||"").length;g++)o+="\\x"+((D=u.charCodeAt(g))<16?"0":"")+D.toString(16).toUpperCase();return o},s.delay=function(u,D,g){setImmediate(function(){u.apply(g||null,D||[])})},s.inherits=function(u,D){function g(){}g.prototype=D.prototype,u.prototype=new g},s.extend=function(){var u,D,g={};for(u=0;u<arguments.length;u++)for(D in arguments[u])Object.prototype.hasOwnProperty.call(arguments[u],D)&&g[D]===void 0&&(g[D]=arguments[u][D]);return g},s.prepareContent=function(u,D,g,o,_){return h.Promise.resolve(D).then(function(O){return i.blob&&(O instanceof Blob||["[object File]","[object Blob]"].indexOf(Object.prototype.toString.call(O))!==-1)&&typeof FileReader!="undefined"?new h.Promise(function(Z,se){var ne=new FileReader;ne.onload=function(A){Z(A.target.result)},ne.onerror=function(A){se(A.target.error)},ne.readAsArrayBuffer(O)}):O}).then(function(O){var Z=s.getTypeOf(O);return Z?(Z==="arraybuffer"?O=s.transformTo("uint8array",O):Z==="string"&&(_?O=f.decode(O):g&&o!==!0&&(O=function(se){return L(se,i.uint8array?new Uint8Array(se.length):new Array(se.length))}(O))),O):h.Promise.reject(new Error("Can't read the data of '"+u+"'. Is it in a supported JavaScript type (String, Blob, ArrayBuffer, etc) ?"))})}},{"./base64":1,"./external":6,"./nodejsUtils":14,"./support":30,setimmediate:54}],33:[function(t,l,s){var i=t("./reader/readerFor"),f=t("./utils"),d=t("./signature"),h=t("./zipEntry"),p=t("./support");function L(x){this.files=[],this.loadOptions=x}L.prototype={checkSignature:function(x){if(!this.reader.readAndCheckSignature(x)){this.reader.index-=4;var k=this.reader.readString(4);throw new Error("Corrupted zip or bug: unexpected signature ("+f.pretty(k)+", expected "+f.pretty(x)+")")}},isSignature:function(x,k){var v=this.reader.index;this.reader.setIndex(x);var T=this.reader.readString(4)===k;return this.reader.setIndex(v),T},readBlockEndOfCentral:function(){this.diskNumber=this.reader.readInt(2),this.diskWithCentralDirStart=this.reader.readInt(2),this.centralDirRecordsOnThisDisk=this.reader.readInt(2),this.centralDirRecords=this.reader.readInt(2),this.centralDirSize=this.reader.readInt(4),this.centralDirOffset=this.reader.readInt(4),this.zipCommentLength=this.reader.readInt(2);var x=this.reader.readData(this.zipCommentLength),k=p.uint8array?"uint8array":"array",v=f.transformTo(k,x);this.zipComment=this.loadOptions.decodeFileName(v)},readBlockZip64EndOfCentral:function(){this.zip64EndOfCentralSize=this.reader.readInt(8),this.reader.skip(4),this.diskNumber=this.reader.readInt(4),this.diskWithCentralDirStart=this.reader.readInt(4),this.centralDirRecordsOnThisDisk=this.reader.readInt(8),this.centralDirRecords=this.reader.readInt(8),this.centralDirSize=this.reader.readInt(8),this.centralDirOffset=this.reader.readInt(8),this.zip64ExtensibleData={};for(var x,k,v,T=this.zip64EndOfCentralSize-44;0<T;)x=this.reader.readInt(2),k=this.reader.readInt(4),v=this.reader.readData(k),this.zip64ExtensibleData[x]={id:x,length:k,value:v}},readBlockZip64EndOfCentralLocator:function(){if(this.diskWithZip64CentralDirStart=this.reader.readInt(4),this.relativeOffsetEndOfZip64CentralDir=this.reader.readInt(8),this.disksCount=this.reader.readInt(4),1<this.disksCount)throw new Error("Multi-volumes zip are not supported")},readLocalFiles:function(){var x,k;for(x=0;x<this.files.length;x++)k=this.files[x],this.reader.setIndex(k.localHeaderOffset),this.checkSignature(d.LOCAL_FILE_HEADER),k.readLocalPart(this.reader),k.handleUTF8(),k.processAttributes()},readCentralDir:function(){var x;for(this.reader.setIndex(this.centralDirOffset);this.reader.readAndCheckSignature(d.CENTRAL_FILE_HEADER);)(x=new h({zip64:this.zip64},this.loadOptions)).readCentralPart(this.reader),this.files.push(x);if(this.centralDirRecords!==this.files.length&&this.centralDirRecords!==0&&this.files.length===0)throw new Error("Corrupted zip or bug: expected "+this.centralDirRecords+" records in central dir, got "+this.files.length)},readEndOfCentral:function(){var x=this.reader.lastIndexOfSignature(d.CENTRAL_DIRECTORY_END);if(x<0)throw this.isSignature(0,d.LOCAL_FILE_HEADER)?new Error("Corrupted zip: can't find end of central directory"):new Error("Can't find end of central directory : is this a zip file ? If it is, see https://stuk.github.io/jszip/documentation/howto/read_zip.html");this.reader.setIndex(x);var k=x;if(this.checkSignature(d.CENTRAL_DIRECTORY_END),this.readBlockEndOfCentral(),this.diskNumber===f.MAX_VALUE_16BITS||this.diskWithCentralDirStart===f.MAX_VALUE_16BITS||this.centralDirRecordsOnThisDisk===f.MAX_VALUE_16BITS||this.centralDirRecords===f.MAX_VALUE_16BITS||this.centralDirSize===f.MAX_VALUE_32BITS||this.centralDirOffset===f.MAX_VALUE_32BITS){if(this.zip64=!0,(x=this.reader.lastIndexOfSignature(d.ZIP64_CENTRAL_DIRECTORY_LOCATOR))<0)throw new Error("Corrupted zip: can't find the ZIP64 end of central directory locator");if(this.reader.setIndex(x),this.checkSignature(d.ZIP64_CENTRAL_DIRECTORY_LOCATOR),this.readBlockZip64EndOfCentralLocator(),!this.isSignature(this.relativeOffsetEndOfZip64CentralDir,d.ZIP64_CENTRAL_DIRECTORY_END)&&(this.relativeOffsetEndOfZip64CentralDir=this.reader.lastIndexOfSignature(d.ZIP64_CENTRAL_DIRECTORY_END),this.relativeOffsetEndOfZip64CentralDir<0))throw new Error("Corrupted zip: can't find the ZIP64 end of central directory");this.reader.setIndex(this.relativeOffsetEndOfZip64CentralDir),this.checkSignature(d.ZIP64_CENTRAL_DIRECTORY_END),this.readBlockZip64EndOfCentral()}var v=this.centralDirOffset+this.centralDirSize;this.zip64&&(v+=20,v+=12+this.zip64EndOfCentralSize);var T=k-v;if(0<T)this.isSignature(k,d.CENTRAL_FILE_HEADER)||(this.reader.zero=T);else if(T<0)throw new Error("Corrupted zip: missing "+Math.abs(T)+" bytes.")},prepareReader:function(x){this.reader=i(x)},load:function(x){this.prepareReader(x),this.readEndOfCentral(),this.readCentralDir(),this.readLocalFiles()}},l.exports=L},{"./reader/readerFor":22,"./signature":23,"./support":30,"./utils":32,"./zipEntry":34}],34:[function(t,l,s){var i=t("./reader/readerFor"),f=t("./utils"),d=t("./compressedObject"),h=t("./crc32"),p=t("./utf8"),L=t("./compressions"),x=t("./support");function k(v,T){this.options=v,this.loadOptions=T}k.prototype={isEncrypted:function(){return(1&this.bitFlag)==1},useUTF8:function(){return(2048&this.bitFlag)==2048},readLocalPart:function(v){var T,u;if(v.skip(22),this.fileNameLength=v.readInt(2),u=v.readInt(2),this.fileName=v.readData(this.fileNameLength),v.skip(u),this.compressedSize===-1||this.uncompressedSize===-1)throw new Error("Bug or corrupted zip : didn't get enough information from the central directory (compressedSize === -1 || uncompressedSize === -1)");if((T=function(D){for(var g in L)if(Object.prototype.hasOwnProperty.call(L,g)&&L[g].magic===D)return L[g];return null}(this.compressionMethod))===null)throw new Error("Corrupted zip : compression "+f.pretty(this.compressionMethod)+" unknown (inner file : "+f.transformTo("string",this.fileName)+")");this.decompressed=new d(this.compressedSize,this.uncompressedSize,this.crc32,T,v.readData(this.compressedSize))},readCentralPart:function(v){this.versionMadeBy=v.readInt(2),v.skip(2),this.bitFlag=v.readInt(2),this.compressionMethod=v.readString(2),this.date=v.readDate(),this.crc32=v.readInt(4),this.compressedSize=v.readInt(4),this.uncompressedSize=v.readInt(4);var T=v.readInt(2);if(this.extraFieldsLength=v.readInt(2),this.fileCommentLength=v.readInt(2),this.diskNumberStart=v.readInt(2),this.internalFileAttributes=v.readInt(2),this.externalFileAttributes=v.readInt(4),this.localHeaderOffset=v.readInt(4),this.isEncrypted())throw new Error("Encrypted zip are not supported");v.skip(T),this.readExtraFields(v),this.parseZIP64ExtraField(v),this.fileComment=v.readData(this.fileCommentLength)},processAttributes:function(){this.unixPermissions=null,this.dosPermissions=null;var v=this.versionMadeBy>>8;this.dir=!!(16&this.externalFileAttributes),v==0&&(this.dosPermissions=63&this.externalFileAttributes),v==3&&(this.unixPermissions=this.externalFileAttributes>>16&65535),this.dir||this.fileNameStr.slice(-1)!=="/"||(this.dir=!0)},parseZIP64ExtraField:function(){if(this.extraFields[1]){var v=i(this.extraFields[1].value);this.uncompressedSize===f.MAX_VALUE_32BITS&&(this.uncompressedSize=v.readInt(8)),this.compressedSize===f.MAX_VALUE_32BITS&&(this.compressedSize=v.readInt(8)),this.localHeaderOffset===f.MAX_VALUE_32BITS&&(this.localHeaderOffset=v.readInt(8)),this.diskNumberStart===f.MAX_VALUE_32BITS&&(this.diskNumberStart=v.readInt(4))}},readExtraFields:function(v){var T,u,D,g=v.index+this.extraFieldsLength;for(this.extraFields||(this.extraFields={});v.index+4<g;)T=v.readInt(2),u=v.readInt(2),D=v.readData(u),this.extraFields[T]={id:T,length:u,value:D};v.setIndex(g)},handleUTF8:function(){var v=x.uint8array?"uint8array":"array";if(this.useUTF8())this.fileNameStr=p.utf8decode(this.fileName),this.fileCommentStr=p.utf8decode(this.fileComment);else{var T=this.findExtraFieldUnicodePath();if(T!==null)this.fileNameStr=T;else{var u=f.transformTo(v,this.fileName);this.fileNameStr=this.loadOptions.decodeFileName(u)}var D=this.findExtraFieldUnicodeComment();if(D!==null)this.fileCommentStr=D;else{var g=f.transformTo(v,this.fileComment);this.fileCommentStr=this.loadOptions.decodeFileName(g)}}},findExtraFieldUnicodePath:function(){var v=this.extraFields[28789];if(v){var T=i(v.value);return T.readInt(1)!==1||h(this.fileName)!==T.readInt(4)?null:p.utf8decode(T.readData(v.length-5))}return null},findExtraFieldUnicodeComment:function(){var v=this.extraFields[25461];if(v){var T=i(v.value);return T.readInt(1)!==1||h(this.fileComment)!==T.readInt(4)?null:p.utf8decode(T.readData(v.length-5))}return null}},l.exports=k},{"./compressedObject":2,"./compressions":3,"./crc32":4,"./reader/readerFor":22,"./support":30,"./utf8":31,"./utils":32}],35:[function(t,l,s){function i(T,u,D){this.name=T,this.dir=D.dir,this.date=D.date,this.comment=D.comment,this.unixPermissions=D.unixPermissions,this.dosPermissions=D.dosPermissions,this._data=u,this._dataBinary=D.binary,this.options={compression:D.compression,compressionOptions:D.compressionOptions}}var f=t("./stream/StreamHelper"),d=t("./stream/DataWorker"),h=t("./utf8"),p=t("./compressedObject"),L=t("./stream/GenericWorker");i.prototype={internalStream:function(T){var u=null,D="string";try{if(!T)throw new Error("No output type specified.");var g=(D=T.toLowerCase())==="string"||D==="text";D!=="binarystring"&&D!=="text"||(D="string"),u=this._decompressWorker();var o=!this._dataBinary;o&&!g&&(u=u.pipe(new h.Utf8EncodeWorker)),!o&&g&&(u=u.pipe(new h.Utf8DecodeWorker))}catch(_){(u=new L("error")).error(_)}return new f(u,D,"")},async:function(T,u){return this.internalStream(T).accumulate(u)},nodeStream:function(T,u){return this.internalStream(T||"nodebuffer").toNodejsStream(u)},_compressWorker:function(T,u){if(this._data instanceof p&&this._data.compression.magic===T.magic)return this._data.getCompressedWorker();var D=this._decompressWorker();return this._dataBinary||(D=D.pipe(new h.Utf8EncodeWorker)),p.createWorkerFrom(D,T,u)},_decompressWorker:function(){return this._data instanceof p?this._data.getContentWorker():this._data instanceof L?this._data:new d(this._data)}};for(var x=["asText","asBinary","asNodeBuffer","asUint8Array","asArrayBuffer"],k=function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},v=0;v<x.length;v++)i.prototype[x[v]]=k;l.exports=i},{"./compressedObject":2,"./stream/DataWorker":27,"./stream/GenericWorker":28,"./stream/StreamHelper":29,"./utf8":31}],36:[function(t,l,s){(function(i){var f,d,h=i.MutationObserver||i.WebKitMutationObserver;if(h){var p=0,L=new h(T),x=i.document.createTextNode("");L.observe(x,{characterData:!0}),f=function(){x.data=p=++p%2}}else if(i.setImmediate||i.MessageChannel===void 0)f="document"in i&&"onreadystatechange"in i.document.createElement("script")?function(){var u=i.document.createElement("script");u.onreadystatechange=function(){T(),u.onreadystatechange=null,u.parentNode.removeChild(u),u=null},i.document.documentElement.appendChild(u)}:function(){setTimeout(T,0)};else{var k=new i.MessageChannel;k.port1.onmessage=T,f=function(){k.port2.postMessage(0)}}var v=[];function T(){var u,D;d=!0;for(var g=v.length;g;){for(D=v,v=[],u=-1;++u<g;)D[u]();g=v.length}d=!1}l.exports=function(u){v.push(u)!==1||d||f()}}).call(this,typeof Wr!="undefined"?Wr:typeof self!="undefined"?self:typeof window!="undefined"?window:{})},{}],37:[function(t,l,s){var i=t("immediate");function f(){}var d={},h=["REJECTED"],p=["FULFILLED"],L=["PENDING"];function x(g){if(typeof g!="function")throw new TypeError("resolver must be a function");this.state=L,this.queue=[],this.outcome=void 0,g!==f&&u(this,g)}function k(g,o,_){this.promise=g,typeof o=="function"&&(this.onFulfilled=o,this.callFulfilled=this.otherCallFulfilled),typeof _=="function"&&(this.onRejected=_,this.callRejected=this.otherCallRejected)}function v(g,o,_){i(function(){var O;try{O=o(_)}catch(Z){return d.reject(g,Z)}O===g?d.reject(g,new TypeError("Cannot resolve promise with itself")):d.resolve(g,O)})}function T(g){var o=g&&g.then;if(g&&(typeof g=="object"||typeof g=="function")&&typeof o=="function")return function(){o.apply(g,arguments)}}function u(g,o){var _=!1;function O(ne){_||(_=!0,d.reject(g,ne))}function Z(ne){_||(_=!0,d.resolve(g,ne))}var se=D(function(){o(Z,O)});se.status==="error"&&O(se.value)}function D(g,o){var _={};try{_.value=g(o),_.status="success"}catch(O){_.status="error",_.value=O}return _}(l.exports=x).prototype.finally=function(g){if(typeof g!="function")return this;var o=this.constructor;return this.then(function(_){return o.resolve(g()).then(function(){return _})},function(_){return o.resolve(g()).then(function(){throw _})})},x.prototype.catch=function(g){return this.then(null,g)},x.prototype.then=function(g,o){if(typeof g!="function"&&this.state===p||typeof o!="function"&&this.state===h)return this;var _=new this.constructor(f);return this.state!==L?v(_,this.state===p?g:o,this.outcome):this.queue.push(new k(_,g,o)),_},k.prototype.callFulfilled=function(g){d.resolve(this.promise,g)},k.prototype.otherCallFulfilled=function(g){v(this.promise,this.onFulfilled,g)},k.prototype.callRejected=function(g){d.reject(this.promise,g)},k.prototype.otherCallRejected=function(g){v(this.promise,this.onRejected,g)},d.resolve=function(g,o){var _=D(T,o);if(_.status==="error")return d.reject(g,_.value);var O=_.value;if(O)u(g,O);else{g.state=p,g.outcome=o;for(var Z=-1,se=g.queue.length;++Z<se;)g.queue[Z].callFulfilled(o)}return g},d.reject=function(g,o){g.state=h,g.outcome=o;for(var _=-1,O=g.queue.length;++_<O;)g.queue[_].callRejected(o);return g},x.resolve=function(g){return g instanceof this?g:d.resolve(new this(f),g)},x.reject=function(g){var o=new this(f);return d.reject(o,g)},x.all=function(g){var o=this;if(Object.prototype.toString.call(g)!=="[object Array]")return this.reject(new TypeError("must be an array"));var _=g.length,O=!1;if(!_)return this.resolve([]);for(var Z=new Array(_),se=0,ne=-1,A=new this(f);++ne<_;)H(g[ne],ne);return A;function H(fe,ke){o.resolve(fe).then(function(F){Z[ke]=F,++se!==_||O||(O=!0,d.resolve(A,Z))},function(F){O||(O=!0,d.reject(A,F))})}},x.race=function(g){var o=this;if(Object.prototype.toString.call(g)!=="[object Array]")return this.reject(new TypeError("must be an array"));var _=g.length,O=!1;if(!_)return this.resolve([]);for(var Z=-1,se=new this(f);++Z<_;)ne=g[Z],o.resolve(ne).then(function(A){O||(O=!0,d.resolve(se,A))},function(A){O||(O=!0,d.reject(se,A))});var ne;return se}},{immediate:36}],38:[function(t,l,s){var i={};(0,t("./lib/utils/common").assign)(i,t("./lib/deflate"),t("./lib/inflate"),t("./lib/zlib/constants")),l.exports=i},{"./lib/deflate":39,"./lib/inflate":40,"./lib/utils/common":41,"./lib/zlib/constants":44}],39:[function(t,l,s){var i=t("./zlib/deflate"),f=t("./utils/common"),d=t("./utils/strings"),h=t("./zlib/messages"),p=t("./zlib/zstream"),L=Object.prototype.toString,x=0,k=-1,v=0,T=8;function u(g){if(!(this instanceof u))return new u(g);this.options=f.assign({level:k,method:T,chunkSize:16384,windowBits:15,memLevel:8,strategy:v,to:""},g||{});var o=this.options;o.raw&&0<o.windowBits?o.windowBits=-o.windowBits:o.gzip&&0<o.windowBits&&o.windowBits<16&&(o.windowBits+=16),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new p,this.strm.avail_out=0;var _=i.deflateInit2(this.strm,o.level,o.method,o.windowBits,o.memLevel,o.strategy);if(_!==x)throw new Error(h[_]);if(o.header&&i.deflateSetHeader(this.strm,o.header),o.dictionary){var O;if(O=typeof o.dictionary=="string"?d.string2buf(o.dictionary):L.call(o.dictionary)==="[object ArrayBuffer]"?new Uint8Array(o.dictionary):o.dictionary,(_=i.deflateSetDictionary(this.strm,O))!==x)throw new Error(h[_]);this._dict_set=!0}}function D(g,o){var _=new u(o);if(_.push(g,!0),_.err)throw _.msg||h[_.err];return _.result}u.prototype.push=function(g,o){var _,O,Z=this.strm,se=this.options.chunkSize;if(this.ended)return!1;O=o===~~o?o:o===!0?4:0,typeof g=="string"?Z.input=d.string2buf(g):L.call(g)==="[object ArrayBuffer]"?Z.input=new Uint8Array(g):Z.input=g,Z.next_in=0,Z.avail_in=Z.input.length;do{if(Z.avail_out===0&&(Z.output=new f.Buf8(se),Z.next_out=0,Z.avail_out=se),(_=i.deflate(Z,O))!==1&&_!==x)return this.onEnd(_),!(this.ended=!0);Z.avail_out!==0&&(Z.avail_in!==0||O!==4&&O!==2)||(this.options.to==="string"?this.onData(d.buf2binstring(f.shrinkBuf(Z.output,Z.next_out))):this.onData(f.shrinkBuf(Z.output,Z.next_out)))}while((0<Z.avail_in||Z.avail_out===0)&&_!==1);return O===4?(_=i.deflateEnd(this.strm),this.onEnd(_),this.ended=!0,_===x):O!==2||(this.onEnd(x),!(Z.avail_out=0))},u.prototype.onData=function(g){this.chunks.push(g)},u.prototype.onEnd=function(g){g===x&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=f.flattenChunks(this.chunks)),this.chunks=[],this.err=g,this.msg=this.strm.msg},s.Deflate=u,s.deflate=D,s.deflateRaw=function(g,o){return(o=o||{}).raw=!0,D(g,o)},s.gzip=function(g,o){return(o=o||{}).gzip=!0,D(g,o)}},{"./utils/common":41,"./utils/strings":42,"./zlib/deflate":46,"./zlib/messages":51,"./zlib/zstream":53}],40:[function(t,l,s){var i=t("./zlib/inflate"),f=t("./utils/common"),d=t("./utils/strings"),h=t("./zlib/constants"),p=t("./zlib/messages"),L=t("./zlib/zstream"),x=t("./zlib/gzheader"),k=Object.prototype.toString;function v(u){if(!(this instanceof v))return new v(u);this.options=f.assign({chunkSize:16384,windowBits:0,to:""},u||{});var D=this.options;D.raw&&0<=D.windowBits&&D.windowBits<16&&(D.windowBits=-D.windowBits,D.windowBits===0&&(D.windowBits=-15)),!(0<=D.windowBits&&D.windowBits<16)||u&&u.windowBits||(D.windowBits+=32),15<D.windowBits&&D.windowBits<48&&!(15&D.windowBits)&&(D.windowBits|=15),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new L,this.strm.avail_out=0;var g=i.inflateInit2(this.strm,D.windowBits);if(g!==h.Z_OK)throw new Error(p[g]);this.header=new x,i.inflateGetHeader(this.strm,this.header)}function T(u,D){var g=new v(D);if(g.push(u,!0),g.err)throw g.msg||p[g.err];return g.result}v.prototype.push=function(u,D){var g,o,_,O,Z,se,ne=this.strm,A=this.options.chunkSize,H=this.options.dictionary,fe=!1;if(this.ended)return!1;o=D===~~D?D:D===!0?h.Z_FINISH:h.Z_NO_FLUSH,typeof u=="string"?ne.input=d.binstring2buf(u):k.call(u)==="[object ArrayBuffer]"?ne.input=new Uint8Array(u):ne.input=u,ne.next_in=0,ne.avail_in=ne.input.length;do{if(ne.avail_out===0&&(ne.output=new f.Buf8(A),ne.next_out=0,ne.avail_out=A),(g=i.inflate(ne,h.Z_NO_FLUSH))===h.Z_NEED_DICT&&H&&(se=typeof H=="string"?d.string2buf(H):k.call(H)==="[object ArrayBuffer]"?new Uint8Array(H):H,g=i.inflateSetDictionary(this.strm,se)),g===h.Z_BUF_ERROR&&fe===!0&&(g=h.Z_OK,fe=!1),g!==h.Z_STREAM_END&&g!==h.Z_OK)return this.onEnd(g),!(this.ended=!0);ne.next_out&&(ne.avail_out!==0&&g!==h.Z_STREAM_END&&(ne.avail_in!==0||o!==h.Z_FINISH&&o!==h.Z_SYNC_FLUSH)||(this.options.to==="string"?(_=d.utf8border(ne.output,ne.next_out),O=ne.next_out-_,Z=d.buf2string(ne.output,_),ne.next_out=O,ne.avail_out=A-O,O&&f.arraySet(ne.output,ne.output,_,O,0),this.onData(Z)):this.onData(f.shrinkBuf(ne.output,ne.next_out)))),ne.avail_in===0&&ne.avail_out===0&&(fe=!0)}while((0<ne.avail_in||ne.avail_out===0)&&g!==h.Z_STREAM_END);return g===h.Z_STREAM_END&&(o=h.Z_FINISH),o===h.Z_FINISH?(g=i.inflateEnd(this.strm),this.onEnd(g),this.ended=!0,g===h.Z_OK):o!==h.Z_SYNC_FLUSH||(this.onEnd(h.Z_OK),!(ne.avail_out=0))},v.prototype.onData=function(u){this.chunks.push(u)},v.prototype.onEnd=function(u){u===h.Z_OK&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=f.flattenChunks(this.chunks)),this.chunks=[],this.err=u,this.msg=this.strm.msg},s.Inflate=v,s.inflate=T,s.inflateRaw=function(u,D){return(D=D||{}).raw=!0,T(u,D)},s.ungzip=T},{"./utils/common":41,"./utils/strings":42,"./zlib/constants":44,"./zlib/gzheader":47,"./zlib/inflate":49,"./zlib/messages":51,"./zlib/zstream":53}],41:[function(t,l,s){var i=typeof Uint8Array!="undefined"&&typeof Uint16Array!="undefined"&&typeof Int32Array!="undefined";s.assign=function(h){for(var p=Array.prototype.slice.call(arguments,1);p.length;){var L=p.shift();if(L){if(typeof L!="object")throw new TypeError(L+"must be non-object");for(var x in L)L.hasOwnProperty(x)&&(h[x]=L[x])}}return h},s.shrinkBuf=function(h,p){return h.length===p?h:h.subarray?h.subarray(0,p):(h.length=p,h)};var f={arraySet:function(h,p,L,x,k){if(p.subarray&&h.subarray)h.set(p.subarray(L,L+x),k);else for(var v=0;v<x;v++)h[k+v]=p[L+v]},flattenChunks:function(h){var p,L,x,k,v,T;for(p=x=0,L=h.length;p<L;p++)x+=h[p].length;for(T=new Uint8Array(x),p=k=0,L=h.length;p<L;p++)v=h[p],T.set(v,k),k+=v.length;return T}},d={arraySet:function(h,p,L,x,k){for(var v=0;v<x;v++)h[k+v]=p[L+v]},flattenChunks:function(h){return[].concat.apply([],h)}};s.setTyped=function(h){h?(s.Buf8=Uint8Array,s.Buf16=Uint16Array,s.Buf32=Int32Array,s.assign(s,f)):(s.Buf8=Array,s.Buf16=Array,s.Buf32=Array,s.assign(s,d))},s.setTyped(i)},{}],42:[function(t,l,s){var i=t("./common"),f=!0,d=!0;try{String.fromCharCode.apply(null,[0])}catch(x){f=!1}try{String.fromCharCode.apply(null,new Uint8Array(1))}catch(x){d=!1}for(var h=new i.Buf8(256),p=0;p<256;p++)h[p]=252<=p?6:248<=p?5:240<=p?4:224<=p?3:192<=p?2:1;function L(x,k){if(k<65537&&(x.subarray&&d||!x.subarray&&f))return String.fromCharCode.apply(null,i.shrinkBuf(x,k));for(var v="",T=0;T<k;T++)v+=String.fromCharCode(x[T]);return v}h[254]=h[254]=1,s.string2buf=function(x){var k,v,T,u,D,g=x.length,o=0;for(u=0;u<g;u++)(64512&(v=x.charCodeAt(u)))==55296&&u+1<g&&(64512&(T=x.charCodeAt(u+1)))==56320&&(v=65536+(v-55296<<10)+(T-56320),u++),o+=v<128?1:v<2048?2:v<65536?3:4;for(k=new i.Buf8(o),u=D=0;D<o;u++)(64512&(v=x.charCodeAt(u)))==55296&&u+1<g&&(64512&(T=x.charCodeAt(u+1)))==56320&&(v=65536+(v-55296<<10)+(T-56320),u++),v<128?k[D++]=v:(v<2048?k[D++]=192|v>>>6:(v<65536?k[D++]=224|v>>>12:(k[D++]=240|v>>>18,k[D++]=128|v>>>12&63),k[D++]=128|v>>>6&63),k[D++]=128|63&v);return k},s.buf2binstring=function(x){return L(x,x.length)},s.binstring2buf=function(x){for(var k=new i.Buf8(x.length),v=0,T=k.length;v<T;v++)k[v]=x.charCodeAt(v);return k},s.buf2string=function(x,k){var v,T,u,D,g=k||x.length,o=new Array(2*g);for(v=T=0;v<g;)if((u=x[v++])<128)o[T++]=u;else if(4<(D=h[u]))o[T++]=65533,v+=D-1;else{for(u&=D===2?31:D===3?15:7;1<D&&v<g;)u=u<<6|63&x[v++],D--;1<D?o[T++]=65533:u<65536?o[T++]=u:(u-=65536,o[T++]=55296|u>>10&1023,o[T++]=56320|1023&u)}return L(o,T)},s.utf8border=function(x,k){var v;for((k=k||x.length)>x.length&&(k=x.length),v=k-1;0<=v&&(192&x[v])==128;)v--;return v<0||v===0?k:v+h[x[v]]>k?v:k}},{"./common":41}],43:[function(t,l,s){l.exports=function(i,f,d,h){for(var p=65535&i|0,L=i>>>16&65535|0,x=0;d!==0;){for(d-=x=2e3<d?2e3:d;L=L+(p=p+f[h++]|0)|0,--x;);p%=65521,L%=65521}return p|L<<16|0}},{}],44:[function(t,l,s){l.exports={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8}},{}],45:[function(t,l,s){var i=function(){for(var f,d=[],h=0;h<256;h++){f=h;for(var p=0;p<8;p++)f=1&f?3988292384^f>>>1:f>>>1;d[h]=f}return d}();l.exports=function(f,d,h,p){var L=i,x=p+h;f^=-1;for(var k=p;k<x;k++)f=f>>>8^L[255&(f^d[k])];return-1^f}},{}],46:[function(t,l,s){var i,f=t("../utils/common"),d=t("./trees"),h=t("./adler32"),p=t("./crc32"),L=t("./messages"),x=0,k=4,v=0,T=-2,u=-1,D=4,g=2,o=8,_=9,O=286,Z=30,se=19,ne=2*O+1,A=15,H=3,fe=258,ke=fe+H+1,F=42,oe=113,e=1,n=2,le=3,he=4;function N(m,Le){return m.msg=L[Le],Le}function R(m){return(m<<1)-(4<m?9:0)}function Y(m){for(var Le=m.length;0<=--Le;)m[Le]=0}function V(m){var Le=m.state,ge=Le.pending;ge>m.avail_out&&(ge=m.avail_out),ge!==0&&(f.arraySet(m.output,Le.pending_buf,Le.pending_out,ge,m.next_out),m.next_out+=ge,Le.pending_out+=ge,m.total_out+=ge,m.avail_out-=ge,Le.pending-=ge,Le.pending===0&&(Le.pending_out=0))}function J(m,Le){d._tr_flush_block(m,0<=m.block_start?m.block_start:-1,m.strstart-m.block_start,Le),m.block_start=m.strstart,V(m.strm)}function Qe(m,Le){m.pending_buf[m.pending++]=Le}function Pe(m,Le){m.pending_buf[m.pending++]=Le>>>8&255,m.pending_buf[m.pending++]=255&Le}function ye(m,Le){var ge,E,S=m.max_chain_length,q=m.strstart,Be=m.prev_length,Me=m.nice_match,re=m.strstart>m.w_size-ke?m.strstart-(m.w_size-ke):0,Se=m.window,Ye=m.w_mask,Ee=m.prev,on=m.strstart+fe,Xn=Se[q+Be-1],Pn=Se[q+Be];m.prev_length>=m.good_match&&(S>>=2),Me>m.lookahead&&(Me=m.lookahead);do if(Se[(ge=Le)+Be]===Pn&&Se[ge+Be-1]===Xn&&Se[ge]===Se[q]&&Se[++ge]===Se[q+1]){q+=2,ge++;do;while(Se[++q]===Se[++ge]&&Se[++q]===Se[++ge]&&Se[++q]===Se[++ge]&&Se[++q]===Se[++ge]&&Se[++q]===Se[++ge]&&Se[++q]===Se[++ge]&&Se[++q]===Se[++ge]&&Se[++q]===Se[++ge]&&q<on);if(E=fe-(on-q),q=on-fe,Be<E){if(m.match_start=Le,Me<=(Be=E))break;Xn=Se[q+Be-1],Pn=Se[q+Be]}}while((Le=Ee[Le&Ye])>re&&--S!=0);return Be<=m.lookahead?Be:m.lookahead}function Dn(m){var Le,ge,E,S,q,Be,Me,re,Se,Ye,Ee=m.w_size;do{if(S=m.window_size-m.lookahead-m.strstart,m.strstart>=Ee+(Ee-ke)){for(f.arraySet(m.window,m.window,Ee,Ee,0),m.match_start-=Ee,m.strstart-=Ee,m.block_start-=Ee,Le=ge=m.hash_size;E=m.head[--Le],m.head[Le]=Ee<=E?E-Ee:0,--ge;);for(Le=ge=Ee;E=m.prev[--Le],m.prev[Le]=Ee<=E?E-Ee:0,--ge;);S+=Ee}if(m.strm.avail_in===0)break;if(Be=m.strm,Me=m.window,re=m.strstart+m.lookahead,Se=S,Ye=void 0,Ye=Be.avail_in,Se<Ye&&(Ye=Se),ge=Ye===0?0:(Be.avail_in-=Ye,f.arraySet(Me,Be.input,Be.next_in,Ye,re),Be.state.wrap===1?Be.adler=h(Be.adler,Me,Ye,re):Be.state.wrap===2&&(Be.adler=p(Be.adler,Me,Ye,re)),Be.next_in+=Ye,Be.total_in+=Ye,Ye),m.lookahead+=ge,m.lookahead+m.insert>=H)for(q=m.strstart-m.insert,m.ins_h=m.window[q],m.ins_h=(m.ins_h<<m.hash_shift^m.window[q+1])&m.hash_mask;m.insert&&(m.ins_h=(m.ins_h<<m.hash_shift^m.window[q+H-1])&m.hash_mask,m.prev[q&m.w_mask]=m.head[m.ins_h],m.head[m.ins_h]=q,q++,m.insert--,!(m.lookahead+m.insert<H)););}while(m.lookahead<ke&&m.strm.avail_in!==0)}function b(m,Le){for(var ge,E;;){if(m.lookahead<ke){if(Dn(m),m.lookahead<ke&&Le===x)return e;if(m.lookahead===0)break}if(ge=0,m.lookahead>=H&&(m.ins_h=(m.ins_h<<m.hash_shift^m.window[m.strstart+H-1])&m.hash_mask,ge=m.prev[m.strstart&m.w_mask]=m.head[m.ins_h],m.head[m.ins_h]=m.strstart),ge!==0&&m.strstart-ge<=m.w_size-ke&&(m.match_length=ye(m,ge)),m.match_length>=H)if(E=d._tr_tally(m,m.strstart-m.match_start,m.match_length-H),m.lookahead-=m.match_length,m.match_length<=m.max_lazy_match&&m.lookahead>=H){for(m.match_length--;m.strstart++,m.ins_h=(m.ins_h<<m.hash_shift^m.window[m.strstart+H-1])&m.hash_mask,ge=m.prev[m.strstart&m.w_mask]=m.head[m.ins_h],m.head[m.ins_h]=m.strstart,--m.match_length!=0;);m.strstart++}else m.strstart+=m.match_length,m.match_length=0,m.ins_h=m.window[m.strstart],m.ins_h=(m.ins_h<<m.hash_shift^m.window[m.strstart+1])&m.hash_mask;else E=d._tr_tally(m,0,m.window[m.strstart]),m.lookahead--,m.strstart++;if(E&&(J(m,!1),m.strm.avail_out===0))return e}return m.insert=m.strstart<H-1?m.strstart:H-1,Le===k?(J(m,!0),m.strm.avail_out===0?le:he):m.last_lit&&(J(m,!1),m.strm.avail_out===0)?e:n}function hn(m,Le){for(var ge,E,S;;){if(m.lookahead<ke){if(Dn(m),m.lookahead<ke&&Le===x)return e;if(m.lookahead===0)break}if(ge=0,m.lookahead>=H&&(m.ins_h=(m.ins_h<<m.hash_shift^m.window[m.strstart+H-1])&m.hash_mask,ge=m.prev[m.strstart&m.w_mask]=m.head[m.ins_h],m.head[m.ins_h]=m.strstart),m.prev_length=m.match_length,m.prev_match=m.match_start,m.match_length=H-1,ge!==0&&m.prev_length<m.max_lazy_match&&m.strstart-ge<=m.w_size-ke&&(m.match_length=ye(m,ge),m.match_length<=5&&(m.strategy===1||m.match_length===H&&4096<m.strstart-m.match_start)&&(m.match_length=H-1)),m.prev_length>=H&&m.match_length<=m.prev_length){for(S=m.strstart+m.lookahead-H,E=d._tr_tally(m,m.strstart-1-m.prev_match,m.prev_length-H),m.lookahead-=m.prev_length-1,m.prev_length-=2;++m.strstart<=S&&(m.ins_h=(m.ins_h<<m.hash_shift^m.window[m.strstart+H-1])&m.hash_mask,ge=m.prev[m.strstart&m.w_mask]=m.head[m.ins_h],m.head[m.ins_h]=m.strstart),--m.prev_length!=0;);if(m.match_available=0,m.match_length=H-1,m.strstart++,E&&(J(m,!1),m.strm.avail_out===0))return e}else if(m.match_available){if((E=d._tr_tally(m,0,m.window[m.strstart-1]))&&J(m,!1),m.strstart++,m.lookahead--,m.strm.avail_out===0)return e}else m.match_available=1,m.strstart++,m.lookahead--}return m.match_available&&(E=d._tr_tally(m,0,m.window[m.strstart-1]),m.match_available=0),m.insert=m.strstart<H-1?m.strstart:H-1,Le===k?(J(m,!0),m.strm.avail_out===0?le:he):m.last_lit&&(J(m,!1),m.strm.avail_out===0)?e:n}function je(m,Le,ge,E,S){this.good_length=m,this.max_lazy=Le,this.nice_length=ge,this.max_chain=E,this.func=S}function Qn(){this.strm=null,this.status=0,this.pending_buf=null,this.pending_buf_size=0,this.pending_out=0,this.pending=0,this.wrap=0,this.gzhead=null,this.gzindex=0,this.method=o,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window_size=0,this.prev=null,this.head=null,this.ins_h=0,this.hash_size=0,this.hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_match=0,this.match_available=0,this.strstart=0,this.match_start=0,this.lookahead=0,this.prev_length=0,this.max_chain_length=0,this.max_lazy_match=0,this.level=0,this.strategy=0,this.good_match=0,this.nice_match=0,this.dyn_ltree=new f.Buf16(2*ne),this.dyn_dtree=new f.Buf16(2*(2*Z+1)),this.bl_tree=new f.Buf16(2*(2*se+1)),Y(this.dyn_ltree),Y(this.dyn_dtree),Y(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new f.Buf16(A+1),this.heap=new f.Buf16(2*O+1),Y(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new f.Buf16(2*O+1),Y(this.depth),this.l_buf=0,this.lit_bufsize=0,this.last_lit=0,this.d_buf=0,this.opt_len=0,this.static_len=0,this.matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}function Cn(m){var Le;return m&&m.state?(m.total_in=m.total_out=0,m.data_type=g,(Le=m.state).pending=0,Le.pending_out=0,Le.wrap<0&&(Le.wrap=-Le.wrap),Le.status=Le.wrap?F:oe,m.adler=Le.wrap===2?0:1,Le.last_flush=x,d._tr_init(Le),v):N(m,T)}function La(m){var Le=Cn(m);return Le===v&&function(ge){ge.window_size=2*ge.w_size,Y(ge.head),ge.max_lazy_match=i[ge.level].max_lazy,ge.good_match=i[ge.level].good_length,ge.nice_match=i[ge.level].nice_length,ge.max_chain_length=i[ge.level].max_chain,ge.strstart=0,ge.block_start=0,ge.lookahead=0,ge.insert=0,ge.match_length=ge.prev_length=H-1,ge.match_available=0,ge.ins_h=0}(m.state),Le}function ta(m,Le,ge,E,S,q){if(!m)return T;var Be=1;if(Le===u&&(Le=6),E<0?(Be=0,E=-E):15<E&&(Be=2,E-=16),S<1||_<S||ge!==o||E<8||15<E||Le<0||9<Le||q<0||D<q)return N(m,T);E===8&&(E=9);var Me=new Qn;return(m.state=Me).strm=m,Me.wrap=Be,Me.gzhead=null,Me.w_bits=E,Me.w_size=1<<Me.w_bits,Me.w_mask=Me.w_size-1,Me.hash_bits=S+7,Me.hash_size=1<<Me.hash_bits,Me.hash_mask=Me.hash_size-1,Me.hash_shift=~~((Me.hash_bits+H-1)/H),Me.window=new f.Buf8(2*Me.w_size),Me.head=new f.Buf16(Me.hash_size),Me.prev=new f.Buf16(Me.w_size),Me.lit_bufsize=1<<S+6,Me.pending_buf_size=4*Me.lit_bufsize,Me.pending_buf=new f.Buf8(Me.pending_buf_size),Me.d_buf=1*Me.lit_bufsize,Me.l_buf=3*Me.lit_bufsize,Me.level=Le,Me.strategy=q,Me.method=ge,La(m)}i=[new je(0,0,0,0,function(m,Le){var ge=65535;for(ge>m.pending_buf_size-5&&(ge=m.pending_buf_size-5);;){if(m.lookahead<=1){if(Dn(m),m.lookahead===0&&Le===x)return e;if(m.lookahead===0)break}m.strstart+=m.lookahead,m.lookahead=0;var E=m.block_start+ge;if((m.strstart===0||m.strstart>=E)&&(m.lookahead=m.strstart-E,m.strstart=E,J(m,!1),m.strm.avail_out===0)||m.strstart-m.block_start>=m.w_size-ke&&(J(m,!1),m.strm.avail_out===0))return e}return m.insert=0,Le===k?(J(m,!0),m.strm.avail_out===0?le:he):(m.strstart>m.block_start&&(J(m,!1),m.strm.avail_out),e)}),new je(4,4,8,4,b),new je(4,5,16,8,b),new je(4,6,32,32,b),new je(4,4,16,16,hn),new je(8,16,32,32,hn),new je(8,16,128,128,hn),new je(8,32,128,256,hn),new je(32,128,258,1024,hn),new je(32,258,258,4096,hn)],s.deflateInit=function(m,Le){return ta(m,Le,o,15,8,0)},s.deflateInit2=ta,s.deflateReset=La,s.deflateResetKeep=Cn,s.deflateSetHeader=function(m,Le){return m&&m.state?m.state.wrap!==2?T:(m.state.gzhead=Le,v):T},s.deflate=function(m,Le){var ge,E,S,q;if(!m||!m.state||5<Le||Le<0)return m?N(m,T):T;if(E=m.state,!m.output||!m.input&&m.avail_in!==0||E.status===666&&Le!==k)return N(m,m.avail_out===0?-5:T);if(E.strm=m,ge=E.last_flush,E.last_flush=Le,E.status===F)if(E.wrap===2)m.adler=0,Qe(E,31),Qe(E,139),Qe(E,8),E.gzhead?(Qe(E,(E.gzhead.text?1:0)+(E.gzhead.hcrc?2:0)+(E.gzhead.extra?4:0)+(E.gzhead.name?8:0)+(E.gzhead.comment?16:0)),Qe(E,255&E.gzhead.time),Qe(E,E.gzhead.time>>8&255),Qe(E,E.gzhead.time>>16&255),Qe(E,E.gzhead.time>>24&255),Qe(E,E.level===9?2:2<=E.strategy||E.level<2?4:0),Qe(E,255&E.gzhead.os),E.gzhead.extra&&E.gzhead.extra.length&&(Qe(E,255&E.gzhead.extra.length),Qe(E,E.gzhead.extra.length>>8&255)),E.gzhead.hcrc&&(m.adler=p(m.adler,E.pending_buf,E.pending,0)),E.gzindex=0,E.status=69):(Qe(E,0),Qe(E,0),Qe(E,0),Qe(E,0),Qe(E,0),Qe(E,E.level===9?2:2<=E.strategy||E.level<2?4:0),Qe(E,3),E.status=oe);else{var Be=o+(E.w_bits-8<<4)<<8;Be|=(2<=E.strategy||E.level<2?0:E.level<6?1:E.level===6?2:3)<<6,E.strstart!==0&&(Be|=32),Be+=31-Be%31,E.status=oe,Pe(E,Be),E.strstart!==0&&(Pe(E,m.adler>>>16),Pe(E,65535&m.adler)),m.adler=1}if(E.status===69)if(E.gzhead.extra){for(S=E.pending;E.gzindex<(65535&E.gzhead.extra.length)&&(E.pending!==E.pending_buf_size||(E.gzhead.hcrc&&E.pending>S&&(m.adler=p(m.adler,E.pending_buf,E.pending-S,S)),V(m),S=E.pending,E.pending!==E.pending_buf_size));)Qe(E,255&E.gzhead.extra[E.gzindex]),E.gzindex++;E.gzhead.hcrc&&E.pending>S&&(m.adler=p(m.adler,E.pending_buf,E.pending-S,S)),E.gzindex===E.gzhead.extra.length&&(E.gzindex=0,E.status=73)}else E.status=73;if(E.status===73)if(E.gzhead.name){S=E.pending;do{if(E.pending===E.pending_buf_size&&(E.gzhead.hcrc&&E.pending>S&&(m.adler=p(m.adler,E.pending_buf,E.pending-S,S)),V(m),S=E.pending,E.pending===E.pending_buf_size)){q=1;break}q=E.gzindex<E.gzhead.name.length?255&E.gzhead.name.charCodeAt(E.gzindex++):0,Qe(E,q)}while(q!==0);E.gzhead.hcrc&&E.pending>S&&(m.adler=p(m.adler,E.pending_buf,E.pending-S,S)),q===0&&(E.gzindex=0,E.status=91)}else E.status=91;if(E.status===91)if(E.gzhead.comment){S=E.pending;do{if(E.pending===E.pending_buf_size&&(E.gzhead.hcrc&&E.pending>S&&(m.adler=p(m.adler,E.pending_buf,E.pending-S,S)),V(m),S=E.pending,E.pending===E.pending_buf_size)){q=1;break}q=E.gzindex<E.gzhead.comment.length?255&E.gzhead.comment.charCodeAt(E.gzindex++):0,Qe(E,q)}while(q!==0);E.gzhead.hcrc&&E.pending>S&&(m.adler=p(m.adler,E.pending_buf,E.pending-S,S)),q===0&&(E.status=103)}else E.status=103;if(E.status===103&&(E.gzhead.hcrc?(E.pending+2>E.pending_buf_size&&V(m),E.pending+2<=E.pending_buf_size&&(Qe(E,255&m.adler),Qe(E,m.adler>>8&255),m.adler=0,E.status=oe)):E.status=oe),E.pending!==0){if(V(m),m.avail_out===0)return E.last_flush=-1,v}else if(m.avail_in===0&&R(Le)<=R(ge)&&Le!==k)return N(m,-5);if(E.status===666&&m.avail_in!==0)return N(m,-5);if(m.avail_in!==0||E.lookahead!==0||Le!==x&&E.status!==666){var Me=E.strategy===2?function(re,Se){for(var Ye;;){if(re.lookahead===0&&(Dn(re),re.lookahead===0)){if(Se===x)return e;break}if(re.match_length=0,Ye=d._tr_tally(re,0,re.window[re.strstart]),re.lookahead--,re.strstart++,Ye&&(J(re,!1),re.strm.avail_out===0))return e}return re.insert=0,Se===k?(J(re,!0),re.strm.avail_out===0?le:he):re.last_lit&&(J(re,!1),re.strm.avail_out===0)?e:n}(E,Le):E.strategy===3?function(re,Se){for(var Ye,Ee,on,Xn,Pn=re.window;;){if(re.lookahead<=fe){if(Dn(re),re.lookahead<=fe&&Se===x)return e;if(re.lookahead===0)break}if(re.match_length=0,re.lookahead>=H&&0<re.strstart&&(Ee=Pn[on=re.strstart-1])===Pn[++on]&&Ee===Pn[++on]&&Ee===Pn[++on]){Xn=re.strstart+fe;do;while(Ee===Pn[++on]&&Ee===Pn[++on]&&Ee===Pn[++on]&&Ee===Pn[++on]&&Ee===Pn[++on]&&Ee===Pn[++on]&&Ee===Pn[++on]&&Ee===Pn[++on]&&on<Xn);re.match_length=fe-(Xn-on),re.match_length>re.lookahead&&(re.match_length=re.lookahead)}if(re.match_length>=H?(Ye=d._tr_tally(re,1,re.match_length-H),re.lookahead-=re.match_length,re.strstart+=re.match_length,re.match_length=0):(Ye=d._tr_tally(re,0,re.window[re.strstart]),re.lookahead--,re.strstart++),Ye&&(J(re,!1),re.strm.avail_out===0))return e}return re.insert=0,Se===k?(J(re,!0),re.strm.avail_out===0?le:he):re.last_lit&&(J(re,!1),re.strm.avail_out===0)?e:n}(E,Le):i[E.level].func(E,Le);if(Me!==le&&Me!==he||(E.status=666),Me===e||Me===le)return m.avail_out===0&&(E.last_flush=-1),v;if(Me===n&&(Le===1?d._tr_align(E):Le!==5&&(d._tr_stored_block(E,0,0,!1),Le===3&&(Y(E.head),E.lookahead===0&&(E.strstart=0,E.block_start=0,E.insert=0))),V(m),m.avail_out===0))return E.last_flush=-1,v}return Le!==k?v:E.wrap<=0?1:(E.wrap===2?(Qe(E,255&m.adler),Qe(E,m.adler>>8&255),Qe(E,m.adler>>16&255),Qe(E,m.adler>>24&255),Qe(E,255&m.total_in),Qe(E,m.total_in>>8&255),Qe(E,m.total_in>>16&255),Qe(E,m.total_in>>24&255)):(Pe(E,m.adler>>>16),Pe(E,65535&m.adler)),V(m),0<E.wrap&&(E.wrap=-E.wrap),E.pending!==0?v:1)},s.deflateEnd=function(m){var Le;return m&&m.state?(Le=m.state.status)!==F&&Le!==69&&Le!==73&&Le!==91&&Le!==103&&Le!==oe&&Le!==666?N(m,T):(m.state=null,Le===oe?N(m,-3):v):T},s.deflateSetDictionary=function(m,Le){var ge,E,S,q,Be,Me,re,Se,Ye=Le.length;if(!m||!m.state||(q=(ge=m.state).wrap)===2||q===1&&ge.status!==F||ge.lookahead)return T;for(q===1&&(m.adler=h(m.adler,Le,Ye,0)),ge.wrap=0,Ye>=ge.w_size&&(q===0&&(Y(ge.head),ge.strstart=0,ge.block_start=0,ge.insert=0),Se=new f.Buf8(ge.w_size),f.arraySet(Se,Le,Ye-ge.w_size,ge.w_size,0),Le=Se,Ye=ge.w_size),Be=m.avail_in,Me=m.next_in,re=m.input,m.avail_in=Ye,m.next_in=0,m.input=Le,Dn(ge);ge.lookahead>=H;){for(E=ge.strstart,S=ge.lookahead-(H-1);ge.ins_h=(ge.ins_h<<ge.hash_shift^ge.window[E+H-1])&ge.hash_mask,ge.prev[E&ge.w_mask]=ge.head[ge.ins_h],ge.head[ge.ins_h]=E,E++,--S;);ge.strstart=E,ge.lookahead=H-1,Dn(ge)}return ge.strstart+=ge.lookahead,ge.block_start=ge.strstart,ge.insert=ge.lookahead,ge.lookahead=0,ge.match_length=ge.prev_length=H-1,ge.match_available=0,m.next_in=Me,m.input=re,m.avail_in=Be,ge.wrap=q,v},s.deflateInfo="pako deflate (from Nodeca project)"},{"../utils/common":41,"./adler32":43,"./crc32":45,"./messages":51,"./trees":52}],47:[function(t,l,s){l.exports=function(){this.text=0,this.time=0,this.xflags=0,this.os=0,this.extra=null,this.extra_len=0,this.name="",this.comment="",this.hcrc=0,this.done=!1}},{}],48:[function(t,l,s){l.exports=function(i,f){var d,h,p,L,x,k,v,T,u,D,g,o,_,O,Z,se,ne,A,H,fe,ke,F,oe,e,n;d=i.state,h=i.next_in,e=i.input,p=h+(i.avail_in-5),L=i.next_out,n=i.output,x=L-(f-i.avail_out),k=L+(i.avail_out-257),v=d.dmax,T=d.wsize,u=d.whave,D=d.wnext,g=d.window,o=d.hold,_=d.bits,O=d.lencode,Z=d.distcode,se=(1<<d.lenbits)-1,ne=(1<<d.distbits)-1;e:do{_<15&&(o+=e[h++]<<_,_+=8,o+=e[h++]<<_,_+=8),A=O[o&se];n:for(;;){if(o>>>=H=A>>>24,_-=H,(H=A>>>16&255)===0)n[L++]=65535&A;else{if(!(16&H)){if(!(64&H)){A=O[(65535&A)+(o&(1<<H)-1)];continue n}if(32&H){d.mode=12;break e}i.msg="invalid literal/length code",d.mode=30;break e}fe=65535&A,(H&=15)&&(_<H&&(o+=e[h++]<<_,_+=8),fe+=o&(1<<H)-1,o>>>=H,_-=H),_<15&&(o+=e[h++]<<_,_+=8,o+=e[h++]<<_,_+=8),A=Z[o&ne];a:for(;;){if(o>>>=H=A>>>24,_-=H,!(16&(H=A>>>16&255))){if(!(64&H)){A=Z[(65535&A)+(o&(1<<H)-1)];continue a}i.msg="invalid distance code",d.mode=30;break e}if(ke=65535&A,_<(H&=15)&&(o+=e[h++]<<_,(_+=8)<H&&(o+=e[h++]<<_,_+=8)),v<(ke+=o&(1<<H)-1)){i.msg="invalid distance too far back",d.mode=30;break e}if(o>>>=H,_-=H,(H=L-x)<ke){if(u<(H=ke-H)&&d.sane){i.msg="invalid distance too far back",d.mode=30;break e}if(oe=g,(F=0)===D){if(F+=T-H,H<fe){for(fe-=H;n[L++]=g[F++],--H;);F=L-ke,oe=n}}else if(D<H){if(F+=T+D-H,(H-=D)<fe){for(fe-=H;n[L++]=g[F++],--H;);if(F=0,D<fe){for(fe-=H=D;n[L++]=g[F++],--H;);F=L-ke,oe=n}}}else if(F+=D-H,H<fe){for(fe-=H;n[L++]=g[F++],--H;);F=L-ke,oe=n}for(;2<fe;)n[L++]=oe[F++],n[L++]=oe[F++],n[L++]=oe[F++],fe-=3;fe&&(n[L++]=oe[F++],1<fe&&(n[L++]=oe[F++]))}else{for(F=L-ke;n[L++]=n[F++],n[L++]=n[F++],n[L++]=n[F++],2<(fe-=3););fe&&(n[L++]=n[F++],1<fe&&(n[L++]=n[F++]))}break}}break}}while(h<p&&L<k);h-=fe=_>>3,o&=(1<<(_-=fe<<3))-1,i.next_in=h,i.next_out=L,i.avail_in=h<p?p-h+5:5-(h-p),i.avail_out=L<k?k-L+257:257-(L-k),d.hold=o,d.bits=_}},{}],49:[function(t,l,s){var i=t("../utils/common"),f=t("./adler32"),d=t("./crc32"),h=t("./inffast"),p=t("./inftrees"),L=1,x=2,k=0,v=-2,T=1,u=852,D=592;function g(F){return(F>>>24&255)+(F>>>8&65280)+((65280&F)<<8)+((255&F)<<24)}function o(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new i.Buf16(320),this.work=new i.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function _(F){var oe;return F&&F.state?(oe=F.state,F.total_in=F.total_out=oe.total=0,F.msg="",oe.wrap&&(F.adler=1&oe.wrap),oe.mode=T,oe.last=0,oe.havedict=0,oe.dmax=32768,oe.head=null,oe.hold=0,oe.bits=0,oe.lencode=oe.lendyn=new i.Buf32(u),oe.distcode=oe.distdyn=new i.Buf32(D),oe.sane=1,oe.back=-1,k):v}function O(F){var oe;return F&&F.state?((oe=F.state).wsize=0,oe.whave=0,oe.wnext=0,_(F)):v}function Z(F,oe){var e,n;return F&&F.state?(n=F.state,oe<0?(e=0,oe=-oe):(e=1+(oe>>4),oe<48&&(oe&=15)),oe&&(oe<8||15<oe)?v:(n.window!==null&&n.wbits!==oe&&(n.window=null),n.wrap=e,n.wbits=oe,O(F))):v}function se(F,oe){var e,n;return F?(n=new o,(F.state=n).window=null,(e=Z(F,oe))!==k&&(F.state=null),e):v}var ne,A,H=!0;function fe(F){if(H){var oe;for(ne=new i.Buf32(512),A=new i.Buf32(32),oe=0;oe<144;)F.lens[oe++]=8;for(;oe<256;)F.lens[oe++]=9;for(;oe<280;)F.lens[oe++]=7;for(;oe<288;)F.lens[oe++]=8;for(p(L,F.lens,0,288,ne,0,F.work,{bits:9}),oe=0;oe<32;)F.lens[oe++]=5;p(x,F.lens,0,32,A,0,F.work,{bits:5}),H=!1}F.lencode=ne,F.lenbits=9,F.distcode=A,F.distbits=5}function ke(F,oe,e,n){var le,he=F.state;return he.window===null&&(he.wsize=1<<he.wbits,he.wnext=0,he.whave=0,he.window=new i.Buf8(he.wsize)),n>=he.wsize?(i.arraySet(he.window,oe,e-he.wsize,he.wsize,0),he.wnext=0,he.whave=he.wsize):(n<(le=he.wsize-he.wnext)&&(le=n),i.arraySet(he.window,oe,e-n,le,he.wnext),(n-=le)?(i.arraySet(he.window,oe,e-n,n,0),he.wnext=n,he.whave=he.wsize):(he.wnext+=le,he.wnext===he.wsize&&(he.wnext=0),he.whave<he.wsize&&(he.whave+=le))),0}s.inflateReset=O,s.inflateReset2=Z,s.inflateResetKeep=_,s.inflateInit=function(F){return se(F,15)},s.inflateInit2=se,s.inflate=function(F,oe){var e,n,le,he,N,R,Y,V,J,Qe,Pe,ye,Dn,b,hn,je,Qn,Cn,La,ta,m,Le,ge,E,S=0,q=new i.Buf8(4),Be=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];if(!F||!F.state||!F.output||!F.input&&F.avail_in!==0)return v;(e=F.state).mode===12&&(e.mode=13),N=F.next_out,le=F.output,Y=F.avail_out,he=F.next_in,n=F.input,R=F.avail_in,V=e.hold,J=e.bits,Qe=R,Pe=Y,Le=k;e:for(;;)switch(e.mode){case T:if(e.wrap===0){e.mode=13;break}for(;J<16;){if(R===0)break e;R--,V+=n[he++]<<J,J+=8}if(2&e.wrap&&V===35615){q[e.check=0]=255&V,q[1]=V>>>8&255,e.check=d(e.check,q,2,0),J=V=0,e.mode=2;break}if(e.flags=0,e.head&&(e.head.done=!1),!(1&e.wrap)||(((255&V)<<8)+(V>>8))%31){F.msg="incorrect header check",e.mode=30;break}if((15&V)!=8){F.msg="unknown compression method",e.mode=30;break}if(J-=4,m=8+(15&(V>>>=4)),e.wbits===0)e.wbits=m;else if(m>e.wbits){F.msg="invalid window size",e.mode=30;break}e.dmax=1<<m,F.adler=e.check=1,e.mode=512&V?10:12,J=V=0;break;case 2:for(;J<16;){if(R===0)break e;R--,V+=n[he++]<<J,J+=8}if(e.flags=V,(255&e.flags)!=8){F.msg="unknown compression method",e.mode=30;break}if(57344&e.flags){F.msg="unknown header flags set",e.mode=30;break}e.head&&(e.head.text=V>>8&1),512&e.flags&&(q[0]=255&V,q[1]=V>>>8&255,e.check=d(e.check,q,2,0)),J=V=0,e.mode=3;case 3:for(;J<32;){if(R===0)break e;R--,V+=n[he++]<<J,J+=8}e.head&&(e.head.time=V),512&e.flags&&(q[0]=255&V,q[1]=V>>>8&255,q[2]=V>>>16&255,q[3]=V>>>24&255,e.check=d(e.check,q,4,0)),J=V=0,e.mode=4;case 4:for(;J<16;){if(R===0)break e;R--,V+=n[he++]<<J,J+=8}e.head&&(e.head.xflags=255&V,e.head.os=V>>8),512&e.flags&&(q[0]=255&V,q[1]=V>>>8&255,e.check=d(e.check,q,2,0)),J=V=0,e.mode=5;case 5:if(1024&e.flags){for(;J<16;){if(R===0)break e;R--,V+=n[he++]<<J,J+=8}e.length=V,e.head&&(e.head.extra_len=V),512&e.flags&&(q[0]=255&V,q[1]=V>>>8&255,e.check=d(e.check,q,2,0)),J=V=0}else e.head&&(e.head.extra=null);e.mode=6;case 6:if(1024&e.flags&&(R<(ye=e.length)&&(ye=R),ye&&(e.head&&(m=e.head.extra_len-e.length,e.head.extra||(e.head.extra=new Array(e.head.extra_len)),i.arraySet(e.head.extra,n,he,ye,m)),512&e.flags&&(e.check=d(e.check,n,ye,he)),R-=ye,he+=ye,e.length-=ye),e.length))break e;e.length=0,e.mode=7;case 7:if(2048&e.flags){if(R===0)break e;for(ye=0;m=n[he+ye++],e.head&&m&&e.length<65536&&(e.head.name+=String.fromCharCode(m)),m&&ye<R;);if(512&e.flags&&(e.check=d(e.check,n,ye,he)),R-=ye,he+=ye,m)break e}else e.head&&(e.head.name=null);e.length=0,e.mode=8;case 8:if(4096&e.flags){if(R===0)break e;for(ye=0;m=n[he+ye++],e.head&&m&&e.length<65536&&(e.head.comment+=String.fromCharCode(m)),m&&ye<R;);if(512&e.flags&&(e.check=d(e.check,n,ye,he)),R-=ye,he+=ye,m)break e}else e.head&&(e.head.comment=null);e.mode=9;case 9:if(512&e.flags){for(;J<16;){if(R===0)break e;R--,V+=n[he++]<<J,J+=8}if(V!==(65535&e.check)){F.msg="header crc mismatch",e.mode=30;break}J=V=0}e.head&&(e.head.hcrc=e.flags>>9&1,e.head.done=!0),F.adler=e.check=0,e.mode=12;break;case 10:for(;J<32;){if(R===0)break e;R--,V+=n[he++]<<J,J+=8}F.adler=e.check=g(V),J=V=0,e.mode=11;case 11:if(e.havedict===0)return F.next_out=N,F.avail_out=Y,F.next_in=he,F.avail_in=R,e.hold=V,e.bits=J,2;F.adler=e.check=1,e.mode=12;case 12:if(oe===5||oe===6)break e;case 13:if(e.last){V>>>=7&J,J-=7&J,e.mode=27;break}for(;J<3;){if(R===0)break e;R--,V+=n[he++]<<J,J+=8}switch(e.last=1&V,J-=1,3&(V>>>=1)){case 0:e.mode=14;break;case 1:if(fe(e),e.mode=20,oe!==6)break;V>>>=2,J-=2;break e;case 2:e.mode=17;break;case 3:F.msg="invalid block type",e.mode=30}V>>>=2,J-=2;break;case 14:for(V>>>=7&J,J-=7&J;J<32;){if(R===0)break e;R--,V+=n[he++]<<J,J+=8}if((65535&V)!=(V>>>16^65535)){F.msg="invalid stored block lengths",e.mode=30;break}if(e.length=65535&V,J=V=0,e.mode=15,oe===6)break e;case 15:e.mode=16;case 16:if(ye=e.length){if(R<ye&&(ye=R),Y<ye&&(ye=Y),ye===0)break e;i.arraySet(le,n,he,ye,N),R-=ye,he+=ye,Y-=ye,N+=ye,e.length-=ye;break}e.mode=12;break;case 17:for(;J<14;){if(R===0)break e;R--,V+=n[he++]<<J,J+=8}if(e.nlen=257+(31&V),V>>>=5,J-=5,e.ndist=1+(31&V),V>>>=5,J-=5,e.ncode=4+(15&V),V>>>=4,J-=4,286<e.nlen||30<e.ndist){F.msg="too many length or distance symbols",e.mode=30;break}e.have=0,e.mode=18;case 18:for(;e.have<e.ncode;){for(;J<3;){if(R===0)break e;R--,V+=n[he++]<<J,J+=8}e.lens[Be[e.have++]]=7&V,V>>>=3,J-=3}for(;e.have<19;)e.lens[Be[e.have++]]=0;if(e.lencode=e.lendyn,e.lenbits=7,ge={bits:e.lenbits},Le=p(0,e.lens,0,19,e.lencode,0,e.work,ge),e.lenbits=ge.bits,Le){F.msg="invalid code lengths set",e.mode=30;break}e.have=0,e.mode=19;case 19:for(;e.have<e.nlen+e.ndist;){for(;je=(S=e.lencode[V&(1<<e.lenbits)-1])>>>16&255,Qn=65535&S,!((hn=S>>>24)<=J);){if(R===0)break e;R--,V+=n[he++]<<J,J+=8}if(Qn<16)V>>>=hn,J-=hn,e.lens[e.have++]=Qn;else{if(Qn===16){for(E=hn+2;J<E;){if(R===0)break e;R--,V+=n[he++]<<J,J+=8}if(V>>>=hn,J-=hn,e.have===0){F.msg="invalid bit length repeat",e.mode=30;break}m=e.lens[e.have-1],ye=3+(3&V),V>>>=2,J-=2}else if(Qn===17){for(E=hn+3;J<E;){if(R===0)break e;R--,V+=n[he++]<<J,J+=8}J-=hn,m=0,ye=3+(7&(V>>>=hn)),V>>>=3,J-=3}else{for(E=hn+7;J<E;){if(R===0)break e;R--,V+=n[he++]<<J,J+=8}J-=hn,m=0,ye=11+(127&(V>>>=hn)),V>>>=7,J-=7}if(e.have+ye>e.nlen+e.ndist){F.msg="invalid bit length repeat",e.mode=30;break}for(;ye--;)e.lens[e.have++]=m}}if(e.mode===30)break;if(e.lens[256]===0){F.msg="invalid code -- missing end-of-block",e.mode=30;break}if(e.lenbits=9,ge={bits:e.lenbits},Le=p(L,e.lens,0,e.nlen,e.lencode,0,e.work,ge),e.lenbits=ge.bits,Le){F.msg="invalid literal/lengths set",e.mode=30;break}if(e.distbits=6,e.distcode=e.distdyn,ge={bits:e.distbits},Le=p(x,e.lens,e.nlen,e.ndist,e.distcode,0,e.work,ge),e.distbits=ge.bits,Le){F.msg="invalid distances set",e.mode=30;break}if(e.mode=20,oe===6)break e;case 20:e.mode=21;case 21:if(6<=R&&258<=Y){F.next_out=N,F.avail_out=Y,F.next_in=he,F.avail_in=R,e.hold=V,e.bits=J,h(F,Pe),N=F.next_out,le=F.output,Y=F.avail_out,he=F.next_in,n=F.input,R=F.avail_in,V=e.hold,J=e.bits,e.mode===12&&(e.back=-1);break}for(e.back=0;je=(S=e.lencode[V&(1<<e.lenbits)-1])>>>16&255,Qn=65535&S,!((hn=S>>>24)<=J);){if(R===0)break e;R--,V+=n[he++]<<J,J+=8}if(je&&!(240&je)){for(Cn=hn,La=je,ta=Qn;je=(S=e.lencode[ta+((V&(1<<Cn+La)-1)>>Cn)])>>>16&255,Qn=65535&S,!(Cn+(hn=S>>>24)<=J);){if(R===0)break e;R--,V+=n[he++]<<J,J+=8}V>>>=Cn,J-=Cn,e.back+=Cn}if(V>>>=hn,J-=hn,e.back+=hn,e.length=Qn,je===0){e.mode=26;break}if(32&je){e.back=-1,e.mode=12;break}if(64&je){F.msg="invalid literal/length code",e.mode=30;break}e.extra=15&je,e.mode=22;case 22:if(e.extra){for(E=e.extra;J<E;){if(R===0)break e;R--,V+=n[he++]<<J,J+=8}e.length+=V&(1<<e.extra)-1,V>>>=e.extra,J-=e.extra,e.back+=e.extra}e.was=e.length,e.mode=23;case 23:for(;je=(S=e.distcode[V&(1<<e.distbits)-1])>>>16&255,Qn=65535&S,!((hn=S>>>24)<=J);){if(R===0)break e;R--,V+=n[he++]<<J,J+=8}if(!(240&je)){for(Cn=hn,La=je,ta=Qn;je=(S=e.distcode[ta+((V&(1<<Cn+La)-1)>>Cn)])>>>16&255,Qn=65535&S,!(Cn+(hn=S>>>24)<=J);){if(R===0)break e;R--,V+=n[he++]<<J,J+=8}V>>>=Cn,J-=Cn,e.back+=Cn}if(V>>>=hn,J-=hn,e.back+=hn,64&je){F.msg="invalid distance code",e.mode=30;break}e.offset=Qn,e.extra=15&je,e.mode=24;case 24:if(e.extra){for(E=e.extra;J<E;){if(R===0)break e;R--,V+=n[he++]<<J,J+=8}e.offset+=V&(1<<e.extra)-1,V>>>=e.extra,J-=e.extra,e.back+=e.extra}if(e.offset>e.dmax){F.msg="invalid distance too far back",e.mode=30;break}e.mode=25;case 25:if(Y===0)break e;if(ye=Pe-Y,e.offset>ye){if((ye=e.offset-ye)>e.whave&&e.sane){F.msg="invalid distance too far back",e.mode=30;break}Dn=ye>e.wnext?(ye-=e.wnext,e.wsize-ye):e.wnext-ye,ye>e.length&&(ye=e.length),b=e.window}else b=le,Dn=N-e.offset,ye=e.length;for(Y<ye&&(ye=Y),Y-=ye,e.length-=ye;le[N++]=b[Dn++],--ye;);e.length===0&&(e.mode=21);break;case 26:if(Y===0)break e;le[N++]=e.length,Y--,e.mode=21;break;case 27:if(e.wrap){for(;J<32;){if(R===0)break e;R--,V|=n[he++]<<J,J+=8}if(Pe-=Y,F.total_out+=Pe,e.total+=Pe,Pe&&(F.adler=e.check=e.flags?d(e.check,le,Pe,N-Pe):f(e.check,le,Pe,N-Pe)),Pe=Y,(e.flags?V:g(V))!==e.check){F.msg="incorrect data check",e.mode=30;break}J=V=0}e.mode=28;case 28:if(e.wrap&&e.flags){for(;J<32;){if(R===0)break e;R--,V+=n[he++]<<J,J+=8}if(V!==(4294967295&e.total)){F.msg="incorrect length check",e.mode=30;break}J=V=0}e.mode=29;case 29:Le=1;break e;case 30:Le=-3;break e;case 31:return-4;case 32:default:return v}return F.next_out=N,F.avail_out=Y,F.next_in=he,F.avail_in=R,e.hold=V,e.bits=J,(e.wsize||Pe!==F.avail_out&&e.mode<30&&(e.mode<27||oe!==4))&&ke(F,F.output,F.next_out,Pe-F.avail_out)?(e.mode=31,-4):(Qe-=F.avail_in,Pe-=F.avail_out,F.total_in+=Qe,F.total_out+=Pe,e.total+=Pe,e.wrap&&Pe&&(F.adler=e.check=e.flags?d(e.check,le,Pe,F.next_out-Pe):f(e.check,le,Pe,F.next_out-Pe)),F.data_type=e.bits+(e.last?64:0)+(e.mode===12?128:0)+(e.mode===20||e.mode===15?256:0),(Qe==0&&Pe===0||oe===4)&&Le===k&&(Le=-5),Le)},s.inflateEnd=function(F){if(!F||!F.state)return v;var oe=F.state;return oe.window&&(oe.window=null),F.state=null,k},s.inflateGetHeader=function(F,oe){var e;return F&&F.state&&2&(e=F.state).wrap?((e.head=oe).done=!1,k):v},s.inflateSetDictionary=function(F,oe){var e,n=oe.length;return F&&F.state?(e=F.state).wrap!==0&&e.mode!==11?v:e.mode===11&&f(1,oe,n,0)!==e.check?-3:ke(F,oe,n,n)?(e.mode=31,-4):(e.havedict=1,k):v},s.inflateInfo="pako inflate (from Nodeca project)"},{"../utils/common":41,"./adler32":43,"./crc32":45,"./inffast":48,"./inftrees":50}],50:[function(t,l,s){var i=t("../utils/common"),f=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],d=[16,16,16,16,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,72,78],h=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0],p=[16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64];l.exports=function(L,x,k,v,T,u,D,g){var o,_,O,Z,se,ne,A,H,fe,ke=g.bits,F=0,oe=0,e=0,n=0,le=0,he=0,N=0,R=0,Y=0,V=0,J=null,Qe=0,Pe=new i.Buf16(16),ye=new i.Buf16(16),Dn=null,b=0;for(F=0;F<=15;F++)Pe[F]=0;for(oe=0;oe<v;oe++)Pe[x[k+oe]]++;for(le=ke,n=15;1<=n&&Pe[n]===0;n--);if(n<le&&(le=n),n===0)return T[u++]=20971520,T[u++]=20971520,g.bits=1,0;for(e=1;e<n&&Pe[e]===0;e++);for(le<e&&(le=e),F=R=1;F<=15;F++)if(R<<=1,(R-=Pe[F])<0)return-1;if(0<R&&(L===0||n!==1))return-1;for(ye[1]=0,F=1;F<15;F++)ye[F+1]=ye[F]+Pe[F];for(oe=0;oe<v;oe++)x[k+oe]!==0&&(D[ye[x[k+oe]]++]=oe);if(ne=L===0?(J=Dn=D,19):L===1?(J=f,Qe-=257,Dn=d,b-=257,256):(J=h,Dn=p,-1),F=e,se=u,N=oe=V=0,O=-1,Z=(Y=1<<(he=le))-1,L===1&&852<Y||L===2&&592<Y)return 1;for(;;){for(A=F-N,fe=D[oe]<ne?(H=0,D[oe]):D[oe]>ne?(H=Dn[b+D[oe]],J[Qe+D[oe]]):(H=96,0),o=1<<F-N,e=_=1<<he;T[se+(V>>N)+(_-=o)]=A<<24|H<<16|fe|0,_!==0;);for(o=1<<F-1;V&o;)o>>=1;if(o!==0?(V&=o-1,V+=o):V=0,oe++,--Pe[F]==0){if(F===n)break;F=x[k+D[oe]]}if(le<F&&(V&Z)!==O){for(N===0&&(N=le),se+=e,R=1<<(he=F-N);he+N<n&&!((R-=Pe[he+N])<=0);)he++,R<<=1;if(Y+=1<<he,L===1&&852<Y||L===2&&592<Y)return 1;T[O=V&Z]=le<<24|he<<16|se-u|0}}return V!==0&&(T[se+V]=F-N<<24|64<<16|0),g.bits=le,0}},{"../utils/common":41}],51:[function(t,l,s){l.exports={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"}},{}],52:[function(t,l,s){var i=t("../utils/common"),f=0,d=1;function h(S){for(var q=S.length;0<=--q;)S[q]=0}var p=0,L=29,x=256,k=x+1+L,v=30,T=19,u=2*k+1,D=15,g=16,o=7,_=256,O=16,Z=17,se=18,ne=[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],A=[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],H=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],fe=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],ke=new Array(2*(k+2));h(ke);var F=new Array(2*v);h(F);var oe=new Array(512);h(oe);var e=new Array(256);h(e);var n=new Array(L);h(n);var le,he,N,R=new Array(v);function Y(S,q,Be,Me,re){this.static_tree=S,this.extra_bits=q,this.extra_base=Be,this.elems=Me,this.max_length=re,this.has_stree=S&&S.length}function V(S,q){this.dyn_tree=S,this.max_code=0,this.stat_desc=q}function J(S){return S<256?oe[S]:oe[256+(S>>>7)]}function Qe(S,q){S.pending_buf[S.pending++]=255&q,S.pending_buf[S.pending++]=q>>>8&255}function Pe(S,q,Be){S.bi_valid>g-Be?(S.bi_buf|=q<<S.bi_valid&65535,Qe(S,S.bi_buf),S.bi_buf=q>>g-S.bi_valid,S.bi_valid+=Be-g):(S.bi_buf|=q<<S.bi_valid&65535,S.bi_valid+=Be)}function ye(S,q,Be){Pe(S,Be[2*q],Be[2*q+1])}function Dn(S,q){for(var Be=0;Be|=1&S,S>>>=1,Be<<=1,0<--q;);return Be>>>1}function b(S,q,Be){var Me,re,Se=new Array(D+1),Ye=0;for(Me=1;Me<=D;Me++)Se[Me]=Ye=Ye+Be[Me-1]<<1;for(re=0;re<=q;re++){var Ee=S[2*re+1];Ee!==0&&(S[2*re]=Dn(Se[Ee]++,Ee))}}function hn(S){var q;for(q=0;q<k;q++)S.dyn_ltree[2*q]=0;for(q=0;q<v;q++)S.dyn_dtree[2*q]=0;for(q=0;q<T;q++)S.bl_tree[2*q]=0;S.dyn_ltree[2*_]=1,S.opt_len=S.static_len=0,S.last_lit=S.matches=0}function je(S){8<S.bi_valid?Qe(S,S.bi_buf):0<S.bi_valid&&(S.pending_buf[S.pending++]=S.bi_buf),S.bi_buf=0,S.bi_valid=0}function Qn(S,q,Be,Me){var re=2*q,Se=2*Be;return S[re]<S[Se]||S[re]===S[Se]&&Me[q]<=Me[Be]}function Cn(S,q,Be){for(var Me=S.heap[Be],re=Be<<1;re<=S.heap_len&&(re<S.heap_len&&Qn(q,S.heap[re+1],S.heap[re],S.depth)&&re++,!Qn(q,Me,S.heap[re],S.depth));)S.heap[Be]=S.heap[re],Be=re,re<<=1;S.heap[Be]=Me}function La(S,q,Be){var Me,re,Se,Ye,Ee=0;if(S.last_lit!==0)for(;Me=S.pending_buf[S.d_buf+2*Ee]<<8|S.pending_buf[S.d_buf+2*Ee+1],re=S.pending_buf[S.l_buf+Ee],Ee++,Me===0?ye(S,re,q):(ye(S,(Se=e[re])+x+1,q),(Ye=ne[Se])!==0&&Pe(S,re-=n[Se],Ye),ye(S,Se=J(--Me),Be),(Ye=A[Se])!==0&&Pe(S,Me-=R[Se],Ye)),Ee<S.last_lit;);ye(S,_,q)}function ta(S,q){var Be,Me,re,Se=q.dyn_tree,Ye=q.stat_desc.static_tree,Ee=q.stat_desc.has_stree,on=q.stat_desc.elems,Xn=-1;for(S.heap_len=0,S.heap_max=u,Be=0;Be<on;Be++)Se[2*Be]!==0?(S.heap[++S.heap_len]=Xn=Be,S.depth[Be]=0):Se[2*Be+1]=0;for(;S.heap_len<2;)Se[2*(re=S.heap[++S.heap_len]=Xn<2?++Xn:0)]=1,S.depth[re]=0,S.opt_len--,Ee&&(S.static_len-=Ye[2*re+1]);for(q.max_code=Xn,Be=S.heap_len>>1;1<=Be;Be--)Cn(S,Se,Be);for(re=on;Be=S.heap[1],S.heap[1]=S.heap[S.heap_len--],Cn(S,Se,1),Me=S.heap[1],S.heap[--S.heap_max]=Be,S.heap[--S.heap_max]=Me,Se[2*re]=Se[2*Be]+Se[2*Me],S.depth[re]=(S.depth[Be]>=S.depth[Me]?S.depth[Be]:S.depth[Me])+1,Se[2*Be+1]=Se[2*Me+1]=re,S.heap[1]=re++,Cn(S,Se,1),2<=S.heap_len;);S.heap[--S.heap_max]=S.heap[1],function(Pn,Ha){var mt,at,rr,Ta,Ot,Ct,Zt=Ha.dyn_tree,Ls=Ha.max_code,js=Ha.stat_desc.static_tree,ed=Ha.stat_desc.has_stree,nd=Ha.stat_desc.extra_bits,_a=Ha.stat_desc.extra_base,ba=Ha.stat_desc.max_length,da=0;for(Ta=0;Ta<=D;Ta++)Pn.bl_count[Ta]=0;for(Zt[2*Pn.heap[Pn.heap_max]+1]=0,mt=Pn.heap_max+1;mt<u;mt++)ba<(Ta=Zt[2*Zt[2*(at=Pn.heap[mt])+1]+1]+1)&&(Ta=ba,da++),Zt[2*at+1]=Ta,Ls<at||(Pn.bl_count[Ta]++,Ot=0,_a<=at&&(Ot=nd[at-_a]),Ct=Zt[2*at],Pn.opt_len+=Ct*(Ta+Ot),ed&&(Pn.static_len+=Ct*(js[2*at+1]+Ot)));if(da!==0){do{for(Ta=ba-1;Pn.bl_count[Ta]===0;)Ta--;Pn.bl_count[Ta]--,Pn.bl_count[Ta+1]+=2,Pn.bl_count[ba]--,da-=2}while(0<da);for(Ta=ba;Ta!==0;Ta--)for(at=Pn.bl_count[Ta];at!==0;)Ls<(rr=Pn.heap[--mt])||(Zt[2*rr+1]!==Ta&&(Pn.opt_len+=(Ta-Zt[2*rr+1])*Zt[2*rr],Zt[2*rr+1]=Ta),at--)}}(S,q),b(Se,Xn,S.bl_count)}function m(S,q,Be){var Me,re,Se=-1,Ye=q[1],Ee=0,on=7,Xn=4;for(Ye===0&&(on=138,Xn=3),q[2*(Be+1)+1]=65535,Me=0;Me<=Be;Me++)re=Ye,Ye=q[2*(Me+1)+1],++Ee<on&&re===Ye||(Ee<Xn?S.bl_tree[2*re]+=Ee:re!==0?(re!==Se&&S.bl_tree[2*re]++,S.bl_tree[2*O]++):Ee<=10?S.bl_tree[2*Z]++:S.bl_tree[2*se]++,Se=re,Xn=(Ee=0)===Ye?(on=138,3):re===Ye?(on=6,3):(on=7,4))}function Le(S,q,Be){var Me,re,Se=-1,Ye=q[1],Ee=0,on=7,Xn=4;for(Ye===0&&(on=138,Xn=3),Me=0;Me<=Be;Me++)if(re=Ye,Ye=q[2*(Me+1)+1],!(++Ee<on&&re===Ye)){if(Ee<Xn)for(;ye(S,re,S.bl_tree),--Ee!=0;);else re!==0?(re!==Se&&(ye(S,re,S.bl_tree),Ee--),ye(S,O,S.bl_tree),Pe(S,Ee-3,2)):Ee<=10?(ye(S,Z,S.bl_tree),Pe(S,Ee-3,3)):(ye(S,se,S.bl_tree),Pe(S,Ee-11,7));Se=re,Xn=(Ee=0)===Ye?(on=138,3):re===Ye?(on=6,3):(on=7,4)}}h(R);var ge=!1;function E(S,q,Be,Me){Pe(S,(p<<1)+(Me?1:0),3),function(re,Se,Ye,Ee){je(re),Ee&&(Qe(re,Ye),Qe(re,~Ye)),i.arraySet(re.pending_buf,re.window,Se,Ye,re.pending),re.pending+=Ye}(S,q,Be,!0)}s._tr_init=function(S){ge||(function(){var q,Be,Me,re,Se,Ye=new Array(D+1);for(re=Me=0;re<L-1;re++)for(n[re]=Me,q=0;q<1<<ne[re];q++)e[Me++]=re;for(e[Me-1]=re,re=Se=0;re<16;re++)for(R[re]=Se,q=0;q<1<<A[re];q++)oe[Se++]=re;for(Se>>=7;re<v;re++)for(R[re]=Se<<7,q=0;q<1<<A[re]-7;q++)oe[256+Se++]=re;for(Be=0;Be<=D;Be++)Ye[Be]=0;for(q=0;q<=143;)ke[2*q+1]=8,q++,Ye[8]++;for(;q<=255;)ke[2*q+1]=9,q++,Ye[9]++;for(;q<=279;)ke[2*q+1]=7,q++,Ye[7]++;for(;q<=287;)ke[2*q+1]=8,q++,Ye[8]++;for(b(ke,k+1,Ye),q=0;q<v;q++)F[2*q+1]=5,F[2*q]=Dn(q,5);le=new Y(ke,ne,x+1,k,D),he=new Y(F,A,0,v,D),N=new Y(new Array(0),H,0,T,o)}(),ge=!0),S.l_desc=new V(S.dyn_ltree,le),S.d_desc=new V(S.dyn_dtree,he),S.bl_desc=new V(S.bl_tree,N),S.bi_buf=0,S.bi_valid=0,hn(S)},s._tr_stored_block=E,s._tr_flush_block=function(S,q,Be,Me){var re,Se,Ye=0;0<S.level?(S.strm.data_type===2&&(S.strm.data_type=function(Ee){var on,Xn=4093624447;for(on=0;on<=31;on++,Xn>>>=1)if(1&Xn&&Ee.dyn_ltree[2*on]!==0)return f;if(Ee.dyn_ltree[18]!==0||Ee.dyn_ltree[20]!==0||Ee.dyn_ltree[26]!==0)return d;for(on=32;on<x;on++)if(Ee.dyn_ltree[2*on]!==0)return d;return f}(S)),ta(S,S.l_desc),ta(S,S.d_desc),Ye=function(Ee){var on;for(m(Ee,Ee.dyn_ltree,Ee.l_desc.max_code),m(Ee,Ee.dyn_dtree,Ee.d_desc.max_code),ta(Ee,Ee.bl_desc),on=T-1;3<=on&&Ee.bl_tree[2*fe[on]+1]===0;on--);return Ee.opt_len+=3*(on+1)+5+5+4,on}(S),re=S.opt_len+3+7>>>3,(Se=S.static_len+3+7>>>3)<=re&&(re=Se)):re=Se=Be+5,Be+4<=re&&q!==-1?E(S,q,Be,Me):S.strategy===4||Se===re?(Pe(S,2+(Me?1:0),3),La(S,ke,F)):(Pe(S,4+(Me?1:0),3),function(Ee,on,Xn,Pn){var Ha;for(Pe(Ee,on-257,5),Pe(Ee,Xn-1,5),Pe(Ee,Pn-4,4),Ha=0;Ha<Pn;Ha++)Pe(Ee,Ee.bl_tree[2*fe[Ha]+1],3);Le(Ee,Ee.dyn_ltree,on-1),Le(Ee,Ee.dyn_dtree,Xn-1)}(S,S.l_desc.max_code+1,S.d_desc.max_code+1,Ye+1),La(S,S.dyn_ltree,S.dyn_dtree)),hn(S),Me&&je(S)},s._tr_tally=function(S,q,Be){return S.pending_buf[S.d_buf+2*S.last_lit]=q>>>8&255,S.pending_buf[S.d_buf+2*S.last_lit+1]=255&q,S.pending_buf[S.l_buf+S.last_lit]=255&Be,S.last_lit++,q===0?S.dyn_ltree[2*Be]++:(S.matches++,q--,S.dyn_ltree[2*(e[Be]+x+1)]++,S.dyn_dtree[2*J(q)]++),S.last_lit===S.lit_bufsize-1},s._tr_align=function(S){Pe(S,2,3),ye(S,_,ke),function(q){q.bi_valid===16?(Qe(q,q.bi_buf),q.bi_buf=0,q.bi_valid=0):8<=q.bi_valid&&(q.pending_buf[q.pending++]=255&q.bi_buf,q.bi_buf>>=8,q.bi_valid-=8)}(S)}},{"../utils/common":41}],53:[function(t,l,s){l.exports=function(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0}},{}],54:[function(t,l,s){(function(i){(function(f,d){if(!f.setImmediate){var h,p,L,x,k=1,v={},T=!1,u=f.document,D=Object.getPrototypeOf&&Object.getPrototypeOf(f);D=D&&D.setTimeout?D:f,h={}.toString.call(f.process)==="[object process]"?function(O){process.nextTick(function(){o(O)})}:function(){if(f.postMessage&&!f.importScripts){var O=!0,Z=f.onmessage;return f.onmessage=function(){O=!1},f.postMessage("","*"),f.onmessage=Z,O}}()?(x="setImmediate$"+Math.random()+"$",f.addEventListener?f.addEventListener("message",_,!1):f.attachEvent("onmessage",_),function(O){f.postMessage(x+O,"*")}):f.MessageChannel?((L=new MessageChannel).port1.onmessage=function(O){o(O.data)},function(O){L.port2.postMessage(O)}):u&&"onreadystatechange"in u.createElement("script")?(p=u.documentElement,function(O){var Z=u.createElement("script");Z.onreadystatechange=function(){o(O),Z.onreadystatechange=null,p.removeChild(Z),Z=null},p.appendChild(Z)}):function(O){setTimeout(o,0,O)},D.setImmediate=function(O){typeof O!="function"&&(O=new Function(""+O));for(var Z=new Array(arguments.length-1),se=0;se<Z.length;se++)Z[se]=arguments[se+1];var ne={callback:O,args:Z};return v[k]=ne,h(k),k++},D.clearImmediate=g}function g(O){delete v[O]}function o(O){if(T)setTimeout(o,0,O);else{var Z=v[O];if(Z){T=!0;try{(function(se){var ne=se.callback,A=se.args;switch(A.length){case 0:ne();break;case 1:ne(A[0]);break;case 2:ne(A[0],A[1]);break;case 3:ne(A[0],A[1],A[2]);break;default:ne.apply(d,A)}})(Z)}finally{g(O),T=!1}}}}function _(O){O.source===f&&typeof O.data=="string"&&O.data.indexOf(x)===0&&o(+O.data.slice(x.length))}})(typeof self=="undefined"?i===void 0?this:i:self)}).call(this,typeof Wr!="undefined"?Wr:typeof self!="undefined"?self:typeof window!="undefined"?window:{})},{}]},{},[10])(10)})})(Ko);var Jo=Ko.exports,K0=$0(Jo);function bs(a){"@babel/helpers - typeof";return bs=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(c){return typeof c}:function(c){return c&&typeof Symbol=="function"&&c.constructor===Symbol&&c!==Symbol.prototype?"symbol":typeof c},bs(a)}var Js=/^\s+/,nr=/\s+$/;function Ze(a,c){if(a=a||"",c=c||{},a instanceof Ze)return a;if(!(this instanceof Ze))return new Ze(a,c);var t=Tu(a);this._originalInput=a,this._r=t.r,this._g=t.g,this._b=t.b,this._a=t.a,this._roundA=Math.round(100*this._a)/100,this._format=c.format||t.format,this._gradientType=c.gradientType,this._r<1&&(this._r=Math.round(this._r)),this._g<1&&(this._g=Math.round(this._g)),this._b<1&&(this._b=Math.round(this._b)),this._ok=t.ok}Ze.prototype={isDark:function(){return this.getBrightness()<128},isLight:function(){return!this.isDark()},isValid:function(){return this._ok},getOriginalInput:function(){return this._originalInput},getFormat:function(){return this._format},getAlpha:function(){return this._a},getBrightness:function(){var c=this.toRgb();return(c.r*299+c.g*587+c.b*114)/1e3},getLuminance:function(){var c=this.toRgb(),t,l,s,i,f,d;return t=c.r/255,l=c.g/255,s=c.b/255,t<=.03928?i=t/12.92:i=Math.pow((t+.055)/1.055,2.4),l<=.03928?f=l/12.92:f=Math.pow((l+.055)/1.055,2.4),s<=.03928?d=s/12.92:d=Math.pow((s+.055)/1.055,2.4),.2126*i+.7152*f+.0722*d},setAlpha:function(c){return this._a=nl(c),this._roundA=Math.round(100*this._a)/100,this},toHsv:function(){var c=qh(this._r,this._g,this._b);return{h:c.h*360,s:c.s,v:c.v,a:this._a}},toHsvString:function(){var c=qh(this._r,this._g,this._b),t=Math.round(c.h*360),l=Math.round(c.s*100),s=Math.round(c.v*100);return this._a==1?"hsv("+t+", "+l+"%, "+s+"%)":"hsva("+t+", "+l+"%, "+s+"%, "+this._roundA+")"},toHsl:function(){var c=Ah(this._r,this._g,this._b);return{h:c.h*360,s:c.s,l:c.l,a:this._a}},toHslString:function(){var c=Ah(this._r,this._g,this._b),t=Math.round(c.h*360),l=Math.round(c.s*100),s=Math.round(c.l*100);return this._a==1?"hsl("+t+", "+l+"%, "+s+"%)":"hsla("+t+", "+l+"%, "+s+"%, "+this._roundA+")"},toHex:function(c){return Vh(this._r,this._g,this._b,c)},toHexString:function(c){return"#"+this.toHex(c)},toHex8:function(c){return _u(this._r,this._g,this._b,this._a,c)},toHex8String:function(c){return"#"+this.toHex8(c)},toRgb:function(){return{r:Math.round(this._r),g:Math.round(this._g),b:Math.round(this._b),a:this._a}},toRgbString:function(){return this._a==1?"rgb("+Math.round(this._r)+", "+Math.round(this._g)+", "+Math.round(this._b)+")":"rgba("+Math.round(this._r)+", "+Math.round(this._g)+", "+Math.round(this._b)+", "+this._roundA+")"},toPercentageRgb:function(){return{r:Math.round(Ma(this._r,255)*100)+"%",g:Math.round(Ma(this._g,255)*100)+"%",b:Math.round(Ma(this._b,255)*100)+"%",a:this._a}},toPercentageRgbString:function(){return this._a==1?"rgb("+Math.round(Ma(this._r,255)*100)+"%, "+Math.round(Ma(this._g,255)*100)+"%, "+Math.round(Ma(this._b,255)*100)+"%)":"rgba("+Math.round(Ma(this._r,255)*100)+"%, "+Math.round(Ma(this._g,255)*100)+"%, "+Math.round(Ma(this._b,255)*100)+"%, "+this._roundA+")"},toName:function(){return this._a===0?"transparent":this._a<1?!1:Nu[Vh(this._r,this._g,this._b,!0)]||!1},toFilter:function(c){var t="#"+jh(this._r,this._g,this._b,this._a),l=t,s=this._gradientType?"GradientType = 1, ":"";if(c){var i=Ze(c);l="#"+jh(i._r,i._g,i._b,i._a)}return"progid:DXImageTransform.Microsoft.gradient("+s+"startColorstr="+t+",endColorstr="+l+")"},toString:function(c){var t=!!c;c=c||this._format;var l=!1,s=this._a<1&&this._a>=0,i=!t&&s&&(c==="hex"||c==="hex6"||c==="hex3"||c==="hex4"||c==="hex8"||c==="name");return i?c==="name"&&this._a===0?this.toName():this.toRgbString():(c==="rgb"&&(l=this.toRgbString()),c==="prgb"&&(l=this.toPercentageRgbString()),(c==="hex"||c==="hex6")&&(l=this.toHexString()),c==="hex3"&&(l=this.toHexString(!0)),c==="hex4"&&(l=this.toHex8String(!0)),c==="hex8"&&(l=this.toHex8String()),c==="name"&&(l=this.toName()),c==="hsl"&&(l=this.toHslString()),c==="hsv"&&(l=this.toHsvString()),l||this.toHexString())},clone:function(){return Ze(this.toString())},_applyModification:function(c,t){var l=c.apply(null,[this].concat([].slice.call(t)));return this._r=l._r,this._g=l._g,this._b=l._b,this.setAlpha(l._a),this},lighten:function(){return this._applyModification(Pu,arguments)},brighten:function(){return this._applyModification(Su,arguments)},darken:function(){return this._applyModification(Fu,arguments)},desaturate:function(){return this._applyModification(Wu,arguments)},saturate:function(){return this._applyModification(Bu,arguments)},greyscale:function(){return this._applyModification(Iu,arguments)},spin:function(){return this._applyModification(Cu,arguments)},_applyCombination:function(c,t){return c.apply(null,[this].concat([].slice.call(t)))},analogous:function(){return this._applyCombination(Ru,arguments)},complement:function(){return this._applyCombination(Eu,arguments)},monochromatic:function(){return this._applyCombination(Gu,arguments)},splitcomplement:function(){return this._applyCombination(zu,arguments)},triad:function(){return this._applyCombination(el,[3])},tetrad:function(){return this._applyCombination(el,[4])}},Ze.fromRatio=function(a,c){if(bs(a)=="object"){var t={};for(var l in a)a.hasOwnProperty(l)&&(l==="a"?t[l]=a[l]:t[l]=Xs(a[l]));a=t}return Ze(a,c)};function Tu(a){var c={r:0,g:0,b:0},t=1,l=null,s=null,i=null,f=!1,d=!1;return typeof a=="string"&&(a=Qu(a)),bs(a)=="object"&&(ar(a.r)&&ar(a.g)&&ar(a.b)?(c=yu(a.r,a.g,a.b),f=!0,d=String(a.r).substr(-1)==="%"?"prgb":"rgb"):ar(a.h)&&ar(a.s)&&ar(a.v)?(l=Xs(a.s),s=Xs(a.v),c=Mu(a.h,l,s),f=!0,d="hsv"):ar(a.h)&&ar(a.s)&&ar(a.l)&&(l=Xs(a.s),i=Xs(a.l),c=ku(a.h,l,i),f=!0,d="hsl"),a.hasOwnProperty("a")&&(t=a.a)),t=nl(t),{ok:f,format:a.format||d,r:Math.min(255,Math.max(c.r,0)),g:Math.min(255,Math.max(c.g,0)),b:Math.min(255,Math.max(c.b,0)),a:t}}function yu(a,c,t){return{r:Ma(a,255)*255,g:Ma(c,255)*255,b:Ma(t,255)*255}}function Ah(a,c,t){a=Ma(a,255),c=Ma(c,255),t=Ma(t,255);var l=Math.max(a,c,t),s=Math.min(a,c,t),i,f,d=(l+s)/2;if(l==s)i=f=0;else{var h=l-s;switch(f=d>.5?h/(2-l-s):h/(l+s),l){case a:i=(c-t)/h+(c<t?6:0);break;case c:i=(t-a)/h+2;break;case t:i=(a-c)/h+4;break}i/=6}return{h:i,s:f,l:d}}function ku(a,c,t){var l,s,i;a=Ma(a,360),c=Ma(c,100),t=Ma(t,100);function f(p,L,x){return x<0&&(x+=1),x>1&&(x-=1),x<1/6?p+(L-p)*6*x:x<1/2?L:x<2/3?p+(L-p)*(2/3-x)*6:p}if(c===0)l=s=i=t;else{var d=t<.5?t*(1+c):t+c-t*c,h=2*t-d;l=f(h,d,a+1/3),s=f(h,d,a),i=f(h,d,a-1/3)}return{r:l*255,g:s*255,b:i*255}}function qh(a,c,t){a=Ma(a,255),c=Ma(c,255),t=Ma(t,255);var l=Math.max(a,c,t),s=Math.min(a,c,t),i,f,d=l,h=l-s;if(f=l===0?0:h/l,l==s)i=0;else{switch(l){case a:i=(c-t)/h+(c<t?6:0);break;case c:i=(t-a)/h+2;break;case t:i=(a-c)/h+4;break}i/=6}return{h:i,s:f,v:d}}function Mu(a,c,t){a=Ma(a,360)*6,c=Ma(c,100),t=Ma(t,100);var l=Math.floor(a),s=a-l,i=t*(1-c),f=t*(1-s*c),d=t*(1-(1-s)*c),h=l%6,p=[t,f,i,i,d,t][h],L=[d,t,t,f,i,i][h],x=[i,i,d,t,t,f][h];return{r:p*255,g:L*255,b:x*255}}function Vh(a,c,t,l){var s=[si(Math.round(a).toString(16)),si(Math.round(c).toString(16)),si(Math.round(t).toString(16))];return l&&s[0].charAt(0)==s[0].charAt(1)&&s[1].charAt(0)==s[1].charAt(1)&&s[2].charAt(0)==s[2].charAt(1)?s[0].charAt(0)+s[1].charAt(0)+s[2].charAt(0):s.join("")}function _u(a,c,t,l,s){var i=[si(Math.round(a).toString(16)),si(Math.round(c).toString(16)),si(Math.round(t).toString(16)),si(al(l))];return s&&i[0].charAt(0)==i[0].charAt(1)&&i[1].charAt(0)==i[1].charAt(1)&&i[2].charAt(0)==i[2].charAt(1)&&i[3].charAt(0)==i[3].charAt(1)?i[0].charAt(0)+i[1].charAt(0)+i[2].charAt(0)+i[3].charAt(0):i.join("")}function jh(a,c,t,l){var s=[si(al(l)),si(Math.round(a).toString(16)),si(Math.round(c).toString(16)),si(Math.round(t).toString(16))];return s.join("")}Ze.equals=function(a,c){return!a||!c?!1:Ze(a).toRgbString()==Ze(c).toRgbString()},Ze.random=function(){return Ze.fromRatio({r:Math.random(),g:Math.random(),b:Math.random()})};function Wu(a,c){c=c===0?0:c||10;var t=Ze(a).toHsl();return t.s-=c/100,t.s=Xo(t.s),Ze(t)}function Bu(a,c){c=c===0?0:c||10;var t=Ze(a).toHsl();return t.s+=c/100,t.s=Xo(t.s),Ze(t)}function Iu(a){return Ze(a).desaturate(100)}function Pu(a,c){c=c===0?0:c||10;var t=Ze(a).toHsl();return t.l+=c/100,t.l=Xo(t.l),Ze(t)}function Su(a,c){c=c===0?0:c||10;var t=Ze(a).toRgb();return t.r=Math.max(0,Math.min(255,t.r-Math.round(255*-(c/100)))),t.g=Math.max(0,Math.min(255,t.g-Math.round(255*-(c/100)))),t.b=Math.max(0,Math.min(255,t.b-Math.round(255*-(c/100)))),Ze(t)}function Fu(a,c){c=c===0?0:c||10;var t=Ze(a).toHsl();return t.l-=c/100,t.l=Xo(t.l),Ze(t)}function Cu(a,c){var t=Ze(a).toHsl(),l=(t.h+c)%360;return t.h=l<0?360+l:l,Ze(t)}function Eu(a){var c=Ze(a).toHsl();return c.h=(c.h+180)%360,Ze(c)}function el(a,c){if(isNaN(c)||c<=0)throw new Error("Argument to polyad must be a positive number");for(var t=Ze(a).toHsl(),l=[Ze(a)],s=360/c,i=1;i<c;i++)l.push(Ze({h:(t.h+i*s)%360,s:t.s,l:t.l}));return l}function zu(a){var c=Ze(a).toHsl(),t=c.h;return[Ze(a),Ze({h:(t+72)%360,s:c.s,l:c.l}),Ze({h:(t+216)%360,s:c.s,l:c.l})]}function Ru(a,c,t){c=c||6,t=t||30;var l=Ze(a).toHsl(),s=360/t,i=[Ze(a)];for(l.h=(l.h-(s*c>>1)+720)%360;--c;)l.h=(l.h+s)%360,i.push(Ze(l));return i}function Gu(a,c){c=c||6;for(var t=Ze(a).toHsv(),l=t.h,s=t.s,i=t.v,f=[],d=1/c;c--;)f.push(Ze({h:l,s,v:i})),i=(i+d)%1;return f}Ze.mix=function(a,c,t){t=t===0?0:t||50;var l=Ze(a).toRgb(),s=Ze(c).toRgb(),i=t/100,f={r:(s.r-l.r)*i+l.r,g:(s.g-l.g)*i+l.g,b:(s.b-l.b)*i+l.b,a:(s.a-l.a)*i+l.a};return Ze(f)},Ze.readability=function(a,c){var t=Ze(a),l=Ze(c);return(Math.max(t.getLuminance(),l.getLuminance())+.05)/(Math.min(t.getLuminance(),l.getLuminance())+.05)},Ze.isReadable=function(a,c,t){var l=Ze.readability(a,c),s,i;switch(i=!1,s=Yu(t),s.level+s.size){case"AAsmall":case"AAAlarge":i=l>=4.5;break;case"AAlarge":i=l>=3;break;case"AAAsmall":i=l>=7;break}return i},Ze.mostReadable=function(a,c,t){var l=null,s=0,i,f,d,h;t=t||{},f=t.includeFallbackColors,d=t.level,h=t.size;for(var p=0;p<c.length;p++)i=Ze.readability(a,c[p]),i>s&&(s=i,l=Ze(c[p]));return Ze.isReadable(a,l,{level:d,size:h})||!f?l:(t.includeFallbackColors=!1,Ze.mostReadable(a,["#fff","#000"],t))};var J0=Ze.names={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"0ff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"00f",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",burntsienna:"ea7e5d",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"0ff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"f0f",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"663399",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"},Nu=Ze.hexNames=Ou(J0);function Ou(a){var c={};for(var t in a)a.hasOwnProperty(t)&&(c[a[t]]=t);return c}function nl(a){return a=parseFloat(a),(isNaN(a)||a<0||a>1)&&(a=1),a}function Ma(a,c){Zu(a)&&(a="100%");var t=Hu(a);return a=Math.min(c,Math.max(0,parseFloat(a))),t&&(a=parseInt(a*c,10)/100),Math.abs(a-c)<1e-6?1:a%c/parseFloat(c)}function Xo(a){return Math.min(1,Math.max(0,a))}function Nt(a){return parseInt(a,16)}function Zu(a){return typeof a=="string"&&a.indexOf(".")!=-1&&parseFloat(a)===1}function Hu(a){return typeof a=="string"&&a.indexOf("%")!=-1}function si(a){return a.length==1?"0"+a:""+a}function Xs(a){return a<=1&&(a=a*100+"%"),a}function al(a){return Math.round(parseFloat(a)*255).toString(16)}function tl(a){return Nt(a)/255}var di=function(){var a="[-\\+]?\\d+%?",c="[-\\+]?\\d*\\.\\d+%?",t="(?:"+c+")|(?:"+a+")",l="[\\s|\\(]+("+t+")[,|\\s]+("+t+")[,|\\s]+("+t+")\\s*\\)?",s="[\\s|\\(]+("+t+")[,|\\s]+("+t+")[,|\\s]+("+t+")[,|\\s]+("+t+")\\s*\\)?";return{CSS_UNIT:new RegExp(t),rgb:new RegExp("rgb"+l),rgba:new RegExp("rgba"+s),hsl:new RegExp("hsl"+l),hsla:new RegExp("hsla"+s),hsv:new RegExp("hsv"+l),hsva:new RegExp("hsva"+s),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/}}();function ar(a){return!!di.CSS_UNIT.exec(a)}function Qu(a){a=a.replace(Js,"").replace(nr,"").toLowerCase();var c=!1;if(J0[a])a=J0[a],c=!0;else if(a=="transparent")return{r:0,g:0,b:0,a:0,format:"name"};var t;return(t=di.rgb.exec(a))?{r:t[1],g:t[2],b:t[3]}:(t=di.rgba.exec(a))?{r:t[1],g:t[2],b:t[3],a:t[4]}:(t=di.hsl.exec(a))?{h:t[1],s:t[2],l:t[3]}:(t=di.hsla.exec(a))?{h:t[1],s:t[2],l:t[3],a:t[4]}:(t=di.hsv.exec(a))?{h:t[1],s:t[2],v:t[3]}:(t=di.hsva.exec(a))?{h:t[1],s:t[2],v:t[3],a:t[4]}:(t=di.hex8.exec(a))?{r:Nt(t[1]),g:Nt(t[2]),b:Nt(t[3]),a:tl(t[4]),format:c?"name":"hex8"}:(t=di.hex6.exec(a))?{r:Nt(t[1]),g:Nt(t[2]),b:Nt(t[3]),format:c?"name":"hex"}:(t=di.hex4.exec(a))?{r:Nt(t[1]+""+t[1]),g:Nt(t[2]+""+t[2]),b:Nt(t[3]+""+t[3]),a:tl(t[4]+""+t[4]),format:c?"name":"hex8"}:(t=di.hex3.exec(a))?{r:Nt(t[1]+""+t[1]),g:Nt(t[2]+""+t[2]),b:Nt(t[3]+""+t[3]),format:c?"name":"hex"}:!1}function Yu(a){var c,t;return a=a||{level:"AA",size:"small"},c=(a.level||"AA").toUpperCase(),t=(a.size||"small").toLowerCase(),c!=="AA"&&c!=="AAA"&&(c="AA"),t!=="small"&&t!=="large"&&(t="small"),{level:c,size:t}}function $u(a,c){"txml";c=c||{};var t=c.pos||0,l=!!c.keepComments,s=!!c.keepWhitespace,i="<",f="<".charCodeAt(0),d=">",h=">".charCodeAt(0),p="-".charCodeAt(0),L="/".charCodeAt(0),x="!".charCodeAt(0),k="'".charCodeAt(0),v='"'.charCodeAt(0),T="[".charCodeAt(0),u="]".charCodeAt(0);function D(H){for(var fe=[];a[t];)if(a.charCodeAt(t)==f){if(a.charCodeAt(t+1)===L){var ke=t+2;t=a.indexOf(d,t);var F=a.substring(ke,t);if(F.indexOf(H)==-1){var oe=a.substring(0,t).split(`
13
13
  `);throw new Error(`Unexpected close tag
14
14
  Line: `+(oe.length-1)+`
15
15
  Column: `+(oe[oe.length-1].length+1)+`
16
16
  Char: `+a[t])}return t+1&&(t+=1),fe}else if(a.charCodeAt(t+1)===x){if(a.charCodeAt(t+2)==p){const R=t;for(;t!==-1&&!(a.charCodeAt(t)===h&&a.charCodeAt(t-1)==p&&a.charCodeAt(t-2)==p&&t!=-1);)t=a.indexOf(d,t+1);t===-1&&(t=a.length),l&&fe.push(a.substring(R,t+1))}else if(a.charCodeAt(t+2)===T&&a.charCodeAt(t+8)===T&&a.substr(t+3,5).toLowerCase()==="cdata"){var e=a.indexOf("]]>",t);e==-1?(fe.push(a.substr(t+9)),t=a.length):(fe.push(a.substring(t+9,e)),t=e+3);continue}else{const R=t+1;t+=2;for(var n=!1;(a.charCodeAt(t)!==h||n===!0)&&a[t];)a.charCodeAt(t)===T?n=!0:n===!0&&a.charCodeAt(t)===u&&(n=!1),t++;fe.push(a.substring(R,t))}t++;continue}var le=Z();fe.push(le),le.tagName[0]==="?"&&(fe.push(...le.children),le.children=[])}else{var he=g();if(s)he.length>0&&fe.push(he);else{var N=he.trim();N.length>0&&fe.push(N)}t++}return fe}function g(){var H=t;return t=a.indexOf(i,t)-1,t===-2&&(t=a.length),a.slice(H,t+1)}var o=`\r
17
- >/= `;function _(){for(var H=t;o.indexOf(a[t])===-1&&a[t];)t++;return a.slice(H,t)}var O=c.noChildNodes||["img","br","input","meta","link","hr"];function Z(){t++;const H=_(),fe={};let ke=[];for(;a.charCodeAt(t)!==h&&a[t];){var F=a.charCodeAt(t);if(F>64&&F<91||F>96&&F<123){for(var oe=_(),e=a.charCodeAt(t);e&&e!==k&&e!==v&&!(e>64&&e<91||e>96&&e<123)&&e!==h;)t++,e=a.charCodeAt(t);if(e===k||e===v){var n=se();if(t===-1)return{tagName:H,attributes:fe,children:ke}}else n=null,t--;fe[oe]=n}t++}if(a.charCodeAt(t-1)!==L)if(H=="script"){var le=t+1;t=a.indexOf("<\/script>",t),ke=[a.slice(le,t)],t+=9}else if(H=="style"){var le=t+1;t=a.indexOf("</style>",t),ke=[a.slice(le,t)],t+=8}else O.indexOf(H)===-1?(t++,ke=D(H)):t++;else t++;return{tagName:H,attributes:fe,children:ke}}function se(){var H=a[t],fe=t+1;return t=a.indexOf(H,fe),a.slice(fe,t)}function ne(){var H=new RegExp("\\s"+c.attrName+`\\s*=['"]`+c.attrValue+`['"]`).exec(a);return H?H.index:-1}var A=null;if(c.attrValue!==void 0){c.attrName=c.attrName||"id";for(var A=[];(t=ne())!==-1;)t=a.lastIndexOf("<",t),t!==-1&&A.push(Z()),a=a.substr(t),t=0}else c.parseNode?A=Z():A=D("");return c.filter&&(A=filter(A,c.filter)),c.simplify?Vh(Array.isArray(A)?A:[A]):(c.setPos&&(A.pos=t),A)}let Yu=1;function Vh(a){const c={};if(!a||!a.length)return{};if(a.length===1&&typeof a[0]=="string")return a[0];a.forEach(function(l){if(typeof l!="object")return;c[l.tagName]||(c[l.tagName]=[]);const s=Vh(l.children);c[l.tagName].push(s),typeof s!="string"&&(Object.keys(l.attributes).length&&(s.attrs=l.attributes),s.attrs||(s.attrs={}),s.attrs.order=Yu++)});for(var t in c)c[t].length==1&&(c[t]=c[t][0]);return c}var Qr={},H0={};Object.defineProperty(H0,"__esModule",{value:!0});var $u=[{"Typeface name":"Symbol","Dingbat dec":"32","Dingbat hex":"20","Unicode dec":"32","Unicode hex":"20"},{"Typeface name":"Symbol","Dingbat dec":"33","Dingbat hex":"21","Unicode dec":"33","Unicode hex":"21"},{"Typeface name":"Symbol","Dingbat dec":"34","Dingbat hex":"22","Unicode dec":"8704","Unicode hex":"2200"},{"Typeface name":"Symbol","Dingbat dec":"35","Dingbat hex":"23","Unicode dec":"35","Unicode hex":"23"},{"Typeface name":"Symbol","Dingbat dec":"36","Dingbat hex":"24","Unicode dec":"8707","Unicode hex":"2203"},{"Typeface name":"Symbol","Dingbat dec":"37","Dingbat hex":"25","Unicode dec":"37","Unicode hex":"25"},{"Typeface name":"Symbol","Dingbat dec":"38","Dingbat hex":"26","Unicode dec":"38","Unicode hex":"26"},{"Typeface name":"Symbol","Dingbat dec":"39","Dingbat hex":"27","Unicode dec":"8717","Unicode hex":"220D"},{"Typeface name":"Symbol","Dingbat dec":"40","Dingbat hex":"28","Unicode dec":"40","Unicode hex":"28"},{"Typeface name":"Symbol","Dingbat dec":"41","Dingbat hex":"29","Unicode dec":"41","Unicode hex":"29"},{"Typeface name":"Symbol","Dingbat dec":"42","Dingbat hex":"2A","Unicode dec":"42","Unicode hex":"2A"},{"Typeface name":"Symbol","Dingbat dec":"43","Dingbat hex":"2B","Unicode dec":"43","Unicode hex":"2B"},{"Typeface name":"Symbol","Dingbat dec":"44","Dingbat hex":"2C","Unicode dec":"44","Unicode hex":"2C"},{"Typeface name":"Symbol","Dingbat dec":"45","Dingbat hex":"2D","Unicode dec":"8722","Unicode hex":"2212"},{"Typeface name":"Symbol","Dingbat dec":"46","Dingbat hex":"2E","Unicode dec":"46","Unicode hex":"2E"},{"Typeface name":"Symbol","Dingbat dec":"47","Dingbat hex":"2F","Unicode dec":"47","Unicode hex":"2F"},{"Typeface name":"Symbol","Dingbat dec":"48","Dingbat hex":"30","Unicode dec":"48","Unicode hex":"30"},{"Typeface name":"Symbol","Dingbat dec":"49","Dingbat hex":"31","Unicode dec":"49","Unicode hex":"31"},{"Typeface name":"Symbol","Dingbat dec":"50","Dingbat hex":"32","Unicode dec":"50","Unicode hex":"32"},{"Typeface name":"Symbol","Dingbat dec":"51","Dingbat hex":"33","Unicode dec":"51","Unicode hex":"33"},{"Typeface name":"Symbol","Dingbat dec":"52","Dingbat hex":"34","Unicode dec":"52","Unicode hex":"34"},{"Typeface name":"Symbol","Dingbat dec":"53","Dingbat hex":"35","Unicode dec":"53","Unicode hex":"35"},{"Typeface name":"Symbol","Dingbat dec":"54","Dingbat hex":"36","Unicode dec":"54","Unicode hex":"36"},{"Typeface name":"Symbol","Dingbat dec":"55","Dingbat hex":"37","Unicode dec":"55","Unicode hex":"37"},{"Typeface name":"Symbol","Dingbat dec":"56","Dingbat hex":"38","Unicode dec":"56","Unicode hex":"38"},{"Typeface name":"Symbol","Dingbat dec":"57","Dingbat hex":"39","Unicode dec":"57","Unicode hex":"39"},{"Typeface name":"Symbol","Dingbat dec":"58","Dingbat hex":"3A","Unicode dec":"58","Unicode hex":"3A"},{"Typeface name":"Symbol","Dingbat dec":"59","Dingbat hex":"3B","Unicode dec":"59","Unicode hex":"3B"},{"Typeface name":"Symbol","Dingbat dec":"60","Dingbat hex":"3C","Unicode dec":"60","Unicode hex":"3C"},{"Typeface name":"Symbol","Dingbat dec":"61","Dingbat hex":"3D","Unicode dec":"61","Unicode hex":"3D"},{"Typeface name":"Symbol","Dingbat dec":"62","Dingbat hex":"3E","Unicode dec":"62","Unicode hex":"3E"},{"Typeface name":"Symbol","Dingbat dec":"63","Dingbat hex":"3F","Unicode dec":"63","Unicode hex":"3F"},{"Typeface name":"Symbol","Dingbat dec":"64","Dingbat hex":"40","Unicode dec":"8773","Unicode hex":"2245"},{"Typeface name":"Symbol","Dingbat dec":"65","Dingbat hex":"41","Unicode dec":"913","Unicode hex":"391"},{"Typeface name":"Symbol","Dingbat dec":"66","Dingbat hex":"42","Unicode dec":"914","Unicode hex":"392"},{"Typeface name":"Symbol","Dingbat dec":"67","Dingbat hex":"43","Unicode dec":"935","Unicode hex":"3A7"},{"Typeface name":"Symbol","Dingbat dec":"68","Dingbat hex":"44","Unicode dec":"916","Unicode hex":"394"},{"Typeface name":"Symbol","Dingbat dec":"69","Dingbat hex":"45","Unicode dec":"917","Unicode hex":"395"},{"Typeface name":"Symbol","Dingbat dec":"70","Dingbat hex":"46","Unicode dec":"934","Unicode hex":"3A6"},{"Typeface name":"Symbol","Dingbat dec":"71","Dingbat hex":"47","Unicode dec":"915","Unicode hex":"393"},{"Typeface name":"Symbol","Dingbat dec":"72","Dingbat hex":"48","Unicode dec":"919","Unicode hex":"397"},{"Typeface name":"Symbol","Dingbat dec":"73","Dingbat hex":"49","Unicode dec":"921","Unicode hex":"399"},{"Typeface name":"Symbol","Dingbat dec":"74","Dingbat hex":"4A","Unicode dec":"977","Unicode hex":"3D1"},{"Typeface name":"Symbol","Dingbat dec":"75","Dingbat hex":"4B","Unicode dec":"922","Unicode hex":"39A"},{"Typeface name":"Symbol","Dingbat dec":"76","Dingbat hex":"4C","Unicode dec":"923","Unicode hex":"39B"},{"Typeface name":"Symbol","Dingbat dec":"77","Dingbat hex":"4D","Unicode dec":"924","Unicode hex":"39C"},{"Typeface name":"Symbol","Dingbat dec":"78","Dingbat hex":"4E","Unicode dec":"925","Unicode hex":"39D"},{"Typeface name":"Symbol","Dingbat dec":"79","Dingbat hex":"4F","Unicode dec":"927","Unicode hex":"39F"},{"Typeface name":"Symbol","Dingbat dec":"80","Dingbat hex":"50","Unicode dec":"928","Unicode hex":"3A0"},{"Typeface name":"Symbol","Dingbat dec":"81","Dingbat hex":"51","Unicode dec":"920","Unicode hex":"398"},{"Typeface name":"Symbol","Dingbat dec":"82","Dingbat hex":"52","Unicode dec":"929","Unicode hex":"3A1"},{"Typeface name":"Symbol","Dingbat dec":"83","Dingbat hex":"53","Unicode dec":"931","Unicode hex":"3A3"},{"Typeface name":"Symbol","Dingbat dec":"84","Dingbat hex":"54","Unicode dec":"932","Unicode hex":"3A4"},{"Typeface name":"Symbol","Dingbat dec":"85","Dingbat hex":"55","Unicode dec":"933","Unicode hex":"3A5"},{"Typeface name":"Symbol","Dingbat dec":"86","Dingbat hex":"56","Unicode dec":"962","Unicode hex":"3C2"},{"Typeface name":"Symbol","Dingbat dec":"87","Dingbat hex":"57","Unicode dec":"937","Unicode hex":"3A9"},{"Typeface name":"Symbol","Dingbat dec":"88","Dingbat hex":"58","Unicode dec":"926","Unicode hex":"39E"},{"Typeface name":"Symbol","Dingbat dec":"89","Dingbat hex":"59","Unicode dec":"936","Unicode hex":"3A8"},{"Typeface name":"Symbol","Dingbat dec":"90","Dingbat hex":"5A","Unicode dec":"918","Unicode hex":"396"},{"Typeface name":"Symbol","Dingbat dec":"91","Dingbat hex":"5B","Unicode dec":"91","Unicode hex":"5B"},{"Typeface name":"Symbol","Dingbat dec":"92","Dingbat hex":"5C","Unicode dec":"8756","Unicode hex":"2234"},{"Typeface name":"Symbol","Dingbat dec":"93","Dingbat hex":"5D","Unicode dec":"93","Unicode hex":"5D"},{"Typeface name":"Symbol","Dingbat dec":"94","Dingbat hex":"5E","Unicode dec":"8869","Unicode hex":"22A5"},{"Typeface name":"Symbol","Dingbat dec":"95","Dingbat hex":"5F","Unicode dec":"95","Unicode hex":"5F"},{"Typeface name":"Symbol","Dingbat dec":"96","Dingbat hex":"60","Unicode dec":"8254","Unicode hex":"203E"},{"Typeface name":"Symbol","Dingbat dec":"97","Dingbat hex":"61","Unicode dec":"945","Unicode hex":"3B1"},{"Typeface name":"Symbol","Dingbat dec":"98","Dingbat hex":"62","Unicode dec":"946","Unicode hex":"3B2"},{"Typeface name":"Symbol","Dingbat dec":"99","Dingbat hex":"63","Unicode dec":"967","Unicode hex":"3C7"},{"Typeface name":"Symbol","Dingbat dec":"100","Dingbat hex":"64","Unicode dec":"948","Unicode hex":"3B4"},{"Typeface name":"Symbol","Dingbat dec":"101","Dingbat hex":"65","Unicode dec":"949","Unicode hex":"3B5"},{"Typeface name":"Symbol","Dingbat dec":"102","Dingbat hex":"66","Unicode dec":"966","Unicode hex":"3C6"},{"Typeface name":"Symbol","Dingbat dec":"103","Dingbat hex":"67","Unicode dec":"947","Unicode hex":"3B3"},{"Typeface name":"Symbol","Dingbat dec":"104","Dingbat hex":"68","Unicode dec":"951","Unicode hex":"3B7"},{"Typeface name":"Symbol","Dingbat dec":"105","Dingbat hex":"69","Unicode dec":"953","Unicode hex":"3B9"},{"Typeface name":"Symbol","Dingbat dec":"106","Dingbat hex":"6A","Unicode dec":"981","Unicode hex":"3D5"},{"Typeface name":"Symbol","Dingbat dec":"107","Dingbat hex":"6B","Unicode dec":"954","Unicode hex":"3BA"},{"Typeface name":"Symbol","Dingbat dec":"108","Dingbat hex":"6C","Unicode dec":"955","Unicode hex":"3BB"},{"Typeface name":"Symbol","Dingbat dec":"109","Dingbat hex":"6D","Unicode dec":"956","Unicode hex":"3BC"},{"Typeface name":"Symbol","Dingbat dec":"110","Dingbat hex":"6E","Unicode dec":"957","Unicode hex":"3BD"},{"Typeface name":"Symbol","Dingbat dec":"111","Dingbat hex":"6F","Unicode dec":"959","Unicode hex":"3BF"},{"Typeface name":"Symbol","Dingbat dec":"112","Dingbat hex":"70","Unicode dec":"960","Unicode hex":"3C0"},{"Typeface name":"Symbol","Dingbat dec":"113","Dingbat hex":"71","Unicode dec":"952","Unicode hex":"3B8"},{"Typeface name":"Symbol","Dingbat dec":"114","Dingbat hex":"72","Unicode dec":"961","Unicode hex":"3C1"},{"Typeface name":"Symbol","Dingbat dec":"115","Dingbat hex":"73","Unicode dec":"963","Unicode hex":"3C3"},{"Typeface name":"Symbol","Dingbat dec":"116","Dingbat hex":"74","Unicode dec":"964","Unicode hex":"3C4"},{"Typeface name":"Symbol","Dingbat dec":"117","Dingbat hex":"75","Unicode dec":"965","Unicode hex":"3C5"},{"Typeface name":"Symbol","Dingbat dec":"118","Dingbat hex":"76","Unicode dec":"982","Unicode hex":"3D6"},{"Typeface name":"Symbol","Dingbat dec":"119","Dingbat hex":"77","Unicode dec":"969","Unicode hex":"3C9"},{"Typeface name":"Symbol","Dingbat dec":"120","Dingbat hex":"78","Unicode dec":"958","Unicode hex":"3BE"},{"Typeface name":"Symbol","Dingbat dec":"121","Dingbat hex":"79","Unicode dec":"968","Unicode hex":"3C8"},{"Typeface name":"Symbol","Dingbat dec":"122","Dingbat hex":"7A","Unicode dec":"950","Unicode hex":"3B6"},{"Typeface name":"Symbol","Dingbat dec":"123","Dingbat hex":"7B","Unicode dec":"123","Unicode hex":"7B"},{"Typeface name":"Symbol","Dingbat dec":"124","Dingbat hex":"7C","Unicode dec":"124","Unicode hex":"7C"},{"Typeface name":"Symbol","Dingbat dec":"125","Dingbat hex":"7D","Unicode dec":"125","Unicode hex":"7D"},{"Typeface name":"Symbol","Dingbat dec":"126","Dingbat hex":"7E","Unicode dec":"126","Unicode hex":"7E"},{"Typeface name":"Symbol","Dingbat dec":"160","Dingbat hex":"A0","Unicode dec":"8364","Unicode hex":"20AC"},{"Typeface name":"Symbol","Dingbat dec":"161","Dingbat hex":"A1","Unicode dec":"978","Unicode hex":"3D2"},{"Typeface name":"Symbol","Dingbat dec":"162","Dingbat hex":"A2","Unicode dec":"8242","Unicode hex":"2032"},{"Typeface name":"Symbol","Dingbat dec":"163","Dingbat hex":"A3","Unicode dec":"8804","Unicode hex":"2264"},{"Typeface name":"Symbol","Dingbat dec":"164","Dingbat hex":"A4","Unicode dec":"8260","Unicode hex":"2044"},{"Typeface name":"Symbol","Dingbat dec":"165","Dingbat hex":"A5","Unicode dec":"8734","Unicode hex":"221E"},{"Typeface name":"Symbol","Dingbat dec":"166","Dingbat hex":"A6","Unicode dec":"402","Unicode hex":"192"},{"Typeface name":"Symbol","Dingbat dec":"167","Dingbat hex":"A7","Unicode dec":"9827","Unicode hex":"2663"},{"Typeface name":"Symbol","Dingbat dec":"168","Dingbat hex":"A8","Unicode dec":"9830","Unicode hex":"2666"},{"Typeface name":"Symbol","Dingbat dec":"169","Dingbat hex":"A9","Unicode dec":"9829","Unicode hex":"2665"},{"Typeface name":"Symbol","Dingbat dec":"170","Dingbat hex":"AA","Unicode dec":"9824","Unicode hex":"2660"},{"Typeface name":"Symbol","Dingbat dec":"171","Dingbat hex":"AB","Unicode dec":"8596","Unicode hex":"2194"},{"Typeface name":"Symbol","Dingbat dec":"172","Dingbat hex":"AC","Unicode dec":"8592","Unicode hex":"2190"},{"Typeface name":"Symbol","Dingbat dec":"173","Dingbat hex":"AD","Unicode dec":"8593","Unicode hex":"2191"},{"Typeface name":"Symbol","Dingbat dec":"174","Dingbat hex":"AE","Unicode dec":"8594","Unicode hex":"2192"},{"Typeface name":"Symbol","Dingbat dec":"175","Dingbat hex":"AF","Unicode dec":"8595","Unicode hex":"2193"},{"Typeface name":"Symbol","Dingbat dec":"176","Dingbat hex":"B0","Unicode dec":"176","Unicode hex":"B0"},{"Typeface name":"Symbol","Dingbat dec":"177","Dingbat hex":"B1","Unicode dec":"177","Unicode hex":"B1"},{"Typeface name":"Symbol","Dingbat dec":"178","Dingbat hex":"B2","Unicode dec":"8243","Unicode hex":"2033"},{"Typeface name":"Symbol","Dingbat dec":"179","Dingbat hex":"B3","Unicode dec":"8805","Unicode hex":"2265"},{"Typeface name":"Symbol","Dingbat dec":"180","Dingbat hex":"B4","Unicode dec":"215","Unicode hex":"D7"},{"Typeface name":"Symbol","Dingbat dec":"181","Dingbat hex":"B5","Unicode dec":"8733","Unicode hex":"221D"},{"Typeface name":"Symbol","Dingbat dec":"182","Dingbat hex":"B6","Unicode dec":"8706","Unicode hex":"2202"},{"Typeface name":"Symbol","Dingbat dec":"183","Dingbat hex":"B7","Unicode dec":"8226","Unicode hex":"2022"},{"Typeface name":"Symbol","Dingbat dec":"184","Dingbat hex":"B8","Unicode dec":"247","Unicode hex":"F7"},{"Typeface name":"Symbol","Dingbat dec":"185","Dingbat hex":"B9","Unicode dec":"8800","Unicode hex":"2260"},{"Typeface name":"Symbol","Dingbat dec":"186","Dingbat hex":"BA","Unicode dec":"8801","Unicode hex":"2261"},{"Typeface name":"Symbol","Dingbat dec":"187","Dingbat hex":"BB","Unicode dec":"8776","Unicode hex":"2248"},{"Typeface name":"Symbol","Dingbat dec":"188","Dingbat hex":"BC","Unicode dec":"8230","Unicode hex":"2026"},{"Typeface name":"Symbol","Dingbat dec":"189","Dingbat hex":"BD","Unicode dec":"9168","Unicode hex":"23D0"},{"Typeface name":"Symbol","Dingbat dec":"190","Dingbat hex":"BE","Unicode dec":"9135","Unicode hex":"23AF"},{"Typeface name":"Symbol","Dingbat dec":"191","Dingbat hex":"BF","Unicode dec":"8629","Unicode hex":"21B5"},{"Typeface name":"Symbol","Dingbat dec":"192","Dingbat hex":"C0","Unicode dec":"8501","Unicode hex":"2135"},{"Typeface name":"Symbol","Dingbat dec":"193","Dingbat hex":"C1","Unicode dec":"8465","Unicode hex":"2111"},{"Typeface name":"Symbol","Dingbat dec":"194","Dingbat hex":"C2","Unicode dec":"8476","Unicode hex":"211C"},{"Typeface name":"Symbol","Dingbat dec":"195","Dingbat hex":"C3","Unicode dec":"8472","Unicode hex":"2118"},{"Typeface name":"Symbol","Dingbat dec":"196","Dingbat hex":"C4","Unicode dec":"8855","Unicode hex":"2297"},{"Typeface name":"Symbol","Dingbat dec":"197","Dingbat hex":"C5","Unicode dec":"8853","Unicode hex":"2295"},{"Typeface name":"Symbol","Dingbat dec":"198","Dingbat hex":"C6","Unicode dec":"8709","Unicode hex":"2205"},{"Typeface name":"Symbol","Dingbat dec":"199","Dingbat hex":"C7","Unicode dec":"8745","Unicode hex":"2229"},{"Typeface name":"Symbol","Dingbat dec":"200","Dingbat hex":"C8","Unicode dec":"8746","Unicode hex":"222A"},{"Typeface name":"Symbol","Dingbat dec":"201","Dingbat hex":"C9","Unicode dec":"8835","Unicode hex":"2283"},{"Typeface name":"Symbol","Dingbat dec":"202","Dingbat hex":"CA","Unicode dec":"8839","Unicode hex":"2287"},{"Typeface name":"Symbol","Dingbat dec":"203","Dingbat hex":"CB","Unicode dec":"8836","Unicode hex":"2284"},{"Typeface name":"Symbol","Dingbat dec":"204","Dingbat hex":"CC","Unicode dec":"8834","Unicode hex":"2282"},{"Typeface name":"Symbol","Dingbat dec":"205","Dingbat hex":"CD","Unicode dec":"8838","Unicode hex":"2286"},{"Typeface name":"Symbol","Dingbat dec":"206","Dingbat hex":"CE","Unicode dec":"8712","Unicode hex":"2208"},{"Typeface name":"Symbol","Dingbat dec":"207","Dingbat hex":"CF","Unicode dec":"8713","Unicode hex":"2209"},{"Typeface name":"Symbol","Dingbat dec":"208","Dingbat hex":"D0","Unicode dec":"8736","Unicode hex":"2220"},{"Typeface name":"Symbol","Dingbat dec":"209","Dingbat hex":"D1","Unicode dec":"8711","Unicode hex":"2207"},{"Typeface name":"Symbol","Dingbat dec":"210","Dingbat hex":"D2","Unicode dec":"174","Unicode hex":"AE"},{"Typeface name":"Symbol","Dingbat dec":"211","Dingbat hex":"D3","Unicode dec":"169","Unicode hex":"A9"},{"Typeface name":"Symbol","Dingbat dec":"212","Dingbat hex":"D4","Unicode dec":"8482","Unicode hex":"2122"},{"Typeface name":"Symbol","Dingbat dec":"213","Dingbat hex":"D5","Unicode dec":"8719","Unicode hex":"220F"},{"Typeface name":"Symbol","Dingbat dec":"214","Dingbat hex":"D6","Unicode dec":"8730","Unicode hex":"221A"},{"Typeface name":"Symbol","Dingbat dec":"215","Dingbat hex":"D7","Unicode dec":"8901","Unicode hex":"22C5"},{"Typeface name":"Symbol","Dingbat dec":"216","Dingbat hex":"D8","Unicode dec":"172","Unicode hex":"AC"},{"Typeface name":"Symbol","Dingbat dec":"217","Dingbat hex":"D9","Unicode dec":"8743","Unicode hex":"2227"},{"Typeface name":"Symbol","Dingbat dec":"218","Dingbat hex":"DA","Unicode dec":"8744","Unicode hex":"2228"},{"Typeface name":"Symbol","Dingbat dec":"219","Dingbat hex":"DB","Unicode dec":"8660","Unicode hex":"21D4"},{"Typeface name":"Symbol","Dingbat dec":"220","Dingbat hex":"DC","Unicode dec":"8656","Unicode hex":"21D0"},{"Typeface name":"Symbol","Dingbat dec":"221","Dingbat hex":"DD","Unicode dec":"8657","Unicode hex":"21D1"},{"Typeface name":"Symbol","Dingbat dec":"222","Dingbat hex":"DE","Unicode dec":"8658","Unicode hex":"21D2"},{"Typeface name":"Symbol","Dingbat dec":"223","Dingbat hex":"DF","Unicode dec":"8659","Unicode hex":"21D3"},{"Typeface name":"Symbol","Dingbat dec":"224","Dingbat hex":"E0","Unicode dec":"9674","Unicode hex":"25CA"},{"Typeface name":"Symbol","Dingbat dec":"225","Dingbat hex":"E1","Unicode dec":"12296","Unicode hex":"3008"},{"Typeface name":"Symbol","Dingbat dec":"226","Dingbat hex":"E2","Unicode dec":"174","Unicode hex":"AE"},{"Typeface name":"Symbol","Dingbat dec":"227","Dingbat hex":"E3","Unicode dec":"169","Unicode hex":"A9"},{"Typeface name":"Symbol","Dingbat dec":"228","Dingbat hex":"E4","Unicode dec":"8482","Unicode hex":"2122"},{"Typeface name":"Symbol","Dingbat dec":"229","Dingbat hex":"E5","Unicode dec":"8721","Unicode hex":"2211"},{"Typeface name":"Symbol","Dingbat dec":"230","Dingbat hex":"E6","Unicode dec":"9115","Unicode hex":"239B"},{"Typeface name":"Symbol","Dingbat dec":"231","Dingbat hex":"E7","Unicode dec":"9116","Unicode hex":"239C"},{"Typeface name":"Symbol","Dingbat dec":"232","Dingbat hex":"E8","Unicode dec":"9117","Unicode hex":"239D"},{"Typeface name":"Symbol","Dingbat dec":"233","Dingbat hex":"E9","Unicode dec":"9121","Unicode hex":"23A1"},{"Typeface name":"Symbol","Dingbat dec":"234","Dingbat hex":"EA","Unicode dec":"9122","Unicode hex":"23A2"},{"Typeface name":"Symbol","Dingbat dec":"235","Dingbat hex":"EB","Unicode dec":"9123","Unicode hex":"23A3"},{"Typeface name":"Symbol","Dingbat dec":"236","Dingbat hex":"EC","Unicode dec":"9127","Unicode hex":"23A7"},{"Typeface name":"Symbol","Dingbat dec":"237","Dingbat hex":"ED","Unicode dec":"9128","Unicode hex":"23A8"},{"Typeface name":"Symbol","Dingbat dec":"238","Dingbat hex":"EE","Unicode dec":"9129","Unicode hex":"23A9"},{"Typeface name":"Symbol","Dingbat dec":"239","Dingbat hex":"EF","Unicode dec":"9130","Unicode hex":"23AA"},{"Typeface name":"Symbol","Dingbat dec":"240","Dingbat hex":"F0","Unicode dec":"63743","Unicode hex":"F8FF"},{"Typeface name":"Symbol","Dingbat dec":"241","Dingbat hex":"F1","Unicode dec":"12297","Unicode hex":"3009"},{"Typeface name":"Symbol","Dingbat dec":"242","Dingbat hex":"F2","Unicode dec":"8747","Unicode hex":"222B"},{"Typeface name":"Symbol","Dingbat dec":"243","Dingbat hex":"F3","Unicode dec":"8992","Unicode hex":"2320"},{"Typeface name":"Symbol","Dingbat dec":"244","Dingbat hex":"F4","Unicode dec":"9134","Unicode hex":"23AE"},{"Typeface name":"Symbol","Dingbat dec":"245","Dingbat hex":"F5","Unicode dec":"8993","Unicode hex":"2321"},{"Typeface name":"Symbol","Dingbat dec":"246","Dingbat hex":"F6","Unicode dec":"9118","Unicode hex":"239E"},{"Typeface name":"Symbol","Dingbat dec":"247","Dingbat hex":"F7","Unicode dec":"9119","Unicode hex":"239F"},{"Typeface name":"Symbol","Dingbat dec":"248","Dingbat hex":"F8","Unicode dec":"9120","Unicode hex":"23A0"},{"Typeface name":"Symbol","Dingbat dec":"249","Dingbat hex":"F9","Unicode dec":"9124","Unicode hex":"23A4"},{"Typeface name":"Symbol","Dingbat dec":"250","Dingbat hex":"FA","Unicode dec":"9125","Unicode hex":"23A5"},{"Typeface name":"Symbol","Dingbat dec":"251","Dingbat hex":"FB","Unicode dec":"9126","Unicode hex":"23A6"},{"Typeface name":"Symbol","Dingbat dec":"252","Dingbat hex":"FC","Unicode dec":"9131","Unicode hex":"23AB"},{"Typeface name":"Symbol","Dingbat dec":"253","Dingbat hex":"FD","Unicode dec":"9132","Unicode hex":"23AC"},{"Typeface name":"Symbol","Dingbat dec":"254","Dingbat hex":"FE","Unicode dec":"9133","Unicode hex":"23AD"},{"Typeface name":"Webdings","Dingbat dec":"32","Dingbat hex":"20","Unicode dec":"32","Unicode hex":"20"},{"Typeface name":"Webdings","Dingbat dec":"33","Dingbat hex":"21","Unicode dec":"128375","Unicode hex":"1F577"},{"Typeface name":"Webdings","Dingbat dec":"34","Dingbat hex":"22","Unicode dec":"128376","Unicode hex":"1F578"},{"Typeface name":"Webdings","Dingbat dec":"35","Dingbat hex":"23","Unicode dec":"128370","Unicode hex":"1F572"},{"Typeface name":"Webdings","Dingbat dec":"36","Dingbat hex":"24","Unicode dec":"128374","Unicode hex":"1F576"},{"Typeface name":"Webdings","Dingbat dec":"37","Dingbat hex":"25","Unicode dec":"127942","Unicode hex":"1F3C6"},{"Typeface name":"Webdings","Dingbat dec":"38","Dingbat hex":"26","Unicode dec":"127894","Unicode hex":"1F396"},{"Typeface name":"Webdings","Dingbat dec":"39","Dingbat hex":"27","Unicode dec":"128391","Unicode hex":"1F587"},{"Typeface name":"Webdings","Dingbat dec":"40","Dingbat hex":"28","Unicode dec":"128488","Unicode hex":"1F5E8"},{"Typeface name":"Webdings","Dingbat dec":"41","Dingbat hex":"29","Unicode dec":"128489","Unicode hex":"1F5E9"},{"Typeface name":"Webdings","Dingbat dec":"42","Dingbat hex":"2A","Unicode dec":"128496","Unicode hex":"1F5F0"},{"Typeface name":"Webdings","Dingbat dec":"43","Dingbat hex":"2B","Unicode dec":"128497","Unicode hex":"1F5F1"},{"Typeface name":"Webdings","Dingbat dec":"44","Dingbat hex":"2C","Unicode dec":"127798","Unicode hex":"1F336"},{"Typeface name":"Webdings","Dingbat dec":"45","Dingbat hex":"2D","Unicode dec":"127895","Unicode hex":"1F397"},{"Typeface name":"Webdings","Dingbat dec":"46","Dingbat hex":"2E","Unicode dec":"128638","Unicode hex":"1F67E"},{"Typeface name":"Webdings","Dingbat dec":"47","Dingbat hex":"2F","Unicode dec":"128636","Unicode hex":"1F67C"},{"Typeface name":"Webdings","Dingbat dec":"48","Dingbat hex":"30","Unicode dec":"128469","Unicode hex":"1F5D5"},{"Typeface name":"Webdings","Dingbat dec":"49","Dingbat hex":"31","Unicode dec":"128470","Unicode hex":"1F5D6"},{"Typeface name":"Webdings","Dingbat dec":"50","Dingbat hex":"32","Unicode dec":"128471","Unicode hex":"1F5D7"},{"Typeface name":"Webdings","Dingbat dec":"51","Dingbat hex":"33","Unicode dec":"9204","Unicode hex":"23F4"},{"Typeface name":"Webdings","Dingbat dec":"52","Dingbat hex":"34","Unicode dec":"9205","Unicode hex":"23F5"},{"Typeface name":"Webdings","Dingbat dec":"53","Dingbat hex":"35","Unicode dec":"9206","Unicode hex":"23F6"},{"Typeface name":"Webdings","Dingbat dec":"54","Dingbat hex":"36","Unicode dec":"9207","Unicode hex":"23F7"},{"Typeface name":"Webdings","Dingbat dec":"55","Dingbat hex":"37","Unicode dec":"9194","Unicode hex":"23EA"},{"Typeface name":"Webdings","Dingbat dec":"56","Dingbat hex":"38","Unicode dec":"9193","Unicode hex":"23E9"},{"Typeface name":"Webdings","Dingbat dec":"57","Dingbat hex":"39","Unicode dec":"9198","Unicode hex":"23EE"},{"Typeface name":"Webdings","Dingbat dec":"58","Dingbat hex":"3A","Unicode dec":"9197","Unicode hex":"23ED"},{"Typeface name":"Webdings","Dingbat dec":"59","Dingbat hex":"3B","Unicode dec":"9208","Unicode hex":"23F8"},{"Typeface name":"Webdings","Dingbat dec":"60","Dingbat hex":"3C","Unicode dec":"9209","Unicode hex":"23F9"},{"Typeface name":"Webdings","Dingbat dec":"61","Dingbat hex":"3D","Unicode dec":"9210","Unicode hex":"23FA"},{"Typeface name":"Webdings","Dingbat dec":"62","Dingbat hex":"3E","Unicode dec":"128474","Unicode hex":"1F5DA"},{"Typeface name":"Webdings","Dingbat dec":"63","Dingbat hex":"3F","Unicode dec":"128499","Unicode hex":"1F5F3"},{"Typeface name":"Webdings","Dingbat dec":"64","Dingbat hex":"40","Unicode dec":"128736","Unicode hex":"1F6E0"},{"Typeface name":"Webdings","Dingbat dec":"65","Dingbat hex":"41","Unicode dec":"127959","Unicode hex":"1F3D7"},{"Typeface name":"Webdings","Dingbat dec":"66","Dingbat hex":"42","Unicode dec":"127960","Unicode hex":"1F3D8"},{"Typeface name":"Webdings","Dingbat dec":"67","Dingbat hex":"43","Unicode dec":"127961","Unicode hex":"1F3D9"},{"Typeface name":"Webdings","Dingbat dec":"68","Dingbat hex":"44","Unicode dec":"127962","Unicode hex":"1F3DA"},{"Typeface name":"Webdings","Dingbat dec":"69","Dingbat hex":"45","Unicode dec":"127964","Unicode hex":"1F3DC"},{"Typeface name":"Webdings","Dingbat dec":"70","Dingbat hex":"46","Unicode dec":"127981","Unicode hex":"1F3ED"},{"Typeface name":"Webdings","Dingbat dec":"71","Dingbat hex":"47","Unicode dec":"127963","Unicode hex":"1F3DB"},{"Typeface name":"Webdings","Dingbat dec":"72","Dingbat hex":"48","Unicode dec":"127968","Unicode hex":"1F3E0"},{"Typeface name":"Webdings","Dingbat dec":"73","Dingbat hex":"49","Unicode dec":"127958","Unicode hex":"1F3D6"},{"Typeface name":"Webdings","Dingbat dec":"74","Dingbat hex":"4A","Unicode dec":"127965","Unicode hex":"1F3DD"},{"Typeface name":"Webdings","Dingbat dec":"75","Dingbat hex":"4B","Unicode dec":"128739","Unicode hex":"1F6E3"},{"Typeface name":"Webdings","Dingbat dec":"76","Dingbat hex":"4C","Unicode dec":"128269","Unicode hex":"1F50D"},{"Typeface name":"Webdings","Dingbat dec":"77","Dingbat hex":"4D","Unicode dec":"127956","Unicode hex":"1F3D4"},{"Typeface name":"Webdings","Dingbat dec":"78","Dingbat hex":"4E","Unicode dec":"128065","Unicode hex":"1F441"},{"Typeface name":"Webdings","Dingbat dec":"79","Dingbat hex":"4F","Unicode dec":"128066","Unicode hex":"1F442"},{"Typeface name":"Webdings","Dingbat dec":"80","Dingbat hex":"50","Unicode dec":"127966","Unicode hex":"1F3DE"},{"Typeface name":"Webdings","Dingbat dec":"81","Dingbat hex":"51","Unicode dec":"127957","Unicode hex":"1F3D5"},{"Typeface name":"Webdings","Dingbat dec":"82","Dingbat hex":"52","Unicode dec":"128740","Unicode hex":"1F6E4"},{"Typeface name":"Webdings","Dingbat dec":"83","Dingbat hex":"53","Unicode dec":"127967","Unicode hex":"1F3DF"},{"Typeface name":"Webdings","Dingbat dec":"84","Dingbat hex":"54","Unicode dec":"128755","Unicode hex":"1F6F3"},{"Typeface name":"Webdings","Dingbat dec":"85","Dingbat hex":"55","Unicode dec":"128364","Unicode hex":"1F56C"},{"Typeface name":"Webdings","Dingbat dec":"86","Dingbat hex":"56","Unicode dec":"128363","Unicode hex":"1F56B"},{"Typeface name":"Webdings","Dingbat dec":"87","Dingbat hex":"57","Unicode dec":"128360","Unicode hex":"1F568"},{"Typeface name":"Webdings","Dingbat dec":"88","Dingbat hex":"58","Unicode dec":"128264","Unicode hex":"1F508"},{"Typeface name":"Webdings","Dingbat dec":"89","Dingbat hex":"59","Unicode dec":"127892","Unicode hex":"1F394"},{"Typeface name":"Webdings","Dingbat dec":"90","Dingbat hex":"5A","Unicode dec":"127893","Unicode hex":"1F395"},{"Typeface name":"Webdings","Dingbat dec":"91","Dingbat hex":"5B","Unicode dec":"128492","Unicode hex":"1F5EC"},{"Typeface name":"Webdings","Dingbat dec":"92","Dingbat hex":"5C","Unicode dec":"128637","Unicode hex":"1F67D"},{"Typeface name":"Webdings","Dingbat dec":"93","Dingbat hex":"5D","Unicode dec":"128493","Unicode hex":"1F5ED"},{"Typeface name":"Webdings","Dingbat dec":"94","Dingbat hex":"5E","Unicode dec":"128490","Unicode hex":"1F5EA"},{"Typeface name":"Webdings","Dingbat dec":"95","Dingbat hex":"5F","Unicode dec":"128491","Unicode hex":"1F5EB"},{"Typeface name":"Webdings","Dingbat dec":"96","Dingbat hex":"60","Unicode dec":"11156","Unicode hex":"2B94"},{"Typeface name":"Webdings","Dingbat dec":"97","Dingbat hex":"61","Unicode dec":"10004","Unicode hex":"2714"},{"Typeface name":"Webdings","Dingbat dec":"98","Dingbat hex":"62","Unicode dec":"128690","Unicode hex":"1F6B2"},{"Typeface name":"Webdings","Dingbat dec":"99","Dingbat hex":"63","Unicode dec":"11036","Unicode hex":"2B1C"},{"Typeface name":"Webdings","Dingbat dec":"100","Dingbat hex":"64","Unicode dec":"128737","Unicode hex":"1F6E1"},{"Typeface name":"Webdings","Dingbat dec":"101","Dingbat hex":"65","Unicode dec":"128230","Unicode hex":"1F4E6"},{"Typeface name":"Webdings","Dingbat dec":"102","Dingbat hex":"66","Unicode dec":"128753","Unicode hex":"1F6F1"},{"Typeface name":"Webdings","Dingbat dec":"103","Dingbat hex":"67","Unicode dec":"11035","Unicode hex":"2B1B"},{"Typeface name":"Webdings","Dingbat dec":"104","Dingbat hex":"68","Unicode dec":"128657","Unicode hex":"1F691"},{"Typeface name":"Webdings","Dingbat dec":"105","Dingbat hex":"69","Unicode dec":"128712","Unicode hex":"1F6C8"},{"Typeface name":"Webdings","Dingbat dec":"106","Dingbat hex":"6A","Unicode dec":"128745","Unicode hex":"1F6E9"},{"Typeface name":"Webdings","Dingbat dec":"107","Dingbat hex":"6B","Unicode dec":"128752","Unicode hex":"1F6F0"},{"Typeface name":"Webdings","Dingbat dec":"108","Dingbat hex":"6C","Unicode dec":"128968","Unicode hex":"1F7C8"},{"Typeface name":"Webdings","Dingbat dec":"109","Dingbat hex":"6D","Unicode dec":"128372","Unicode hex":"1F574"},{"Typeface name":"Webdings","Dingbat dec":"110","Dingbat hex":"6E","Unicode dec":"11044","Unicode hex":"2B24"},{"Typeface name":"Webdings","Dingbat dec":"111","Dingbat hex":"6F","Unicode dec":"128741","Unicode hex":"1F6E5"},{"Typeface name":"Webdings","Dingbat dec":"112","Dingbat hex":"70","Unicode dec":"128660","Unicode hex":"1F694"},{"Typeface name":"Webdings","Dingbat dec":"113","Dingbat hex":"71","Unicode dec":"128472","Unicode hex":"1F5D8"},{"Typeface name":"Webdings","Dingbat dec":"114","Dingbat hex":"72","Unicode dec":"128473","Unicode hex":"1F5D9"},{"Typeface name":"Webdings","Dingbat dec":"115","Dingbat hex":"73","Unicode dec":"10067","Unicode hex":"2753"},{"Typeface name":"Webdings","Dingbat dec":"116","Dingbat hex":"74","Unicode dec":"128754","Unicode hex":"1F6F2"},{"Typeface name":"Webdings","Dingbat dec":"117","Dingbat hex":"75","Unicode dec":"128647","Unicode hex":"1F687"},{"Typeface name":"Webdings","Dingbat dec":"118","Dingbat hex":"76","Unicode dec":"128653","Unicode hex":"1F68D"},{"Typeface name":"Webdings","Dingbat dec":"119","Dingbat hex":"77","Unicode dec":"9971","Unicode hex":"26F3"},{"Typeface name":"Webdings","Dingbat dec":"120","Dingbat hex":"78","Unicode dec":"10680","Unicode hex":"29B8"},{"Typeface name":"Webdings","Dingbat dec":"121","Dingbat hex":"79","Unicode dec":"8854","Unicode hex":"2296"},{"Typeface name":"Webdings","Dingbat dec":"122","Dingbat hex":"7A","Unicode dec":"128685","Unicode hex":"1F6AD"},{"Typeface name":"Webdings","Dingbat dec":"123","Dingbat hex":"7B","Unicode dec":"128494","Unicode hex":"1F5EE"},{"Typeface name":"Webdings","Dingbat dec":"124","Dingbat hex":"7C","Unicode dec":"9168","Unicode hex":"23D0"},{"Typeface name":"Webdings","Dingbat dec":"125","Dingbat hex":"7D","Unicode dec":"128495","Unicode hex":"1F5EF"},{"Typeface name":"Webdings","Dingbat dec":"126","Dingbat hex":"7E","Unicode dec":"128498","Unicode hex":"1F5F2"},{"Typeface name":"Webdings","Dingbat dec":"128","Dingbat hex":"80","Unicode dec":"128697","Unicode hex":"1F6B9"},{"Typeface name":"Webdings","Dingbat dec":"129","Dingbat hex":"81","Unicode dec":"128698","Unicode hex":"1F6BA"},{"Typeface name":"Webdings","Dingbat dec":"130","Dingbat hex":"82","Unicode dec":"128713","Unicode hex":"1F6C9"},{"Typeface name":"Webdings","Dingbat dec":"131","Dingbat hex":"83","Unicode dec":"128714","Unicode hex":"1F6CA"},{"Typeface name":"Webdings","Dingbat dec":"132","Dingbat hex":"84","Unicode dec":"128700","Unicode hex":"1F6BC"},{"Typeface name":"Webdings","Dingbat dec":"133","Dingbat hex":"85","Unicode dec":"128125","Unicode hex":"1F47D"},{"Typeface name":"Webdings","Dingbat dec":"134","Dingbat hex":"86","Unicode dec":"127947","Unicode hex":"1F3CB"},{"Typeface name":"Webdings","Dingbat dec":"135","Dingbat hex":"87","Unicode dec":"9975","Unicode hex":"26F7"},{"Typeface name":"Webdings","Dingbat dec":"136","Dingbat hex":"88","Unicode dec":"127938","Unicode hex":"1F3C2"},{"Typeface name":"Webdings","Dingbat dec":"137","Dingbat hex":"89","Unicode dec":"127948","Unicode hex":"1F3CC"},{"Typeface name":"Webdings","Dingbat dec":"138","Dingbat hex":"8A","Unicode dec":"127946","Unicode hex":"1F3CA"},{"Typeface name":"Webdings","Dingbat dec":"139","Dingbat hex":"8B","Unicode dec":"127940","Unicode hex":"1F3C4"},{"Typeface name":"Webdings","Dingbat dec":"140","Dingbat hex":"8C","Unicode dec":"127949","Unicode hex":"1F3CD"},{"Typeface name":"Webdings","Dingbat dec":"141","Dingbat hex":"8D","Unicode dec":"127950","Unicode hex":"1F3CE"},{"Typeface name":"Webdings","Dingbat dec":"142","Dingbat hex":"8E","Unicode dec":"128664","Unicode hex":"1F698"},{"Typeface name":"Webdings","Dingbat dec":"143","Dingbat hex":"8F","Unicode dec":"128480","Unicode hex":"1F5E0"},{"Typeface name":"Webdings","Dingbat dec":"144","Dingbat hex":"90","Unicode dec":"128738","Unicode hex":"1F6E2"},{"Typeface name":"Webdings","Dingbat dec":"145","Dingbat hex":"91","Unicode dec":"128176","Unicode hex":"1F4B0"},{"Typeface name":"Webdings","Dingbat dec":"146","Dingbat hex":"92","Unicode dec":"127991","Unicode hex":"1F3F7"},{"Typeface name":"Webdings","Dingbat dec":"147","Dingbat hex":"93","Unicode dec":"128179","Unicode hex":"1F4B3"},{"Typeface name":"Webdings","Dingbat dec":"148","Dingbat hex":"94","Unicode dec":"128106","Unicode hex":"1F46A"},{"Typeface name":"Webdings","Dingbat dec":"149","Dingbat hex":"95","Unicode dec":"128481","Unicode hex":"1F5E1"},{"Typeface name":"Webdings","Dingbat dec":"150","Dingbat hex":"96","Unicode dec":"128482","Unicode hex":"1F5E2"},{"Typeface name":"Webdings","Dingbat dec":"151","Dingbat hex":"97","Unicode dec":"128483","Unicode hex":"1F5E3"},{"Typeface name":"Webdings","Dingbat dec":"152","Dingbat hex":"98","Unicode dec":"10031","Unicode hex":"272F"},{"Typeface name":"Webdings","Dingbat dec":"153","Dingbat hex":"99","Unicode dec":"128388","Unicode hex":"1F584"},{"Typeface name":"Webdings","Dingbat dec":"154","Dingbat hex":"9A","Unicode dec":"128389","Unicode hex":"1F585"},{"Typeface name":"Webdings","Dingbat dec":"155","Dingbat hex":"9B","Unicode dec":"128387","Unicode hex":"1F583"},{"Typeface name":"Webdings","Dingbat dec":"156","Dingbat hex":"9C","Unicode dec":"128390","Unicode hex":"1F586"},{"Typeface name":"Webdings","Dingbat dec":"157","Dingbat hex":"9D","Unicode dec":"128441","Unicode hex":"1F5B9"},{"Typeface name":"Webdings","Dingbat dec":"158","Dingbat hex":"9E","Unicode dec":"128442","Unicode hex":"1F5BA"},{"Typeface name":"Webdings","Dingbat dec":"159","Dingbat hex":"9F","Unicode dec":"128443","Unicode hex":"1F5BB"},{"Typeface name":"Webdings","Dingbat dec":"160","Dingbat hex":"A0","Unicode dec":"128373","Unicode hex":"1F575"},{"Typeface name":"Webdings","Dingbat dec":"161","Dingbat hex":"A1","Unicode dec":"128368","Unicode hex":"1F570"},{"Typeface name":"Webdings","Dingbat dec":"162","Dingbat hex":"A2","Unicode dec":"128445","Unicode hex":"1F5BD"},{"Typeface name":"Webdings","Dingbat dec":"163","Dingbat hex":"A3","Unicode dec":"128446","Unicode hex":"1F5BE"},{"Typeface name":"Webdings","Dingbat dec":"164","Dingbat hex":"A4","Unicode dec":"128203","Unicode hex":"1F4CB"},{"Typeface name":"Webdings","Dingbat dec":"165","Dingbat hex":"A5","Unicode dec":"128466","Unicode hex":"1F5D2"},{"Typeface name":"Webdings","Dingbat dec":"166","Dingbat hex":"A6","Unicode dec":"128467","Unicode hex":"1F5D3"},{"Typeface name":"Webdings","Dingbat dec":"167","Dingbat hex":"A7","Unicode dec":"128366","Unicode hex":"1F56E"},{"Typeface name":"Webdings","Dingbat dec":"168","Dingbat hex":"A8","Unicode dec":"128218","Unicode hex":"1F4DA"},{"Typeface name":"Webdings","Dingbat dec":"169","Dingbat hex":"A9","Unicode dec":"128478","Unicode hex":"1F5DE"},{"Typeface name":"Webdings","Dingbat dec":"170","Dingbat hex":"AA","Unicode dec":"128479","Unicode hex":"1F5DF"},{"Typeface name":"Webdings","Dingbat dec":"171","Dingbat hex":"AB","Unicode dec":"128451","Unicode hex":"1F5C3"},{"Typeface name":"Webdings","Dingbat dec":"172","Dingbat hex":"AC","Unicode dec":"128450","Unicode hex":"1F5C2"},{"Typeface name":"Webdings","Dingbat dec":"173","Dingbat hex":"AD","Unicode dec":"128444","Unicode hex":"1F5BC"},{"Typeface name":"Webdings","Dingbat dec":"174","Dingbat hex":"AE","Unicode dec":"127917","Unicode hex":"1F3AD"},{"Typeface name":"Webdings","Dingbat dec":"175","Dingbat hex":"AF","Unicode dec":"127900","Unicode hex":"1F39C"},{"Typeface name":"Webdings","Dingbat dec":"176","Dingbat hex":"B0","Unicode dec":"127896","Unicode hex":"1F398"},{"Typeface name":"Webdings","Dingbat dec":"177","Dingbat hex":"B1","Unicode dec":"127897","Unicode hex":"1F399"},{"Typeface name":"Webdings","Dingbat dec":"178","Dingbat hex":"B2","Unicode dec":"127911","Unicode hex":"1F3A7"},{"Typeface name":"Webdings","Dingbat dec":"179","Dingbat hex":"B3","Unicode dec":"128191","Unicode hex":"1F4BF"},{"Typeface name":"Webdings","Dingbat dec":"180","Dingbat hex":"B4","Unicode dec":"127902","Unicode hex":"1F39E"},{"Typeface name":"Webdings","Dingbat dec":"181","Dingbat hex":"B5","Unicode dec":"128247","Unicode hex":"1F4F7"},{"Typeface name":"Webdings","Dingbat dec":"182","Dingbat hex":"B6","Unicode dec":"127903","Unicode hex":"1F39F"},{"Typeface name":"Webdings","Dingbat dec":"183","Dingbat hex":"B7","Unicode dec":"127916","Unicode hex":"1F3AC"},{"Typeface name":"Webdings","Dingbat dec":"184","Dingbat hex":"B8","Unicode dec":"128253","Unicode hex":"1F4FD"},{"Typeface name":"Webdings","Dingbat dec":"185","Dingbat hex":"B9","Unicode dec":"128249","Unicode hex":"1F4F9"},{"Typeface name":"Webdings","Dingbat dec":"186","Dingbat hex":"BA","Unicode dec":"128254","Unicode hex":"1F4FE"},{"Typeface name":"Webdings","Dingbat dec":"187","Dingbat hex":"BB","Unicode dec":"128251","Unicode hex":"1F4FB"},{"Typeface name":"Webdings","Dingbat dec":"188","Dingbat hex":"BC","Unicode dec":"127898","Unicode hex":"1F39A"},{"Typeface name":"Webdings","Dingbat dec":"189","Dingbat hex":"BD","Unicode dec":"127899","Unicode hex":"1F39B"},{"Typeface name":"Webdings","Dingbat dec":"190","Dingbat hex":"BE","Unicode dec":"128250","Unicode hex":"1F4FA"},{"Typeface name":"Webdings","Dingbat dec":"191","Dingbat hex":"BF","Unicode dec":"128187","Unicode hex":"1F4BB"},{"Typeface name":"Webdings","Dingbat dec":"192","Dingbat hex":"C0","Unicode dec":"128421","Unicode hex":"1F5A5"},{"Typeface name":"Webdings","Dingbat dec":"193","Dingbat hex":"C1","Unicode dec":"128422","Unicode hex":"1F5A6"},{"Typeface name":"Webdings","Dingbat dec":"194","Dingbat hex":"C2","Unicode dec":"128423","Unicode hex":"1F5A7"},{"Typeface name":"Webdings","Dingbat dec":"195","Dingbat hex":"C3","Unicode dec":"128377","Unicode hex":"1F579"},{"Typeface name":"Webdings","Dingbat dec":"196","Dingbat hex":"C4","Unicode dec":"127918","Unicode hex":"1F3AE"},{"Typeface name":"Webdings","Dingbat dec":"197","Dingbat hex":"C5","Unicode dec":"128379","Unicode hex":"1F57B"},{"Typeface name":"Webdings","Dingbat dec":"198","Dingbat hex":"C6","Unicode dec":"128380","Unicode hex":"1F57C"},{"Typeface name":"Webdings","Dingbat dec":"199","Dingbat hex":"C7","Unicode dec":"128223","Unicode hex":"1F4DF"},{"Typeface name":"Webdings","Dingbat dec":"200","Dingbat hex":"C8","Unicode dec":"128385","Unicode hex":"1F581"},{"Typeface name":"Webdings","Dingbat dec":"201","Dingbat hex":"C9","Unicode dec":"128384","Unicode hex":"1F580"},{"Typeface name":"Webdings","Dingbat dec":"202","Dingbat hex":"CA","Unicode dec":"128424","Unicode hex":"1F5A8"},{"Typeface name":"Webdings","Dingbat dec":"203","Dingbat hex":"CB","Unicode dec":"128425","Unicode hex":"1F5A9"},{"Typeface name":"Webdings","Dingbat dec":"204","Dingbat hex":"CC","Unicode dec":"128447","Unicode hex":"1F5BF"},{"Typeface name":"Webdings","Dingbat dec":"205","Dingbat hex":"CD","Unicode dec":"128426","Unicode hex":"1F5AA"},{"Typeface name":"Webdings","Dingbat dec":"206","Dingbat hex":"CE","Unicode dec":"128476","Unicode hex":"1F5DC"},{"Typeface name":"Webdings","Dingbat dec":"207","Dingbat hex":"CF","Unicode dec":"128274","Unicode hex":"1F512"},{"Typeface name":"Webdings","Dingbat dec":"208","Dingbat hex":"D0","Unicode dec":"128275","Unicode hex":"1F513"},{"Typeface name":"Webdings","Dingbat dec":"209","Dingbat hex":"D1","Unicode dec":"128477","Unicode hex":"1F5DD"},{"Typeface name":"Webdings","Dingbat dec":"210","Dingbat hex":"D2","Unicode dec":"128229","Unicode hex":"1F4E5"},{"Typeface name":"Webdings","Dingbat dec":"211","Dingbat hex":"D3","Unicode dec":"128228","Unicode hex":"1F4E4"},{"Typeface name":"Webdings","Dingbat dec":"212","Dingbat hex":"D4","Unicode dec":"128371","Unicode hex":"1F573"},{"Typeface name":"Webdings","Dingbat dec":"213","Dingbat hex":"D5","Unicode dec":"127779","Unicode hex":"1F323"},{"Typeface name":"Webdings","Dingbat dec":"214","Dingbat hex":"D6","Unicode dec":"127780","Unicode hex":"1F324"},{"Typeface name":"Webdings","Dingbat dec":"215","Dingbat hex":"D7","Unicode dec":"127781","Unicode hex":"1F325"},{"Typeface name":"Webdings","Dingbat dec":"216","Dingbat hex":"D8","Unicode dec":"127782","Unicode hex":"1F326"},{"Typeface name":"Webdings","Dingbat dec":"217","Dingbat hex":"D9","Unicode dec":"9729","Unicode hex":"2601"},{"Typeface name":"Webdings","Dingbat dec":"218","Dingbat hex":"DA","Unicode dec":"127784","Unicode hex":"1F328"},{"Typeface name":"Webdings","Dingbat dec":"219","Dingbat hex":"DB","Unicode dec":"127783","Unicode hex":"1F327"},{"Typeface name":"Webdings","Dingbat dec":"220","Dingbat hex":"DC","Unicode dec":"127785","Unicode hex":"1F329"},{"Typeface name":"Webdings","Dingbat dec":"221","Dingbat hex":"DD","Unicode dec":"127786","Unicode hex":"1F32A"},{"Typeface name":"Webdings","Dingbat dec":"222","Dingbat hex":"DE","Unicode dec":"127788","Unicode hex":"1F32C"},{"Typeface name":"Webdings","Dingbat dec":"223","Dingbat hex":"DF","Unicode dec":"127787","Unicode hex":"1F32B"},{"Typeface name":"Webdings","Dingbat dec":"224","Dingbat hex":"E0","Unicode dec":"127772","Unicode hex":"1F31C"},{"Typeface name":"Webdings","Dingbat dec":"225","Dingbat hex":"E1","Unicode dec":"127777","Unicode hex":"1F321"},{"Typeface name":"Webdings","Dingbat dec":"226","Dingbat hex":"E2","Unicode dec":"128715","Unicode hex":"1F6CB"},{"Typeface name":"Webdings","Dingbat dec":"227","Dingbat hex":"E3","Unicode dec":"128719","Unicode hex":"1F6CF"},{"Typeface name":"Webdings","Dingbat dec":"228","Dingbat hex":"E4","Unicode dec":"127869","Unicode hex":"1F37D"},{"Typeface name":"Webdings","Dingbat dec":"229","Dingbat hex":"E5","Unicode dec":"127864","Unicode hex":"1F378"},{"Typeface name":"Webdings","Dingbat dec":"230","Dingbat hex":"E6","Unicode dec":"128718","Unicode hex":"1F6CE"},{"Typeface name":"Webdings","Dingbat dec":"231","Dingbat hex":"E7","Unicode dec":"128717","Unicode hex":"1F6CD"},{"Typeface name":"Webdings","Dingbat dec":"232","Dingbat hex":"E8","Unicode dec":"9413","Unicode hex":"24C5"},{"Typeface name":"Webdings","Dingbat dec":"233","Dingbat hex":"E9","Unicode dec":"9855","Unicode hex":"267F"},{"Typeface name":"Webdings","Dingbat dec":"234","Dingbat hex":"EA","Unicode dec":"128710","Unicode hex":"1F6C6"},{"Typeface name":"Webdings","Dingbat dec":"235","Dingbat hex":"EB","Unicode dec":"128392","Unicode hex":"1F588"},{"Typeface name":"Webdings","Dingbat dec":"236","Dingbat hex":"EC","Unicode dec":"127891","Unicode hex":"1F393"},{"Typeface name":"Webdings","Dingbat dec":"237","Dingbat hex":"ED","Unicode dec":"128484","Unicode hex":"1F5E4"},{"Typeface name":"Webdings","Dingbat dec":"238","Dingbat hex":"EE","Unicode dec":"128485","Unicode hex":"1F5E5"},{"Typeface name":"Webdings","Dingbat dec":"239","Dingbat hex":"EF","Unicode dec":"128486","Unicode hex":"1F5E6"},{"Typeface name":"Webdings","Dingbat dec":"240","Dingbat hex":"F0","Unicode dec":"128487","Unicode hex":"1F5E7"},{"Typeface name":"Webdings","Dingbat dec":"241","Dingbat hex":"F1","Unicode dec":"128746","Unicode hex":"1F6EA"},{"Typeface name":"Webdings","Dingbat dec":"242","Dingbat hex":"F2","Unicode dec":"128063","Unicode hex":"1F43F"},{"Typeface name":"Webdings","Dingbat dec":"243","Dingbat hex":"F3","Unicode dec":"128038","Unicode hex":"1F426"},{"Typeface name":"Webdings","Dingbat dec":"244","Dingbat hex":"F4","Unicode dec":"128031","Unicode hex":"1F41F"},{"Typeface name":"Webdings","Dingbat dec":"245","Dingbat hex":"F5","Unicode dec":"128021","Unicode hex":"1F415"},{"Typeface name":"Webdings","Dingbat dec":"246","Dingbat hex":"F6","Unicode dec":"128008","Unicode hex":"1F408"},{"Typeface name":"Webdings","Dingbat dec":"247","Dingbat hex":"F7","Unicode dec":"128620","Unicode hex":"1F66C"},{"Typeface name":"Webdings","Dingbat dec":"248","Dingbat hex":"F8","Unicode dec":"128622","Unicode hex":"1F66E"},{"Typeface name":"Webdings","Dingbat dec":"249","Dingbat hex":"F9","Unicode dec":"128621","Unicode hex":"1F66D"},{"Typeface name":"Webdings","Dingbat dec":"250","Dingbat hex":"FA","Unicode dec":"128623","Unicode hex":"1F66F"},{"Typeface name":"Webdings","Dingbat dec":"251","Dingbat hex":"FB","Unicode dec":"128506","Unicode hex":"1F5FA"},{"Typeface name":"Webdings","Dingbat dec":"252","Dingbat hex":"FC","Unicode dec":"127757","Unicode hex":"1F30D"},{"Typeface name":"Webdings","Dingbat dec":"253","Dingbat hex":"FD","Unicode dec":"127759","Unicode hex":"1F30F"},{"Typeface name":"Webdings","Dingbat dec":"254","Dingbat hex":"FE","Unicode dec":"127758","Unicode hex":"1F30E"},{"Typeface name":"Webdings","Dingbat dec":"255","Dingbat hex":"FF","Unicode dec":"128330","Unicode hex":"1F54A"},{"Typeface name":"Wingdings","Dingbat dec":"32","Dingbat hex":"20","Unicode dec":"32","Unicode hex":"20"},{"Typeface name":"Wingdings","Dingbat dec":"33","Dingbat hex":"21","Unicode dec":"128393","Unicode hex":"1F589"},{"Typeface name":"Wingdings","Dingbat dec":"34","Dingbat hex":"22","Unicode dec":"9986","Unicode hex":"2702"},{"Typeface name":"Wingdings","Dingbat dec":"35","Dingbat hex":"23","Unicode dec":"9985","Unicode hex":"2701"},{"Typeface name":"Wingdings","Dingbat dec":"36","Dingbat hex":"24","Unicode dec":"128083","Unicode hex":"1F453"},{"Typeface name":"Wingdings","Dingbat dec":"37","Dingbat hex":"25","Unicode dec":"128365","Unicode hex":"1F56D"},{"Typeface name":"Wingdings","Dingbat dec":"38","Dingbat hex":"26","Unicode dec":"128366","Unicode hex":"1F56E"},{"Typeface name":"Wingdings","Dingbat dec":"39","Dingbat hex":"27","Unicode dec":"128367","Unicode hex":"1F56F"},{"Typeface name":"Wingdings","Dingbat dec":"40","Dingbat hex":"28","Unicode dec":"128383","Unicode hex":"1F57F"},{"Typeface name":"Wingdings","Dingbat dec":"41","Dingbat hex":"29","Unicode dec":"9990","Unicode hex":"2706"},{"Typeface name":"Wingdings","Dingbat dec":"42","Dingbat hex":"2A","Unicode dec":"128386","Unicode hex":"1F582"},{"Typeface name":"Wingdings","Dingbat dec":"43","Dingbat hex":"2B","Unicode dec":"128387","Unicode hex":"1F583"},{"Typeface name":"Wingdings","Dingbat dec":"44","Dingbat hex":"2C","Unicode dec":"128234","Unicode hex":"1F4EA"},{"Typeface name":"Wingdings","Dingbat dec":"45","Dingbat hex":"2D","Unicode dec":"128235","Unicode hex":"1F4EB"},{"Typeface name":"Wingdings","Dingbat dec":"46","Dingbat hex":"2E","Unicode dec":"128236","Unicode hex":"1F4EC"},{"Typeface name":"Wingdings","Dingbat dec":"47","Dingbat hex":"2F","Unicode dec":"128237","Unicode hex":"1F4ED"},{"Typeface name":"Wingdings","Dingbat dec":"48","Dingbat hex":"30","Unicode dec":"128448","Unicode hex":"1F5C0"},{"Typeface name":"Wingdings","Dingbat dec":"49","Dingbat hex":"31","Unicode dec":"128449","Unicode hex":"1F5C1"},{"Typeface name":"Wingdings","Dingbat dec":"50","Dingbat hex":"32","Unicode dec":"128462","Unicode hex":"1F5CE"},{"Typeface name":"Wingdings","Dingbat dec":"51","Dingbat hex":"33","Unicode dec":"128463","Unicode hex":"1F5CF"},{"Typeface name":"Wingdings","Dingbat dec":"52","Dingbat hex":"34","Unicode dec":"128464","Unicode hex":"1F5D0"},{"Typeface name":"Wingdings","Dingbat dec":"53","Dingbat hex":"35","Unicode dec":"128452","Unicode hex":"1F5C4"},{"Typeface name":"Wingdings","Dingbat dec":"54","Dingbat hex":"36","Unicode dec":"8987","Unicode hex":"231B"},{"Typeface name":"Wingdings","Dingbat dec":"55","Dingbat hex":"37","Unicode dec":"128430","Unicode hex":"1F5AE"},{"Typeface name":"Wingdings","Dingbat dec":"56","Dingbat hex":"38","Unicode dec":"128432","Unicode hex":"1F5B0"},{"Typeface name":"Wingdings","Dingbat dec":"57","Dingbat hex":"39","Unicode dec":"128434","Unicode hex":"1F5B2"},{"Typeface name":"Wingdings","Dingbat dec":"58","Dingbat hex":"3A","Unicode dec":"128435","Unicode hex":"1F5B3"},{"Typeface name":"Wingdings","Dingbat dec":"59","Dingbat hex":"3B","Unicode dec":"128436","Unicode hex":"1F5B4"},{"Typeface name":"Wingdings","Dingbat dec":"60","Dingbat hex":"3C","Unicode dec":"128427","Unicode hex":"1F5AB"},{"Typeface name":"Wingdings","Dingbat dec":"61","Dingbat hex":"3D","Unicode dec":"128428","Unicode hex":"1F5AC"},{"Typeface name":"Wingdings","Dingbat dec":"62","Dingbat hex":"3E","Unicode dec":"9991","Unicode hex":"2707"},{"Typeface name":"Wingdings","Dingbat dec":"63","Dingbat hex":"3F","Unicode dec":"9997","Unicode hex":"270D"},{"Typeface name":"Wingdings","Dingbat dec":"64","Dingbat hex":"40","Unicode dec":"128398","Unicode hex":"1F58E"},{"Typeface name":"Wingdings","Dingbat dec":"65","Dingbat hex":"41","Unicode dec":"9996","Unicode hex":"270C"},{"Typeface name":"Wingdings","Dingbat dec":"66","Dingbat hex":"42","Unicode dec":"128399","Unicode hex":"1F58F"},{"Typeface name":"Wingdings","Dingbat dec":"67","Dingbat hex":"43","Unicode dec":"128077","Unicode hex":"1F44D"},{"Typeface name":"Wingdings","Dingbat dec":"68","Dingbat hex":"44","Unicode dec":"128078","Unicode hex":"1F44E"},{"Typeface name":"Wingdings","Dingbat dec":"69","Dingbat hex":"45","Unicode dec":"9756","Unicode hex":"261C"},{"Typeface name":"Wingdings","Dingbat dec":"70","Dingbat hex":"46","Unicode dec":"9758","Unicode hex":"261E"},{"Typeface name":"Wingdings","Dingbat dec":"71","Dingbat hex":"47","Unicode dec":"9757","Unicode hex":"261D"},{"Typeface name":"Wingdings","Dingbat dec":"72","Dingbat hex":"48","Unicode dec":"9759","Unicode hex":"261F"},{"Typeface name":"Wingdings","Dingbat dec":"73","Dingbat hex":"49","Unicode dec":"128400","Unicode hex":"1F590"},{"Typeface name":"Wingdings","Dingbat dec":"74","Dingbat hex":"4A","Unicode dec":"9786","Unicode hex":"263A"},{"Typeface name":"Wingdings","Dingbat dec":"75","Dingbat hex":"4B","Unicode dec":"128528","Unicode hex":"1F610"},{"Typeface name":"Wingdings","Dingbat dec":"76","Dingbat hex":"4C","Unicode dec":"9785","Unicode hex":"2639"},{"Typeface name":"Wingdings","Dingbat dec":"77","Dingbat hex":"4D","Unicode dec":"128163","Unicode hex":"1F4A3"},{"Typeface name":"Wingdings","Dingbat dec":"78","Dingbat hex":"4E","Unicode dec":"128369","Unicode hex":"1F571"},{"Typeface name":"Wingdings","Dingbat dec":"79","Dingbat hex":"4F","Unicode dec":"127987","Unicode hex":"1F3F3"},{"Typeface name":"Wingdings","Dingbat dec":"80","Dingbat hex":"50","Unicode dec":"127985","Unicode hex":"1F3F1"},{"Typeface name":"Wingdings","Dingbat dec":"81","Dingbat hex":"51","Unicode dec":"9992","Unicode hex":"2708"},{"Typeface name":"Wingdings","Dingbat dec":"82","Dingbat hex":"52","Unicode dec":"9788","Unicode hex":"263C"},{"Typeface name":"Wingdings","Dingbat dec":"83","Dingbat hex":"53","Unicode dec":"127778","Unicode hex":"1F322"},{"Typeface name":"Wingdings","Dingbat dec":"84","Dingbat hex":"54","Unicode dec":"10052","Unicode hex":"2744"},{"Typeface name":"Wingdings","Dingbat dec":"85","Dingbat hex":"55","Unicode dec":"128326","Unicode hex":"1F546"},{"Typeface name":"Wingdings","Dingbat dec":"86","Dingbat hex":"56","Unicode dec":"10014","Unicode hex":"271E"},{"Typeface name":"Wingdings","Dingbat dec":"87","Dingbat hex":"57","Unicode dec":"128328","Unicode hex":"1F548"},{"Typeface name":"Wingdings","Dingbat dec":"88","Dingbat hex":"58","Unicode dec":"10016","Unicode hex":"2720"},{"Typeface name":"Wingdings","Dingbat dec":"89","Dingbat hex":"59","Unicode dec":"10017","Unicode hex":"2721"},{"Typeface name":"Wingdings","Dingbat dec":"90","Dingbat hex":"5A","Unicode dec":"9770","Unicode hex":"262A"},{"Typeface name":"Wingdings","Dingbat dec":"91","Dingbat hex":"5B","Unicode dec":"9775","Unicode hex":"262F"},{"Typeface name":"Wingdings","Dingbat dec":"92","Dingbat hex":"5C","Unicode dec":"128329","Unicode hex":"1F549"},{"Typeface name":"Wingdings","Dingbat dec":"93","Dingbat hex":"5D","Unicode dec":"9784","Unicode hex":"2638"},{"Typeface name":"Wingdings","Dingbat dec":"94","Dingbat hex":"5E","Unicode dec":"9800","Unicode hex":"2648"},{"Typeface name":"Wingdings","Dingbat dec":"95","Dingbat hex":"5F","Unicode dec":"9801","Unicode hex":"2649"},{"Typeface name":"Wingdings","Dingbat dec":"96","Dingbat hex":"60","Unicode dec":"9802","Unicode hex":"264A"},{"Typeface name":"Wingdings","Dingbat dec":"97","Dingbat hex":"61","Unicode dec":"9803","Unicode hex":"264B"},{"Typeface name":"Wingdings","Dingbat dec":"98","Dingbat hex":"62","Unicode dec":"9804","Unicode hex":"264C"},{"Typeface name":"Wingdings","Dingbat dec":"99","Dingbat hex":"63","Unicode dec":"9805","Unicode hex":"264D"},{"Typeface name":"Wingdings","Dingbat dec":"100","Dingbat hex":"64","Unicode dec":"9806","Unicode hex":"264E"},{"Typeface name":"Wingdings","Dingbat dec":"101","Dingbat hex":"65","Unicode dec":"9807","Unicode hex":"264F"},{"Typeface name":"Wingdings","Dingbat dec":"102","Dingbat hex":"66","Unicode dec":"9808","Unicode hex":"2650"},{"Typeface name":"Wingdings","Dingbat dec":"103","Dingbat hex":"67","Unicode dec":"9809","Unicode hex":"2651"},{"Typeface name":"Wingdings","Dingbat dec":"104","Dingbat hex":"68","Unicode dec":"9810","Unicode hex":"2652"},{"Typeface name":"Wingdings","Dingbat dec":"105","Dingbat hex":"69","Unicode dec":"9811","Unicode hex":"2653"},{"Typeface name":"Wingdings","Dingbat dec":"106","Dingbat hex":"6A","Unicode dec":"128624","Unicode hex":"1F670"},{"Typeface name":"Wingdings","Dingbat dec":"107","Dingbat hex":"6B","Unicode dec":"128629","Unicode hex":"1F675"},{"Typeface name":"Wingdings","Dingbat dec":"108","Dingbat hex":"6C","Unicode dec":"9899","Unicode hex":"26AB"},{"Typeface name":"Wingdings","Dingbat dec":"109","Dingbat hex":"6D","Unicode dec":"128318","Unicode hex":"1F53E"},{"Typeface name":"Wingdings","Dingbat dec":"110","Dingbat hex":"6E","Unicode dec":"9724","Unicode hex":"25FC"},{"Typeface name":"Wingdings","Dingbat dec":"111","Dingbat hex":"6F","Unicode dec":"128911","Unicode hex":"1F78F"},{"Typeface name":"Wingdings","Dingbat dec":"112","Dingbat hex":"70","Unicode dec":"128912","Unicode hex":"1F790"},{"Typeface name":"Wingdings","Dingbat dec":"113","Dingbat hex":"71","Unicode dec":"10065","Unicode hex":"2751"},{"Typeface name":"Wingdings","Dingbat dec":"114","Dingbat hex":"72","Unicode dec":"10066","Unicode hex":"2752"},{"Typeface name":"Wingdings","Dingbat dec":"115","Dingbat hex":"73","Unicode dec":"128927","Unicode hex":"1F79F"},{"Typeface name":"Wingdings","Dingbat dec":"116","Dingbat hex":"74","Unicode dec":"10731","Unicode hex":"29EB"},{"Typeface name":"Wingdings","Dingbat dec":"117","Dingbat hex":"75","Unicode dec":"9670","Unicode hex":"25C6"},{"Typeface name":"Wingdings","Dingbat dec":"118","Dingbat hex":"76","Unicode dec":"10070","Unicode hex":"2756"},{"Typeface name":"Wingdings","Dingbat dec":"119","Dingbat hex":"77","Unicode dec":"11049","Unicode hex":"2B29"},{"Typeface name":"Wingdings","Dingbat dec":"120","Dingbat hex":"78","Unicode dec":"8999","Unicode hex":"2327"},{"Typeface name":"Wingdings","Dingbat dec":"121","Dingbat hex":"79","Unicode dec":"11193","Unicode hex":"2BB9"},{"Typeface name":"Wingdings","Dingbat dec":"122","Dingbat hex":"7A","Unicode dec":"8984","Unicode hex":"2318"},{"Typeface name":"Wingdings","Dingbat dec":"123","Dingbat hex":"7B","Unicode dec":"127989","Unicode hex":"1F3F5"},{"Typeface name":"Wingdings","Dingbat dec":"124","Dingbat hex":"7C","Unicode dec":"127990","Unicode hex":"1F3F6"},{"Typeface name":"Wingdings","Dingbat dec":"125","Dingbat hex":"7D","Unicode dec":"128630","Unicode hex":"1F676"},{"Typeface name":"Wingdings","Dingbat dec":"126","Dingbat hex":"7E","Unicode dec":"128631","Unicode hex":"1F677"},{"Typeface name":"Wingdings","Dingbat dec":"127","Dingbat hex":"7F","Unicode dec":"9647","Unicode hex":"25AF"},{"Typeface name":"Wingdings","Dingbat dec":"128","Dingbat hex":"80","Unicode dec":"127243","Unicode hex":"1F10B"},{"Typeface name":"Wingdings","Dingbat dec":"129","Dingbat hex":"81","Unicode dec":"10112","Unicode hex":"2780"},{"Typeface name":"Wingdings","Dingbat dec":"130","Dingbat hex":"82","Unicode dec":"10113","Unicode hex":"2781"},{"Typeface name":"Wingdings","Dingbat dec":"131","Dingbat hex":"83","Unicode dec":"10114","Unicode hex":"2782"},{"Typeface name":"Wingdings","Dingbat dec":"132","Dingbat hex":"84","Unicode dec":"10115","Unicode hex":"2783"},{"Typeface name":"Wingdings","Dingbat dec":"133","Dingbat hex":"85","Unicode dec":"10116","Unicode hex":"2784"},{"Typeface name":"Wingdings","Dingbat dec":"134","Dingbat hex":"86","Unicode dec":"10117","Unicode hex":"2785"},{"Typeface name":"Wingdings","Dingbat dec":"135","Dingbat hex":"87","Unicode dec":"10118","Unicode hex":"2786"},{"Typeface name":"Wingdings","Dingbat dec":"136","Dingbat hex":"88","Unicode dec":"10119","Unicode hex":"2787"},{"Typeface name":"Wingdings","Dingbat dec":"137","Dingbat hex":"89","Unicode dec":"10120","Unicode hex":"2788"},{"Typeface name":"Wingdings","Dingbat dec":"138","Dingbat hex":"8A","Unicode dec":"10121","Unicode hex":"2789"},{"Typeface name":"Wingdings","Dingbat dec":"139","Dingbat hex":"8B","Unicode dec":"127244","Unicode hex":"1F10C"},{"Typeface name":"Wingdings","Dingbat dec":"140","Dingbat hex":"8C","Unicode dec":"10122","Unicode hex":"278A"},{"Typeface name":"Wingdings","Dingbat dec":"141","Dingbat hex":"8D","Unicode dec":"10123","Unicode hex":"278B"},{"Typeface name":"Wingdings","Dingbat dec":"142","Dingbat hex":"8E","Unicode dec":"10124","Unicode hex":"278C"},{"Typeface name":"Wingdings","Dingbat dec":"143","Dingbat hex":"8F","Unicode dec":"10125","Unicode hex":"278D"},{"Typeface name":"Wingdings","Dingbat dec":"144","Dingbat hex":"90","Unicode dec":"10126","Unicode hex":"278E"},{"Typeface name":"Wingdings","Dingbat dec":"145","Dingbat hex":"91","Unicode dec":"10127","Unicode hex":"278F"},{"Typeface name":"Wingdings","Dingbat dec":"146","Dingbat hex":"92","Unicode dec":"10128","Unicode hex":"2790"},{"Typeface name":"Wingdings","Dingbat dec":"147","Dingbat hex":"93","Unicode dec":"10129","Unicode hex":"2791"},{"Typeface name":"Wingdings","Dingbat dec":"148","Dingbat hex":"94","Unicode dec":"10130","Unicode hex":"2792"},{"Typeface name":"Wingdings","Dingbat dec":"149","Dingbat hex":"95","Unicode dec":"10131","Unicode hex":"2793"},{"Typeface name":"Wingdings","Dingbat dec":"150","Dingbat hex":"96","Unicode dec":"128610","Unicode hex":"1F662"},{"Typeface name":"Wingdings","Dingbat dec":"151","Dingbat hex":"97","Unicode dec":"128608","Unicode hex":"1F660"},{"Typeface name":"Wingdings","Dingbat dec":"152","Dingbat hex":"98","Unicode dec":"128609","Unicode hex":"1F661"},{"Typeface name":"Wingdings","Dingbat dec":"153","Dingbat hex":"99","Unicode dec":"128611","Unicode hex":"1F663"},{"Typeface name":"Wingdings","Dingbat dec":"154","Dingbat hex":"9A","Unicode dec":"128606","Unicode hex":"1F65E"},{"Typeface name":"Wingdings","Dingbat dec":"155","Dingbat hex":"9B","Unicode dec":"128604","Unicode hex":"1F65C"},{"Typeface name":"Wingdings","Dingbat dec":"156","Dingbat hex":"9C","Unicode dec":"128605","Unicode hex":"1F65D"},{"Typeface name":"Wingdings","Dingbat dec":"157","Dingbat hex":"9D","Unicode dec":"128607","Unicode hex":"1F65F"},{"Typeface name":"Wingdings","Dingbat dec":"158","Dingbat hex":"9E","Unicode dec":"8729","Unicode hex":"2219"},{"Typeface name":"Wingdings","Dingbat dec":"159","Dingbat hex":"9F","Unicode dec":"8226","Unicode hex":"2022"},{"Typeface name":"Wingdings","Dingbat dec":"160","Dingbat hex":"A0","Unicode dec":"11037","Unicode hex":"2B1D"},{"Typeface name":"Wingdings","Dingbat dec":"161","Dingbat hex":"A1","Unicode dec":"11096","Unicode hex":"2B58"},{"Typeface name":"Wingdings","Dingbat dec":"162","Dingbat hex":"A2","Unicode dec":"128902","Unicode hex":"1F786"},{"Typeface name":"Wingdings","Dingbat dec":"163","Dingbat hex":"A3","Unicode dec":"128904","Unicode hex":"1F788"},{"Typeface name":"Wingdings","Dingbat dec":"164","Dingbat hex":"A4","Unicode dec":"128906","Unicode hex":"1F78A"},{"Typeface name":"Wingdings","Dingbat dec":"165","Dingbat hex":"A5","Unicode dec":"128907","Unicode hex":"1F78B"},{"Typeface name":"Wingdings","Dingbat dec":"166","Dingbat hex":"A6","Unicode dec":"128319","Unicode hex":"1F53F"},{"Typeface name":"Wingdings","Dingbat dec":"167","Dingbat hex":"A7","Unicode dec":"9642","Unicode hex":"25AA"},{"Typeface name":"Wingdings","Dingbat dec":"168","Dingbat hex":"A8","Unicode dec":"128910","Unicode hex":"1F78E"},{"Typeface name":"Wingdings","Dingbat dec":"169","Dingbat hex":"A9","Unicode dec":"128961","Unicode hex":"1F7C1"},{"Typeface name":"Wingdings","Dingbat dec":"170","Dingbat hex":"AA","Unicode dec":"128965","Unicode hex":"1F7C5"},{"Typeface name":"Wingdings","Dingbat dec":"171","Dingbat hex":"AB","Unicode dec":"9733","Unicode hex":"2605"},{"Typeface name":"Wingdings","Dingbat dec":"172","Dingbat hex":"AC","Unicode dec":"128971","Unicode hex":"1F7CB"},{"Typeface name":"Wingdings","Dingbat dec":"173","Dingbat hex":"AD","Unicode dec":"128975","Unicode hex":"1F7CF"},{"Typeface name":"Wingdings","Dingbat dec":"174","Dingbat hex":"AE","Unicode dec":"128979","Unicode hex":"1F7D3"},{"Typeface name":"Wingdings","Dingbat dec":"175","Dingbat hex":"AF","Unicode dec":"128977","Unicode hex":"1F7D1"},{"Typeface name":"Wingdings","Dingbat dec":"176","Dingbat hex":"B0","Unicode dec":"11216","Unicode hex":"2BD0"},{"Typeface name":"Wingdings","Dingbat dec":"177","Dingbat hex":"B1","Unicode dec":"8982","Unicode hex":"2316"},{"Typeface name":"Wingdings","Dingbat dec":"178","Dingbat hex":"B2","Unicode dec":"11214","Unicode hex":"2BCE"},{"Typeface name":"Wingdings","Dingbat dec":"179","Dingbat hex":"B3","Unicode dec":"11215","Unicode hex":"2BCF"},{"Typeface name":"Wingdings","Dingbat dec":"180","Dingbat hex":"B4","Unicode dec":"11217","Unicode hex":"2BD1"},{"Typeface name":"Wingdings","Dingbat dec":"181","Dingbat hex":"B5","Unicode dec":"10026","Unicode hex":"272A"},{"Typeface name":"Wingdings","Dingbat dec":"182","Dingbat hex":"B6","Unicode dec":"10032","Unicode hex":"2730"},{"Typeface name":"Wingdings","Dingbat dec":"183","Dingbat hex":"B7","Unicode dec":"128336","Unicode hex":"1F550"},{"Typeface name":"Wingdings","Dingbat dec":"184","Dingbat hex":"B8","Unicode dec":"128337","Unicode hex":"1F551"},{"Typeface name":"Wingdings","Dingbat dec":"185","Dingbat hex":"B9","Unicode dec":"128338","Unicode hex":"1F552"},{"Typeface name":"Wingdings","Dingbat dec":"186","Dingbat hex":"BA","Unicode dec":"128339","Unicode hex":"1F553"},{"Typeface name":"Wingdings","Dingbat dec":"187","Dingbat hex":"BB","Unicode dec":"128340","Unicode hex":"1F554"},{"Typeface name":"Wingdings","Dingbat dec":"188","Dingbat hex":"BC","Unicode dec":"128341","Unicode hex":"1F555"},{"Typeface name":"Wingdings","Dingbat dec":"189","Dingbat hex":"BD","Unicode dec":"128342","Unicode hex":"1F556"},{"Typeface name":"Wingdings","Dingbat dec":"190","Dingbat hex":"BE","Unicode dec":"128343","Unicode hex":"1F557"},{"Typeface name":"Wingdings","Dingbat dec":"191","Dingbat hex":"BF","Unicode dec":"128344","Unicode hex":"1F558"},{"Typeface name":"Wingdings","Dingbat dec":"192","Dingbat hex":"C0","Unicode dec":"128345","Unicode hex":"1F559"},{"Typeface name":"Wingdings","Dingbat dec":"193","Dingbat hex":"C1","Unicode dec":"128346","Unicode hex":"1F55A"},{"Typeface name":"Wingdings","Dingbat dec":"194","Dingbat hex":"C2","Unicode dec":"128347","Unicode hex":"1F55B"},{"Typeface name":"Wingdings","Dingbat dec":"195","Dingbat hex":"C3","Unicode dec":"11184","Unicode hex":"2BB0"},{"Typeface name":"Wingdings","Dingbat dec":"196","Dingbat hex":"C4","Unicode dec":"11185","Unicode hex":"2BB1"},{"Typeface name":"Wingdings","Dingbat dec":"197","Dingbat hex":"C5","Unicode dec":"11186","Unicode hex":"2BB2"},{"Typeface name":"Wingdings","Dingbat dec":"198","Dingbat hex":"C6","Unicode dec":"11187","Unicode hex":"2BB3"},{"Typeface name":"Wingdings","Dingbat dec":"199","Dingbat hex":"C7","Unicode dec":"11188","Unicode hex":"2BB4"},{"Typeface name":"Wingdings","Dingbat dec":"200","Dingbat hex":"C8","Unicode dec":"11189","Unicode hex":"2BB5"},{"Typeface name":"Wingdings","Dingbat dec":"201","Dingbat hex":"C9","Unicode dec":"11190","Unicode hex":"2BB6"},{"Typeface name":"Wingdings","Dingbat dec":"202","Dingbat hex":"CA","Unicode dec":"11191","Unicode hex":"2BB7"},{"Typeface name":"Wingdings","Dingbat dec":"203","Dingbat hex":"CB","Unicode dec":"128618","Unicode hex":"1F66A"},{"Typeface name":"Wingdings","Dingbat dec":"204","Dingbat hex":"CC","Unicode dec":"128619","Unicode hex":"1F66B"},{"Typeface name":"Wingdings","Dingbat dec":"205","Dingbat hex":"CD","Unicode dec":"128597","Unicode hex":"1F655"},{"Typeface name":"Wingdings","Dingbat dec":"206","Dingbat hex":"CE","Unicode dec":"128596","Unicode hex":"1F654"},{"Typeface name":"Wingdings","Dingbat dec":"207","Dingbat hex":"CF","Unicode dec":"128599","Unicode hex":"1F657"},{"Typeface name":"Wingdings","Dingbat dec":"208","Dingbat hex":"D0","Unicode dec":"128598","Unicode hex":"1F656"},{"Typeface name":"Wingdings","Dingbat dec":"209","Dingbat hex":"D1","Unicode dec":"128592","Unicode hex":"1F650"},{"Typeface name":"Wingdings","Dingbat dec":"210","Dingbat hex":"D2","Unicode dec":"128593","Unicode hex":"1F651"},{"Typeface name":"Wingdings","Dingbat dec":"211","Dingbat hex":"D3","Unicode dec":"128594","Unicode hex":"1F652"},{"Typeface name":"Wingdings","Dingbat dec":"212","Dingbat hex":"D4","Unicode dec":"128595","Unicode hex":"1F653"},{"Typeface name":"Wingdings","Dingbat dec":"213","Dingbat hex":"D5","Unicode dec":"9003","Unicode hex":"232B"},{"Typeface name":"Wingdings","Dingbat dec":"214","Dingbat hex":"D6","Unicode dec":"8998","Unicode hex":"2326"},{"Typeface name":"Wingdings","Dingbat dec":"215","Dingbat hex":"D7","Unicode dec":"11160","Unicode hex":"2B98"},{"Typeface name":"Wingdings","Dingbat dec":"216","Dingbat hex":"D8","Unicode dec":"11162","Unicode hex":"2B9A"},{"Typeface name":"Wingdings","Dingbat dec":"217","Dingbat hex":"D9","Unicode dec":"11161","Unicode hex":"2B99"},{"Typeface name":"Wingdings","Dingbat dec":"218","Dingbat hex":"DA","Unicode dec":"11163","Unicode hex":"2B9B"},{"Typeface name":"Wingdings","Dingbat dec":"219","Dingbat hex":"DB","Unicode dec":"11144","Unicode hex":"2B88"},{"Typeface name":"Wingdings","Dingbat dec":"220","Dingbat hex":"DC","Unicode dec":"11146","Unicode hex":"2B8A"},{"Typeface name":"Wingdings","Dingbat dec":"221","Dingbat hex":"DD","Unicode dec":"11145","Unicode hex":"2B89"},{"Typeface name":"Wingdings","Dingbat dec":"222","Dingbat hex":"DE","Unicode dec":"11147","Unicode hex":"2B8B"},{"Typeface name":"Wingdings","Dingbat dec":"223","Dingbat hex":"DF","Unicode dec":"129128","Unicode hex":"1F868"},{"Typeface name":"Wingdings","Dingbat dec":"224","Dingbat hex":"E0","Unicode dec":"129130","Unicode hex":"1F86A"},{"Typeface name":"Wingdings","Dingbat dec":"225","Dingbat hex":"E1","Unicode dec":"129129","Unicode hex":"1F869"},{"Typeface name":"Wingdings","Dingbat dec":"226","Dingbat hex":"E2","Unicode dec":"129131","Unicode hex":"1F86B"},{"Typeface name":"Wingdings","Dingbat dec":"227","Dingbat hex":"E3","Unicode dec":"129132","Unicode hex":"1F86C"},{"Typeface name":"Wingdings","Dingbat dec":"228","Dingbat hex":"E4","Unicode dec":"129133","Unicode hex":"1F86D"},{"Typeface name":"Wingdings","Dingbat dec":"229","Dingbat hex":"E5","Unicode dec":"129135","Unicode hex":"1F86F"},{"Typeface name":"Wingdings","Dingbat dec":"230","Dingbat hex":"E6","Unicode dec":"129134","Unicode hex":"1F86E"},{"Typeface name":"Wingdings","Dingbat dec":"231","Dingbat hex":"E7","Unicode dec":"129144","Unicode hex":"1F878"},{"Typeface name":"Wingdings","Dingbat dec":"232","Dingbat hex":"E8","Unicode dec":"129146","Unicode hex":"1F87A"},{"Typeface name":"Wingdings","Dingbat dec":"233","Dingbat hex":"E9","Unicode dec":"129145","Unicode hex":"1F879"},{"Typeface name":"Wingdings","Dingbat dec":"234","Dingbat hex":"EA","Unicode dec":"129147","Unicode hex":"1F87B"},{"Typeface name":"Wingdings","Dingbat dec":"235","Dingbat hex":"EB","Unicode dec":"129148","Unicode hex":"1F87C"},{"Typeface name":"Wingdings","Dingbat dec":"236","Dingbat hex":"EC","Unicode dec":"129149","Unicode hex":"1F87D"},{"Typeface name":"Wingdings","Dingbat dec":"237","Dingbat hex":"ED","Unicode dec":"129151","Unicode hex":"1F87F"},{"Typeface name":"Wingdings","Dingbat dec":"238","Dingbat hex":"EE","Unicode dec":"129150","Unicode hex":"1F87E"},{"Typeface name":"Wingdings","Dingbat dec":"239","Dingbat hex":"EF","Unicode dec":"8678","Unicode hex":"21E6"},{"Typeface name":"Wingdings","Dingbat dec":"240","Dingbat hex":"F0","Unicode dec":"8680","Unicode hex":"21E8"},{"Typeface name":"Wingdings","Dingbat dec":"241","Dingbat hex":"F1","Unicode dec":"8679","Unicode hex":"21E7"},{"Typeface name":"Wingdings","Dingbat dec":"242","Dingbat hex":"F2","Unicode dec":"8681","Unicode hex":"21E9"},{"Typeface name":"Wingdings","Dingbat dec":"243","Dingbat hex":"F3","Unicode dec":"11012","Unicode hex":"2B04"},{"Typeface name":"Wingdings","Dingbat dec":"244","Dingbat hex":"F4","Unicode dec":"8691","Unicode hex":"21F3"},{"Typeface name":"Wingdings","Dingbat dec":"245","Dingbat hex":"F5","Unicode dec":"11009","Unicode hex":"2B01"},{"Typeface name":"Wingdings","Dingbat dec":"246","Dingbat hex":"F6","Unicode dec":"11008","Unicode hex":"2B00"},{"Typeface name":"Wingdings","Dingbat dec":"247","Dingbat hex":"F7","Unicode dec":"11011","Unicode hex":"2B03"},{"Typeface name":"Wingdings","Dingbat dec":"248","Dingbat hex":"F8","Unicode dec":"11010","Unicode hex":"2B02"},{"Typeface name":"Wingdings","Dingbat dec":"249","Dingbat hex":"F9","Unicode dec":"129196","Unicode hex":"1F8AC"},{"Typeface name":"Wingdings","Dingbat dec":"250","Dingbat hex":"FA","Unicode dec":"129197","Unicode hex":"1F8AD"},{"Typeface name":"Wingdings","Dingbat dec":"251","Dingbat hex":"FB","Unicode dec":"128502","Unicode hex":"1F5F6"},{"Typeface name":"Wingdings","Dingbat dec":"252","Dingbat hex":"FC","Unicode dec":"10003","Unicode hex":"2713"},{"Typeface name":"Wingdings","Dingbat dec":"253","Dingbat hex":"FD","Unicode dec":"128503","Unicode hex":"1F5F7"},{"Typeface name":"Wingdings","Dingbat dec":"254","Dingbat hex":"FE","Unicode dec":"128505","Unicode hex":"1F5F9"},{"Typeface name":"Wingdings 2","Dingbat dec":"32","Dingbat hex":"20","Unicode dec":"32","Unicode hex":"20"},{"Typeface name":"Wingdings 2","Dingbat dec":"33","Dingbat hex":"21","Unicode dec":"128394","Unicode hex":"1F58A"},{"Typeface name":"Wingdings 2","Dingbat dec":"34","Dingbat hex":"22","Unicode dec":"128395","Unicode hex":"1F58B"},{"Typeface name":"Wingdings 2","Dingbat dec":"35","Dingbat hex":"23","Unicode dec":"128396","Unicode hex":"1F58C"},{"Typeface name":"Wingdings 2","Dingbat dec":"36","Dingbat hex":"24","Unicode dec":"128397","Unicode hex":"1F58D"},{"Typeface name":"Wingdings 2","Dingbat dec":"37","Dingbat hex":"25","Unicode dec":"9988","Unicode hex":"2704"},{"Typeface name":"Wingdings 2","Dingbat dec":"38","Dingbat hex":"26","Unicode dec":"9984","Unicode hex":"2700"},{"Typeface name":"Wingdings 2","Dingbat dec":"39","Dingbat hex":"27","Unicode dec":"128382","Unicode hex":"1F57E"},{"Typeface name":"Wingdings 2","Dingbat dec":"40","Dingbat hex":"28","Unicode dec":"128381","Unicode hex":"1F57D"},{"Typeface name":"Wingdings 2","Dingbat dec":"41","Dingbat hex":"29","Unicode dec":"128453","Unicode hex":"1F5C5"},{"Typeface name":"Wingdings 2","Dingbat dec":"42","Dingbat hex":"2A","Unicode dec":"128454","Unicode hex":"1F5C6"},{"Typeface name":"Wingdings 2","Dingbat dec":"43","Dingbat hex":"2B","Unicode dec":"128455","Unicode hex":"1F5C7"},{"Typeface name":"Wingdings 2","Dingbat dec":"44","Dingbat hex":"2C","Unicode dec":"128456","Unicode hex":"1F5C8"},{"Typeface name":"Wingdings 2","Dingbat dec":"45","Dingbat hex":"2D","Unicode dec":"128457","Unicode hex":"1F5C9"},{"Typeface name":"Wingdings 2","Dingbat dec":"46","Dingbat hex":"2E","Unicode dec":"128458","Unicode hex":"1F5CA"},{"Typeface name":"Wingdings 2","Dingbat dec":"47","Dingbat hex":"2F","Unicode dec":"128459","Unicode hex":"1F5CB"},{"Typeface name":"Wingdings 2","Dingbat dec":"48","Dingbat hex":"30","Unicode dec":"128460","Unicode hex":"1F5CC"},{"Typeface name":"Wingdings 2","Dingbat dec":"49","Dingbat hex":"31","Unicode dec":"128461","Unicode hex":"1F5CD"},{"Typeface name":"Wingdings 2","Dingbat dec":"50","Dingbat hex":"32","Unicode dec":"128203","Unicode hex":"1F4CB"},{"Typeface name":"Wingdings 2","Dingbat dec":"51","Dingbat hex":"33","Unicode dec":"128465","Unicode hex":"1F5D1"},{"Typeface name":"Wingdings 2","Dingbat dec":"52","Dingbat hex":"34","Unicode dec":"128468","Unicode hex":"1F5D4"},{"Typeface name":"Wingdings 2","Dingbat dec":"53","Dingbat hex":"35","Unicode dec":"128437","Unicode hex":"1F5B5"},{"Typeface name":"Wingdings 2","Dingbat dec":"54","Dingbat hex":"36","Unicode dec":"128438","Unicode hex":"1F5B6"},{"Typeface name":"Wingdings 2","Dingbat dec":"55","Dingbat hex":"37","Unicode dec":"128439","Unicode hex":"1F5B7"},{"Typeface name":"Wingdings 2","Dingbat dec":"56","Dingbat hex":"38","Unicode dec":"128440","Unicode hex":"1F5B8"},{"Typeface name":"Wingdings 2","Dingbat dec":"57","Dingbat hex":"39","Unicode dec":"128429","Unicode hex":"1F5AD"},{"Typeface name":"Wingdings 2","Dingbat dec":"58","Dingbat hex":"3A","Unicode dec":"128431","Unicode hex":"1F5AF"},{"Typeface name":"Wingdings 2","Dingbat dec":"59","Dingbat hex":"3B","Unicode dec":"128433","Unicode hex":"1F5B1"},{"Typeface name":"Wingdings 2","Dingbat dec":"60","Dingbat hex":"3C","Unicode dec":"128402","Unicode hex":"1F592"},{"Typeface name":"Wingdings 2","Dingbat dec":"61","Dingbat hex":"3D","Unicode dec":"128403","Unicode hex":"1F593"},{"Typeface name":"Wingdings 2","Dingbat dec":"62","Dingbat hex":"3E","Unicode dec":"128408","Unicode hex":"1F598"},{"Typeface name":"Wingdings 2","Dingbat dec":"63","Dingbat hex":"3F","Unicode dec":"128409","Unicode hex":"1F599"},{"Typeface name":"Wingdings 2","Dingbat dec":"64","Dingbat hex":"40","Unicode dec":"128410","Unicode hex":"1F59A"},{"Typeface name":"Wingdings 2","Dingbat dec":"65","Dingbat hex":"41","Unicode dec":"128411","Unicode hex":"1F59B"},{"Typeface name":"Wingdings 2","Dingbat dec":"66","Dingbat hex":"42","Unicode dec":"128072","Unicode hex":"1F448"},{"Typeface name":"Wingdings 2","Dingbat dec":"67","Dingbat hex":"43","Unicode dec":"128073","Unicode hex":"1F449"},{"Typeface name":"Wingdings 2","Dingbat dec":"68","Dingbat hex":"44","Unicode dec":"128412","Unicode hex":"1F59C"},{"Typeface name":"Wingdings 2","Dingbat dec":"69","Dingbat hex":"45","Unicode dec":"128413","Unicode hex":"1F59D"},{"Typeface name":"Wingdings 2","Dingbat dec":"70","Dingbat hex":"46","Unicode dec":"128414","Unicode hex":"1F59E"},{"Typeface name":"Wingdings 2","Dingbat dec":"71","Dingbat hex":"47","Unicode dec":"128415","Unicode hex":"1F59F"},{"Typeface name":"Wingdings 2","Dingbat dec":"72","Dingbat hex":"48","Unicode dec":"128416","Unicode hex":"1F5A0"},{"Typeface name":"Wingdings 2","Dingbat dec":"73","Dingbat hex":"49","Unicode dec":"128417","Unicode hex":"1F5A1"},{"Typeface name":"Wingdings 2","Dingbat dec":"74","Dingbat hex":"4A","Unicode dec":"128070","Unicode hex":"1F446"},{"Typeface name":"Wingdings 2","Dingbat dec":"75","Dingbat hex":"4B","Unicode dec":"128071","Unicode hex":"1F447"},{"Typeface name":"Wingdings 2","Dingbat dec":"76","Dingbat hex":"4C","Unicode dec":"128418","Unicode hex":"1F5A2"},{"Typeface name":"Wingdings 2","Dingbat dec":"77","Dingbat hex":"4D","Unicode dec":"128419","Unicode hex":"1F5A3"},{"Typeface name":"Wingdings 2","Dingbat dec":"78","Dingbat hex":"4E","Unicode dec":"128401","Unicode hex":"1F591"},{"Typeface name":"Wingdings 2","Dingbat dec":"79","Dingbat hex":"4F","Unicode dec":"128500","Unicode hex":"1F5F4"},{"Typeface name":"Wingdings 2","Dingbat dec":"80","Dingbat hex":"50","Unicode dec":"128504","Unicode hex":"1F5F8"},{"Typeface name":"Wingdings 2","Dingbat dec":"81","Dingbat hex":"51","Unicode dec":"128501","Unicode hex":"1F5F5"},{"Typeface name":"Wingdings 2","Dingbat dec":"82","Dingbat hex":"52","Unicode dec":"9745","Unicode hex":"2611"},{"Typeface name":"Wingdings 2","Dingbat dec":"83","Dingbat hex":"53","Unicode dec":"11197","Unicode hex":"2BBD"},{"Typeface name":"Wingdings 2","Dingbat dec":"84","Dingbat hex":"54","Unicode dec":"9746","Unicode hex":"2612"},{"Typeface name":"Wingdings 2","Dingbat dec":"85","Dingbat hex":"55","Unicode dec":"11198","Unicode hex":"2BBE"},{"Typeface name":"Wingdings 2","Dingbat dec":"86","Dingbat hex":"56","Unicode dec":"11199","Unicode hex":"2BBF"},{"Typeface name":"Wingdings 2","Dingbat dec":"87","Dingbat hex":"57","Unicode dec":"128711","Unicode hex":"1F6C7"},{"Typeface name":"Wingdings 2","Dingbat dec":"88","Dingbat hex":"58","Unicode dec":"10680","Unicode hex":"29B8"},{"Typeface name":"Wingdings 2","Dingbat dec":"89","Dingbat hex":"59","Unicode dec":"128625","Unicode hex":"1F671"},{"Typeface name":"Wingdings 2","Dingbat dec":"90","Dingbat hex":"5A","Unicode dec":"128628","Unicode hex":"1F674"},{"Typeface name":"Wingdings 2","Dingbat dec":"91","Dingbat hex":"5B","Unicode dec":"128626","Unicode hex":"1F672"},{"Typeface name":"Wingdings 2","Dingbat dec":"92","Dingbat hex":"5C","Unicode dec":"128627","Unicode hex":"1F673"},{"Typeface name":"Wingdings 2","Dingbat dec":"93","Dingbat hex":"5D","Unicode dec":"8253","Unicode hex":"203D"},{"Typeface name":"Wingdings 2","Dingbat dec":"94","Dingbat hex":"5E","Unicode dec":"128633","Unicode hex":"1F679"},{"Typeface name":"Wingdings 2","Dingbat dec":"95","Dingbat hex":"5F","Unicode dec":"128634","Unicode hex":"1F67A"},{"Typeface name":"Wingdings 2","Dingbat dec":"96","Dingbat hex":"60","Unicode dec":"128635","Unicode hex":"1F67B"},{"Typeface name":"Wingdings 2","Dingbat dec":"97","Dingbat hex":"61","Unicode dec":"128614","Unicode hex":"1F666"},{"Typeface name":"Wingdings 2","Dingbat dec":"98","Dingbat hex":"62","Unicode dec":"128612","Unicode hex":"1F664"},{"Typeface name":"Wingdings 2","Dingbat dec":"99","Dingbat hex":"63","Unicode dec":"128613","Unicode hex":"1F665"},{"Typeface name":"Wingdings 2","Dingbat dec":"100","Dingbat hex":"64","Unicode dec":"128615","Unicode hex":"1F667"},{"Typeface name":"Wingdings 2","Dingbat dec":"101","Dingbat hex":"65","Unicode dec":"128602","Unicode hex":"1F65A"},{"Typeface name":"Wingdings 2","Dingbat dec":"102","Dingbat hex":"66","Unicode dec":"128600","Unicode hex":"1F658"},{"Typeface name":"Wingdings 2","Dingbat dec":"103","Dingbat hex":"67","Unicode dec":"128601","Unicode hex":"1F659"},{"Typeface name":"Wingdings 2","Dingbat dec":"104","Dingbat hex":"68","Unicode dec":"128603","Unicode hex":"1F65B"},{"Typeface name":"Wingdings 2","Dingbat dec":"105","Dingbat hex":"69","Unicode dec":"9450","Unicode hex":"24EA"},{"Typeface name":"Wingdings 2","Dingbat dec":"106","Dingbat hex":"6A","Unicode dec":"9312","Unicode hex":"2460"},{"Typeface name":"Wingdings 2","Dingbat dec":"107","Dingbat hex":"6B","Unicode dec":"9313","Unicode hex":"2461"},{"Typeface name":"Wingdings 2","Dingbat dec":"108","Dingbat hex":"6C","Unicode dec":"9314","Unicode hex":"2462"},{"Typeface name":"Wingdings 2","Dingbat dec":"109","Dingbat hex":"6D","Unicode dec":"9315","Unicode hex":"2463"},{"Typeface name":"Wingdings 2","Dingbat dec":"110","Dingbat hex":"6E","Unicode dec":"9316","Unicode hex":"2464"},{"Typeface name":"Wingdings 2","Dingbat dec":"111","Dingbat hex":"6F","Unicode dec":"9317","Unicode hex":"2465"},{"Typeface name":"Wingdings 2","Dingbat dec":"112","Dingbat hex":"70","Unicode dec":"9318","Unicode hex":"2466"},{"Typeface name":"Wingdings 2","Dingbat dec":"113","Dingbat hex":"71","Unicode dec":"9319","Unicode hex":"2467"},{"Typeface name":"Wingdings 2","Dingbat dec":"114","Dingbat hex":"72","Unicode dec":"9320","Unicode hex":"2468"},{"Typeface name":"Wingdings 2","Dingbat dec":"115","Dingbat hex":"73","Unicode dec":"9321","Unicode hex":"2469"},{"Typeface name":"Wingdings 2","Dingbat dec":"116","Dingbat hex":"74","Unicode dec":"9471","Unicode hex":"24FF"},{"Typeface name":"Wingdings 2","Dingbat dec":"117","Dingbat hex":"75","Unicode dec":"10102","Unicode hex":"2776"},{"Typeface name":"Wingdings 2","Dingbat dec":"118","Dingbat hex":"76","Unicode dec":"10103","Unicode hex":"2777"},{"Typeface name":"Wingdings 2","Dingbat dec":"119","Dingbat hex":"77","Unicode dec":"10104","Unicode hex":"2778"},{"Typeface name":"Wingdings 2","Dingbat dec":"120","Dingbat hex":"78","Unicode dec":"10105","Unicode hex":"2779"},{"Typeface name":"Wingdings 2","Dingbat dec":"121","Dingbat hex":"79","Unicode dec":"10106","Unicode hex":"277A"},{"Typeface name":"Wingdings 2","Dingbat dec":"122","Dingbat hex":"7A","Unicode dec":"10107","Unicode hex":"277B"},{"Typeface name":"Wingdings 2","Dingbat dec":"123","Dingbat hex":"7B","Unicode dec":"10108","Unicode hex":"277C"},{"Typeface name":"Wingdings 2","Dingbat dec":"124","Dingbat hex":"7C","Unicode dec":"10109","Unicode hex":"277D"},{"Typeface name":"Wingdings 2","Dingbat dec":"125","Dingbat hex":"7D","Unicode dec":"10110","Unicode hex":"277E"},{"Typeface name":"Wingdings 2","Dingbat dec":"126","Dingbat hex":"7E","Unicode dec":"10111","Unicode hex":"277F"},{"Typeface name":"Wingdings 2","Dingbat dec":"128","Dingbat hex":"80","Unicode dec":"9737","Unicode hex":"2609"},{"Typeface name":"Wingdings 2","Dingbat dec":"129","Dingbat hex":"81","Unicode dec":"127765","Unicode hex":"1F315"},{"Typeface name":"Wingdings 2","Dingbat dec":"130","Dingbat hex":"82","Unicode dec":"9789","Unicode hex":"263D"},{"Typeface name":"Wingdings 2","Dingbat dec":"131","Dingbat hex":"83","Unicode dec":"9790","Unicode hex":"263E"},{"Typeface name":"Wingdings 2","Dingbat dec":"132","Dingbat hex":"84","Unicode dec":"11839","Unicode hex":"2E3F"},{"Typeface name":"Wingdings 2","Dingbat dec":"133","Dingbat hex":"85","Unicode dec":"10013","Unicode hex":"271D"},{"Typeface name":"Wingdings 2","Dingbat dec":"134","Dingbat hex":"86","Unicode dec":"128327","Unicode hex":"1F547"},{"Typeface name":"Wingdings 2","Dingbat dec":"135","Dingbat hex":"87","Unicode dec":"128348","Unicode hex":"1F55C"},{"Typeface name":"Wingdings 2","Dingbat dec":"136","Dingbat hex":"88","Unicode dec":"128349","Unicode hex":"1F55D"},{"Typeface name":"Wingdings 2","Dingbat dec":"137","Dingbat hex":"89","Unicode dec":"128350","Unicode hex":"1F55E"},{"Typeface name":"Wingdings 2","Dingbat dec":"138","Dingbat hex":"8A","Unicode dec":"128351","Unicode hex":"1F55F"},{"Typeface name":"Wingdings 2","Dingbat dec":"139","Dingbat hex":"8B","Unicode dec":"128352","Unicode hex":"1F560"},{"Typeface name":"Wingdings 2","Dingbat dec":"140","Dingbat hex":"8C","Unicode dec":"128353","Unicode hex":"1F561"},{"Typeface name":"Wingdings 2","Dingbat dec":"141","Dingbat hex":"8D","Unicode dec":"128354","Unicode hex":"1F562"},{"Typeface name":"Wingdings 2","Dingbat dec":"142","Dingbat hex":"8E","Unicode dec":"128355","Unicode hex":"1F563"},{"Typeface name":"Wingdings 2","Dingbat dec":"143","Dingbat hex":"8F","Unicode dec":"128356","Unicode hex":"1F564"},{"Typeface name":"Wingdings 2","Dingbat dec":"144","Dingbat hex":"90","Unicode dec":"128357","Unicode hex":"1F565"},{"Typeface name":"Wingdings 2","Dingbat dec":"145","Dingbat hex":"91","Unicode dec":"128358","Unicode hex":"1F566"},{"Typeface name":"Wingdings 2","Dingbat dec":"146","Dingbat hex":"92","Unicode dec":"128359","Unicode hex":"1F567"},{"Typeface name":"Wingdings 2","Dingbat dec":"147","Dingbat hex":"93","Unicode dec":"128616","Unicode hex":"1F668"},{"Typeface name":"Wingdings 2","Dingbat dec":"148","Dingbat hex":"94","Unicode dec":"128617","Unicode hex":"1F669"},{"Typeface name":"Wingdings 2","Dingbat dec":"149","Dingbat hex":"95","Unicode dec":"8901","Unicode hex":"22C5"},{"Typeface name":"Wingdings 2","Dingbat dec":"150","Dingbat hex":"96","Unicode dec":"128900","Unicode hex":"1F784"},{"Typeface name":"Wingdings 2","Dingbat dec":"151","Dingbat hex":"97","Unicode dec":"10625","Unicode hex":"2981"},{"Typeface name":"Wingdings 2","Dingbat dec":"152","Dingbat hex":"98","Unicode dec":"9679","Unicode hex":"25CF"},{"Typeface name":"Wingdings 2","Dingbat dec":"153","Dingbat hex":"99","Unicode dec":"9675","Unicode hex":"25CB"},{"Typeface name":"Wingdings 2","Dingbat dec":"154","Dingbat hex":"9A","Unicode dec":"128901","Unicode hex":"1F785"},{"Typeface name":"Wingdings 2","Dingbat dec":"155","Dingbat hex":"9B","Unicode dec":"128903","Unicode hex":"1F787"},{"Typeface name":"Wingdings 2","Dingbat dec":"156","Dingbat hex":"9C","Unicode dec":"128905","Unicode hex":"1F789"},{"Typeface name":"Wingdings 2","Dingbat dec":"157","Dingbat hex":"9D","Unicode dec":"8857","Unicode hex":"2299"},{"Typeface name":"Wingdings 2","Dingbat dec":"158","Dingbat hex":"9E","Unicode dec":"10687","Unicode hex":"29BF"},{"Typeface name":"Wingdings 2","Dingbat dec":"159","Dingbat hex":"9F","Unicode dec":"128908","Unicode hex":"1F78C"},{"Typeface name":"Wingdings 2","Dingbat dec":"160","Dingbat hex":"A0","Unicode dec":"128909","Unicode hex":"1F78D"},{"Typeface name":"Wingdings 2","Dingbat dec":"161","Dingbat hex":"A1","Unicode dec":"9726","Unicode hex":"25FE"},{"Typeface name":"Wingdings 2","Dingbat dec":"162","Dingbat hex":"A2","Unicode dec":"9632","Unicode hex":"25A0"},{"Typeface name":"Wingdings 2","Dingbat dec":"163","Dingbat hex":"A3","Unicode dec":"9633","Unicode hex":"25A1"},{"Typeface name":"Wingdings 2","Dingbat dec":"164","Dingbat hex":"A4","Unicode dec":"128913","Unicode hex":"1F791"},{"Typeface name":"Wingdings 2","Dingbat dec":"165","Dingbat hex":"A5","Unicode dec":"128914","Unicode hex":"1F792"},{"Typeface name":"Wingdings 2","Dingbat dec":"166","Dingbat hex":"A6","Unicode dec":"128915","Unicode hex":"1F793"},{"Typeface name":"Wingdings 2","Dingbat dec":"167","Dingbat hex":"A7","Unicode dec":"128916","Unicode hex":"1F794"},{"Typeface name":"Wingdings 2","Dingbat dec":"168","Dingbat hex":"A8","Unicode dec":"9635","Unicode hex":"25A3"},{"Typeface name":"Wingdings 2","Dingbat dec":"169","Dingbat hex":"A9","Unicode dec":"128917","Unicode hex":"1F795"},{"Typeface name":"Wingdings 2","Dingbat dec":"170","Dingbat hex":"AA","Unicode dec":"128918","Unicode hex":"1F796"},{"Typeface name":"Wingdings 2","Dingbat dec":"171","Dingbat hex":"AB","Unicode dec":"128919","Unicode hex":"1F797"},{"Typeface name":"Wingdings 2","Dingbat dec":"172","Dingbat hex":"AC","Unicode dec":"128920","Unicode hex":"1F798"},{"Typeface name":"Wingdings 2","Dingbat dec":"173","Dingbat hex":"AD","Unicode dec":"11049","Unicode hex":"2B29"},{"Typeface name":"Wingdings 2","Dingbat dec":"174","Dingbat hex":"AE","Unicode dec":"11045","Unicode hex":"2B25"},{"Typeface name":"Wingdings 2","Dingbat dec":"175","Dingbat hex":"AF","Unicode dec":"9671","Unicode hex":"25C7"},{"Typeface name":"Wingdings 2","Dingbat dec":"176","Dingbat hex":"B0","Unicode dec":"128922","Unicode hex":"1F79A"},{"Typeface name":"Wingdings 2","Dingbat dec":"177","Dingbat hex":"B1","Unicode dec":"9672","Unicode hex":"25C8"},{"Typeface name":"Wingdings 2","Dingbat dec":"178","Dingbat hex":"B2","Unicode dec":"128923","Unicode hex":"1F79B"},{"Typeface name":"Wingdings 2","Dingbat dec":"179","Dingbat hex":"B3","Unicode dec":"128924","Unicode hex":"1F79C"},{"Typeface name":"Wingdings 2","Dingbat dec":"180","Dingbat hex":"B4","Unicode dec":"128925","Unicode hex":"1F79D"},{"Typeface name":"Wingdings 2","Dingbat dec":"181","Dingbat hex":"B5","Unicode dec":"128926","Unicode hex":"1F79E"},{"Typeface name":"Wingdings 2","Dingbat dec":"182","Dingbat hex":"B6","Unicode dec":"11050","Unicode hex":"2B2A"},{"Typeface name":"Wingdings 2","Dingbat dec":"183","Dingbat hex":"B7","Unicode dec":"11047","Unicode hex":"2B27"},{"Typeface name":"Wingdings 2","Dingbat dec":"184","Dingbat hex":"B8","Unicode dec":"9674","Unicode hex":"25CA"},{"Typeface name":"Wingdings 2","Dingbat dec":"185","Dingbat hex":"B9","Unicode dec":"128928","Unicode hex":"1F7A0"},{"Typeface name":"Wingdings 2","Dingbat dec":"186","Dingbat hex":"BA","Unicode dec":"9686","Unicode hex":"25D6"},{"Typeface name":"Wingdings 2","Dingbat dec":"187","Dingbat hex":"BB","Unicode dec":"9687","Unicode hex":"25D7"},{"Typeface name":"Wingdings 2","Dingbat dec":"188","Dingbat hex":"BC","Unicode dec":"11210","Unicode hex":"2BCA"},{"Typeface name":"Wingdings 2","Dingbat dec":"189","Dingbat hex":"BD","Unicode dec":"11211","Unicode hex":"2BCB"},{"Typeface name":"Wingdings 2","Dingbat dec":"190","Dingbat hex":"BE","Unicode dec":"11200","Unicode hex":"2BC0"},{"Typeface name":"Wingdings 2","Dingbat dec":"191","Dingbat hex":"BF","Unicode dec":"11201","Unicode hex":"2BC1"},{"Typeface name":"Wingdings 2","Dingbat dec":"192","Dingbat hex":"C0","Unicode dec":"11039","Unicode hex":"2B1F"},{"Typeface name":"Wingdings 2","Dingbat dec":"193","Dingbat hex":"C1","Unicode dec":"11202","Unicode hex":"2BC2"},{"Typeface name":"Wingdings 2","Dingbat dec":"194","Dingbat hex":"C2","Unicode dec":"11043","Unicode hex":"2B23"},{"Typeface name":"Wingdings 2","Dingbat dec":"195","Dingbat hex":"C3","Unicode dec":"11042","Unicode hex":"2B22"},{"Typeface name":"Wingdings 2","Dingbat dec":"196","Dingbat hex":"C4","Unicode dec":"11203","Unicode hex":"2BC3"},{"Typeface name":"Wingdings 2","Dingbat dec":"197","Dingbat hex":"C5","Unicode dec":"11204","Unicode hex":"2BC4"},{"Typeface name":"Wingdings 2","Dingbat dec":"198","Dingbat hex":"C6","Unicode dec":"128929","Unicode hex":"1F7A1"},{"Typeface name":"Wingdings 2","Dingbat dec":"199","Dingbat hex":"C7","Unicode dec":"128930","Unicode hex":"1F7A2"},{"Typeface name":"Wingdings 2","Dingbat dec":"200","Dingbat hex":"C8","Unicode dec":"128931","Unicode hex":"1F7A3"},{"Typeface name":"Wingdings 2","Dingbat dec":"201","Dingbat hex":"C9","Unicode dec":"128932","Unicode hex":"1F7A4"},{"Typeface name":"Wingdings 2","Dingbat dec":"202","Dingbat hex":"CA","Unicode dec":"128933","Unicode hex":"1F7A5"},{"Typeface name":"Wingdings 2","Dingbat dec":"203","Dingbat hex":"CB","Unicode dec":"128934","Unicode hex":"1F7A6"},{"Typeface name":"Wingdings 2","Dingbat dec":"204","Dingbat hex":"CC","Unicode dec":"128935","Unicode hex":"1F7A7"},{"Typeface name":"Wingdings 2","Dingbat dec":"205","Dingbat hex":"CD","Unicode dec":"128936","Unicode hex":"1F7A8"},{"Typeface name":"Wingdings 2","Dingbat dec":"206","Dingbat hex":"CE","Unicode dec":"128937","Unicode hex":"1F7A9"},{"Typeface name":"Wingdings 2","Dingbat dec":"207","Dingbat hex":"CF","Unicode dec":"128938","Unicode hex":"1F7AA"},{"Typeface name":"Wingdings 2","Dingbat dec":"208","Dingbat hex":"D0","Unicode dec":"128939","Unicode hex":"1F7AB"},{"Typeface name":"Wingdings 2","Dingbat dec":"209","Dingbat hex":"D1","Unicode dec":"128940","Unicode hex":"1F7AC"},{"Typeface name":"Wingdings 2","Dingbat dec":"210","Dingbat hex":"D2","Unicode dec":"128941","Unicode hex":"1F7AD"},{"Typeface name":"Wingdings 2","Dingbat dec":"211","Dingbat hex":"D3","Unicode dec":"128942","Unicode hex":"1F7AE"},{"Typeface name":"Wingdings 2","Dingbat dec":"212","Dingbat hex":"D4","Unicode dec":"128943","Unicode hex":"1F7AF"},{"Typeface name":"Wingdings 2","Dingbat dec":"213","Dingbat hex":"D5","Unicode dec":"128944","Unicode hex":"1F7B0"},{"Typeface name":"Wingdings 2","Dingbat dec":"214","Dingbat hex":"D6","Unicode dec":"128945","Unicode hex":"1F7B1"},{"Typeface name":"Wingdings 2","Dingbat dec":"215","Dingbat hex":"D7","Unicode dec":"128946","Unicode hex":"1F7B2"},{"Typeface name":"Wingdings 2","Dingbat dec":"216","Dingbat hex":"D8","Unicode dec":"128947","Unicode hex":"1F7B3"},{"Typeface name":"Wingdings 2","Dingbat dec":"217","Dingbat hex":"D9","Unicode dec":"128948","Unicode hex":"1F7B4"},{"Typeface name":"Wingdings 2","Dingbat dec":"218","Dingbat hex":"DA","Unicode dec":"128949","Unicode hex":"1F7B5"},{"Typeface name":"Wingdings 2","Dingbat dec":"219","Dingbat hex":"DB","Unicode dec":"128950","Unicode hex":"1F7B6"},{"Typeface name":"Wingdings 2","Dingbat dec":"220","Dingbat hex":"DC","Unicode dec":"128951","Unicode hex":"1F7B7"},{"Typeface name":"Wingdings 2","Dingbat dec":"221","Dingbat hex":"DD","Unicode dec":"128952","Unicode hex":"1F7B8"},{"Typeface name":"Wingdings 2","Dingbat dec":"222","Dingbat hex":"DE","Unicode dec":"128953","Unicode hex":"1F7B9"},{"Typeface name":"Wingdings 2","Dingbat dec":"223","Dingbat hex":"DF","Unicode dec":"128954","Unicode hex":"1F7BA"},{"Typeface name":"Wingdings 2","Dingbat dec":"224","Dingbat hex":"E0","Unicode dec":"128955","Unicode hex":"1F7BB"},{"Typeface name":"Wingdings 2","Dingbat dec":"225","Dingbat hex":"E1","Unicode dec":"128956","Unicode hex":"1F7BC"},{"Typeface name":"Wingdings 2","Dingbat dec":"226","Dingbat hex":"E2","Unicode dec":"128957","Unicode hex":"1F7BD"},{"Typeface name":"Wingdings 2","Dingbat dec":"227","Dingbat hex":"E3","Unicode dec":"128958","Unicode hex":"1F7BE"},{"Typeface name":"Wingdings 2","Dingbat dec":"228","Dingbat hex":"E4","Unicode dec":"128959","Unicode hex":"1F7BF"},{"Typeface name":"Wingdings 2","Dingbat dec":"229","Dingbat hex":"E5","Unicode dec":"128960","Unicode hex":"1F7C0"},{"Typeface name":"Wingdings 2","Dingbat dec":"230","Dingbat hex":"E6","Unicode dec":"128962","Unicode hex":"1F7C2"},{"Typeface name":"Wingdings 2","Dingbat dec":"231","Dingbat hex":"E7","Unicode dec":"128964","Unicode hex":"1F7C4"},{"Typeface name":"Wingdings 2","Dingbat dec":"232","Dingbat hex":"E8","Unicode dec":"128966","Unicode hex":"1F7C6"},{"Typeface name":"Wingdings 2","Dingbat dec":"233","Dingbat hex":"E9","Unicode dec":"128969","Unicode hex":"1F7C9"},{"Typeface name":"Wingdings 2","Dingbat dec":"234","Dingbat hex":"EA","Unicode dec":"128970","Unicode hex":"1F7CA"},{"Typeface name":"Wingdings 2","Dingbat dec":"235","Dingbat hex":"EB","Unicode dec":"10038","Unicode hex":"2736"},{"Typeface name":"Wingdings 2","Dingbat dec":"236","Dingbat hex":"EC","Unicode dec":"128972","Unicode hex":"1F7CC"},{"Typeface name":"Wingdings 2","Dingbat dec":"237","Dingbat hex":"ED","Unicode dec":"128974","Unicode hex":"1F7CE"},{"Typeface name":"Wingdings 2","Dingbat dec":"238","Dingbat hex":"EE","Unicode dec":"128976","Unicode hex":"1F7D0"},{"Typeface name":"Wingdings 2","Dingbat dec":"239","Dingbat hex":"EF","Unicode dec":"128978","Unicode hex":"1F7D2"},{"Typeface name":"Wingdings 2","Dingbat dec":"240","Dingbat hex":"F0","Unicode dec":"10041","Unicode hex":"2739"},{"Typeface name":"Wingdings 2","Dingbat dec":"241","Dingbat hex":"F1","Unicode dec":"128963","Unicode hex":"1F7C3"},{"Typeface name":"Wingdings 2","Dingbat dec":"242","Dingbat hex":"F2","Unicode dec":"128967","Unicode hex":"1F7C7"},{"Typeface name":"Wingdings 2","Dingbat dec":"243","Dingbat hex":"F3","Unicode dec":"10031","Unicode hex":"272F"},{"Typeface name":"Wingdings 2","Dingbat dec":"244","Dingbat hex":"F4","Unicode dec":"128973","Unicode hex":"1F7CD"},{"Typeface name":"Wingdings 2","Dingbat dec":"245","Dingbat hex":"F5","Unicode dec":"128980","Unicode hex":"1F7D4"},{"Typeface name":"Wingdings 2","Dingbat dec":"246","Dingbat hex":"F6","Unicode dec":"11212","Unicode hex":"2BCC"},{"Typeface name":"Wingdings 2","Dingbat dec":"247","Dingbat hex":"F7","Unicode dec":"11213","Unicode hex":"2BCD"},{"Typeface name":"Wingdings 2","Dingbat dec":"248","Dingbat hex":"F8","Unicode dec":"8251","Unicode hex":"203B"},{"Typeface name":"Wingdings 2","Dingbat dec":"249","Dingbat hex":"F9","Unicode dec":"8258","Unicode hex":"2042"},{"Typeface name":"Wingdings 3","Dingbat dec":"32","Dingbat hex":"20","Unicode dec":"32","Unicode hex":"20"},{"Typeface name":"Wingdings 3","Dingbat dec":"33","Dingbat hex":"21","Unicode dec":"11104","Unicode hex":"2B60"},{"Typeface name":"Wingdings 3","Dingbat dec":"34","Dingbat hex":"22","Unicode dec":"11106","Unicode hex":"2B62"},{"Typeface name":"Wingdings 3","Dingbat dec":"35","Dingbat hex":"23","Unicode dec":"11105","Unicode hex":"2B61"},{"Typeface name":"Wingdings 3","Dingbat dec":"36","Dingbat hex":"24","Unicode dec":"11107","Unicode hex":"2B63"},{"Typeface name":"Wingdings 3","Dingbat dec":"37","Dingbat hex":"25","Unicode dec":"11110","Unicode hex":"2B66"},{"Typeface name":"Wingdings 3","Dingbat dec":"38","Dingbat hex":"26","Unicode dec":"11111","Unicode hex":"2B67"},{"Typeface name":"Wingdings 3","Dingbat dec":"39","Dingbat hex":"27","Unicode dec":"11113","Unicode hex":"2B69"},{"Typeface name":"Wingdings 3","Dingbat dec":"40","Dingbat hex":"28","Unicode dec":"11112","Unicode hex":"2B68"},{"Typeface name":"Wingdings 3","Dingbat dec":"41","Dingbat hex":"29","Unicode dec":"11120","Unicode hex":"2B70"},{"Typeface name":"Wingdings 3","Dingbat dec":"42","Dingbat hex":"2A","Unicode dec":"11122","Unicode hex":"2B72"},{"Typeface name":"Wingdings 3","Dingbat dec":"43","Dingbat hex":"2B","Unicode dec":"11121","Unicode hex":"2B71"},{"Typeface name":"Wingdings 3","Dingbat dec":"44","Dingbat hex":"2C","Unicode dec":"11123","Unicode hex":"2B73"},{"Typeface name":"Wingdings 3","Dingbat dec":"45","Dingbat hex":"2D","Unicode dec":"11126","Unicode hex":"2B76"},{"Typeface name":"Wingdings 3","Dingbat dec":"46","Dingbat hex":"2E","Unicode dec":"11128","Unicode hex":"2B78"},{"Typeface name":"Wingdings 3","Dingbat dec":"47","Dingbat hex":"2F","Unicode dec":"11131","Unicode hex":"2B7B"},{"Typeface name":"Wingdings 3","Dingbat dec":"48","Dingbat hex":"30","Unicode dec":"11133","Unicode hex":"2B7D"},{"Typeface name":"Wingdings 3","Dingbat dec":"49","Dingbat hex":"31","Unicode dec":"11108","Unicode hex":"2B64"},{"Typeface name":"Wingdings 3","Dingbat dec":"50","Dingbat hex":"32","Unicode dec":"11109","Unicode hex":"2B65"},{"Typeface name":"Wingdings 3","Dingbat dec":"51","Dingbat hex":"33","Unicode dec":"11114","Unicode hex":"2B6A"},{"Typeface name":"Wingdings 3","Dingbat dec":"52","Dingbat hex":"34","Unicode dec":"11116","Unicode hex":"2B6C"},{"Typeface name":"Wingdings 3","Dingbat dec":"53","Dingbat hex":"35","Unicode dec":"11115","Unicode hex":"2B6B"},{"Typeface name":"Wingdings 3","Dingbat dec":"54","Dingbat hex":"36","Unicode dec":"11117","Unicode hex":"2B6D"},{"Typeface name":"Wingdings 3","Dingbat dec":"55","Dingbat hex":"37","Unicode dec":"11085","Unicode hex":"2B4D"},{"Typeface name":"Wingdings 3","Dingbat dec":"56","Dingbat hex":"38","Unicode dec":"11168","Unicode hex":"2BA0"},{"Typeface name":"Wingdings 3","Dingbat dec":"57","Dingbat hex":"39","Unicode dec":"11169","Unicode hex":"2BA1"},{"Typeface name":"Wingdings 3","Dingbat dec":"58","Dingbat hex":"3A","Unicode dec":"11170","Unicode hex":"2BA2"},{"Typeface name":"Wingdings 3","Dingbat dec":"59","Dingbat hex":"3B","Unicode dec":"11171","Unicode hex":"2BA3"},{"Typeface name":"Wingdings 3","Dingbat dec":"60","Dingbat hex":"3C","Unicode dec":"11172","Unicode hex":"2BA4"},{"Typeface name":"Wingdings 3","Dingbat dec":"61","Dingbat hex":"3D","Unicode dec":"11173","Unicode hex":"2BA5"},{"Typeface name":"Wingdings 3","Dingbat dec":"62","Dingbat hex":"3E","Unicode dec":"11174","Unicode hex":"2BA6"},{"Typeface name":"Wingdings 3","Dingbat dec":"63","Dingbat hex":"3F","Unicode dec":"11175","Unicode hex":"2BA7"},{"Typeface name":"Wingdings 3","Dingbat dec":"64","Dingbat hex":"40","Unicode dec":"11152","Unicode hex":"2B90"},{"Typeface name":"Wingdings 3","Dingbat dec":"65","Dingbat hex":"41","Unicode dec":"11153","Unicode hex":"2B91"},{"Typeface name":"Wingdings 3","Dingbat dec":"66","Dingbat hex":"42","Unicode dec":"11154","Unicode hex":"2B92"},{"Typeface name":"Wingdings 3","Dingbat dec":"67","Dingbat hex":"43","Unicode dec":"11155","Unicode hex":"2B93"},{"Typeface name":"Wingdings 3","Dingbat dec":"68","Dingbat hex":"44","Unicode dec":"11136","Unicode hex":"2B80"},{"Typeface name":"Wingdings 3","Dingbat dec":"69","Dingbat hex":"45","Unicode dec":"11139","Unicode hex":"2B83"},{"Typeface name":"Wingdings 3","Dingbat dec":"70","Dingbat hex":"46","Unicode dec":"11134","Unicode hex":"2B7E"},{"Typeface name":"Wingdings 3","Dingbat dec":"71","Dingbat hex":"47","Unicode dec":"11135","Unicode hex":"2B7F"},{"Typeface name":"Wingdings 3","Dingbat dec":"72","Dingbat hex":"48","Unicode dec":"11140","Unicode hex":"2B84"},{"Typeface name":"Wingdings 3","Dingbat dec":"73","Dingbat hex":"49","Unicode dec":"11142","Unicode hex":"2B86"},{"Typeface name":"Wingdings 3","Dingbat dec":"74","Dingbat hex":"4A","Unicode dec":"11141","Unicode hex":"2B85"},{"Typeface name":"Wingdings 3","Dingbat dec":"75","Dingbat hex":"4B","Unicode dec":"11143","Unicode hex":"2B87"},{"Typeface name":"Wingdings 3","Dingbat dec":"76","Dingbat hex":"4C","Unicode dec":"11151","Unicode hex":"2B8F"},{"Typeface name":"Wingdings 3","Dingbat dec":"77","Dingbat hex":"4D","Unicode dec":"11149","Unicode hex":"2B8D"},{"Typeface name":"Wingdings 3","Dingbat dec":"78","Dingbat hex":"4E","Unicode dec":"11150","Unicode hex":"2B8E"},{"Typeface name":"Wingdings 3","Dingbat dec":"79","Dingbat hex":"4F","Unicode dec":"11148","Unicode hex":"2B8C"},{"Typeface name":"Wingdings 3","Dingbat dec":"80","Dingbat hex":"50","Unicode dec":"11118","Unicode hex":"2B6E"},{"Typeface name":"Wingdings 3","Dingbat dec":"81","Dingbat hex":"51","Unicode dec":"11119","Unicode hex":"2B6F"},{"Typeface name":"Wingdings 3","Dingbat dec":"82","Dingbat hex":"52","Unicode dec":"9099","Unicode hex":"238B"},{"Typeface name":"Wingdings 3","Dingbat dec":"83","Dingbat hex":"53","Unicode dec":"8996","Unicode hex":"2324"},{"Typeface name":"Wingdings 3","Dingbat dec":"84","Dingbat hex":"54","Unicode dec":"8963","Unicode hex":"2303"},{"Typeface name":"Wingdings 3","Dingbat dec":"85","Dingbat hex":"55","Unicode dec":"8997","Unicode hex":"2325"},{"Typeface name":"Wingdings 3","Dingbat dec":"86","Dingbat hex":"56","Unicode dec":"9251","Unicode hex":"2423"},{"Typeface name":"Wingdings 3","Dingbat dec":"87","Dingbat hex":"57","Unicode dec":"9085","Unicode hex":"237D"},{"Typeface name":"Wingdings 3","Dingbat dec":"88","Dingbat hex":"58","Unicode dec":"8682","Unicode hex":"21EA"},{"Typeface name":"Wingdings 3","Dingbat dec":"89","Dingbat hex":"59","Unicode dec":"11192","Unicode hex":"2BB8"},{"Typeface name":"Wingdings 3","Dingbat dec":"90","Dingbat hex":"5A","Unicode dec":"129184","Unicode hex":"1F8A0"},{"Typeface name":"Wingdings 3","Dingbat dec":"91","Dingbat hex":"5B","Unicode dec":"129185","Unicode hex":"1F8A1"},{"Typeface name":"Wingdings 3","Dingbat dec":"92","Dingbat hex":"5C","Unicode dec":"129186","Unicode hex":"1F8A2"},{"Typeface name":"Wingdings 3","Dingbat dec":"93","Dingbat hex":"5D","Unicode dec":"129187","Unicode hex":"1F8A3"},{"Typeface name":"Wingdings 3","Dingbat dec":"94","Dingbat hex":"5E","Unicode dec":"129188","Unicode hex":"1F8A4"},{"Typeface name":"Wingdings 3","Dingbat dec":"95","Dingbat hex":"5F","Unicode dec":"129189","Unicode hex":"1F8A5"},{"Typeface name":"Wingdings 3","Dingbat dec":"96","Dingbat hex":"60","Unicode dec":"129190","Unicode hex":"1F8A6"},{"Typeface name":"Wingdings 3","Dingbat dec":"97","Dingbat hex":"61","Unicode dec":"129191","Unicode hex":"1F8A7"},{"Typeface name":"Wingdings 3","Dingbat dec":"98","Dingbat hex":"62","Unicode dec":"129192","Unicode hex":"1F8A8"},{"Typeface name":"Wingdings 3","Dingbat dec":"99","Dingbat hex":"63","Unicode dec":"129193","Unicode hex":"1F8A9"},{"Typeface name":"Wingdings 3","Dingbat dec":"100","Dingbat hex":"64","Unicode dec":"129194","Unicode hex":"1F8AA"},{"Typeface name":"Wingdings 3","Dingbat dec":"101","Dingbat hex":"65","Unicode dec":"129195","Unicode hex":"1F8AB"},{"Typeface name":"Wingdings 3","Dingbat dec":"102","Dingbat hex":"66","Unicode dec":"129104","Unicode hex":"1F850"},{"Typeface name":"Wingdings 3","Dingbat dec":"103","Dingbat hex":"67","Unicode dec":"129106","Unicode hex":"1F852"},{"Typeface name":"Wingdings 3","Dingbat dec":"104","Dingbat hex":"68","Unicode dec":"129105","Unicode hex":"1F851"},{"Typeface name":"Wingdings 3","Dingbat dec":"105","Dingbat hex":"69","Unicode dec":"129107","Unicode hex":"1F853"},{"Typeface name":"Wingdings 3","Dingbat dec":"106","Dingbat hex":"6A","Unicode dec":"129108","Unicode hex":"1F854"},{"Typeface name":"Wingdings 3","Dingbat dec":"107","Dingbat hex":"6B","Unicode dec":"129109","Unicode hex":"1F855"},{"Typeface name":"Wingdings 3","Dingbat dec":"108","Dingbat hex":"6C","Unicode dec":"129111","Unicode hex":"1F857"},{"Typeface name":"Wingdings 3","Dingbat dec":"109","Dingbat hex":"6D","Unicode dec":"129110","Unicode hex":"1F856"},{"Typeface name":"Wingdings 3","Dingbat dec":"110","Dingbat hex":"6E","Unicode dec":"129112","Unicode hex":"1F858"},{"Typeface name":"Wingdings 3","Dingbat dec":"111","Dingbat hex":"6F","Unicode dec":"129113","Unicode hex":"1F859"},{"Typeface name":"Wingdings 3","Dingbat dec":"112","Dingbat hex":"70","Unicode dec":"9650","Unicode hex":"25B2"},{"Typeface name":"Wingdings 3","Dingbat dec":"113","Dingbat hex":"71","Unicode dec":"9660","Unicode hex":"25BC"},{"Typeface name":"Wingdings 3","Dingbat dec":"114","Dingbat hex":"72","Unicode dec":"9651","Unicode hex":"25B3"},{"Typeface name":"Wingdings 3","Dingbat dec":"115","Dingbat hex":"73","Unicode dec":"9661","Unicode hex":"25BD"},{"Typeface name":"Wingdings 3","Dingbat dec":"116","Dingbat hex":"74","Unicode dec":"9664","Unicode hex":"25C0"},{"Typeface name":"Wingdings 3","Dingbat dec":"117","Dingbat hex":"75","Unicode dec":"9654","Unicode hex":"25B6"},{"Typeface name":"Wingdings 3","Dingbat dec":"118","Dingbat hex":"76","Unicode dec":"9665","Unicode hex":"25C1"},{"Typeface name":"Wingdings 3","Dingbat dec":"119","Dingbat hex":"77","Unicode dec":"9655","Unicode hex":"25B7"},{"Typeface name":"Wingdings 3","Dingbat dec":"120","Dingbat hex":"78","Unicode dec":"9699","Unicode hex":"25E3"},{"Typeface name":"Wingdings 3","Dingbat dec":"121","Dingbat hex":"79","Unicode dec":"9698","Unicode hex":"25E2"},{"Typeface name":"Wingdings 3","Dingbat dec":"122","Dingbat hex":"7A","Unicode dec":"9700","Unicode hex":"25E4"},{"Typeface name":"Wingdings 3","Dingbat dec":"123","Dingbat hex":"7B","Unicode dec":"9701","Unicode hex":"25E5"},{"Typeface name":"Wingdings 3","Dingbat dec":"124","Dingbat hex":"7C","Unicode dec":"128896","Unicode hex":"1F780"},{"Typeface name":"Wingdings 3","Dingbat dec":"125","Dingbat hex":"7D","Unicode dec":"128898","Unicode hex":"1F782"},{"Typeface name":"Wingdings 3","Dingbat dec":"126","Dingbat hex":"7E","Unicode dec":"128897","Unicode hex":"1F781"},{"Typeface name":"Wingdings 3","Dingbat dec":"128","Dingbat hex":"80","Unicode dec":"128899","Unicode hex":"1F783"},{"Typeface name":"Wingdings 3","Dingbat dec":"129","Dingbat hex":"81","Unicode dec":"11205","Unicode hex":"2BC5"},{"Typeface name":"Wingdings 3","Dingbat dec":"130","Dingbat hex":"82","Unicode dec":"11206","Unicode hex":"2BC6"},{"Typeface name":"Wingdings 3","Dingbat dec":"131","Dingbat hex":"83","Unicode dec":"11207","Unicode hex":"2BC7"},{"Typeface name":"Wingdings 3","Dingbat dec":"132","Dingbat hex":"84","Unicode dec":"11208","Unicode hex":"2BC8"},{"Typeface name":"Wingdings 3","Dingbat dec":"133","Dingbat hex":"85","Unicode dec":"11164","Unicode hex":"2B9C"},{"Typeface name":"Wingdings 3","Dingbat dec":"134","Dingbat hex":"86","Unicode dec":"11166","Unicode hex":"2B9E"},{"Typeface name":"Wingdings 3","Dingbat dec":"135","Dingbat hex":"87","Unicode dec":"11165","Unicode hex":"2B9D"},{"Typeface name":"Wingdings 3","Dingbat dec":"136","Dingbat hex":"88","Unicode dec":"11167","Unicode hex":"2B9F"},{"Typeface name":"Wingdings 3","Dingbat dec":"137","Dingbat hex":"89","Unicode dec":"129040","Unicode hex":"1F810"},{"Typeface name":"Wingdings 3","Dingbat dec":"138","Dingbat hex":"8A","Unicode dec":"129042","Unicode hex":"1F812"},{"Typeface name":"Wingdings 3","Dingbat dec":"139","Dingbat hex":"8B","Unicode dec":"129041","Unicode hex":"1F811"},{"Typeface name":"Wingdings 3","Dingbat dec":"140","Dingbat hex":"8C","Unicode dec":"129043","Unicode hex":"1F813"},{"Typeface name":"Wingdings 3","Dingbat dec":"141","Dingbat hex":"8D","Unicode dec":"129044","Unicode hex":"1F814"},{"Typeface name":"Wingdings 3","Dingbat dec":"142","Dingbat hex":"8E","Unicode dec":"129046","Unicode hex":"1F816"},{"Typeface name":"Wingdings 3","Dingbat dec":"143","Dingbat hex":"8F","Unicode dec":"129045","Unicode hex":"1F815"},{"Typeface name":"Wingdings 3","Dingbat dec":"144","Dingbat hex":"90","Unicode dec":"129047","Unicode hex":"1F817"},{"Typeface name":"Wingdings 3","Dingbat dec":"145","Dingbat hex":"91","Unicode dec":"129048","Unicode hex":"1F818"},{"Typeface name":"Wingdings 3","Dingbat dec":"146","Dingbat hex":"92","Unicode dec":"129050","Unicode hex":"1F81A"},{"Typeface name":"Wingdings 3","Dingbat dec":"147","Dingbat hex":"93","Unicode dec":"129049","Unicode hex":"1F819"},{"Typeface name":"Wingdings 3","Dingbat dec":"148","Dingbat hex":"94","Unicode dec":"129051","Unicode hex":"1F81B"},{"Typeface name":"Wingdings 3","Dingbat dec":"149","Dingbat hex":"95","Unicode dec":"129052","Unicode hex":"1F81C"},{"Typeface name":"Wingdings 3","Dingbat dec":"150","Dingbat hex":"96","Unicode dec":"129054","Unicode hex":"1F81E"},{"Typeface name":"Wingdings 3","Dingbat dec":"151","Dingbat hex":"97","Unicode dec":"129053","Unicode hex":"1F81D"},{"Typeface name":"Wingdings 3","Dingbat dec":"152","Dingbat hex":"98","Unicode dec":"129055","Unicode hex":"1F81F"},{"Typeface name":"Wingdings 3","Dingbat dec":"153","Dingbat hex":"99","Unicode dec":"129024","Unicode hex":"1F800"},{"Typeface name":"Wingdings 3","Dingbat dec":"154","Dingbat hex":"9A","Unicode dec":"129026","Unicode hex":"1F802"},{"Typeface name":"Wingdings 3","Dingbat dec":"155","Dingbat hex":"9B","Unicode dec":"129025","Unicode hex":"1F801"},{"Typeface name":"Wingdings 3","Dingbat dec":"156","Dingbat hex":"9C","Unicode dec":"129027","Unicode hex":"1F803"},{"Typeface name":"Wingdings 3","Dingbat dec":"157","Dingbat hex":"9D","Unicode dec":"129028","Unicode hex":"1F804"},{"Typeface name":"Wingdings 3","Dingbat dec":"158","Dingbat hex":"9E","Unicode dec":"129030","Unicode hex":"1F806"},{"Typeface name":"Wingdings 3","Dingbat dec":"159","Dingbat hex":"9F","Unicode dec":"129029","Unicode hex":"1F805"},{"Typeface name":"Wingdings 3","Dingbat dec":"160","Dingbat hex":"A0","Unicode dec":"129031","Unicode hex":"1F807"},{"Typeface name":"Wingdings 3","Dingbat dec":"161","Dingbat hex":"A1","Unicode dec":"129032","Unicode hex":"1F808"},{"Typeface name":"Wingdings 3","Dingbat dec":"162","Dingbat hex":"A2","Unicode dec":"129034","Unicode hex":"1F80A"},{"Typeface name":"Wingdings 3","Dingbat dec":"163","Dingbat hex":"A3","Unicode dec":"129033","Unicode hex":"1F809"},{"Typeface name":"Wingdings 3","Dingbat dec":"164","Dingbat hex":"A4","Unicode dec":"129035","Unicode hex":"1F80B"},{"Typeface name":"Wingdings 3","Dingbat dec":"165","Dingbat hex":"A5","Unicode dec":"129056","Unicode hex":"1F820"},{"Typeface name":"Wingdings 3","Dingbat dec":"166","Dingbat hex":"A6","Unicode dec":"129058","Unicode hex":"1F822"},{"Typeface name":"Wingdings 3","Dingbat dec":"167","Dingbat hex":"A7","Unicode dec":"129060","Unicode hex":"1F824"},{"Typeface name":"Wingdings 3","Dingbat dec":"168","Dingbat hex":"A8","Unicode dec":"129062","Unicode hex":"1F826"},{"Typeface name":"Wingdings 3","Dingbat dec":"169","Dingbat hex":"A9","Unicode dec":"129064","Unicode hex":"1F828"},{"Typeface name":"Wingdings 3","Dingbat dec":"170","Dingbat hex":"AA","Unicode dec":"129066","Unicode hex":"1F82A"},{"Typeface name":"Wingdings 3","Dingbat dec":"171","Dingbat hex":"AB","Unicode dec":"129068","Unicode hex":"1F82C"},{"Typeface name":"Wingdings 3","Dingbat dec":"172","Dingbat hex":"AC","Unicode dec":"129180","Unicode hex":"1F89C"},{"Typeface name":"Wingdings 3","Dingbat dec":"173","Dingbat hex":"AD","Unicode dec":"129181","Unicode hex":"1F89D"},{"Typeface name":"Wingdings 3","Dingbat dec":"174","Dingbat hex":"AE","Unicode dec":"129182","Unicode hex":"1F89E"},{"Typeface name":"Wingdings 3","Dingbat dec":"175","Dingbat hex":"AF","Unicode dec":"129183","Unicode hex":"1F89F"},{"Typeface name":"Wingdings 3","Dingbat dec":"176","Dingbat hex":"B0","Unicode dec":"129070","Unicode hex":"1F82E"},{"Typeface name":"Wingdings 3","Dingbat dec":"177","Dingbat hex":"B1","Unicode dec":"129072","Unicode hex":"1F830"},{"Typeface name":"Wingdings 3","Dingbat dec":"178","Dingbat hex":"B2","Unicode dec":"129074","Unicode hex":"1F832"},{"Typeface name":"Wingdings 3","Dingbat dec":"179","Dingbat hex":"B3","Unicode dec":"129076","Unicode hex":"1F834"},{"Typeface name":"Wingdings 3","Dingbat dec":"180","Dingbat hex":"B4","Unicode dec":"129078","Unicode hex":"1F836"},{"Typeface name":"Wingdings 3","Dingbat dec":"181","Dingbat hex":"B5","Unicode dec":"129080","Unicode hex":"1F838"},{"Typeface name":"Wingdings 3","Dingbat dec":"182","Dingbat hex":"B6","Unicode dec":"129082","Unicode hex":"1F83A"},{"Typeface name":"Wingdings 3","Dingbat dec":"183","Dingbat hex":"B7","Unicode dec":"129081","Unicode hex":"1F839"},{"Typeface name":"Wingdings 3","Dingbat dec":"184","Dingbat hex":"B8","Unicode dec":"129083","Unicode hex":"1F83B"},{"Typeface name":"Wingdings 3","Dingbat dec":"185","Dingbat hex":"B9","Unicode dec":"129176","Unicode hex":"1F898"},{"Typeface name":"Wingdings 3","Dingbat dec":"186","Dingbat hex":"BA","Unicode dec":"129178","Unicode hex":"1F89A"},{"Typeface name":"Wingdings 3","Dingbat dec":"187","Dingbat hex":"BB","Unicode dec":"129177","Unicode hex":"1F899"},{"Typeface name":"Wingdings 3","Dingbat dec":"188","Dingbat hex":"BC","Unicode dec":"129179","Unicode hex":"1F89B"},{"Typeface name":"Wingdings 3","Dingbat dec":"189","Dingbat hex":"BD","Unicode dec":"129084","Unicode hex":"1F83C"},{"Typeface name":"Wingdings 3","Dingbat dec":"190","Dingbat hex":"BE","Unicode dec":"129086","Unicode hex":"1F83E"},{"Typeface name":"Wingdings 3","Dingbat dec":"191","Dingbat hex":"BF","Unicode dec":"129085","Unicode hex":"1F83D"},{"Typeface name":"Wingdings 3","Dingbat dec":"192","Dingbat hex":"C0","Unicode dec":"129087","Unicode hex":"1F83F"},{"Typeface name":"Wingdings 3","Dingbat dec":"193","Dingbat hex":"C1","Unicode dec":"129088","Unicode hex":"1F840"},{"Typeface name":"Wingdings 3","Dingbat dec":"194","Dingbat hex":"C2","Unicode dec":"129090","Unicode hex":"1F842"},{"Typeface name":"Wingdings 3","Dingbat dec":"195","Dingbat hex":"C3","Unicode dec":"129089","Unicode hex":"1F841"},{"Typeface name":"Wingdings 3","Dingbat dec":"196","Dingbat hex":"C4","Unicode dec":"129091","Unicode hex":"1F843"},{"Typeface name":"Wingdings 3","Dingbat dec":"197","Dingbat hex":"C5","Unicode dec":"129092","Unicode hex":"1F844"},{"Typeface name":"Wingdings 3","Dingbat dec":"198","Dingbat hex":"C6","Unicode dec":"129094","Unicode hex":"1F846"},{"Typeface name":"Wingdings 3","Dingbat dec":"199","Dingbat hex":"C7","Unicode dec":"129093","Unicode hex":"1F845"},{"Typeface name":"Wingdings 3","Dingbat dec":"200","Dingbat hex":"C8","Unicode dec":"129095","Unicode hex":"1F847"},{"Typeface name":"Wingdings 3","Dingbat dec":"201","Dingbat hex":"C9","Unicode dec":"11176","Unicode hex":"2BA8"},{"Typeface name":"Wingdings 3","Dingbat dec":"202","Dingbat hex":"CA","Unicode dec":"11177","Unicode hex":"2BA9"},{"Typeface name":"Wingdings 3","Dingbat dec":"203","Dingbat hex":"CB","Unicode dec":"11178","Unicode hex":"2BAA"},{"Typeface name":"Wingdings 3","Dingbat dec":"204","Dingbat hex":"CC","Unicode dec":"11179","Unicode hex":"2BAB"},{"Typeface name":"Wingdings 3","Dingbat dec":"205","Dingbat hex":"CD","Unicode dec":"11180","Unicode hex":"2BAC"},{"Typeface name":"Wingdings 3","Dingbat dec":"206","Dingbat hex":"CE","Unicode dec":"11181","Unicode hex":"2BAD"},{"Typeface name":"Wingdings 3","Dingbat dec":"207","Dingbat hex":"CF","Unicode dec":"11182","Unicode hex":"2BAE"},{"Typeface name":"Wingdings 3","Dingbat dec":"208","Dingbat hex":"D0","Unicode dec":"11183","Unicode hex":"2BAF"},{"Typeface name":"Wingdings 3","Dingbat dec":"209","Dingbat hex":"D1","Unicode dec":"129120","Unicode hex":"1F860"},{"Typeface name":"Wingdings 3","Dingbat dec":"210","Dingbat hex":"D2","Unicode dec":"129122","Unicode hex":"1F862"},{"Typeface name":"Wingdings 3","Dingbat dec":"211","Dingbat hex":"D3","Unicode dec":"129121","Unicode hex":"1F861"},{"Typeface name":"Wingdings 3","Dingbat dec":"212","Dingbat hex":"D4","Unicode dec":"129123","Unicode hex":"1F863"},{"Typeface name":"Wingdings 3","Dingbat dec":"213","Dingbat hex":"D5","Unicode dec":"129124","Unicode hex":"1F864"},{"Typeface name":"Wingdings 3","Dingbat dec":"214","Dingbat hex":"D6","Unicode dec":"129125","Unicode hex":"1F865"},{"Typeface name":"Wingdings 3","Dingbat dec":"215","Dingbat hex":"D7","Unicode dec":"129127","Unicode hex":"1F867"},{"Typeface name":"Wingdings 3","Dingbat dec":"216","Dingbat hex":"D8","Unicode dec":"129126","Unicode hex":"1F866"},{"Typeface name":"Wingdings 3","Dingbat dec":"217","Dingbat hex":"D9","Unicode dec":"129136","Unicode hex":"1F870"},{"Typeface name":"Wingdings 3","Dingbat dec":"218","Dingbat hex":"DA","Unicode dec":"129138","Unicode hex":"1F872"},{"Typeface name":"Wingdings 3","Dingbat dec":"219","Dingbat hex":"DB","Unicode dec":"129137","Unicode hex":"1F871"},{"Typeface name":"Wingdings 3","Dingbat dec":"220","Dingbat hex":"DC","Unicode dec":"129139","Unicode hex":"1F873"},{"Typeface name":"Wingdings 3","Dingbat dec":"221","Dingbat hex":"DD","Unicode dec":"129140","Unicode hex":"1F874"},{"Typeface name":"Wingdings 3","Dingbat dec":"222","Dingbat hex":"DE","Unicode dec":"129141","Unicode hex":"1F875"},{"Typeface name":"Wingdings 3","Dingbat dec":"223","Dingbat hex":"DF","Unicode dec":"129143","Unicode hex":"1F877"},{"Typeface name":"Wingdings 3","Dingbat dec":"224","Dingbat hex":"E0","Unicode dec":"129142","Unicode hex":"1F876"},{"Typeface name":"Wingdings 3","Dingbat dec":"225","Dingbat hex":"E1","Unicode dec":"129152","Unicode hex":"1F880"},{"Typeface name":"Wingdings 3","Dingbat dec":"226","Dingbat hex":"E2","Unicode dec":"129154","Unicode hex":"1F882"},{"Typeface name":"Wingdings 3","Dingbat dec":"227","Dingbat hex":"E3","Unicode dec":"129153","Unicode hex":"1F881"},{"Typeface name":"Wingdings 3","Dingbat dec":"228","Dingbat hex":"E4","Unicode dec":"129155","Unicode hex":"1F883"},{"Typeface name":"Wingdings 3","Dingbat dec":"229","Dingbat hex":"E5","Unicode dec":"129156","Unicode hex":"1F884"},{"Typeface name":"Wingdings 3","Dingbat dec":"230","Dingbat hex":"E6","Unicode dec":"129157","Unicode hex":"1F885"},{"Typeface name":"Wingdings 3","Dingbat dec":"231","Dingbat hex":"E7","Unicode dec":"129159","Unicode hex":"1F887"},{"Typeface name":"Wingdings 3","Dingbat dec":"232","Dingbat hex":"E8","Unicode dec":"129158","Unicode hex":"1F886"},{"Typeface name":"Wingdings 3","Dingbat dec":"233","Dingbat hex":"E9","Unicode dec":"129168","Unicode hex":"1F890"},{"Typeface name":"Wingdings 3","Dingbat dec":"234","Dingbat hex":"EA","Unicode dec":"129170","Unicode hex":"1F892"},{"Typeface name":"Wingdings 3","Dingbat dec":"235","Dingbat hex":"EB","Unicode dec":"129169","Unicode hex":"1F891"},{"Typeface name":"Wingdings 3","Dingbat dec":"236","Dingbat hex":"EC","Unicode dec":"129171","Unicode hex":"1F893"},{"Typeface name":"Wingdings 3","Dingbat dec":"237","Dingbat hex":"ED","Unicode dec":"129172","Unicode hex":"1F894"},{"Typeface name":"Wingdings 3","Dingbat dec":"238","Dingbat hex":"EE","Unicode dec":"129174","Unicode hex":"1F896"},{"Typeface name":"Wingdings 3","Dingbat dec":"239","Dingbat hex":"EF","Unicode dec":"129173","Unicode hex":"1F895"},{"Typeface name":"Wingdings 3","Dingbat dec":"240","Dingbat hex":"F0","Unicode dec":"129175","Unicode hex":"1F897"}];H0.default=$u;var Ku=ls&&ls.__importDefault||function(a){return a&&a.__esModule?a:{default:a}};Object.defineProperty(Qr,"__esModule",{value:!0}),Qr.hex=Qr.dec=al=Qr.codePoint=void 0;for(var Ju=Ku(H0),jh={},Xu=String.fromCodePoint?String.fromCodePoint:Vu,Q0=0,el=Ju.default;Q0<el.length;Q0++){var Y0=el[Q0],nl=parseInt(Y0["Unicode dec"],10),wu={codePoint:nl,string:Xu(nl)};jh[Y0["Typeface name"].toUpperCase()+"_"+Y0["Dingbat dec"]]=wu}function $0(a,c){return jh[a.toUpperCase()+"_"+c]}var al=Qr.codePoint=$0;function Au(a,c){return $0(a,parseInt(c,10))}Qr.dec=Au;function qu(a,c){return $0(a,parseInt(c,16))}Qr.hex=qu;function Vu(a){if(a<=65535)return String.fromCharCode(a);var c=Math.floor((a-65536)/1024)+55296,t=(a-65536)%1024+56320;return String.fromCharCode(c,t)}const tl={MsgQueue:[],isDone:!1};let il=!1,rl=null,kr=0,K0;const ju=["he-IL","ar-AE","ar-SA","dv-MV","fa-IR","ur-PK"],U=96/914400,Ys=(a,c=150)=>a>=9525?a*U:c,Yo=4/3.2;let J0=0,X0=0,w0=!0;const Ea={};let cl={},$s={};console.log($s);const $o={set processFullTheme(a){w0=a},set settings(a){$s=a},set tableStyles(a){cl=a},set IE11(a){il=a}};async function et(a,c,t=!1){try{let l=await a.file(c).async("text");t&&K0<=12&&(l=l.replace(/<!\[CDATA\[(.*?)\]\]>/g,"$1"));const s=Qu(l,{simplify:!0});return s["?xml"]&&delete s["?xml"],s}catch{return null}}async function ep(a){const t=(await et(a,"[Content_Types].xml")).Types.Override,l=[],s=[];for(const i of t)switch(i.attrs.ContentType){case"application/vnd.openxmlformats-officedocument.presentationml.slide+xml":l.push(i.attrs.PartName.substr(1));break;case"application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml":s.push(i.attrs.PartName.substr(1));break}return{slides:l,slideLayouts:s}}async function np(a){const c=await et(a,"docProps/app.xml");K0=parseInt(c.Properties.AppVersion),console.log("create by Office PowerPoint app verssion: ",K0);const t=await et(a,"ppt/presentation.xml"),l=t["p:presentation"]["p:sldSz"].attrs,s=parseInt(l.cx),i=parseInt(l.cy),f=l.type;return console.log("Presentation size type: ",f),rl=t["p:presentation"]["p:defaultTextStyle"],J0=s*U+$s.incSlide.width|0,X0=i*U+$s.incSlide.height|0,{width:J0,height:X0}}async function ap(a,c,t,l){self.postMessage({type:"INFO",data:"Processing slide"+(t+1)});const s=c.replace("slides/slide","slides/_rels/slide")+".rels";let f=(await et(a,s)).Relationships.Relationship,d="",h="";const p={};if(f.constructor===Array)for(const b of f)switch(b.attrs.Type){case"http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideLayout":d=b.attrs.Target.replace("../","ppt/");break;case"http://schemas.microsoft.com/office/2007/relationships/diagramDrawing":h=b.attrs.Target.replace("../","ppt/"),p[b.attrs.Id]={type:b.attrs.Type.replace("http://schemas.openxmlformats.org/officeDocument/2006/relationships/",""),target:b.attrs.Target.replace("../","ppt/")};break;case"http://schemas.openxmlformats.org/officeDocument/2006/relationships/notesSlide":case"http://schemas.openxmlformats.org/officeDocument/2006/relationships/image":case"http://schemas.openxmlformats.org/officeDocument/2006/relationships/chart":case"http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink":default:p[b.attrs.Id]={type:b.attrs.Type.replace("http://schemas.openxmlformats.org/officeDocument/2006/relationships/",""),target:b.attrs.Target.replace("../","ppt/")}}else d=f.attrs.Target.replace("../","ppt/");const L=await et(a,d),x=sl(L),k=r(L,["p:sldLayout","p:clrMapOvr","a:overrideClrMapping"]);k!==void 0&&k.attrs;const v=d.replace("slideLayouts/slideLayout","slideLayouts/_rels/slideLayout")+".rels";f=(await et(a,v)).Relationships.Relationship;let u="";const D={};if(f.constructor===Array)for(const b of f)switch(b.attrs.Type){case"http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideMaster":u=b.attrs.Target.replace("../","ppt/");break;default:D[b.attrs.Id]={type:b.attrs.Type.replace("http://schemas.openxmlformats.org/officeDocument/2006/relationships/",""),target:b.attrs.Target.replace("../","ppt/")}}else u=f.attrs.Target.replace("../","ppt/");const g=await et(a,u),o=r(g,["p:sldMaster","p:txStyles"]),_=sl(g),O=u.replace("slideMasters/slideMaster","slideMasters/_rels/slideMaster")+".rels";f=(await et(a,O)).Relationships.Relationship;let se="";const ne={};if(f.constructor===Array)for(var A=0;A<f.length;A++)switch(f[A].attrs.Type){case"http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme":se=f[A].attrs.Target.replace("../","ppt/");break;default:ne[f[A].attrs.Id]={type:f[A].attrs.Type.replace("http://schemas.openxmlformats.org/officeDocument/2006/relationships/",""),target:f[A].attrs.Target.replace("../","ppt/")}}else se=f.attrs.Target.replace("../","ppt/");var H={};if(se!==void 0){var fe=se.split("/").pop(),ke=se.replace(fe,"_rels/"+fe)+".rels",F=await et(a,se),oe=await et(a,ke);if(oe!==null){var e=oe.Relationships.Relationship;if(e!==void 0)if(se="",e.constructor===Array)for(var A=0;A<e.length;A++)H[e[A].attrs.Id]={type:e[A].attrs.Type.replace("http://schemas.openxmlformats.org/officeDocument/2006/relationships/",""),target:e[A].attrs.Target.replace("../","ppt/")};else H[e.attrs.Id]={type:e.attrs.Type.replace("http://schemas.openxmlformats.org/officeDocument/2006/relationships/",""),target:e.attrs.Target.replace("../","ppt/")}}}var n={},le={};if(h!==void 0){var he=h.split("/").pop(),N=h.replace(he,"_rels/"+he)+".rels";if(le=await et(a,h),le!=null&&le!=""){var R=JSON.stringify(le);R=R.replace(/dsp:/g,"p:"),le=JSON.parse(R)}var Y=await et(a,N);if(Y!==null){var e=Y.Relationships.Relationship;if(se="",e.constructor===Array)for(var A=0;A<e.length;A++)n[e[A].attrs.Id]={type:e[A].attrs.Type.replace("http://schemas.openxmlformats.org/officeDocument/2006/relationships/",""),target:e[A].attrs.Target.replace("../","ppt/")};else n[e.attrs.Id]={type:e.attrs.Type.replace("http://schemas.openxmlformats.org/officeDocument/2006/relationships/",""),target:e.attrs.Target.replace("../","ppt/")}}}var V=await et(a,c,!0),J=V["p:sld"]["p:cSld"]["p:spTree"],He={zip:a,slideLayoutContent:L,slideLayoutTables:x,slideMasterContent:g,slideMasterTables:_,slideContent:V,slideResObj:p,slideMasterTextStyles:o,layoutResObj:D,masterResObj:ne,themeContent:F,themeResObj:H,digramFileContent:le,diagramResObj:n,defaultTextStyle:rl},Pe="";w0===!0&&(Pe=await kp(He,l,t));var ye="";w0=="colorsAndImageOnly"&&(ye=await ul(He));var Dn="<div class='slide' style='width:"+l.width+"px; height:"+l.height+"px;"+ye+"'>";Dn+=Pe;for(const b in J)if(J[b].constructor===Array)for(var A=0;A<J[b].length;A++)Dn+=await Mr(b,J[b][A],J,He,"slide");else Dn+=await Mr(b,J[b],J,He,"slide");return Dn+"</div></div>"}function sl(a){const c=Object.keys(a),t=a[c[0]]["p:cSld"]["p:spTree"],l={},s={},i={};let f,d,h,p;for(const L in t){if(L==="p:nvGrpSpPr"||L==="p:grpSpPr")continue;const x=t[L];if(x.constructor===Array)for(let k=0;k<x.length;k++)p=x[k]["p:nvSpPr"],h=r(p,["p:cNvPr","attrs","id"]),d=r(p,["p:nvPr","p:ph","attrs","idx"]),f=r(p,["p:nvPr","p:ph","attrs","type"]),h!==void 0&&(l[h]=x[k]),d!==void 0&&(s[d]=x[k]),f!==void 0&&(i[f]=x[k]);else p=x["p:nvSpPr"],h=r(p,["p:cNvPr","attrs","id"]),d=r(p,["p:nvPr","p:ph","attrs","idx"]),f=r(p,["p:nvPr","p:ph","attrs","type"]),h!==void 0&&(l[h]=x),d!==void 0&&(s[d]=x),f!==void 0&&(i[f]=x)}return{idTable:l,idxTable:s,typeTable:i}}async function Mr(a,c,t,l,s,i){var f="";switch(a){case"p:sp":f=await dl(c,t,l,s,i);break;case"p:cxnSp":f=await tp(c,t,l,s,i);break;case"p:pic":f=await cp(c,l,s);break;case"p:graphicFrame":f=await sp(c,l,s,i);break;case"p:grpSp":f=await A0(c,l,s);break;case"mc:AlternateContent":var d=r(c,["mc:Fallback"]);f=await A0(d,l,s);break}return f}const _r=a=>parseInt(a)*U;async function A0(a,c,t){var l=r(a,["p:grpSpPr","a:xfrm"]);if(l!==void 0){var s=_r(l["a:off"].attrs.x),i=_r(l["a:off"].attrs.y),f=_r(l["a:chOff"].attrs.x),d=_r(l["a:chOff"].attrs.y),h=_r(l["a:ext"].attrs.cx),p=_r(l["a:ext"].attrs.cy),L=_r(l["a:chExt"].attrs.cx),x=_r(l["a:chExt"].attrs.cy),k=parseInt(l.attrs.rot),v="";console.log(a,c,t),console.log(s,i,f,d,L,x);var T=i-d,u=s-f,D=h-L,g=p-x,o="group";isNaN(k)||(k=ms(k),v+="transform: rotate("+k+"deg) ; transform-origin: center;",k!=0&&(T=i,u=s,D=h,g=p,o="group-rotate"))}var _="";v!==void 0&&v!=""&&(_+=v),T!==void 0&&(_+="top: "+T+"px;"),u!==void 0&&(_+="left: "+u+"px;"),D!==void 0&&(_+="width:"+D+"px;"),g!==void 0&&(_+="height: "+g+"px;");var O=a.attrs.order,Z="<div class='block group' style='z-index: "+O+";"+_+" border:1px solid red;'>";for(var se in a)if(a[se].constructor===Array)for(var ne=0;ne<a[se].length;ne++)Z+=await Mr(se,a[se][ne],a,c,t,o);else Z+=await Mr(se,a[se],a,c,t,o);return Z+="</div>",Z}async function dl(a,c,t,l,s){var i=r(a,["p:nvSpPr","p:cNvPr","attrs","id"]),f=r(a,["p:nvSpPr","p:cNvPr","attrs","name"]),d=r(a,["p:nvSpPr","p:nvPr","p:ph","attrs","idx"])===void 0?void 0:r(a,["p:nvSpPr","p:nvPr","p:ph","attrs","idx"]),h=r(a,["p:nvSpPr","p:nvPr","p:ph","attrs","type"])===void 0?void 0:r(a,["p:nvSpPr","p:nvPr","p:ph","attrs","type"]),p=r(a,["attrs","order"]),L;if(l=="slideLayoutBg"||l=="slideMasterBg"){var x=r(a,["p:nvSpPr","p:nvPr","attrs","userDrawn"]);x=="1"?L=!0:L=!1}var k=void 0,v=void 0;return d!==void 0?(k=t.slideLayoutTables.idxTable[d],h!==void 0?v=t.slideMasterTables.typeTable[h]:v=t.slideMasterTables.idxTable[d]):h!==void 0&&(k=t.slideLayoutTables.typeTable[h],v=t.slideMasterTables.typeTable[h]),h===void 0&&r(a,["p:nvSpPr","p:cNvSpPr","attrs","txBox"])=="1"&&(h="textBox"),h===void 0&&(h=r(k,["p:nvSpPr","p:nvPr","p:ph","attrs","type"]),h===void 0&&(l=="diagramBg"?h="diagram":h="obj")),ol(a,c,k,v,i,f,d,h,p,t,L,s,l)}async function tp(a,c,t,l,s){var i=a["p:nvCxnSpPr"]["p:cNvPr"].attrs.id,f=a["p:nvCxnSpPr"]["p:cNvPr"].attrs.name,d=a["p:nvCxnSpPr"]["p:nvPr"]["p:ph"]===void 0?void 0:a["p:nvSpPr"]["p:nvPr"]["p:ph"].attrs.idx,h=a["p:nvCxnSpPr"]["p:nvPr"]["p:ph"]===void 0?void 0:a["p:nvSpPr"]["p:nvPr"]["p:ph"].attrs.type,p=a.attrs.order;return ol(a,c,void 0,void 0,i,f,d,h,p,t,void 0,s,l)}async function ol(a,c,t,l,s,i,f,d,h,p,L,x,k){var v=["p:spPr","a:xfrm"],T=r(a,v),u=r(t,v),D=r(l,v),g="",o=r(a,["attrs","order"]),_=r(a,["p:spPr","a:prstGeom","attrs","prst"]),O=r(a,["p:spPr","a:custGeom"]),Z=!1,se=!1,ne="";r(T,["attrs","flipV"])==="1"&&(Z=!0),r(T,["attrs","flipH"])==="1"&&(se=!0),se&&!Z?ne=" scale(-1,1)":!se&&Z?ne=" scale(1,-1)":se&&Z&&(ne=" scale(-1,-1)");var A=ms(r(T,["attrs","rot"])),H,fe=r(a,["p:txXfrm"]);if(fe!==void 0){var ke=r(fe,["attrs","rot"]);ke!==void 0&&(H=ms(ke)+90)}else H=A;if(_!==void 0||O!==void 0){var F=r(T,["a:off","attrs"])||{x:0,y:0};parseInt(F.x)*U,parseInt(F.y)*U;var oe=r(T,["a:ext","attrs"])||{cx:0,cy:0},e=parseInt(oe.cx)*U,n=parseInt(oe.cy)*U,le="_svg_css_"+(Object.keys(Ea).length+1)+"_"+Math.floor(Math.random()*1001),he=le+"_effects";g+="<svg class='drawing "+le+" "+he+" ' _id='"+s+"' _idx='"+f+"' _type='"+d+"' _name='"+i+"'' style='"+er(T,c,void 0,void 0,x)+nr(T,void 0,void 0)+" z-index: "+h+";transform: rotate("+(A!==void 0?A:0)+"deg)"+ne+";'>",g+="<defs>";var N=await Xo(a,c,!0,p,k),R=!1,Y=!1,V=At(r(a,["p:spPr"]));if(V=="GROUP_FILL"&&(V=At(r(c,["p:grpSpPr"]))),V=="GRADIENT_FILL"){R=!0;var J=N.color,He=N.rot+90,Pe=zp(e,n,He,J,o);g+=Pe}else if(V=="PIC_FILL"){Y=!0;var ye=await Np(a,N,o,p);g+=ye}else if(V=="PATTERN_FILL"){var Dn=N;Dn in Ea&&(Dn+="do-nothing: "+le+";"),Ea[Dn]={name:le,text:Dn},N="none"}else V!="SOLID_FILL"&&V!="PATTERN_FILL"&&(_=="arc"||_=="bracketPair"||_=="bracePair"||_=="leftBracket"||_=="leftBrace"||_=="rightBrace"||_=="rightBracket")&&(N="none");var b=di(a,c,!0,"shape",p),hn=r(a,["p:spPr","a:ln","a:headEnd","attrs"]),je=r(a,["p:spPr","a:ln","a:tailEnd","attrs"]),Qn=r(a,["p:spPr","a:effectLst","a:outerShdw"]),Cn="";if(Qn!==void 0){var xa=Un(Qn,void 0,void 0,p),ta=Qn.attrs,m=ta.dir?parseInt(ta.dir)/6e4:0,Le=parseInt(ta.dist)*U,ge=ta.blurRad?parseInt(ta.blurRad)*U:"",E=Le*Math.sin(m*Math.PI/180),S=Le*Math.cos(m*Math.PI/180),q="filter:drop-shadow("+S+"px "+E+"px "+ge+"px #"+xa+");";q in Ea&&(q+="do-nothing: "+le+";"),Ea[q]={name:he,text:q}}if(hn!==void 0&&(hn.type==="triangle"||hn.type==="arrow")||je!==void 0&&(je.type==="triangle"||je.type==="arrow")){var Be="<marker id='markerTriangle_"+o+"' viewBox='0 0 10 10' refX='1' refY='5' markerWidth='5' markerHeight='5' stroke='"+b.color+"' fill='"+b.color+"' orient='auto-start-reverse' markerUnits='strokeWidth'><path d='M 0 0 L 10 5 L 0 10 z' /></marker>";g+=Be}g+="</defs>"}if(_!==void 0&&O===void 0){switch(_){case"rect":case"flowChartProcess":case"flowChartPredefinedProcess":case"flowChartInternalStorage":case"actionButtonBlank":g+="<rect x='0' y='0' width='"+e+"' height='"+n+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' "+Cn+" />",_=="flowChartPredefinedProcess"?g+="<rect x='"+e*(1/8)+"' y='0' width='"+e*(6/8)+"' height='"+n+"' fill='none' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />":_=="flowChartInternalStorage"&&(g+=" <polyline points='"+e*(1/8)+" 0,"+e*(1/8)+" "+n+"' fill='none' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />",g+=" <polyline points='0 "+n*(1/8)+","+e+" "+n*(1/8)+"' fill='none' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />");break;case"flowChartCollate":var Ie="M 0,0 L"+e+",0 L0,"+n+" L"+e+","+n+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"flowChartDocument":var B,C,K,y;y=e*10800/21600,B=n*17322/21600,C=n*20172/21600,K=n*23922/21600;var Ie="M0,0 L"+e+",0 L"+e+","+B+" C"+y+","+B+" "+y+","+K+" 0,"+C+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"flowChartMultidocument":var B,C,K,ie,Ne,rn,Mn,ha,Ut,y,G,w,de,ze,Je,un;B=n*18022/21600,C=n*3675/21600,K=n*23542/21600,ie=n*1815/21600,Ne=n*16252/21600,rn=n*16352/21600,Mn=n*14392/21600,ha=n*20782/21600,Ut=n*14467/21600,y=e*1532/21600,G=e*2e4/21600,w=e*9298/21600,de=e*19298/21600,ze=e*18595/21600,Je=e*2972/21600,un=e*20800/21600;var Ie="M0,"+C+" L"+ze+","+C+" L"+ze+","+B+" C"+w+","+B+" "+w+","+K+" 0,"+ha+" zM"+y+","+C+" L"+y+","+ie+" L"+G+","+ie+" L"+G+","+Ne+" C"+de+","+Ne+" "+ze+","+rn+" "+ze+","+rn+"M"+Je+","+ie+" L"+Je+",0 L"+e+",0 L"+e+","+Mn+" C"+un+","+Mn+" "+G+","+Ut+" "+G+","+Ut;g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"actionButtonBackPrevious":var W=e/2,P=n/2,De=Math.min(e,n),te,Ve,En,Ke,Bn;te=De*3/8,Ve=P-te,En=P+te,Ke=W-te,Bn=W+te;var Ie="M0,0 L"+e+",0 L"+e+","+n+" L0,"+n+" zM"+Ke+","+P+" L"+Bn+","+Ve+" L"+Bn+","+En+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"actionButtonBeginning":var W=e/2,P=n/2,De=Math.min(e,n),te,Ve,En,Ke,Bn,Ge,On,$n,jn,Kn;te=De*3/8,Ve=P-te,En=P+te,Ke=W-te,Bn=W+te,Ge=De*3/4,On=Ge/8,$n=Ge/4,jn=Ke+On,Kn=Ke+$n;var Ie="M0,0 L"+e+",0 L"+e+","+n+" L0,"+n+" zM"+Kn+","+P+" L"+Bn+","+Ve+" L"+Bn+","+En+" zM"+jn+","+Ve+" L"+Ke+","+Ve+" L"+Ke+","+En+" L"+jn+","+En+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"actionButtonDocument":var W=e/2,P=n/2,De=Math.min(e,n),te,Ve,En,Ce,Ke,Bn,Ge,On,$n;te=De*3/8,Ve=P-te,En=P+te,Ce=De*9/32,Ke=W-Ce,Bn=W+Ce,Ge=De*3/16,On=Bn-Ge,$n=Ve+Ge;var Ie="M0,0 L"+e+",0 L"+e+","+n+" L0,"+n+" zM"+Ke+","+Ve+" L"+On+","+Ve+" L"+Bn+","+$n+" L"+Bn+","+En+" L"+Ke+","+En+" zM"+On+","+Ve+" L"+On+","+$n+" L"+Bn+","+$n+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"actionButtonEnd":var W=e/2,P=n/2,De=Math.min(e,n),te,Ve,En,Ke,Bn,Ge,On,$n,jn,Kn;te=De*3/8,Ve=P-te,En=P+te,Ke=W-te,Bn=W+te,Ge=De*3/4,On=Ge*3/4,$n=Ge*7/8,jn=Ke+On,Kn=Ke+$n;var Ie="M0,"+n+" L"+e+","+n+" L"+e+",0 L0,0 z M"+Kn+","+Ve+" L"+Bn+","+Ve+" L"+Bn+","+En+" L"+Kn+","+En+" z M"+jn+","+P+" L"+Ke+","+Ve+" L"+Ke+","+En+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"actionButtonForwardNext":var W=e/2,P=n/2,De=Math.min(e,n),te,Ve,En,Ke,Bn;te=De*3/8,Ve=P-te,En=P+te,Ke=W-te,Bn=W+te;var Ie="M0,"+n+" L"+e+","+n+" L"+e+",0 L0,0 z M"+Bn+","+P+" L"+Ke+","+Ve+" L"+Ke+","+En+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"actionButtonHelp":var W=e/2,P=n/2,De=Math.min(e,n),te,Ve,Ke,Ge,On,$n,jn,pa,sa,_a,Aa,Ta,Ma,re,Se,Qe,on,Za,bt,Nt,Ft;te=De*3/8,Ve=P-te,Ke=W-te,Ge=De*3/4,On=Ge/7,$n=Ge*3/14,jn=Ge*2/7,pa=Ge*3/7,sa=Ge*4/7,_a=Ge*17/28,Aa=Ge*21/28,Ta=Ge*11/14,Ma=Ve+jn,re=Ve+_a,Se=Ve+Aa,Qe=Ve+Ta,on=Ke+$n,Za=Ke+pa,bt=Ke+sa,Nt=Ge/14,Ft=Ge*3/28;var bi=on+jn,Cr=Za+On,L0=Qe+Ft,sd=(bt+Za+jn)/2,Ie="M0,0 L"+e+",0 L"+e+","+n+" L0,"+n+" zM"+on+","+Ma+ce(bi,Ma,jn,jn,180,360,!1).replace("M","L")+ce(sd,Ma,On,$n,0,90,!1).replace("M","L")+ce(sd,re,Nt,Ft,270,180,!1).replace("M","L")+" L"+bt+","+Se+" L"+Za+","+Se+" L"+Za+","+re+ce(Cr,re,On,$n,180,270,!1).replace("M","L")+ce(bt,Ma,Nt,Ft,90,0,!1).replace("M","L")+ce(bi,Ma,On,On,0,-180,!1).replace("M","L")+" zM"+W+","+Qe+ce(W,L0,Ft,Ft,270,630,!1).replace("M","L")+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"actionButtonHome":var W=e/2,P=n/2,De=Math.min(e,n),te,Ve,En,Ke,Bn,Ge,On,$n,jn,Kn,Qa,pa,sa,_a,at,Aa,Ta,Pa,tt,Ma,Me,re,Se,Qe,Ee,on;te=De*3/8,Ve=P-te,En=P+te,Ke=W-te,Bn=W+te,Ge=De*3/4,On=Ge/16,$n=Ge/8,jn=Ge*3/16,Kn=Ge*5/16,Qa=Ge*7/16,pa=Ge*9/16,sa=Ge*11/16,_a=Ge*3/4,at=Ge*13/16,Aa=Ge*7/8,Ta=Ve+On,Pa=Ve+jn,tt=Ve+Kn,Ma=Ve+_a,Me=Ke+$n,re=Ke+Qa,Se=Ke+pa,Qe=Ke+sa,Ee=Ke+at,on=Ke+Aa;var Ie="M0,0 L"+e+",0 L"+e+","+n+" L0,"+n+" z M"+W+","+Ve+" L"+Ke+","+P+" L"+Me+","+P+" L"+Me+","+En+" L"+on+","+En+" L"+on+","+P+" L"+Bn+","+P+" L"+Ee+","+tt+" L"+Ee+","+Ta+" L"+Qe+","+Ta+" L"+Qe+","+Pa+" z M"+re+","+Ma+" L"+Se+","+Ma+" L"+Se+","+En+" L"+re+","+En+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"actionButtonInformation":var W=e/2,P=n/2,De=Math.min(e,n),te,Ve,Ke,Ge,On,Kn,Qa,pa,sa,at,Aa,Ta,Pa,Me,re,Se,Qe,Ee,Xn,Pn,bt,nt;te=De*3/8,Ve=P-te,Ke=W-te,Ge=De*3/4,On=Ge/32,Kn=Ge*5/16,Qa=Ge*3/8,pa=Ge*13/32,sa=Ge*19/32,at=Ge*11/16,Aa=Ge*13/16,Ta=Ge*7/8,Pa=Ve+On,Me=Ve+Kn,re=Ve+Qa,Se=Ve+Aa,Qe=Ve+Ta,Ee=Ke+Kn,Xn=Ke+pa,Pn=Ke+sa,bt=Ke+at,nt=Ge*3/32;var fr=Ve+te,Fr=Pa+nt,Ie="M0,0 L"+e+",0 L"+e+","+n+" L0,"+n+" zM"+W+","+Ve+ce(W,fr,te,te,270,630,!1).replace("M","L")+" zM"+W+","+Pa+ce(W,Fr,nt,nt,270,630,!1).replace("M","L")+"M"+Ee+","+Me+" L"+Pn+","+Me+" L"+Pn+","+Se+" L"+bt+","+Se+" L"+bt+","+Qe+" L"+Ee+","+Qe+" L"+Ee+","+Se+" L"+Xn+","+Se+" L"+Xn+","+re+" L"+Ee+","+re+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"actionButtonMovie":var W=e/2,P=n/2,De=Math.min(e,n),te,Ve,En,Ke,Bn,Ge,On,$n,jn,Kn,Qa,pa,sa,_a,at,Aa,Ta,Pa,tt,Ma,Me,re,Se,Qe,Ee,on,Xn,Pn,Za,bt,nt,ar,La,Nt,Ft,Ot,Ds,Xs,ws,As;te=De*3/8,Ve=P-te,En=P+te,Ke=W-te,Bn=W+te,Ge=De*3/4,On=Ge*1455/21600,$n=Ge*1905/21600,jn=Ge*2325/21600,Kn=Ge*16155/21600,Qa=Ge*17010/21600,pa=Ge*19335/21600,sa=Ge*19725/21600,_a=Ge*20595/21600,at=Ge*5280/21600,Aa=Ge*5730/21600,Ta=Ge*6630/21600,Pa=Ge*7492/21600,tt=Ge*9067/21600,Ma=Ge*9555/21600,Me=Ge*13342/21600,re=Ge*14580/21600,Se=Ge*15592/21600,Qe=Ke+On,Ee=Ke+$n,on=Ke+jn,Xn=Ke+Kn,Pn=Ke+Qa,Za=Ke+pa,bt=Ke+sa,nt=Ke+_a,ar=Ve+at,La=Ve+Aa,Nt=Ve+Ta,Ft=Ve+Pa,Ot=Ve+tt,Ds=Ve+Ma,Xs=Ve+Me,ws=Ve+re,As=Ve+Se;var Ie="M0,"+n+" L"+e+","+n+" L"+e+",0 L0,0 zM"+Ke+","+ar+" L"+Ke+","+Ds+" L"+Qe+","+Ds+" L"+Ee+","+Ot+" L"+on+","+Ot+" L"+on+","+As+" L"+Pn+","+As+" L"+Pn+","+Xs+" L"+Za+","+Xs+" L"+nt+","+ws+" L"+Bn+","+ws+" L"+Bn+","+Nt+" L"+nt+","+Nt+" L"+bt+","+Ft+" L"+Pn+","+Ft+" L"+Pn+","+Nt+" L"+Xn+","+La+" L"+Ee+","+La+" L"+Qe+","+ar+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"actionButtonReturn":var W=e/2,P=n/2,De=Math.min(e,n),te,Ve,En,Ke,Bn,Ge,On,$n,jn,Kn,Qa,pa,sa,_a,at,Aa,Ta,Pa,tt,Ma;te=De*3/8,Ve=P-te,En=P+te,Ke=W-te,Bn=W+te,Ge=De*3/4,On=Ge*7/8,$n=Ge*3/4,jn=Ge*5/8,Kn=Ge*3/8,Qa=Ge/4,pa=Ve+$n,sa=Ve+jn,_a=Ve+Qa,at=Ke+On,Aa=Ke+$n,Ta=Ke+jn,Pa=Ke+Kn,tt=Ke+Qa,Ma=Ge/8;var bi=Ta-Ma,Fr=pa-Ma,x0=Ke+Kn,T0=En-Kn,Ie="M0,"+n+" L"+e+","+n+" L"+e+",0 L0,0 z M"+Bn+","+_a+" L"+Aa+","+Ve+" L"+W+","+_a+" L"+Ta+","+_a+" L"+Ta+","+sa+ce(bi,sa,Ma,Ma,0,90,!1).replace("M","L")+" L"+Pa+","+pa+ce(Pa,Fr,Ma,Ma,90,180,!1).replace("M","L")+" L"+tt+","+_a+" L"+Ke+","+_a+" L"+Ke+","+sa+ce(x0,sa,Kn,Kn,180,90,!1).replace("M","L")+" L"+W+","+En+ce(W,T0,Kn,Kn,90,0,!1).replace("M","L")+" L"+at+","+_a+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"actionButtonSound":var W=e/2,P=n/2,De=Math.min(e,n),te,Ve,En,Ke,Bn,Ge,On,$n,jn,Kn,Qa,pa,sa,_a,at,Aa,Ta,Pa,tt;te=De*3/8,Ve=P-te,En=P+te,Ke=W-te,Bn=W+te,Ge=De*3/4,On=Ge/8,$n=Ge*5/16,jn=Ge*5/8,Kn=Ge*11/16,Qa=Ge*3/4,pa=Ge*7/8,sa=Ve+On,_a=Ve+$n,at=Ve+Kn,Aa=Ve+pa,Ta=Ke+$n,Pa=Ke+jn,tt=Ke+Qa;var Ie="M0,0 L"+e+",0 L"+e+","+n+" L0,"+n+" z M"+Ke+","+_a+" L"+Ta+","+_a+" L"+Pa+","+Ve+" L"+Pa+","+En+" L"+Ta+","+at+" L"+Ke+","+at+" z M"+tt+","+_a+" L"+Bn+","+sa+" M"+tt+","+P+" L"+Bn+","+P+" M"+tt+","+at+" L"+Bn+","+Aa;g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"irregularSeal1":case"irregularSeal2":if(_=="irregularSeal1")var Ie="M"+e*10800/21600+","+n*5800/21600+" L"+e*14522/21600+",0 L"+e*14155/21600+","+n*5325/21600+" L"+e*18380/21600+","+n*4457/21600+" L"+e*16702/21600+","+n*7315/21600+" L"+e*21097/21600+","+n*8137/21600+" L"+e*17607/21600+","+n*10475/21600+" L"+e+","+n*13290/21600+" L"+e*16837/21600+","+n*12942/21600+" L"+e*18145/21600+","+n*18095/21600+" L"+e*14020/21600+","+n*14457/21600+" L"+e*13247/21600+","+n*19737/21600+" L"+e*10532/21600+","+n*14935/21600+" L"+e*8485/21600+","+n+" L"+e*7715/21600+","+n*15627/21600+" L"+e*4762/21600+","+n*17617/21600+" L"+e*5667/21600+","+n*13937/21600+" L"+e*135/21600+","+n*14587/21600+" L"+e*3722/21600+","+n*11775/21600+" L0,"+n*8615/21600+" L"+e*4627/21600+","+n*7617/21600+" L"+e*370/21600+","+n*2295/21600+" L"+e*7312/21600+","+n*6320/21600+" L"+e*8352/21600+","+n*2295/21600+" z";else if(_=="irregularSeal2")var Ie="M"+e*11462/21600+","+n*4342/21600+" L"+e*14790/21600+",0 L"+e*14525/21600+","+n*5777/21600+" L"+e*18007/21600+","+n*3172/21600+" L"+e*16380/21600+","+n*6532/21600+" L"+e+","+n*6645/21600+" L"+e*16985/21600+","+n*9402/21600+" L"+e*18270/21600+","+n*11290/21600+" L"+e*16380/21600+","+n*12310/21600+" L"+e*18877/21600+","+n*15632/21600+" L"+e*14640/21600+","+n*14350/21600+" L"+e*14942/21600+","+n*17370/21600+" L"+e*12180/21600+","+n*15935/21600+" L"+e*11612/21600+","+n*18842/21600+" L"+e*9872/21600+","+n*17370/21600+" L"+e*8700/21600+","+n*19712/21600+" L"+e*7527/21600+","+n*18125/21600+" L"+e*4917/21600+","+n+" L"+e*4805/21600+","+n*18240/21600+" L"+e*1285/21600+","+n*17825/21600+" L"+e*3330/21600+","+n*15370/21600+" L0,"+n*12877/21600+" L"+e*3935/21600+","+n*11592/21600+" L"+e*1172/21600+","+n*8270/21600+" L"+e*5372/21600+","+n*7817/21600+" L"+e*4502/21600+","+n*3625/21600+" L"+e*8550/21600+","+n*6382/21600+" L"+e*9722/21600+","+n*1887/21600+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"flowChartTerminator":var y,G,B,bn=180,Ln=90,yn=270;y=e*3475/21600,G=e*18125/21600,B=n*10800/21600;var Ie="M"+y+",0 L"+G+",0"+ce(G,n/2,y,B,yn,yn+bn,!1).replace("M","L")+" L"+y+","+n+ce(y,n/2,y,B,Ln,Ln+bn,!1).replace("M","L")+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"flowChartPunchedTape":var y,y,B,C,bn=180;y=e*5/20,B=n*2/20,C=n*18/20;var Ie="M0,"+B+ce(y,B,y,B,bn,0,!1).replace("M","L")+ce(e*(3/4),B,y,B,bn,360,!1).replace("M","L")+" L"+e+","+C+ce(e*(3/4),C,y,B,0,-bn,!1).replace("M","L")+ce(y,C,y,B,0,bn,!1).replace("M","L")+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"flowChartOnlineStorage":var y,B,yn=270,Ln=90;y=e*1/6,B=n*3/6;var Ie="M"+y+",0 L"+e+",0"+ce(e,n/2,y,B,yn,90,!1).replace("M","L")+" L"+y+","+n+ce(y,n/2,y,B,Ln,270,!1).replace("M","L")+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"flowChartDisplay":var y,G,B,yn=270,bn=180;y=e*1/6,G=e*5/6,B=n*3/6;var Ie="M0,"+B+" L"+y+",0 L"+G+",0"+ce(e,n/2,y,B,yn,yn+bn,!1).replace("M","L")+" L"+y+","+n+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"flowChartDelay":var Oe=e/2,Fe=n/2,bn=180,yn=270,Ln=90,Ie="M0,0 L"+Oe+",0"+ce(Oe,Fe,Oe,Fe,yn,yn+bn,!1).replace("M","L")+" L0,"+n+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"flowChartMagneticTape":var Oe=e/2,Fe=n/2,bn=180,yn=270,Ln=90,Ua,qt,ml;Ua=Fe*Math.sin(Math.PI/4),qt=Fe+Ua,ml=Math.atan(n/e);var Yp=ml*180/Math.PI,Ie="M"+Oe+","+n+ce(Oe,Fe,Oe,Fe,Ln,bn,!1).replace("M","L")+ce(Oe,Fe,Oe,Fe,bn,yn,!1).replace("M","L")+ce(Oe,Fe,Oe,Fe,yn,360,!1).replace("M","L")+ce(Oe,Fe,Oe,Fe,0,Yp,!1).replace("M","L")+" L"+e+","+qt+" L"+e+","+n+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"ellipse":case"flowChartConnector":case"flowChartSummingJunction":case"flowChartOr":if(g+="<ellipse cx='"+e/2+"' cy='"+n/2+"' rx='"+e/2+"' ry='"+n/2+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />",_=="flowChartOr")g+=" <polyline points='"+e/2+" 0,"+e/2+" "+n+"' fill='none' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />",g+=" <polyline points='0 "+n/2+","+e+" "+n/2+"' fill='none' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";else if(_=="flowChartSummingJunction"){var Sa,Ua,ir,cr,rr,qt,W=e/2,P=n/2,Oe=e/2,Fe=n/2,Dl=Math.PI/4;Sa=Oe*Math.cos(Dl),Ua=Fe*Math.sin(Dl),ir=W-Sa,cr=W+Sa,rr=P-Ua,qt=P+Ua,g+=" <polyline points='"+ir+" "+rr+","+cr+" "+qt+"' fill='none' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />",g+=" <polyline points='"+cr+" "+rr+","+ir+" "+qt+"' fill='none' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />"}break;case"roundRect":case"round1Rect":case"round2DiagRect":case"round2SameRect":case"snip1Rect":case"snip2DiagRect":case"snip2SameRect":case"flowChartAlternateProcess":case"flowChartPunchedCard":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,we,Ue,Ae,Wr,Br;if(M!==void 0&&M.constructor===Array)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),we=parseInt(me.substr(4))/5e4):j=="adj2"&&(Ue=r(M[I],["attrs","fmla"]),Ae=parseInt(Ue.substr(4))/5e4)}else if(M!==void 0&&M.constructor!==Array){var $p=r(M,["attrs","fmla"]);we=parseInt($p.substr(4))/5e4,Ae=0}var Ti="";switch(_){case"roundRect":case"flowChartAlternateProcess":Wr="round",Br="cornrAll",we===void 0&&(we=.33334),Ae=0;break;case"round1Rect":Wr="round",Br="cornr1",we===void 0&&(we=.33334),Ae=0;break;case"round2DiagRect":Wr="round",Br="diag",we===void 0&&(we=.33334),Ae===void 0&&(Ae=0);break;case"round2SameRect":Wr="round",Br="cornr2",we===void 0&&(we=.33334),Ae===void 0&&(Ae=0);break;case"snip1Rect":case"flowChartPunchedCard":Wr="snip",Br="cornr1",we===void 0&&(we=.33334),Ae=0,_=="flowChartPunchedCard"&&(Ti="transform='translate("+e+",0) scale(-1,1)'");break;case"snip2DiagRect":Wr="snip",Br="diag",we===void 0&&(we=0),Ae===void 0&&(Ae=.33334);break;case"snip2SameRect":Wr="snip",Br="cornr2",we===void 0&&(we=.33334),Ae===void 0&&(Ae=0);break}var We=rp(e,n,we,Ae,Wr,Br);g+="<path "+Ti+" d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"snipRoundRect":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,we=.33334,Ue,Ae=.33334;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),we=parseInt(me.substr(4))/5e4):j=="adj2"&&(Ue=r(M[I],["attrs","fmla"]),Ae=parseInt(Ue.substr(4))/5e4)}var We="M0,"+n+" L"+e+","+n+" L"+e+","+n/2*Ae+" L"+(e/2+e/2*(1-Ae))+",0 L"+e/2*we+",0 Q0,0 0,"+n/2*we+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"bentConnector2":var Ie="";Ie="M "+e+" 0 L "+e+" "+n+" L 0 "+n,g+="<path d='"+Ie+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' fill='none' ",hn!==void 0&&(hn.type==="triangle"||hn.type==="arrow")&&(g+="marker-start='url(#markerTriangle_"+o+")' "),je!==void 0&&(je.type==="triangle"||je.type==="arrow")&&(g+="marker-end='url(#markerTriangle_"+o+")' "),g+="/>";break;case"rtTriangle":g+=" <polygon points='0 0,0 "+n+","+e+" "+n+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"triangle":case"flowChartExtract":case"flowChartMerge":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),ys=.5;ve!==void 0&&(ys=parseInt(ve.substr(4))*U);var Ti="";_=="flowChartMerge"&&(Ti="transform='rotate(180 "+e/2+","+n/2+")'"),g+=" <polygon "+Ti+" points='"+e*ys+" 0,0 "+n+","+e+" "+n+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"diamond":case"flowChartDecision":case"flowChartSort":g+=" <polygon points='"+e/2+" 0,0 "+n/2+","+e/2+" "+n+","+e+" "+n/2+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />",_=="flowChartSort"&&(g+=" <polyline points='0 "+n/2+","+e+" "+n/2+"' fill='none' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />");break;case"trapezoid":case"flowChartManualOperation":case"flowChartManualInput":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),Ir=.2,qs=.7407;if(ve!==void 0){var tf=parseInt(ve.substr(4))*U;Ir=tf*.5/qs}var rf=0,Ti="";_=="flowChartManualOperation"&&(Ti="transform='rotate(180 "+e/2+","+n/2+")'"),_=="flowChartManualInput"&&(Ir=0,rf=n/5),g+=" <polygon "+Ti+" points='"+e*Ir+" "+rf+",0 "+n+","+e+" "+n+","+(1-Ir)*e+" 0' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"parallelogram":case"flowChartInputOutput":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),Ir=.25,qs;if(e>n?qs=e/n:qs=n/e,ve!==void 0){var tf=parseInt(ve.substr(4))/1e5;Ir=tf/qs}g+=" <polygon points='"+Ir*e+" 0,0 "+n+","+(1-Ir)*e+" "+n+","+e+" 0' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"pentagon":g+=" <polygon points='"+.5*e+" 0,0 "+.375*n+","+.15*e+" "+n+","+.85*e+" "+n+","+e+" "+.375*n+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"hexagon":case"flowChartPreparation":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),xe=25e3*U,tr=115470*U,X=5e4*U,ae=1e5*U,dc=60*Math.PI/180;ve!==void 0&&(xe=parseInt(ve.substr(4))*U);var cn,_e,Zt,y,G,Te,B,C,P=n/2,Fe=n/2,De=Math.min(e,n);cn=X*e/De,_e=xe<0?0:xe>cn?cn:xe,Zt=Fe*tr/ae,y=De*_e/ae,G=e-y,Te=Zt*Math.sin(dc),B=P-Te,C=P+Te;var Ie="M0,"+P+" L"+y+","+B+" L"+G+","+B+" L"+e+","+P+" L"+G+","+C+" L"+y+","+C+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"heptagon":g+=" <polygon points='"+.5*e+" 0,"+e/8+" "+n/4+",0 "+5/8*n+","+e/4+" "+n+","+3/4*e+" "+n+","+e+" "+5/8*n+","+7/8*e+" "+n/4+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"octagon":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),z=.25;ve!==void 0&&(z=parseInt(ve.substr(4))/1e5);var Q=1-z;g+=" <polygon points='"+z*e+" 0,0 "+z*n+",0 "+Q*n+","+z*e+" "+n+","+Q*e+" "+n+","+e+" "+Q*n+","+e+" "+z*n+","+Q*e+" 0' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"decagon":g+=" <polygon points='"+3/8*e+" 0,"+e/8+" "+n/8+",0 "+n/2+","+e/8+" "+7/8*n+","+3/8*e+" "+n+","+5/8*e+" "+n+","+7/8*e+" "+7/8*n+","+e+" "+n/2+","+7/8*e+" "+n/8+","+5/8*e+" 0' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"dodecagon":g+=" <polygon points='"+3/8*e+" 0,"+e/8+" "+n/8+",0 "+3/8*n+",0 "+5/8*n+","+e/8+" "+7/8*n+","+3/8*e+" "+n+","+5/8*e+" "+n+","+7/8*e+" "+7/8*n+","+e+" "+5/8*n+","+e+" "+3/8*n+","+7/8*e+" "+n/8+","+5/8*e+" 0' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"star4":var _e,$e,Xe,Ws,Bs,Sn,In,_n,Wn,W=e/2,P=n/2,Oe=e/2,Fe=n/2,xe=19098*U,X=5e4*U,ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]);if(ve!==void 0){var i=ve.attrs.name;i=="adj"&&(xe=parseInt(ve.attrs.fmla.substr(4))*U)}_e=xe<0?0:xe>X?X:xe,$e=Oe*_e/X,Xe=Fe*_e/X,Ws=$e*Math.cos(.7853981634),Bs=Xe*Math.sin(.7853981634),Sn=W-Ws,In=W+Ws,_n=P-Bs,Wn=P+Bs;var Ie="M0,"+P+" L"+Sn+","+_n+" L"+W+",0 L"+In+","+_n+" L"+e+","+P+" L"+In+","+Wn+" L"+W+","+n+" L"+Sn+","+Wn+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"star5":var _e,it,Zt,Lt,Ce,te,Te,Re,y,G,w,de,B,C,$e,Xe,na,Yn,wn,da,Sn,In,An,Vn,_n,Wn,ia,W=e/2,P=n/2,Oe=e/2,Fe=n/2,xe=19098*U,oi=105146*U,tr=110557*U,cn=5e4*U,X=1e5*U,ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]);ve!==void 0&&Object.keys(ve).forEach(function(ja){var wt=ve[ja].attrs.name;wt=="adj"?xe=parseInt(ve[ja].attrs.fmla.substr(4))*U:wt=="hf"?oi=parseInt(ve[ja].attrs.fmla.substr(4))*U:wt=="vf"&&(tr=parseInt(ve[ja].attrs.fmla.substr(4))*U)}),_e=xe<0?0:xe>cn?cn:xe,it=Oe*oi/X,Zt=Fe*tr/X,Lt=P*tr/X,Ce=it*Math.cos(.31415926536),te=it*Math.cos(5.3407075111),Te=Zt*Math.sin(.31415926536),Re=Zt*Math.sin(5.3407075111),y=W-Ce,G=W-te,w=W+te,de=W+Ce,B=Lt-Te,C=Lt-Re,$e=it*_e/cn,Xe=Zt*_e/cn,na=$e*Math.cos(5.9690260418),Yn=$e*Math.cos(.94247779608),wn=Xe*Math.sin(.94247779608),da=Xe*Math.sin(5.9690260418),Sn=W-na,In=W-Yn,An=W+Yn,Vn=W+na,_n=Lt-wn,Wn=Lt-da,ia=Lt+Xe;var Ie="M"+y+","+B+" L"+In+","+_n+" L"+W+",0 L"+An+","+_n+" L"+de+","+B+" L"+Vn+","+Wn+" L"+w+","+C+" L"+W+","+ia+" L"+G+","+C+" L"+Sn+","+Wn+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"star6":var _e,it,Ce,y,G,C,$e,Xe,Yn,Sn,In,An,Vn,wn,_n,Wn,W=e/2,P=n/2,Oe=e/2,Fe=n/2,sr=n/4,xe=28868*U,oi=115470*U,cn=5e4*U,X=1e5*U,ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]);ve!==void 0&&Object.keys(ve).forEach(function(ja){var wt=ve[ja].attrs.name;wt=="adj"?xe=parseInt(ve[ja].attrs.fmla.substr(4))*U:wt=="hf"&&(oi=parseInt(ve[ja].attrs.fmla.substr(4))*U)}),_e=xe<0?0:xe>cn?cn:xe,it=Oe*oi/X,Ce=it*Math.cos(.5235987756),y=W-Ce,G=W+Ce,C=P+sr,$e=it*_e/cn,Xe=Fe*_e/cn,Yn=$e/2,Sn=W-$e,In=W-Yn,An=W+Yn,Vn=W+$e,wn=Xe*Math.sin(1.0471975512),_n=P-wn,Wn=P+wn;var Ie="M"+y+","+sr+" L"+In+","+_n+" L"+W+",0 L"+An+","+_n+" L"+G+","+sr+" L"+Vn+","+P+" L"+G+","+C+" L"+An+","+Wn+" L"+W+","+n+" L"+In+","+Wn+" L"+y+","+C+" L"+Sn+","+P+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"star7":var _e,it,Zt,Lt,Ce,te,mn,Te,Re,Hn,y,G,w,de,ze,Je,B,C,K,$e,Xe,na,Yn,rt,Sn,In,An,Vn,za,Ha,wn,da,ht,_n,Wn,ia,va,W=e/2,P=n/2,Oe=e/2,Fe=n/2,xe=34601*U,oi=102572*U,tr=105210*U,cn=5e4*U,X=1e5*U,ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]);ve!==void 0&&Object.keys(ve).forEach(function(ja){var wt=ve[ja].attrs.name;wt=="adj"?xe=parseInt(ve[ja].attrs.fmla.substr(4))*U:wt=="hf"?oi=parseInt(ve[ja].attrs.fmla.substr(4))*U:wt=="vf"&&(tr=parseInt(ve[ja].attrs.fmla.substr(4))*U)}),_e=xe<0?0:xe>cn?cn:xe,it=Oe*oi/X,Zt=Fe*tr/X,Lt=P*tr/X,Ce=it*97493/1e5,te=it*78183/1e5,mn=it*43388/1e5,Te=Zt*62349/1e5,Re=Zt*22252/1e5,Hn=Zt*90097/1e5,y=W-Ce,G=W-te,w=W-mn,de=W+mn,ze=W+te,Je=W+Ce,B=Lt-Te,C=Lt+Re,K=Lt+Hn,$e=it*_e/cn,Xe=Zt*_e/cn,na=$e*97493/1e5,Yn=$e*78183/1e5,rt=$e*43388/1e5,Sn=W-na,In=W-Yn,An=W-rt,Vn=W+rt,za=W+Yn,Ha=W+na,wn=Xe*90097/1e5,da=Xe*22252/1e5,ht=Xe*62349/1e5,_n=Lt-wn,Wn=Lt-da,ia=Lt+ht,va=Lt+Xe;var Ie="M"+y+","+C+" L"+Sn+","+Wn+" L"+G+","+B+" L"+An+","+_n+" L"+W+",0 L"+Vn+","+_n+" L"+ze+","+B+" L"+Ha+","+Wn+" L"+Je+","+C+" L"+za+","+ia+" L"+de+","+K+" L"+W+","+va+" L"+w+","+K+" L"+In+","+ia+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"star8":var _e,Ce,y,G,Te,B,C,$e,Xe,na,Yn,wn,da,Sn,In,An,Vn,_n,Wn,ia,va,W=e/2,P=n/2,Oe=e/2,Fe=n/2,xe=37500*U,cn=5e4*U,X=1e5*U,ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]);if(ve!==void 0){var i=ve.attrs.name;i=="adj"&&(xe=parseInt(ve.attrs.fmla.substr(4))*U)}_e=xe<0?0:xe>cn?cn:xe,Ce=Oe*Math.cos(.7853981634),y=W-Ce,G=W+Ce,Te=Fe*Math.sin(.7853981634),B=P-Te,C=P+Te,$e=Oe*_e/cn,Xe=Fe*_e/cn,na=$e*92388/1e5,Yn=$e*38268/1e5,wn=Xe*92388/1e5,da=Xe*38268/1e5,Sn=W-na,In=W-Yn,An=W+Yn,Vn=W+na,_n=P-wn,Wn=P-da,ia=P+da,va=P+wn;var Ie="M0,"+P+" L"+Sn+","+Wn+" L"+y+","+B+" L"+In+","+_n+" L"+W+",0 L"+An+","+_n+" L"+G+","+B+" L"+Vn+","+Wn+" L"+e+","+P+" L"+Vn+","+ia+" L"+G+","+C+" L"+An+","+va+" L"+W+","+n+" L"+In+","+va+" L"+y+","+C+" L"+Sn+","+ia+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"star10":var _e,it,Ce,te,y,G,w,de,Te,Re,B,C,K,ie,$e,Xe,na,Yn,wn,da,Sn,In,An,Vn,za,Ha,_n,Wn,ia,va,W=e/2,P=n/2,Oe=e/2,Fe=n/2,xe=42533*U,oi=105146*U,cn=5e4*U,X=1e5*U,ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]);ve!==void 0&&Object.keys(ve).forEach(function(ja){var wt=ve[ja].attrs.name;wt=="adj"?xe=parseInt(ve[ja].attrs.fmla.substr(4))*U:wt=="hf"&&(oi=parseInt(ve[ja].attrs.fmla.substr(4))*U)}),_e=xe<0?0:xe>cn?cn:xe,it=Oe*oi/X,Ce=it*95106/1e5,te=it*58779/1e5,y=W-Ce,G=W-te,w=W+te,de=W+Ce,Te=Fe*80902/1e5,Re=Fe*30902/1e5,B=P-Te,C=P-Re,K=P+Re,ie=P+Te,$e=it*_e/cn,Xe=Fe*_e/cn,na=$e*80902/1e5,Yn=$e*30902/1e5,wn=Xe*95106/1e5,da=Xe*58779/1e5,Sn=W-$e,In=W-na,An=W-Yn,Vn=W+Yn,za=W+na,Ha=W+$e,_n=P-wn,Wn=P-da,ia=P+da,va=P+wn;var Ie="M"+y+","+C+" L"+In+","+Wn+" L"+G+","+B+" L"+An+","+_n+" L"+W+",0 L"+Vn+","+_n+" L"+w+","+B+" L"+za+","+Wn+" L"+de+","+C+" L"+Ha+","+P+" L"+de+","+K+" L"+za+","+ia+" L"+w+","+ie+" L"+Vn+","+va+" L"+W+","+n+" L"+An+","+va+" L"+G+","+ie+" L"+In+","+ia+" L"+y+","+K+" L"+Sn+","+P+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"star12":var _e,Ce,Te,y,w,de,B,K,ie,$e,Xe,na,Yn,rt,wn,da,ht,Sn,In,An,Vn,za,Ha,_n,Wn,ia,va,Tt,yt,W=e/2,P=n/2,Oe=e/2,Fe=n/2,sr=n/4,Vs=e/4,xe=37500*U,cn=5e4*U,ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]);if(ve!==void 0){var i=ve.attrs.name;i=="adj"&&(xe=parseInt(ve.attrs.fmla.substr(4))*U)}_e=xe<0?0:xe>cn?cn:xe,Ce=Oe*Math.cos(.5235987756),Te=Fe*Math.sin(1.0471975512),y=W-Ce,w=e*3/4,de=W+Ce,B=P-Te,K=n*3/4,ie=P+Te,$e=Oe*_e/cn,Xe=Fe*_e/cn,na=$e*Math.cos(.2617993878),Yn=$e*Math.cos(.7853981634),rt=$e*Math.cos(1.308996939),wn=Xe*Math.sin(1.308996939),da=Xe*Math.sin(.7853981634),ht=Xe*Math.sin(.2617993878),Sn=W-na,In=W-Yn,An=W-rt,Vn=W+rt,za=W+Yn,Ha=W+na,_n=P-wn,Wn=P-da,ia=P-ht,va=P+ht,Tt=P+da,yt=P+wn;var Ie="M0,"+P+" L"+Sn+","+ia+" L"+y+","+sr+" L"+In+","+Wn+" L"+Vs+","+B+" L"+An+","+_n+" L"+W+",0 L"+Vn+","+_n+" L"+w+","+B+" L"+za+","+Wn+" L"+de+","+sr+" L"+Ha+","+ia+" L"+e+","+P+" L"+Ha+","+va+" L"+de+","+K+" L"+za+","+Tt+" L"+w+","+ie+" L"+Vn+","+yt+" L"+W+","+n+" L"+An+","+yt+" L"+Vs+","+ie+" L"+In+","+Tt+" L"+y+","+K+" L"+Sn+","+va+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"star16":var _e,Ce,te,mn,Te,Re,Hn,y,G,w,de,ze,Je,B,C,K,ie,Ne,rn,$e,Xe,na,Yn,rt,fi,wn,da,ht,hi,Sn,In,An,Vn,za,Ha,li,gi,_n,Wn,ia,va,Tt,yt,ui,pi,Sa,Ua,ir,rr,cr,qt,W=e/2,P=n/2,Oe=e/2,Fe=n/2,xe=37500*U,cn=5e4*U,ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]);if(ve!==void 0){var i=ve.attrs.name;i=="adj"&&(xe=parseInt(ve.attrs.fmla.substr(4))*U)}_e=xe<0?0:xe>cn?cn:xe,Ce=Oe*92388/1e5,te=Oe*70711/1e5,mn=Oe*38268/1e5,Te=Fe*92388/1e5,Re=Fe*70711/1e5,Hn=Fe*38268/1e5,y=W-Ce,G=W-te,w=W-mn,de=W+mn,ze=W+te,Je=W+Ce,B=P-Te,C=P-Re,K=P-Hn,ie=P+Hn,Ne=P+Re,rn=P+Te,$e=Oe*_e/cn,Xe=Fe*_e/cn,na=$e*98079/1e5,Yn=$e*83147/1e5,rt=$e*55557/1e5,fi=$e*19509/1e5,wn=Xe*98079/1e5,da=Xe*83147/1e5,ht=Xe*55557/1e5,hi=Xe*19509/1e5,Sn=W-na,In=W-Yn,An=W-rt,Vn=W-fi,za=W+fi,Ha=W+rt,li=W+Yn,gi=W+na,_n=P-wn,Wn=P-da,ia=P-ht,va=P-hi,Tt=P+hi,yt=P+ht,ui=P+da,pi=P+wn,Sa=$e*Math.cos(.7853981634),Ua=Xe*Math.sin(.7853981634),ir=W-Sa,rr=P-Ua,cr=W+Sa,qt=P+Ua;var Ie="M0,"+P+" L"+Sn+","+va+" L"+y+","+K+" L"+In+","+ia+" L"+G+","+C+" L"+An+","+Wn+" L"+w+","+B+" L"+Vn+","+_n+" L"+W+",0 L"+za+","+_n+" L"+de+","+B+" L"+Ha+","+Wn+" L"+ze+","+C+" L"+li+","+ia+" L"+Je+","+K+" L"+gi+","+va+" L"+e+","+P+" L"+gi+","+Tt+" L"+Je+","+ie+" L"+li+","+yt+" L"+ze+","+Ne+" L"+Ha+","+ui+" L"+de+","+rn+" L"+za+","+pi+" L"+W+","+n+" L"+Vn+","+pi+" L"+w+","+rn+" L"+An+","+ui+" L"+G+","+Ne+" L"+In+","+yt+" L"+y+","+ie+" L"+Sn+","+Tt+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"star24":var _e,Ce,te,mn,Mt,zt,Te,Re,Hn,$t,qi,y,G,w,de,ze,Je,un,vn,Jn,ya,B,C,K,ie,Ne,rn,Mn,ha,Ut,Qt,$e,Xe,na,Yn,rt,fi,Kr,Jr,wn,da,ht,hi,Xr,wr,Sn,In,An,Vn,za,Ha,li,gi,Ar,qr,Vr,jr,_n,Wn,ia,va,Tt,yt,ui,pi,ec,nc,ac,tc,Sa,Ua,ir,rr,cr,qt,W=e/2,P=n/2,Oe=e/2,Fe=n/2,sr=n/4,Vs=e/4,xe=37500*U,cn=5e4*U,ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]);if(ve!==void 0){var i=ve.attrs.name;i=="adj"&&(xe=parseInt(ve.attrs.fmla.substr(4))*U)}_e=xe<0?0:xe>cn?cn:xe,Ce=Oe*Math.cos(.2617993878),te=Oe*Math.cos(.5235987756),mn=Oe*Math.cos(.7853981634),Mt=Vs,zt=Oe*Math.cos(1.308996939),Te=Fe*Math.sin(1.308996939),Re=Fe*Math.sin(1.0471975512),Hn=Fe*Math.sin(.7853981634),$t=sr,qi=Fe*Math.sin(.2617993878),y=W-Ce,G=W-te,w=W-mn,de=W-Mt,ze=W-zt,Je=W+zt,un=W+Mt,vn=W+mn,Jn=W+te,ya=W+Ce,B=P-Te,C=P-Re,K=P-Hn,ie=P-$t,Ne=P-qi,rn=P+qi,Mn=P+$t,ha=P+Hn,Ut=P+Re,Qt=P+Te,$e=Oe*_e/cn,Xe=Fe*_e/cn,na=$e*99144/1e5,Yn=$e*92388/1e5,rt=$e*79335/1e5,fi=$e*60876/1e5,Kr=$e*38268/1e5,Jr=$e*13053/1e5,wn=Xe*99144/1e5,da=Xe*92388/1e5,ht=Xe*79335/1e5,hi=Xe*60876/1e5,Xr=Xe*38268/1e5,wr=Xe*13053/1e5,Sn=W-na,In=W-Yn,An=W-rt,Vn=W-fi,za=W-Kr,Ha=W-Jr,li=W+Jr,gi=W+Kr,Ar=W+fi,qr=W+rt,Vr=W+Yn,jr=W+na,_n=P-wn,Wn=P-da,ia=P-ht,va=P-hi,Tt=P-Xr,yt=P-wr,ui=P+wr,pi=P+Xr,ec=P+hi,nc=P+ht,ac=P+da,tc=P+wn,Sa=$e*Math.cos(.7853981634),Ua=Xe*Math.sin(.7853981634),ir=W-Sa,rr=P-Ua,cr=W+Sa,qt=P+Ua;var Ie="M0,"+P+" L"+Sn+","+yt+" L"+y+","+Ne+" L"+In+","+Tt+" L"+G+","+ie+" L"+An+","+va+" L"+w+","+K+" L"+Vn+","+ia+" L"+de+","+C+" L"+za+","+Wn+" L"+ze+","+B+" L"+Ha+","+_n+" L"+W+",0 L"+li+","+_n+" L"+Je+","+B+" L"+gi+","+Wn+" L"+un+","+C+" L"+Ar+","+ia+" L"+vn+","+K+" L"+qr+","+va+" L"+Jn+","+ie+" L"+Vr+","+Tt+" L"+ya+","+Ne+" L"+jr+","+yt+" L"+e+","+P+" L"+jr+","+ui+" L"+ya+","+rn+" L"+Vr+","+pi+" L"+Jn+","+Mn+" L"+qr+","+ec+" L"+vn+","+ha+" L"+Ar+","+nc+" L"+un+","+Ut+" L"+gi+","+ac+" L"+Je+","+Qt+" L"+li+","+tc+" L"+W+","+n+" L"+Ha+","+tc+" L"+ze+","+Qt+" L"+za+","+ac+" L"+de+","+Ut+" L"+Vn+","+nc+" L"+w+","+ha+" L"+An+","+ec+" L"+G+","+Mn+" L"+In+","+pi+" L"+y+","+rn+" L"+Sn+","+ui+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"star32":var _e,Ce,te,mn,Mt,zt,z0,$r,Te,Re,Hn,$t,qi,cf,sf,y,G,w,de,ze,Je,un,vn,Jn,ya,Ji,$i,Ki,or,B,C,K,ie,Ne,rn,Mn,ha,Ut,Qt,sc,ks,Ms,_s,$e,Xe,na,Yn,rt,fi,Kr,Jr,df,of,wn,da,ht,hi,Xr,wr,ff,hf,Sn,In,An,Vn,za,Ha,li,gi,Ar,qr,Vr,jr,lf,gf,uf,pf,_n,Wn,ia,va,Tt,yt,ui,pi,ec,nc,ac,tc,bf,mf,Df,vf,Sa,Ua,ir,rr,cr,qt,W=e/2,P=n/2,Oe=e/2,Fe=n/2,sr=n/4,Vs=e/4,xe=37500*U,cn=5e4*U,ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]);if(ve!==void 0){var i=ve.attrs.name;i=="adj"&&(xe=parseInt(ve.attrs.fmla.substr(4))*U)}_e=xe<0?0:xe>cn?cn:xe,Ce=Oe*98079/1e5,te=Oe*92388/1e5,mn=Oe*83147/1e5,Mt=Oe*Math.cos(.7853981634),zt=Oe*55557/1e5,z0=Oe*38268/1e5,$r=Oe*19509/1e5,Te=Fe*98079/1e5,Re=Fe*92388/1e5,Hn=Fe*83147/1e5,$t=Fe*Math.sin(.7853981634),qi=Fe*55557/1e5,cf=Fe*38268/1e5,sf=Fe*19509/1e5,y=W-Ce,G=W-te,w=W-mn,de=W-Mt,ze=W-zt,Je=W-z0,un=W-$r,vn=W+$r,Jn=W+z0,ya=W+zt,Ji=W+Mt,$i=W+mn,Ki=W+te,or=W+Ce,B=P-Te,C=P-Re,K=P-Hn,ie=P-$t,Ne=P-qi,rn=P-cf,Mn=P-sf,ha=P+sf,Ut=P+cf,Qt=P+qi,sc=P+$t,ks=P+Hn,Ms=P+Re,_s=P+Te,$e=Oe*_e/cn,Xe=Fe*_e/cn,na=$e*99518/1e5,Yn=$e*95694/1e5,rt=$e*88192/1e5,fi=$e*77301/1e5,Kr=$e*63439/1e5,Jr=$e*47140/1e5,df=$e*29028/1e5,of=$e*9802/1e5,wn=Xe*99518/1e5,da=Xe*95694/1e5,ht=Xe*88192/1e5,hi=Xe*77301/1e5,Xr=Xe*63439/1e5,wr=Xe*47140/1e5,ff=Xe*29028/1e5,hf=Xe*9802/1e5,Sn=W-na,In=W-Yn,An=W-rt,Vn=W-fi,za=W-Kr,Ha=W-Jr,li=W-df,gi=W-of,Ar=W+of,qr=W+df,Vr=W+Jr,jr=W+Kr,lf=W+fi,gf=W+rt,uf=W+Yn,pf=W+na,_n=P-wn,Wn=P-da,ia=P-ht,va=P-hi,Tt=P-Xr,yt=P-wr,ui=P-ff,pi=P-hf,ec=P+hf,nc=P+ff,ac=P+wr,tc=P+Xr,bf=P+hi,mf=P+ht,Df=P+da,vf=P+wn,Sa=$e*Math.cos(.7853981634),Ua=Xe*Math.sin(.7853981634),ir=W-Sa,rr=P-Ua,cr=W+Sa,qt=P+Ua;var Ie="M0,"+P+" L"+Sn+","+pi+" L"+y+","+Mn+" L"+In+","+ui+" L"+G+","+rn+" L"+An+","+yt+" L"+w+","+Ne+" L"+Vn+","+Tt+" L"+de+","+ie+" L"+za+","+va+" L"+ze+","+K+" L"+Ha+","+ia+" L"+Je+","+C+" L"+li+","+Wn+" L"+un+","+B+" L"+gi+","+_n+" L"+W+",0 L"+Ar+","+_n+" L"+vn+","+B+" L"+qr+","+Wn+" L"+Jn+","+C+" L"+Vr+","+ia+" L"+ya+","+K+" L"+jr+","+va+" L"+Ji+","+ie+" L"+lf+","+Tt+" L"+$i+","+Ne+" L"+gf+","+yt+" L"+Ki+","+rn+" L"+uf+","+ui+" L"+or+","+Mn+" L"+pf+","+pi+" L"+e+","+P+" L"+pf+","+ec+" L"+or+","+ha+" L"+uf+","+nc+" L"+Ki+","+Ut+" L"+gf+","+ac+" L"+$i+","+Qt+" L"+lf+","+tc+" L"+Ji+","+sc+" L"+jr+","+bf+" L"+ya+","+ks+" L"+Vr+","+mf+" L"+Jn+","+Ms+" L"+qr+","+Df+" L"+vn+","+_s+" L"+Ar+","+vf+" L"+W+","+n+" L"+gi+","+vf+" L"+un+","+_s+" L"+li+","+Df+" L"+Je+","+Ms+" L"+Ha+","+mf+" L"+ze+","+ks+" L"+za+","+bf+" L"+de+","+sc+" L"+Vn+","+tc+" L"+w+","+Qt+" L"+An+","+ac+" L"+G+","+Ut+" L"+In+","+nc+" L"+y+","+ha+" L"+Sn+","+ec+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"pie":case"pieWedge":case"arc":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),z,Q,jo,vs,e0,js;_=="pie"?(z=0,Q=270,jo=n,js=!0):_=="pieWedge"?(z=180,Q=270,jo=2*n,js=!0):_=="arc"&&(z=270,Q=0,jo=n,js=!1),ve!==void 0&&(vs=r(ve,["attrs","fmla"]),e0=vs,vs===void 0&&(vs=ve[0].attrs.fmla,e0=ve[1].attrs.fmla),vs!==void 0&&(z=parseInt(vs.substr(4))/6e4),e0!==void 0&&(Q=parseInt(e0.substr(4))/6e4));var vl=ip(jo,e,z,Q,js);g+="<path d='"+vl[0]+"' transform='"+vl[1]+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"chord":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,we=45,Ue,Ae=270;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),we=parseInt(me.substr(4))/6e4):j=="adj2"&&(Ue=r(M[I],["attrs","fmla"]),Ae=parseInt(Ue.substr(4))/6e4)}var qe=n/2,Gn=e/2,We=ce(Gn,qe,Gn,qe,we,Ae,!0);g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"frame":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),z=12500*U,X=5e4*U,ae=1e5*U;ve!==void 0&&(z=parseInt(ve.substr(4))*U);var ee,y,de,ie;z<0?ee=0:z>X?ee=X:ee=z,y=Math.min(e,n)*ee/ae,de=e-y,ie=n-y;var Ie="M0,0 L"+e+",0 L"+e+","+n+" L0,"+n+" zM"+y+","+y+" L"+y+","+ie+" L"+de+","+ie+" L"+de+","+y+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"donut":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),xe=25e3*U,X=5e4*U,ae=1e5*U;ve!==void 0&&(xe=parseInt(ve.substr(4))*U);var _e,Ht,$e,Xe;xe<0?_e=0:xe>X?_e=X:_e=xe,Ht=Math.min(e,n)*_e/ae,$e=e/2-Ht,Xe=n/2-Ht;var Ie="M0,"+n/2+ce(e/2,n/2,e/2,n/2,180,270,!1).replace("M","L")+ce(e/2,n/2,e/2,n/2,270,360,!1).replace("M","L")+ce(e/2,n/2,e/2,n/2,0,90,!1).replace("M","L")+ce(e/2,n/2,e/2,n/2,90,180,!1).replace("M","L")+" zM"+Ht+","+n/2+ce(e/2,n/2,$e,Xe,180,90,!1).replace("M","L")+ce(e/2,n/2,$e,Xe,90,0,!1).replace("M","L")+ce(e/2,n/2,$e,Xe,0,-90,!1).replace("M","L")+ce(e/2,n/2,$e,Xe,270,180,!1).replace("M","L")+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"noSmoking":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),xe=18750*U,X=5e4*U,ae=1e5*U;ve!==void 0&&(xe=parseInt(ve.substr(4))*U);var _e,Ht,$e,Xe,n0,Uf,xf,Ul,xl,Ll,Lf,Va,Zn,Is,Er,ur;xe<0?_e=0:xe>X?_e=X:_e=xe,Ht=Math.min(e,n)*_e/ae,$e=e/2-Ht,Xe=n/2-Ht,n0=Math.atan(n/e),Uf=Xe*Math.cos(n0),xf=$e*Math.sin(n0),Ul=Math.sqrt(Uf*Uf+xf*xf),xl=$e*Xe/Ul,Ll=Ht/2,Lf=Math.atan(Ll/xl),Va=Lf*2,Zn=-Math.PI+Va,Er=n0-Lf,ur=Er-Math.PI;var Tf,yf,Tl,kf,Ce,Te,y,B,B,C;Tf=Xe*Math.cos(Er),yf=$e*Math.sin(Er),Tl=Math.sqrt(Tf*Tf+yf*yf),kf=$e*Xe/Tl,Ce=kf*Math.cos(Er),Te=kf*Math.sin(Er),y=e/2+Ce,B=n/2+Te,G=e/2-Ce,C=n/2-Te;var yl=Er*180/Math.PI,kl=ur*180/Math.PI,Ml=Zn*180/Math.PI,Ie="M0,"+n/2+ce(e/2,n/2,e/2,n/2,180,270,!1).replace("M","L")+ce(e/2,n/2,e/2,n/2,270,360,!1).replace("M","L")+ce(e/2,n/2,e/2,n/2,0,90,!1).replace("M","L")+ce(e/2,n/2,e/2,n/2,90,180,!1).replace("M","L")+" zM"+y+","+B+ce(e/2,n/2,$e,Xe,yl,yl+Ml,!1).replace("M","L")+" zM"+G+","+C+ce(e/2,n/2,$e,Xe,kl,kl+Ml,!1).replace("M","L")+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"halfFrame":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,we=3.5,Ue,Ae=3.5,Ct=1e5*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),we=parseInt(me.substr(4))*U):j=="adj2"&&(Ue=r(M[I],["attrs","fmla"]),Ae=parseInt(Ue.substr(4))*U)}var tn=Math.min(e,n),gn=Ct*e/tn,ee,pe;Ae<0?pe=0:Ae>gn?pe=gn:pe=Ae;var y=tn*pe/Ct,i0=n*y/e,Pr=n-i0,an=Ct*Pr/tn;we<0?ee=0:we>an?ee=an:ee=we;var B=tn*ee/Ct,te=B*e/n,G=e-te,Re=y*n/e,C=n-Re,Ie="M0,0 L"+e+",0 L"+G+","+B+" L"+y+","+B+" L"+y+","+C+" L0,"+n+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"blockArc":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=180,Ue,Q=0,en,be=25e3*U,X=5e4*U,ae=1e5*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))/6e4):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))/6e4):j=="adj3"&&(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))*U)}var Rn,Rt,Ze,a0,_l,Zn,Zr,ed=360;z<0?Rn=0:z>ed?Rn=ed:Rn=z,Q<0?Rt=0:Q>ed?Rt=ed:Rt=Q,be<0?Ze=0:be>X?Ze=X:Ze=be,a0=Rt-Rn,_l=a0+ed,Zn=a0>0?a0:_l,Zr=-Zn;var Yi=Rn+Zn,Kp=Rt+Zr,Us,xs,Ce,Te,y,B,nd,ad,Oe,Fe,W,P;nd=Rn*Math.PI/180,ad=Rt*Math.PI/180,Oe=e/2,Fe=n/2,W=e/2,P=n/2,Rn>90&&Rn<270?(Us=Oe*Math.sin(Math.PI/2-nd),xs=Fe*Math.cos(Math.PI/2-nd),Ce=Oe*Math.cos(Math.atan(xs/Us)),Te=Fe*Math.sin(Math.atan(xs/Us)),y=W-Ce,B=P-Te):(Us=Oe*Math.sin(nd),xs=Fe*Math.cos(nd),Ce=Oe*Math.cos(Math.atan(Us/xs)),Te=Fe*Math.sin(Math.atan(Us/xs)),y=W+Ce,B=P+Te);var Ht,$e,Xe,Ls,Ts,te,Re,G,C;Ht=Math.min(e,n)*Ze/ae,$e=Oe-Ht,Xe=Fe-Ht,Yi<=450&&Yi>270||Yi>=630&&Yi<720?(Ls=$e*Math.sin(ad),Ts=Xe*Math.cos(ad),te=$e*Math.cos(Math.atan(Ls/Ts)),Re=Xe*Math.sin(Math.atan(Ls/Ts)),G=W+te,C=P+Re):(Ls=$e*Math.sin(Math.PI/2-ad),Ts=Xe*Math.cos(Math.PI/2-ad),te=$e*Math.cos(Math.atan(Ts/Ls)),Re=Xe*Math.sin(Math.atan(Ts/Ls)),G=W-te,C=P-Re);var Ie="M"+y+","+B+ce(Oe,Fe,Oe,Fe,Rn,Yi,!1).replace("M","L")+" L"+G+","+C+ce(Oe,Fe,$e,Xe,Rt,Kp,!1).replace("M","L")+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"bracePair":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),xe=8333*U,X=25e3*U,ae=5e4*U,pn=1e5*U;ve!==void 0&&(xe=parseInt(ve.substr(4))*U);var P=n/2,td=360,bn=180,Ln=90,yn=270,_e,y,G,w,de,C,K,ie;xe<0?_e=0:xe>X?_e=X:_e=xe;var tn=Math.min(e,n);y=tn*_e/pn,G=tn*_e/ae,w=e-G,de=e-y,C=P-y,K=P+y,ie=n-y;var Ie="M"+G+","+n+ce(G,ie,y,y,Ln,bn,!1).replace("M","L")+" L"+y+","+K+ce(0,K,y,y,0,-Ln,!1).replace("M","L")+ce(0,C,y,y,Ln,0,!1).replace("M","L")+" L"+y+","+y+ce(G,y,y,y,bn,yn,!1).replace("M","L")+" M"+w+",0"+ce(w,y,y,y,yn,td,!1).replace("M","L")+" L"+de+","+C+ce(e,C,y,y,bn,Ln,!1).replace("M","L")+ce(e,K,y,y,yn,bn,!1).replace("M","L")+" L"+de+","+ie+ce(w,ie,y,y,0,Ln,!1).replace("M","L");g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"leftBrace":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=8333*U,Ue,Q=5e4*U,ae=1e5*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"&&(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U)}var P=n/2,bn=180,Ln=90,yn=270,ee,pe,Fn,Tn,ca,B,C,K,ie;Q<0?pe=0:Q>ae?pe=ae:pe=Q;var tn=Math.min(e,n);Fn=ae-pe,Fn<pe?Tn=Fn:Tn=pe,ca=Tn/2;var an=ca*n/tn;z<0?ee=0:z>an?ee=an:ee=z,B=tn*ee/ae,K=n*pe/ae,C=K-B,ie=K+B;var Ie="M"+e+","+n+ce(e,n-B,e/2,B,Ln,bn,!1).replace("M","L")+" L"+e/2+","+ie+ce(0,ie,e/2,B,0,-Ln,!1).replace("M","L")+ce(0,C,e/2,B,Ln,0,!1).replace("M","L")+" L"+e/2+","+B+ce(e,B,e/2,B,bn,yn,!1).replace("M","L");g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"rightBrace":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=8333*U,Ue,Q=5e4*U,ae=1e5*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"&&(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U)}var P=n/2,td=360,bn=180,Ln=90,yn=270,ee,pe,Fn,Tn,ca,B,C,K,ie;Q<0?pe=0:Q>ae?pe=ae:pe=Q;var tn=Math.min(e,n);Fn=ae-pe,Fn<pe?Tn=Fn:Tn=pe,ca=Tn/2;var an=ca*n/tn;z<0?ee=0:z>an?ee=an:ee=z,B=tn*ee/ae,K=n*pe/ae,C=K-B,ie=n-B;var Ie="M0,0"+ce(0,B,e/2,B,yn,td,!1).replace("M","L")+" L"+e/2+","+C+ce(e,C,e/2,B,bn,Ln,!1).replace("M","L")+ce(e,K+B,e/2,B,yn,bn,!1).replace("M","L")+" L"+e/2+","+ie+ce(0,ie,e/2,B,0,Ln,!1).replace("M","L");g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"bracketPair":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),xe=16667*U,X=5e4*U,ae=1e5*U;ve!==void 0&&(xe=parseInt(ve.substr(4))*U);var fn=e,nn=n,bn=180,Ln=90,yn=270,_e,y,G,C;xe<0?_e=0:xe>X?_e=X:_e=xe,y=Math.min(e,n)*_e/ae,G=fn-y,C=nn-y;var Ie=ce(y,y,y,y,yn,bn,!1)+ce(y,C,y,y,bn,Ln,!1).replace("M","L")+ce(G,y,y,y,yn,yn+Ln,!1)+ce(G,C,y,y,0,Ln,!1).replace("M","L");g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"leftBracket":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),xe=8333*U,X=5e4*U,ae=1e5*U,cn=X*n/Math.min(e,n);ve!==void 0&&(xe=parseInt(ve.substr(4))*U);var fn=e,nn=n,bn=180,Ln=90,yn=270,_e,B,C;xe<0?_e=0:xe>cn?_e=cn:_e=xe,B=Math.min(e,n)*_e/ae,B>e&&(B=e),C=nn-B;var Ie="M"+fn+","+nn+ce(B,C,B,B,Ln,bn,!1).replace("M","L")+" L0,"+B+ce(B,B,B,B,bn,yn,!1).replace("M","L")+" L"+fn+",0";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"rightBracket":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),xe=8333*U,X=5e4*U,ae=1e5*U,cn=X*n/Math.min(e,n);ve!==void 0&&(xe=parseInt(ve.substr(4))*U);var td=360,bn=180,Ln=90,yn=270,_e,B,C,K;xe<0?_e=0:xe>cn?_e=cn:_e=xe,B=Math.min(e,n)*_e/ae,C=n-B,K=e-B;var Ie="M0,"+n+ce(K,C,B,B,Ln,0,!1).replace("M","L")+" L"+e+","+n/2+ce(K,B,B,B,td,yn,!1).replace("M","L")+" L0,0";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"moon":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),xe=.5;ve!==void 0&&(xe=parseInt(ve.substr(4))/1e5);var Fe,bn,Ln;Fe=n/2,bn=180,Ln=90;var Q=(1-xe)*e,Ie="M"+e+","+n+ce(e,Fe,e,Fe,Ln,Ln+bn,!1).replace("M","L")+ce(e,Fe,Q,Fe,Ln+bn,Ln,!1).replace("M","L")+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"corner":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,we=5e4*U,Ue,Ae=5e4*U,Ct=1e5*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),we=parseInt(me.substr(4))*U):j=="adj2"&&(Ue=r(M[I],["attrs","fmla"]),Ae=parseInt(Ue.substr(4))*U)}var tn=Math.min(e,n),an=Ct*n/tn,gn=Ct*e/tn,ee,pe,y,Te,B;we<0?ee=0:we>an?ee=an:ee=we,Ae<0?pe=0:Ae>gn?pe=gn:pe=Ae,y=tn*pe/Ct,Te=tn*ee/Ct,B=n-Te;var Ie="M0,0 L"+y+",0 L"+y+","+B+" L"+e+","+B+" L"+e+","+n+" L0,"+n+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"diagStripe":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),we=5e4*U,Ct=1e5*U;ve!==void 0&&(we=parseInt(ve.substr(4))*U);var ee,G,C;we<0?ee=0:we>Ct?ee=Ct:ee=we,G=e*ee/Ct,C=n*ee/Ct;var Ie="M0,"+C+" L"+G+",0 L"+e+",0 L0,"+n+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"gear6":case"gear9":H=0;var Mf=_.substr(4),Ie;Mf=="6",Ie=fl(e,n/3.5,parseInt(Mf)),g+="<path d='"+Ie+"' transform='rotate(20,"+3/7*n+","+3/7*n+")' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"bentConnector3":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),ys=.5;ve!==void 0&&(ys=parseInt(ve.substr(4))/1e5,g+=" <polyline points='0 0,"+ys*e+" 0,"+ys*e+" "+n+","+e+" "+n+"' fill='transparent'' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' ",hn!==void 0&&(hn.type==="triangle"||hn.type==="arrow")&&(g+="marker-start='url(#markerTriangle_"+o+")' "),je!==void 0&&(je.type==="triangle"||je.type==="arrow")&&(g+="marker-end='url(#markerTriangle_"+o+")' "),g+="/>");break;case"plus":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),z=.25;ve!==void 0&&(z=parseInt(ve.substr(4))/1e5);var Q=1-z;g+=" <polygon points='"+z*e+" 0,"+z*e+" "+z*n+",0 "+z*n+",0 "+Q*n+","+z*e+" "+Q*n+","+z*e+" "+n+","+Q*e+" "+n+","+Q*e+" "+Q*n+","+e+" "+Q*n+","+ +e+" "+z*n+","+Q*e+" "+z*n+","+Q*e+" 0' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"teardrop":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),z=1e5*U,id=z,t0=2e5*U;ve!==void 0&&(z=parseInt(ve.substr(4))*U);var ee,_f,Wl,dn,Bl,Il,Ce,Te,y,B,G,C,Wf;z<0?ee=0:z>t0?ee=t0:ee=z,_f=Math.sqrt(2),Wl=_f*(e/2),dn=_f*(n/2),Bl=Wl*ee/id,Il=dn*ee/id,Wf=45*Math.PI/180,Ce=Bl*Math.cos(Wf),Te=Il*Math.cos(Wf),y=e/2+Ce,B=n/2-Te,G=(e/2+y)/2,C=(n/2+B)/2;var We=ce(e/2,n/2,e/2,n/2,180,270,!1)+"Q "+G+",0 "+y+","+B+"Q "+e+","+C+" "+e+","+n/2+ce(e/2,n/2,e/2,n/2,0,90,!1).replace("M","L")+ce(e/2,n/2,e/2,n/2,90,180,!1).replace("M","L")+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"plaque":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),z=16667*U,id=5e4*U,t0=1e5*U;ve!==void 0&&(z=parseInt(ve.substr(4))*U);var ee,y,G,C;z<0?ee=0:z>id?ee=id:ee=z,y=ee*Math.min(e,n)/t0,G=e-y,C=n-y;var We="M0,"+y+ce(0,0,y,y,90,0,!1).replace("M","L")+" L"+G+",0"+ce(e,0,y,y,180,90,!1).replace("M","L")+" L"+e+","+C+ce(e,n,y,y,270,180,!1).replace("M","L")+" L"+y+","+n+ce(0,n,y,y,0,-90,!1).replace("M","L")+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"sun":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),ue=U,z=25e3*ue,X=12500*ue,ae=46875*ue;ve!==void 0&&(z=parseInt(ve.substr(4))*ue);var ee;z<X?ee=X:z>ae?ee=ae:ee=z;var ic=5e4*ue,ba=1e5*ue,rd=ic-ee,i0=rd*(30274*ue)/(32768*ue),Pr=rd*(12540*ue)/(32768*ue),r0=i0+ic,c0=Pr+ic,cd=ic-i0,rc=ic-Pr,Sr=rd*(23170*ue)/(32768*ue),dr=ic+Sr,Ve=ic-Sr,En=cd*3/4,Ke=rc*3/4,Bn=En+3662*ue,Ge=Ke+36620*ue,On=Ke+12500*ue,$n=ba-En,jn=ba-Bn,Kn=ba-Ge,Qa=ba-On,Pl=e*(18436*ue)/(21600*ue),Sl=n*(3163*ue)/(21600*ue),Fl=e*(3163*ue)/(21600*ue),Cl=n*(18436*ue)/(21600*ue),vn=e*dr/ba,Jn=e*Ve/ba,ya=e*En/ba,$i=e*Bn/ba,Ki=e*Ge/ba,or=e*On/ba,cc=e*$n/ba,El=e*jn/ba,zl=e*Kn/ba,Rl=e*Qa/ba,Jp=e*ee/ba,Gn=e*rd/ba,qe=n*rd/ba,ha=n*dr/ba,Ut=n*Ve/ba,Qt=n*En/ba,ks=n*Bn/ba,Ms=n*Ge/ba,_s=n*On/ba,Gl=n*$n/ba,Nl=n*jn/ba,Ol=n*Kn/ba,Zl=n*Qa/ba,We="M"+e+","+n/2+" L"+cc+","+Zl+" L"+cc+","+_s+"z M"+Pl+","+Sl+" L"+El+","+Ol+" L"+Ki+","+ks+"z M"+e/2+",0 L"+Rl+","+Qt+" L"+or+","+Qt+"z M"+Fl+","+Sl+" L"+zl+","+ks+" L"+$i+","+Ol+"z M0,"+n/2+" L"+ya+","+_s+" L"+ya+","+Zl+"z M"+Fl+","+Cl+" L"+$i+","+Ms+" L"+zl+","+Nl+"z M"+e/2+","+n+" L"+or+","+Gl+" L"+Rl+","+Gl+"z M"+Pl+","+Cl+" L"+Ki+","+Nl+" L"+El+","+Ms+" z M"+Jp+","+n/2+ce(e/2,n/2,Gn,qe,180,540,!1).replace("M","L")+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"heart":var Ce,te,y,G,w,de,B;Ce=e*49/48,te=e*10/48,y=e/2-Ce,G=e/2-te,w=e/2+te,de=e/2+Ce,B=-n/3;var We="M"+e/2+","+n/4+"C"+w+","+B+" "+de+","+n/4+" "+e/2+","+n+"C"+y+","+n/4+" "+G+","+B+" "+e/2+","+n/4+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"lightningBolt":var y=e*5022/21600,G=e*11050/21600,w=e*8472/21600,de=e*8757/21600,ze=e*10012/21600,Je=e*14767/21600,un=e*12222/21600,vn=e*12860/21600,Jn=e*13917/21600,ya=e*7602/21600,Ji=e*16577/21600,B=n*3890/21600,C=n*6080/21600,K=n*6797/21600,ie=n*7437/21600,Ne=n*12877/21600,rn=n*9705/21600,Mn=n*12007/21600,ha=n*13987/21600,Ut=n*8382/21600,Qt=n*14277/21600,sc=n*14915/21600,We="M"+w+",0 L"+vn+","+C+" L"+G+","+K+" L"+Ji+","+Mn+" L"+Je+","+Ne+" L"+e+","+n+" L"+ze+","+sc+" L"+un+","+ha+" L"+y+","+rn+" L"+ya+","+Ut+" L0,"+B+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"cube":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),ue=U,xe=25e3*ue;ve!==void 0&&(xe=parseInt(ve.substr(4))*ue);var We,ae=1e5*ue,De=Math.min(e,n),_e,B,ie,de;_e=xe<0?0:xe>ae?ae:xe,B=De*_e/ae,ie=n-B,de=e-B,We="M0,"+B+" L"+B+",0 L"+e+",0 L"+e+","+ie+" L"+de+","+n+" L0,"+n+" zM0,"+B+" L"+de+","+B+" M"+de+","+B+" L"+e+",0M"+de+","+B+" L"+de+","+n,g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"bevel":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),ue=U,xe=12500*ue;ve!==void 0&&(xe=parseInt(ve.substr(4))*ue);var We,X=5e4*ue,ae=1e5*ue,De=Math.min(e,n),_e,y,G,C;_e=xe<0?0:xe>X?X:xe,y=De*_e/ae,G=e-y,C=n-y,We="M0,0 L"+e+",0 L"+e+","+n+" L0,"+n+" z M"+y+","+y+" L"+G+","+y+" L"+G+","+C+" L"+y+","+C+" z M0,0 L"+y+","+y+" M0,"+n+" L"+y+","+C+" M"+e+",0 L"+G+","+y+" M"+e+","+n+" L"+G+","+C,g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"foldedCorner":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),ue=U,xe=16667*ue;ve!==void 0&&(xe=parseInt(ve.substr(4))*ue);var We,X=5e4*ue,ae=1e5*ue,De=Math.min(e,n),_e,Re,Te,y,G,C,B;_e=xe<0?0:xe>X?X:xe,Re=De*_e/ae,Te=Re/5,y=e-Re,G=y+Te,C=n-Re,B=C+Te,We="M"+y+","+n+" L"+G+","+B+" L"+e+","+C+" L"+y+","+n+" L0,"+n+" L0,0 L"+e+",0 L"+e+","+C,g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"cloud":case"cloudCallout":var Bf,y,G,w,de,ze,Je,un,vn,Jn,ya,Ji,If,B,C,K,ie,Ne,rn,Mn,ha,Ut,Qt,sc,Pf,Sf,Ff,Cf,s0,qf,Cd,Af,Sd;Bf=e*3900/43200,y=e*4693/43200,G=e*6928/43200,w=e*16478/43200,de=e*28827/43200,ze=e*34129/43200,Je=e*41798/43200,un=e*38324/43200,vn=e*29078/43200,Jn=e*22141/43200,ya=e*14e3/43200,Ji=e*4127/43200,If=n*14370/43200,B=n*26177/43200,C=n*34899/43200,K=n*39090/43200,ie=n*34751/43200,Ne=n*22954/43200,rn=n*15354/43200,Mn=n*5426/43200,ha=n*3952/43200,Ut=n*4720/43200,Qt=n*5192/43200,sc=n*15789/43200;var Hl=e*6753/43200,Ql=n*9190/43200,d0=e*5333/43200,Yl=n*7267/43200,$l=e*4365/43200,o0=n*5945/43200,Kl=e*4857/43200,Jl=n*6595/43200,Xl=n*7273/43200,wl=e*6775/43200,Al=n*9220/43200,ql=e*5785/43200,Vl=n*7867/43200,jl=e*6752/43200,eg=n*9215/43200,ng=e*7720/43200,ag=n*10543/43200,tg=e*4360/43200,ig=n*5918/43200,rg=e*4345/43200,f0=-11429249/6e4,Xp=7426832/6e4,h0=-8646143/6e4,wp=5396714/6e4,l0=-8748475/6e4,Ap=5983381/6e4,g0=-7859164/6e4,qp=7034504/6e4,u0=-4722533/6e4,Vp=6541615/6e4,p0=-2776035/6e4,jp=7816140/6e4,b0=37501/6e4,eb=6842e3/6e4,m0=1347096/6e4,nb=6910353/6e4,D0=3974558/6e4,ab=4542661/6e4,v0=-16496525/6e4,tb=8804134/6e4,U0=-14809710/6e4,ib=9151131/6e4,cg,bi,Cr,x0,sd,sg,dg,og,fg,hg,lg,gg,fr,Fr,L0,T0,ug,pg,bg,mg,Dg,vg,y0,k0,M0,_0,W0,B0,I0,P0,S0,F0,Ug,Ef,zf,Rf,Gf,Nf,Of,Zf,Hf,Qf,Yf;cg=Bf-Hl*Math.cos(f0*Math.PI/180),gg=If-Ql*Math.sin(f0*Math.PI/180),y0=ce(cg,gg,Hl,Ql,f0,f0+Xp,!1).replace("M","L"),Ef=y0.substr(y0.lastIndexOf("L")+1).split(" "),bi=parseInt(Ef[0])-d0*Math.cos(h0*Math.PI/180),fr=parseInt(Ef[1])-Yl*Math.sin(h0*Math.PI/180),k0=ce(bi,fr,d0,Yl,h0,h0+wp,!1).replace("M","L"),zf=k0.substr(k0.lastIndexOf("L")+1).split(" "),Cr=parseInt(zf[0])-$l*Math.cos(l0*Math.PI/180),Fr=parseInt(zf[1])-o0*Math.sin(l0*Math.PI/180),M0=ce(Cr,Fr,$l,o0,l0,l0+Ap,!1).replace("M","L"),Rf=M0.substr(M0.lastIndexOf("L")+1).split(" "),x0=parseInt(Rf[0])-Kl*Math.cos(g0*Math.PI/180),L0=parseInt(Rf[1])-Jl*Math.sin(g0*Math.PI/180),_0=ce(x0,L0,Kl,Jl,g0,g0+qp,!1).replace("M","L"),Gf=_0.substr(_0.lastIndexOf("L")+1).split(" "),sd=parseInt(Gf[0])-d0*Math.cos(u0*Math.PI/180),T0=parseInt(Gf[1])-Xl*Math.sin(u0*Math.PI/180),W0=ce(sd,T0,d0,Xl,u0,u0+Vp,!1).replace("M","L"),Nf=W0.substr(W0.lastIndexOf("L")+1).split(" "),sg=parseInt(Nf[0])-wl*Math.cos(p0*Math.PI/180),ug=parseInt(Nf[1])-Al*Math.sin(p0*Math.PI/180),B0=ce(sg,ug,wl,Al,p0,p0+jp,!1).replace("M","L"),Of=B0.substr(B0.lastIndexOf("L")+1).split(" "),dg=parseInt(Of[0])-ql*Math.cos(b0*Math.PI/180),pg=parseInt(Of[1])-Vl*Math.sin(b0*Math.PI/180),I0=ce(dg,pg,ql,Vl,b0,b0+eb,!1).replace("M","L"),Zf=I0.substr(I0.lastIndexOf("L")+1).split(" "),og=parseInt(Zf[0])-jl*Math.cos(m0*Math.PI/180),bg=parseInt(Zf[1])-eg*Math.sin(m0*Math.PI/180),P0=ce(og,bg,jl,eg,m0,m0+nb,!1).replace("M","L"),Hf=P0.substr(P0.lastIndexOf("L")+1).split(" "),fg=parseInt(Hf[0])-ng*Math.cos(D0*Math.PI/180),mg=parseInt(Hf[1])-ag*Math.sin(D0*Math.PI/180),S0=ce(fg,mg,ng,ag,D0,D0+ab,!1).replace("M","L"),Qf=S0.substr(S0.lastIndexOf("L")+1).split(" "),hg=parseInt(Qf[0])-tg*Math.cos(v0*Math.PI/180),Dg=parseInt(Qf[1])-ig*Math.sin(v0*Math.PI/180),F0=ce(hg,Dg,tg,ig,v0,v0+tb,!1).replace("M","L"),Yf=F0.substr(F0.lastIndexOf("L")+1).split(" "),lg=parseInt(Yf[0])-rg*Math.cos(U0*Math.PI/180),vg=parseInt(Yf[1])-o0*Math.sin(U0*Math.PI/180),Ug=ce(lg,vg,rg,o0,U0,U0+ib,!1).replace("M","L");var xg="M"+Bf+","+If+y0+k0+M0+_0+W0+B0+I0+P0+S0+F0+Ug+" z";if(_=="cloudCallout"){var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),ue=U,me,z=-20833*ue,Ue,Q=62500*ue;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*ue):j=="adj2"&&(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*ue)}var We,ae=1e5*ue,De=Math.min(e,n),Oe=e/2,Fe=n/2,ra,fa,Ya,$a,$f,Kf,Pr,r0,c0,cd,rc,Sr,dr,Ve,En,Ke,Bn,Ge,On,$n,jn,Kn,Qa,pa,sa,_a,at,Aa,Ta,Pa,tt,Lg,Jf,Xf;ra=e*z/ae,fa=n*Q/ae,Ya=Oe+ra,$a=Fe+fa,$f=Fe*Math.cos(Math.atan(fa/ra)),Kf=Oe*Math.sin(Math.atan(fa/ra)),Pr=Oe*Math.cos(Math.atan(Kf/$f)),r0=Fe*Math.sin(Math.atan(Kf/$f)),z>=0?(c0=Oe+Pr,cd=Fe+r0):(c0=Oe-Pr,cd=Fe-r0),rc=c0-Ya,Sr=cd-$a,dr=Math.sqrt(rc*rc+Sr*Sr),Ve=De*6600/21600,En=dr-Ve,Ke=En/3,Bn=De*1800/21600,Ge=Ke+Bn,On=Ge*rc/dr,$n=Ge*Sr/dr,jn=On+Ya,Kn=$n+$a,Qa=De*4800/21600,pa=Ke*2,sa=Qa+pa,_a=sa*rc/dr,at=sa*Sr/dr,Aa=_a+Ya,Ta=at+$a,Pa=De*1200/21600,tt=De*600/21600,Lg=Ya+tt,Jf=jn+Pa,Xf=Aa+Bn,We=ce(Lg-tt,$a,tt,tt,0,360,!1)+" z M"+Jf+","+Kn+ce(Jf-Pa,Kn,Pa,Pa,0,360,!1).replace("M","L")+" z M"+Xf+","+Ta+ce(Xf-Bn,Ta,Bn,Bn,0,360,!1).replace("M","L")+" z",xg+=We}g+="<path d='"+xg+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"smileyFace":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),ue=U,xe=4653*ue;ve!==void 0&&(xe=parseInt(ve.substr(4))*ue);var We,X=5e4*ue,ae=1e5*ue,pn=4653*ue,De=Math.min(e,n),_e,y,G,w,de,B,K,Re,C,ie,Hn,Ne,Gn,qe,Oe,Fe;Oe=e/2,Fe=n/2,_e=xe<-pn?-pn:xe>pn?pn:xe,y=e*4969/21699,G=e*6215/21600,w=e*13135/21600,de=e*16640/21600,B=n*7570/21600,K=n*16515/21600,Re=n*_e/ae,C=K-Re,ie=K+Re,Hn=n*_e/X,Ne=ie+Hn,Gn=e*1125/21600,qe=n*1125/21600;var bi=G-Gn*Math.cos(Math.PI),fr=B-qe*Math.sin(Math.PI),Cr=w-Gn*Math.cos(Math.PI);We=ce(bi,fr,Gn,qe,180,540,!1)+ce(Cr,fr,Gn,qe,180,540,!1)+" M"+y+","+C+" Q"+Oe+","+Ne+" "+de+","+C+" Q"+Oe+","+Ne+" "+y+","+C+" M0,"+Fe+ce(Oe,Fe,Oe,Fe,180,540,!1).replace("M","L")+" z",g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"verticalScroll":case"horizontalScroll":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),ue=U,xe=12500*ue;ve!==void 0&&(xe=parseInt(ve.substr(4))*ue);var We,X=25e3*ue,ae=1e5*ue,De=Math.min(e,n),Nn=0,kn=0,nn=n,fn=e,_e,oa,xn,hr;if(_e=xe<0?0:xe>X?X:xe,oa=De*_e/ae,xn=oa/2,hr=oa/4,_=="verticalScroll"){var w,de,Je,un,ze,K,ie;w=oa+xn,de=oa+oa,Je=fn-oa,un=fn-xn,ze=Je-xn,K=nn-oa,ie=nn-xn,We="M"+oa+","+K+" L"+oa+","+xn+ce(w,xn,xn,xn,180,270,!1).replace("M","L")+" L"+un+","+Nn+ce(un,xn,xn,xn,270,450,!1).replace("M","L")+" L"+Je+","+oa+" L"+Je+","+ie+ce(ze,ie,xn,xn,0,90,!1).replace("M","L")+" L"+xn+","+nn+ce(xn,ie,xn,xn,90,270,!1).replace("M","L")+" z M"+w+","+Nn+ce(w,xn,xn,xn,270,450,!1).replace("M","L")+ce(w,w/2,hr,hr,90,270,!1).replace("M","L")+" L"+de+","+xn+" M"+Je+","+oa+" L"+w+","+oa+" M"+oa+","+ie+ce(xn,ie,xn,xn,0,270,!1).replace("M","L")+ce(xn,(ie+K)/2,hr,hr,270,450,!1).replace("M","L")+" z M"+oa+","+ie+" L"+oa+","+K}else if(_=="horizontalScroll"){var K,ie,rn,Mn,Ne,w,de;K=oa+xn,ie=oa+oa,rn=nn-oa,Mn=nn-xn,Ne=rn-xn,w=fn-oa,de=fn-xn,We="M"+kn+","+K+ce(xn,K,xn,xn,180,270,!1).replace("M","L")+" L"+w+","+oa+" L"+w+","+xn+ce(de,xn,xn,xn,180,360,!1).replace("M","L")+" L"+fn+","+Ne+ce(de,Ne,xn,xn,0,90,!1).replace("M","L")+" L"+oa+","+rn+" L"+oa+","+Mn+ce(xn,Mn,xn,xn,0,180,!1).replace("M","L")+" zM"+de+","+oa+ce(de,xn,xn,xn,90,-180,!1).replace("M","L")+ce((w+de)/2,xn,hr,hr,180,0,!1).replace("M","L")+" z M"+de+","+oa+" L"+w+","+oa+" M"+xn+","+ie+" L"+xn+","+K+ce(K/2,K,hr,hr,180,360,!1).replace("M","L")+ce(xn,K,xn,xn,0,180,!1).replace("M","L")+" M"+oa+","+K+" L"+oa+","+rn}g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"wedgeEllipseCallout":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),ue=U,me,z=-20833*ue,Ue,Q=62500*ue;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*ue):j=="adj2"&&(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*ue)}var We,X=1e5*U,dc=11*Math.PI/180,De=Math.min(e,n),ra,fa,Ya,$a,Ws,Bs,wf,Rn,Bt,Ce,Te,y,B,te,Re,G,C,Er,Vt,Zn,P=n/2,W=e/2;ra=e*z/X,fa=n*Q/X,Ya=W+ra,$a=P+fa,Ws=ra*n,Bs=fa*e,wf=Math.atan(Bs/Ws),Rn=wf+dc,Bt=wf-dc,console.log("dxPos: ",ra,"dyPos: ",fa),Ce=W*Math.cos(Rn),Te=P*Math.sin(Rn),te=W*Math.cos(Bt),Re=P*Math.sin(Bt),ra>=0?(y=W+Ce,B=P+Te,G=W+te,C=P+Re):(y=W-Ce,B=P-Te,G=W-te,C=P-Re),We="M"+y+","+B+" L"+Ya+","+$a+" L"+G+","+C+ce(W,P,W,P,0,360,!0),g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"wedgeRectCallout":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),ue=U,me,z=-20833*ue,Ue,Q=62500*ue;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*ue):j=="adj2"&&(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*ue)}var We,X=1e5*U,ra,fa,Ya,$a,Li,xi,dd,od,fd,ct,hd,ld,y,G,gd,ud,B,C,pd,bd,md,Dd,Is,vd,Ud,xd,Ld,Td,yd,kd,Md,_d,Wd,Bd,P=n/2,W=e/2;ra=e*z/X,fa=n*Q/X,Ya=W+ra,$a=P+fa,Li=Ya-W,xi=$a-P,dd=ra*n/e,od=Math.abs(fa),fd=Math.abs(dd),ct=od-fd,hd=ra>0?7:2,ld=ra>0?10:5,y=e*hd/12,G=e*ld/12,gd=fa>0?7:2,ud=fa>0?10:5,B=n*gd/12,C=n*ud/12,pd=ra>0?0:Ya,bd=ct>0?0:pd,md=fa>0?y:Ya,Dd=ct>0?md:y,Is=ra>0?Ya:e,vd=ct>0?e:Is,Ud=fa>0?Ya:y,xd=ct>0?Ud:y,Ld=ra>0?B:$a,Td=ct>0?B:Ld,yd=fa>0?0:$a,kd=ct>0?yd:0,Md=ra>0?$a:B,_d=ct>0?B:Md,Wd=fa>0?$a:n,Bd=ct>0?Wd:n,We="M0,0 L"+y+",0 L"+Dd+","+kd+" L"+G+",0 L"+e+",0 L"+e+","+B+" L"+vd+","+_d+" L"+e+","+C+" L"+e+","+n+" L"+G+","+n+" L"+xd+","+Bd+" L"+y+","+n+" L0,"+n+" L0,"+C+" L"+bd+","+Td+" L0,"+B+" z",g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"wedgeRoundRectCallout":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),ue=U,me,z=-20833*ue,Ue,Q=62500*ue,en,be=16667*ue;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*ue):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*ue):j=="adj3"&&(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))*ue)}var We,X=1e5*U,De=Math.min(e,n),ra,fa,Ya,$a,dd,od,fd,ct,hd,ld,y,G,gd,ud,B,C,pd,bd,md,Dd,Is,vd,Ud,xd,Ld,Td,yd,kd,Md,_d,Wd,Bd,la,It,Vi,P=n/2,W=e/2;ra=e*z/X,fa=n*Q/X,Ya=W+ra,$a=P+fa,dd=ra*n/e,od=Math.abs(fa),fd=Math.abs(dd),ct=od-fd,hd=ra>0?7:2,ld=ra>0?10:5,y=e*hd/12,G=e*ld/12,gd=fa>0?7:2,ud=fa>0?10:5,B=n*gd/12,C=n*ud/12,pd=ra>0?0:Ya,bd=ct>0?0:pd,md=fa>0?y:Ya,Dd=ct>0?md:y,Is=ra>0?Ya:e,vd=ct>0?e:Is,Ud=fa>0?Ya:y,xd=ct>0?Ud:y,Ld=ra>0?B:$a,Td=ct>0?B:Ld,yd=fa>0?0:$a,kd=ct>0?yd:0,Md=ra>0?$a:B,_d=ct>0?B:Md,Wd=fa>0?$a:n,Bd=ct>0?Wd:n,la=De*be/X,It=e-la,Vi=n-la,We="M0,"+la+ce(la,la,la,la,180,270,!1).replace("M","L")+" L"+y+",0 L"+Dd+","+kd+" L"+G+",0 L"+It+",0"+ce(It,la,la,la,270,360,!1).replace("M","L")+" L"+e+","+B+" L"+vd+","+_d+" L"+e+","+C+" L"+e+","+Vi+ce(It,Vi,la,la,0,90,!1).replace("M","L")+" L"+G+","+n+" L"+xd+","+Bd+" L"+y+","+n+" L"+la+","+n+ce(la,Vi,la,la,90,180,!1).replace("M","L")+" L0,"+C+" L"+bd+","+Td+" L0,"+B+" z",g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"accentBorderCallout1":case"accentBorderCallout2":case"accentBorderCallout3":case"borderCallout1":case"borderCallout2":case"borderCallout3":case"accentCallout1":case"accentCallout2":case"accentCallout3":case"callout1":case"callout2":case"callout3":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),ue=U,me,z=18750*ue,Ue,Q=-8333*ue,en,be=18750*ue,ea,ln=-16667*ue,yi,Ba=1e5*ue,Tg,lr=-16667*ue,yg,Id=112963*ue,kg,Pd=-8333*ue;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*ue):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*ue):j=="adj3"?(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))*ue):j=="adj4"?(ea=r(M[I],["attrs","fmla"]),ln=parseInt(ea.substr(4))*ue):j=="adj5"?(yi=r(M[I],["attrs","fmla"]),Ba=parseInt(yi.substr(4))*ue):j=="adj6"?(Tg=r(M[I],["attrs","fmla"]),lr=parseInt(Tg.substr(4))*ue):j=="adj7"?(yg=r(M[I],["attrs","fmla"]),Id=parseInt(yg.substr(4))*ue):j=="adj8"&&(kg=r(M[I],["attrs","fmla"]),Pd=parseInt(kg.substr(4))*ue)}var We,X=1e5*ue;switch(_){case"borderCallout1":case"callout1":M===void 0&&(z=18750*ue,Q=-8333*ue,be=112500*ue,ln=-38333*ue);var B,y,C,G;B=n*z/X,y=e*Q/X,C=n*be/X,G=e*ln/X,We="M0,0 L"+e+",0 L"+e+","+n+" L0,"+n+" z M"+y+","+B+" L"+G+","+C;break;case"borderCallout2":case"callout2":M===void 0&&(z=18750*ue,Q=-8333*ue,be=18750*ue,ln=-16667*ue,Ba=112500*ue,lr=-46667*ue);var B,y,C,G,K,w;B=n*z/X,y=e*Q/X,C=n*be/X,G=e*ln/X,K=n*Ba/X,w=e*lr/X,We="M0,0 L"+e+",0 L"+e+","+n+" L0,"+n+" z M"+y+","+B+" L"+G+","+C+" L"+w+","+K+" L"+G+","+C;break;case"borderCallout3":case"callout3":M===void 0&&(z=18750*ue,Q=-8333*ue,be=18750*ue,ln=-16667*ue,Ba=1e5*ue,lr=-16667*ue,Id=112963*ue,Pd=-8333*ue);var B,y,C,G,K,w,ie,de;B=n*z/X,y=e*Q/X,C=n*be/X,G=e*ln/X,K=n*Ba/X,w=e*lr/X,ie=n*Id/X,de=e*Pd/X,We="M0,0 L"+e+",0 L"+e+","+n+" L0,"+n+" z M"+y+","+B+" L"+G+","+C+" L"+w+","+K+" L"+de+","+ie+" L"+w+","+K+" L"+G+","+C;break;case"accentBorderCallout1":case"accentCallout1":M===void 0&&(z=18750*ue,Q=-8333*ue,be=112500*ue,ln=-38333*ue);var B,y,C,G;B=n*z/X,y=e*Q/X,C=n*be/X,G=e*ln/X,We="M0,0 L"+e+",0 L"+e+","+n+" L0,"+n+" z M"+y+","+B+" L"+G+","+C+" M"+y+",0 L"+y+","+n;break;case"accentBorderCallout2":case"accentCallout2":M===void 0&&(z=18750*ue,Q=-8333*ue,be=18750*ue,ln=-16667*ue,Ba=112500*ue,lr=-46667*ue);var B,y,C,G,K,w;B=n*z/X,y=e*Q/X,C=n*be/X,G=e*ln/X,K=n*Ba/X,w=e*lr/X,We="M0,0 L"+e+",0 L"+e+","+n+" L0,"+n+" z M"+y+","+B+" L"+G+","+C+" L"+w+","+K+" L"+G+","+C+" M"+y+",0 L"+y+","+n;break;case"accentBorderCallout3":case"accentCallout3":M===void 0&&(z=18750*ue,Q=-8333*ue,be=18750*ue,ln=-16667*ue,Ba=1e5*ue,lr=-16667*ue,Id=112963*ue,Pd=-8333*ue);var B,y,C,G,K,w,ie,de;B=n*z/X,y=e*Q/X,C=n*be/X,G=e*ln/X,K=n*Ba/X,w=e*lr/X,ie=n*Id/X,de=e*Pd/X,We="M0,0 L"+e+",0 L"+e+","+n+" L0,"+n+" z M"+y+","+B+" L"+G+","+C+" L"+w+","+K+" L"+de+","+ie+" L"+w+","+K+" L"+G+","+C+" M"+y+",0 L"+y+","+n;break}g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"leftRightRibbon":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),ue=U,me,z=5e4*ue,Ue,Q=5e4*ue,en,be=16667*ue;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*ue):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*ue):j=="adj3"&&(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))*ue)}var We,X=33333*ue,ae=1e5*ue,pn=2e5*ue,ma=4e5*ue,De=Math.min(e,n),Ze,an,ee,Mg,gn,pe,y,de,Te,Re,Ps,Sd,C0,Af,E0,qf,Fd,Cd,qe,G,w,B,C,Wa=e/32,P=n/2,W=e/2;Ze=be<0?0:be>X?X:be,an=ae-Ze,ee=z<0?0:z>an?an:z,Mg=W-Wa,gn=ae*Mg/De,pe=Q<0?0:Q>gn?gn:Q,y=De*pe/ae,de=e-y,Te=n*ee/pn,Re=n*Ze/-pn,Ps=P+Re-Te,Sd=P+Te-Re,C0=Ps+Te,Af=n-C0,E0=C0*2,qf=n-E0,Fd=E0-Ps,Cd=n-Fd,qe=Ze*De/ma,G=W-Wa,w=W+Wa,B=Ps+qe,C=Cd-qe,We="M0,"+C0+"L"+y+",0L"+y+","+Ps+"L"+W+","+Ps+ce(W,B,Wa,qe,270,450,!1).replace("M","L")+ce(W,C,Wa,qe,270,90,!1).replace("M","L")+"L"+de+","+Cd+"L"+de+","+qf+"L"+e+","+Af+"L"+de+","+n+"L"+de+","+Sd+"L"+W+","+Sd+ce(W,Sd-qe,Wa,qe,90,180,!1).replace("M","L")+"L"+G+","+Fd+"L"+y+","+Fd+"L"+y+","+E0+" zM"+w+","+B+"L"+w+","+Cd+"M"+G+","+C+"L"+G+","+Fd,g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"ribbon":case"ribbon2":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=16667*U,Ue,Q=5e4*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"&&(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U)}var We,X=25e3*U,ae=33333*U,pn=75e3*U,ma=1e5*U,kt=2e5*U,lt=4e5*U,W=e/2,Nn=0,kn=0,nn=n,fn=e,Di=e/8,Wa=e/32,ee,pe,ya,te,G,Jn,w,vn,ze,Je,de,un,B,C,ie,K,qe,rn;if(ee=z<0?0:z>ae?ae:z,pe=Q<X?X:Q>pn?pn:Q,ya=fn-Di,te=e*pe/kt,G=W-te,Jn=W+te,w=G+Wa,vn=Jn-Wa,ze=G+Di,Je=Jn-Di,de=ze-Wa,un=Je+Wa,qe=n*ee/lt,_=="ribbon2"){var Te,Re,Mn;Te=n*ee/kt,B=nn-Te,Re=n*ee/ma,C=nn-Re,ie=Nn+Re,K=(ie+nn)/2,rn=nn-qe,Mn=B-qe,We="M"+kn+","+nn+" L"+Di+","+K+" L"+kn+","+ie+" L"+G+","+ie+" L"+G+","+qe+ce(w,qe,Wa,qe,180,270,!1).replace("M","L")+" L"+vn+","+Nn+ce(vn,qe,Wa,qe,270,360,!1).replace("M","L")+" L"+Jn+","+ie+" L"+Jn+","+ie+" L"+fn+","+ie+" L"+ya+","+K+" L"+fn+","+nn+" L"+un+","+nn+ce(un,rn,Wa,qe,90,270,!1).replace("M","L")+" L"+vn+","+B+ce(vn,Mn,Wa,qe,90,-90,!1).replace("M","L")+" L"+w+","+C+ce(w,Mn,Wa,qe,270,90,!1).replace("M","L")+" L"+de+","+B+ce(de,rn,Wa,qe,270,450,!1).replace("M","L")+" z M"+ze+","+C+" L"+ze+","+rn+"M"+Je+","+rn+" L"+Je+","+C+"M"+G+","+Mn+" L"+G+","+ie+"M"+Jn+","+ie+" L"+Jn+","+Mn}else if(_=="ribbon"){var Ne;B=n*ee/kt,C=n*ee/ma,ie=nn-C,K=ie/2,Ne=nn-qe,rn=C-qe,We="M"+kn+","+Nn+" L"+de+","+Nn+ce(de,qe,Wa,qe,270,450,!1).replace("M","L")+" L"+w+","+B+ce(w,rn,Wa,qe,270,90,!1).replace("M","L")+" L"+vn+","+C+ce(vn,rn,Wa,qe,90,-90,!1).replace("M","L")+" L"+un+","+B+ce(un,qe,Wa,qe,90,270,!1).replace("M","L")+" L"+fn+","+Nn+" L"+ya+","+K+" L"+fn+","+ie+" L"+Jn+","+ie+" L"+Jn+","+Ne+ce(vn,Ne,Wa,qe,0,90,!1).replace("M","L")+" L"+w+","+nn+ce(w,Ne,Wa,qe,90,180,!1).replace("M","L")+" L"+G+","+ie+" L"+kn+","+ie+" L"+Di+","+K+" z M"+ze+","+qe+" L"+ze+","+C+"M"+Je+","+C+" L"+Je+","+qe+"M"+G+","+ie+" L"+G+","+rn+"M"+Jn+","+rn+" L"+Jn+","+ie}g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"doubleWave":case"wave":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=_=="doubleWave"?6250*U:12500*U,Ue,Q=0;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"&&(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U)}var We,ae=-1e4*U,pn=5e4*U,ma=1e5*U,W=e/2,Nn=0,kn=0,nn=n,fn=e,Di=e/8,Wa=e/32;if(_=="doubleWave"){var X=12500*U,ee,pe,B,Re,C,K,ie,Ne,rn,mi,te,G,Vf,vn,mn,w,Mt,de,ze,Je,un,Jn,cc,ya,Ji,$i,Ki,or;ee=z<0?0:z>X?X:z,pe=Q<ae?ae:Q>ma?ma:Q,B=n*ee/ma,Re=B*10/3,C=B-Re,K=B+Re,ie=nn-B,Ne=ie-Re,rn=ie+Re,mi=e*pe/pn,te=mi>0?0:mi,G=kn-te,Vf=mi>0?mi:0,vn=fn-Vf,mn=(te+vn)/6,w=G+mn,Mt=(te+vn)/3,de=G+Mt,ze=(G+vn)/2,Je=ze+mn,un=(Je+vn)/2,Jn=kn+Vf,cc=fn+te,ya=Jn+mn,Ji=Jn+Mt,$i=(Jn+cc)/2,Ki=$i+mn,or=(Ki+cc)/2,We="M"+G+","+B+" C"+w+","+C+" "+de+","+K+" "+ze+","+B+" C"+Je+","+C+" "+un+","+K+" "+vn+","+B+" L"+cc+","+ie+" C"+or+","+rn+" "+Ki+","+Ne+" "+$i+","+ie+" C"+Ji+","+rn+" "+ya+","+Ne+" "+Jn+","+ie+" z"}else if(_=="wave"){var kt=2e4*U,ee,pe,B,Re,C,K,ie,Ne,rn,mi,te,G,zt,ze,mn,w,de,Je,ya,un,vn;ee=z<0?0:z>kt?kt:z,pe=Q<ae?ae:Q>ma?ma:Q,B=n*ee/ma,Re=B*10/3,C=B-Re,K=B+Re,ie=nn-B,Ne=ie-Re,rn=ie+Re,mi=e*pe/pn,te=mi>0?0:mi,G=kn-te,zt=mi>0?mi:0,ze=fn-zt,mn=(te+ze)/3,w=G+mn,de=(w+ze)/2,Je=kn+zt,ya=fn+te,un=Je+mn,vn=(un+ya)/2,We="M"+G+","+B+" C"+w+","+C+" "+de+","+K+" "+ze+","+B+" L"+ya+","+ie+" C"+vn+","+rn+" "+un+","+Ne+" "+Je+","+ie+" z"}g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"ellipseRibbon":case"ellipseRibbon2":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=25e3*U,Ue,Q=5e4*U,en,be=12500*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U):j=="adj3"&&(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))*U)}var We,X=25e3*U,pn=75e3*U,ma=1e5*U,kt=2e5*U,W=e/2,Nn=0,kn=0,nn=n,fn=e,Di=e/8,ee,pe,Ga,Na,wa,jf,Ze,te,G,w,de,ze,Je,Te,oc,Fn,Tn,Ss,eh,Fn,Hn,ca,ua,Ia,Et,Ra,Ed,Xa,nh;if(ee=z<0?0:z>ma?ma:z,pe=Q<X?X:Q>pn?pn:Q,Ga=ma-ee,Na=Ga/2,wa=ee-Na,jf=0>wa?0:wa,Ze=be<jf?jf:be>ee?ee:be,te=e*pe/kt,G=W-te,w=G+Di,de=fn-w,ze=fn-G,Je=fn-Di,Te=n*Ze/ma,oc=4*Te/e,Fn=w*w/e,Tn=w-Fn,Ss=w/2,eh=fn-Ss,Fn=n*ee/ma,Hn=Fn-Te,ca=G*G/e,ua=G-ca,Ia=oc*ua,Et=nn-Fn,Ra=Te*14/16,Ed=G/2,Xa=oc*Ed,nh=fn-Ed,_=="ellipseRibbon"){var B,fc,K,Ca,qn,Fs,C,Ne,rn,hc,zd,Mn,ha;B=oc*Tn,fc=oc*Ss,K=Ia+Hn,Ca=Te+Hn-K,qn=Ca+Te,Fs=qn+Hn,C=(Ra+Et)/2,Ne=Ia+Et,rn=K+Et,hc=Xa+Et,zd=Fs+Et,Mn=B+Hn,ha=nn-Te,We="M"+kn+","+Nn+" Q"+Ss+","+fc+" "+w+","+B+" L"+G+","+K+" Q"+W+","+Fs+" "+ze+","+K+" L"+de+","+B+" Q"+eh+","+fc+" "+fn+","+Nn+" L"+Je+","+C+" L"+fn+","+Et+" Q"+nh+","+hc+" "+ze+","+Ne+" L"+ze+","+rn+" Q"+W+","+zd+" "+G+","+rn+" L"+G+","+Ne+" Q"+Ed+","+hc+" "+kn+","+Et+" L"+Di+","+C+" zM"+G+","+Ne+" L"+G+","+K+"M"+ze+","+K+" L"+ze+","+Ne+"M"+w+","+B+" L"+w+","+Mn+"M"+de+","+Mn+" L"+de+","+B}else if(_=="ellipseRibbon2"){var la,B,_g,fc,ca,Ia,ai,K,Ca,qn,ah,Fs,Et,Ra,It,C,Rr,Ne,Gr,rn,Wg,hc,Bg,zd,Nr,Mn;la=oc*Tn,B=nn-la,_g=oc*Ss,fc=nn-_g,ai=Ia+Hn,K=nn-ai,Ca=Te+Hn-ai,qn=Ca+Te,ah=qn+Hn,Fs=nn-ah,It=(Ra+Et)/2,C=nn-It,Rr=Ia+Et,Ne=nn-Rr,Gr=ai+Et,rn=nn-Gr,Wg=Xa+Et,hc=nn-Wg,Bg=ah+Et,zd=nn-Bg,Nr=la+Hn,Mn=nn-Nr,We="M"+kn+","+nn+" L"+Di+","+C+" L"+kn+","+Fn+" Q"+Ed+","+hc+" "+G+","+Ne+" L"+G+","+rn+" Q"+W+","+zd+" "+ze+","+rn+" L"+ze+","+Ne+" Q"+nh+","+hc+" "+fn+","+Fn+" L"+Je+","+C+" L"+fn+","+nn+" Q"+eh+","+fc+" "+de+","+B+" L"+ze+","+K+" Q"+W+","+Fs+" "+G+","+K+" L"+w+","+B+" Q"+Ss+","+fc+" "+kn+","+nn+" zM"+G+","+K+" L"+G+","+Ne+"M"+ze+","+Ne+" L"+ze+","+K+"M"+w+","+Mn+" L"+w+","+B+"M"+de+","+B+" L"+de+","+Mn}g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"line":case"straightConnector1":case"bentConnector4":case"bentConnector5":case"curvedConnector2":case"curvedConnector3":case"curvedConnector4":case"curvedConnector5":g+="<line x1='0' y1='0' x2='"+e+"' y2='"+n+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' ",hn!==void 0&&(hn.type==="triangle"||hn.type==="arrow")&&(g+="marker-start='url(#markerTriangle_"+o+")' "),je!==void 0&&(je.type==="triangle"||je.type==="arrow")&&(g+="marker-end='url(#markerTriangle_"+o+")' "),g+="/>";break;case"rightArrow":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,we=.25,Ue,Ae=.5,Ui=e/n;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);if(j=="adj1")me=r(M[I],["attrs","fmla"]),we=.5-parseInt(me.substr(4))/2e5;else if(j=="adj2"){Ue=r(M[I],["attrs","fmla"]);var vi=parseInt(Ue.substr(4))/1e5;Ae=1-vi/Ui}}g+=" <polygon points='"+e+" "+n/2+","+Ae*e+" 0,"+Ae*e+" "+we*n+",0 "+we*n+",0 "+(1-we)*n+","+Ae*e+" "+(1-we)*n+", "+Ae*e+" "+n+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"leftArrow":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,we=.25,Ue,Ae=.5,Ui=e/n;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);if(j=="adj1")me=r(M[I],["attrs","fmla"]),we=.5-parseInt(me.substr(4))/2e5;else if(j=="adj2"){Ue=r(M[I],["attrs","fmla"]);var vi=parseInt(Ue.substr(4))/1e5;Ae=vi/Ui}}g+=" <polygon points='0 "+n/2+","+Ae*e+" "+n+","+Ae*e+" "+(1-we)*n+","+e+" "+(1-we)*n+","+e+" "+we*n+","+Ae*e+" "+we*n+", "+Ae*e+" 0' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"downArrow":case"flowChartOffpageConnector":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,we=.25,Ue,Ae=.5,Ui=n/e;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);if(j=="adj1")me=r(M[I],["attrs","fmla"]),we=parseInt(me.substr(4))/2e5;else if(j=="adj2"){Ue=r(M[I],["attrs","fmla"]);var vi=parseInt(Ue.substr(4))/1e5;Ae=vi/Ui}}_=="flowChartOffpageConnector"&&(we=.5,Ae=.212),g+=" <polygon points='"+(.5-we)*e+" 0,"+(.5-we)*e+" "+(1-Ae)*n+",0 "+(1-Ae)*n+","+e/2+" "+n+","+e+" "+(1-Ae)*n+","+(.5+we)*e+" "+(1-Ae)*n+", "+(.5+we)*e+" 0' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"upArrow":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,we=.25,Ue,Ae=.5,Ui=n/e;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);if(j=="adj1")me=r(M[I],["attrs","fmla"]),we=parseInt(me.substr(4))/2e5;else if(j=="adj2"){Ue=r(M[I],["attrs","fmla"]);var vi=parseInt(Ue.substr(4))/1e5;Ae=vi/Ui}}g+=" <polygon points='"+e/2+" 0,0 "+Ae*n+","+(.5-we)*e+" "+Ae*n+","+(.5-we)*e+" "+n+","+(.5+we)*e+" "+n+","+(.5+we)*e+" "+Ae*n+", "+e+" "+Ae*n+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"leftRightArrow":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,we=.25,Ue,Ae=.25,Ui=e/n;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);if(j=="adj1")me=r(M[I],["attrs","fmla"]),we=.5-parseInt(me.substr(4))/2e5;else if(j=="adj2"){Ue=r(M[I],["attrs","fmla"]);var vi=parseInt(Ue.substr(4))/1e5;Ae=vi/Ui}}g+=" <polygon points='0 "+n/2+","+Ae*e+" "+n+","+Ae*e+" "+(1-we)*n+","+(1-Ae)*e+" "+(1-we)*n+","+(1-Ae)*e+" "+n+","+e+" "+n/2+", "+(1-Ae)*e+" 0,"+(1-Ae)*e+" "+we*n+","+Ae*e+" "+we*n+","+Ae*e+" 0' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"upDownArrow":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,we=.25,Ue,Ae=.25,Ui=n/e;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);if(j=="adj1")me=r(M[I],["attrs","fmla"]),we=.5-parseInt(me.substr(4))/2e5;else if(j=="adj2"){Ue=r(M[I],["attrs","fmla"]);var vi=parseInt(Ue.substr(4))/1e5;Ae=vi/Ui}}g+=" <polygon points='"+e/2+" 0,0 "+Ae*n+","+we*e+" "+Ae*n+","+we*e+" "+(1-Ae)*n+",0 "+(1-Ae)*n+","+e/2+" "+n+", "+e+" "+(1-Ae)*n+","+(1-we)*e+" "+(1-Ae)*n+","+(1-we)*e+" "+Ae*n+","+e+" "+Ae*n+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"quadArrow":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=22500*U,Ue,Q=22500*U,en,be=22500*U,X=5e4*U,ae=1e5*U,pn=2e5*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U):j=="adj3"&&(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))*U)}var P=n/2,W=e/2,ee,pe,Ze,Fn,y,G,te,w,mn,de,ze,Je,C,K,ie,Ne,rn,an,sn,tn=Math.min(e,n);Q<0?pe=0:Q>X?pe=X:pe=Q,an=2*pe,z<0?ee=0:z>an?ee=an:ee=z,Fn=ae-an,sn=Fn/2,be<0?Ze=0:be>sn?Ze=sn:Ze=be,y=tn*Ze/ae,te=tn*pe/ae,G=W-te,ze=W+te,mn=tn*ee/pn,w=W-mn,de=W+mn,Je=e-y,C=P-te,Ne=P+te,K=P-mn,ie=P+mn,rn=n-y;var We="M0,"+P+" L"+y+","+C+" L"+y+","+K+" L"+w+","+K+" L"+w+","+y+" L"+G+","+y+" L"+W+",0 L"+ze+","+y+" L"+de+","+y+" L"+de+","+K+" L"+Je+","+K+" L"+Je+","+C+" L"+e+","+P+" L"+Je+","+Ne+" L"+Je+","+ie+" L"+de+","+ie+" L"+de+","+rn+" L"+ze+","+rn+" L"+W+","+n+" L"+G+","+rn+" L"+w+","+rn+" L"+w+","+ie+" L"+y+","+ie+" L"+y+","+Ne+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"leftRightUpArrow":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=25e3*U,Ue,Q=25e3*U,en,be=25e3*U,X=5e4*U,ae=1e5*U,pn=2e5*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U):j=="adj3"&&(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))*U)}var P=n/2,W=e/2,ee,pe,Ze,Fn,y,G,te,w,mn,de,ze,Je,C,Re,K,ie,Ne,an,sn,tn=Math.min(e,n);Q<0?pe=0:Q>X?pe=X:pe=Q,an=2*pe,z<0?ee=0:z>an?ee=an:ee=z,Fn=ae-an,sn=Fn/2,be<0?Ze=0:be>sn?Ze=sn:Ze=be,y=tn*Ze/ae,te=tn*pe/ae,G=W-te,ze=W+te,mn=tn*ee/pn,w=W-mn,de=W+mn,Je=e-y,Re=tn*pe/X,C=n-Re,ie=n-te,K=ie-mn,Ne=ie+mn;var We="M0,"+ie+" L"+y+","+C+" L"+y+","+K+" L"+w+","+K+" L"+w+","+y+" L"+G+","+y+" L"+W+",0 L"+ze+","+y+" L"+de+","+y+" L"+de+","+K+" L"+Je+","+K+" L"+Je+","+C+" L"+e+","+ie+" L"+Je+","+n+" L"+Je+","+Ne+" L"+y+","+Ne+" L"+y+","+n+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"leftUpArrow":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=25e3*U,Ue,Q=25e3*U,en,be=25e3*U,X=5e4*U,ae=1e5*U,pn=2e5*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U):j=="adj3"&&(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))*U)}var P=n/2,W=e/2,ee,pe,Ze,y,G,Mt,mn,w,de,ze,C,K,ie,Ne,an,sn,tn=Math.min(e,n);Q<0?pe=0:Q>X?pe=X:pe=Q,an=2*pe,z<0?ee=0:z>an?ee=an:ee=z,sn=ae-an,be<0?Ze=0:be>sn?Ze=sn:Ze=be,y=tn*Ze/ae,te=tn*pe/X,G=e-te,C=n-te,Mt=tn*pe/ae,de=e-Mt,ie=n-Mt,mn=tn*ee/pn,w=de-mn,ze=de+mn,K=ie-mn,Ne=ie+mn;var We="M0,"+ie+" L"+y+","+C+" L"+y+","+K+" L"+w+","+K+" L"+w+","+y+" L"+G+","+y+" L"+de+",0 L"+e+","+y+" L"+ze+","+y+" L"+ze+","+Ne+" L"+y+","+Ne+" L"+y+","+n+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"bentUpArrow":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=25e3*U,Ue,Q=25e3*U,en,be=25e3*U,X=5e4*U,ae=1e5*U,pn=2e5*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U):j=="adj3"&&(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))*U)}var P=n/2,W=e/2,ee,pe,Ze,Ce,y,te,G,mn,w,de,B,C,Re,tn=Math.min(e,n);z<0?ee=0:z>X?ee=X:ee=z,Q<0?pe=0:Q>X?pe=X:pe=Q,be<0?Ze=0:be>sn?Ze=sn:Ze=be,B=tn*Ze/ae,Ce=tn*pe/X,y=e-Ce,mn=tn*pe/ae,w=e-mn,te=tn*ee/pn,G=w-te,de=w+te,Re=tn*ee/ae,C=n-Re;var We="M0,"+C+" L"+G+","+C+" L"+G+","+B+" L"+y+","+B+" L"+w+",0 L"+e+","+B+" L"+de+","+B+" L"+de+","+n+" L0,"+n+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"bentArrow":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=25e3*U,Ue,Q=25e3*U,en,be=25e3*U,ea,ln=43750*U,X=5e4*U,ae=1e5*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U):j=="adj3"?(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))*U):j=="adj4"&&(ea=r(M[I],["attrs","fmla"]),ln=parseInt(ea.substr(4))*U)}var ee,pe,Ze,ga,w,de,K,ie,Ne,rn,an,aa,tn=Math.min(e,n);Q<0?pe=0:Q>X?pe=X:pe=Q,an=2*pe,z<0?ee=0:z>an?ee=an:ee=z,be<0?Ze=0:be>X?Ze=X:Ze=be;var dn,qa,Dt,Xi,zn,lc,th,Rd,gt,gc,Yt,dn=tn*ee/ae;qa=tn*pe/ae,Dt=dn/2,Xi=qa-Dt,zn=tn*Ze/ae,lc=e-zn,th=n-Xi,Rd=lc<th?lc:th,aa=ae*Rd/tn,ln<0?ga=0:ln>aa?ga=aa:ga=ln,gt=tn*ga/ae,gc=gt-dn,Yt=gc>0?gc:0,w=dn+Yt,de=e-zn,K=Xi+dn,ie=K+Xi,Ne=Xi+gt,rn=K+Yt;var We="M0,"+n+" L0,"+Ne+ce(gt,Ne,gt,gt,180,270,!1).replace("M","L")+" L"+de+","+Xi+" L"+de+",0 L"+e+","+qa+" L"+de+","+ie+" L"+de+","+K+" L"+w+","+K+ce(w,rn,Yt,Yt,270,180,!1).replace("M","L")+" L"+dn+","+n+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"uturnArrow":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=25e3*U,Ue,Q=25e3*U,en,be=25e3*U,ea,ln=43750*U,yi,Ba=75e3*U,X=25e3*U,ae=1e5*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U):j=="adj3"?(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))*U):j=="adj4"?(ea=r(M[I],["attrs","fmla"]),ln=parseInt(ea.substr(4))*U):j=="adj5"&&(yi=r(M[I],["attrs","fmla"]),Ba=parseInt(yi.substr(4))*U)}var ee,pe,Ze,ga,ni,Fn,Tn,ca,w,de,ze,Je,un,vn,Jn,ie,Ne,ih,an,sn,aa,tn=Math.min(e,n);Q<0?pe=0:Q>X?pe=X:pe=Q,an=2*pe,z<0?ee=0:z>an?ee=an:ee=z,Tn=ee*tn/n,ca=ae-Tn,sn=ca*n/tn,be<0?Ze=0:be>sn?Ze=sn:Ze=be,Fn=Ze+ee,ih=Fn*tn/n,Ba<ih?ni=ih:Ba>ae?ni=ae:ni=Ba;var dn,qa,Dt,Xi,zn,lc,Rd,gt,gc,Yt,dn=tn*ee/ae;qa=tn*pe/ae,Dt=dn/2,Xi=qa-Dt,Ne=n*ni/ae,zn=tn*Ze/ae,ie=Ne-zn,Jn=e-Xi,lc=Jn/2,Rd=lc<ie?lc:ie,aa=ae*Rd/tn,ln<0?ga=0:ln>aa?ga=aa:ga=ln,gt=tn*ga/ae,gc=gt-dn,Yt=gc>0?gc:0,w=dn+Yt,vn=e-qa,Je=vn-qa,un=Je+Xi,de=Jn-gt,ze=un-Yt;var We="M0,"+n+" L0,"+gt+ce(gt,gt,gt,gt,180,270,!1).replace("M","L")+" L"+de+",0"+ce(de,gt,gt,gt,270,360,!1).replace("M","L")+" L"+Jn+","+ie+" L"+e+","+ie+" L"+vn+","+Ne+" L"+Je+","+ie+" L"+un+","+ie+" L"+un+","+w+ce(ze,w,Yt,Yt,0,-90,!1).replace("M","L")+" L"+w+","+dn+ce(w,w,Yt,Yt,270,180,!1).replace("M","L")+" L"+dn+","+n+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"stripedRightArrow":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=5e4*U,Ue,Q=5e4*U,X=1e5*U,ae=2e5*U,pn=84375*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"&&(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U)}var ee,pe,de,ze,zt,Je,z0,B,Te,C,gn,P=n/2,tn=Math.min(e,n);gn=pn*e/tn,z<0?ee=0:z>X?ee=X:ee=z,Q<0?pe=0:Q>gn?pe=gn:pe=Q,de=tn*5/32,zt=tn*pe/X,ze=e-zt,Te=n*ee/ae,B=P-Te,C=P+Te;var zs=tn/8,Ig=tn/16,Pg=tn/32,We="M0,"+B+" L"+Pg+","+B+" L"+Pg+","+C+" L0,"+C+" z M"+Ig+","+B+" L"+zs+","+B+" L"+zs+","+C+" L"+Ig+","+C+" z M"+de+","+B+" L"+ze+","+B+" L"+ze+",0 L"+e+","+P+" L"+ze+","+n+" L"+ze+","+C+" L"+de+","+C+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"notchedRightArrow":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=5e4*U,Ue,Q=5e4*U,X=1e5*U,ae=2e5*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"&&(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U)}var ee,pe,y,G,te,B,Te,C,gn,P=n/2,Fe=P,tn=Math.min(e,n);gn=X*e/tn,z<0?ee=0:z>X?ee=X:ee=z,Q<0?pe=0:Q>gn?pe=gn:pe=Q,te=tn*pe/X,G=e-te,Te=n*ee/ae,B=P-Te,C=P+Te,y=Te*te/Fe;var We="M0,"+B+" L"+G+","+B+" L"+G+",0 L"+e+","+P+" L"+G+","+n+" L"+G+","+C+" L0,"+C+" L"+y+","+P+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"homePlate":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),xe=5e4*U,X=1e5*U;ve!==void 0&&(xe=parseInt(ve.substr(4))*U);var _e,y,Ce,cn,P=n/2,tn=Math.min(e,n);cn=X*e/tn,xe<0?_e=0:xe>cn?_e=cn:_e=xe,Ce=tn*_e/X,y=e-Ce;var We="M0,0 L"+y+",0 L"+e+","+P+" L"+y+","+n+" L0,"+n+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"chevron":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),xe=5e4*U,X=1e5*U;ve!==void 0&&(xe=parseInt(ve.substr(4))*U);var _e,y,Ce,G,cn,P=n/2,tn=Math.min(e,n);cn=X*e/tn,xe<0?_e=0:xe>cn?_e=cn:_e=xe,y=tn*_e/X,G=e-y;var We="M0,0 L"+G+",0 L"+e+","+P+" L"+G+","+n+" L0,"+n+" L"+y+","+P+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"rightArrowCallout":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=25e3*U,Ue,Q=25e3*U,en,be=25e3*U,ea,ln=64977*U,X=5e4*U,ae=1e5*U,pn=2e5*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U):j=="adj3"?(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))*U):j=="adj4"&&(ea=r(M[I],["attrs","fmla"]),ln=parseInt(ea.substr(4))*U)}var gn,pe,an,ee,sn,Ze,Tn,aa,ga,Te,Re,B,C,K,ie,mn,w,G,y,P=n/2,fn=e,nn=n,kn=0,Nn=0,De=Math.min(e,n);gn=X*n/De,pe=Q<0?0:Q>gn?gn:Q,an=pe*2,ee=z<0?0:z>an?an:z,sn=ae*e/De,Ze=be<0?0:be>sn?sn:be,Tn=Ze*De/e,aa=rf-Tn,ga=ln<0?0:ln>aa?aa:ln,Te=De*pe/ae,Re=De*ee/pn,B=P-Te,C=P-Re,K=P+Re,ie=P+Te,mn=De*Ze/ae,w=fn-mn,G=e*ga/ae,y=G/2;var We="M"+kn+","+Nn+" L"+G+","+Nn+" L"+G+","+C+" L"+w+","+C+" L"+w+","+B+" L"+fn+","+P+" L"+w+","+ie+" L"+w+","+K+" L"+G+","+K+" L"+G+","+nn+" L"+kn+","+nn+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"downArrowCallout":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=25e3*U,Ue,Q=25e3*U,en,be=25e3*U,ea,ln=64977*U,X=5e4*U,ae=1e5*U,pn=2e5*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U):j=="adj3"?(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))*U):j=="adj4"&&(ea=r(M[I],["attrs","fmla"]),ln=parseInt(ea.substr(4))*U)}var gn,pe,an,ee,sn,Ze,Tn,aa,ga,Ce,te,y,G,w,de,Hn,K,C,B,W=e/2,fn=e,nn=n,kn=0,Nn=0,De=Math.min(e,n);gn=X*e/De,pe=Q<0?0:Q>gn?gn:Q,an=pe*2,ee=z<0?0:z>an?an:z,sn=ae*n/De,Ze=be<0?0:be>sn?sn:be,Tn=Ze*De/n,aa=ae-Tn,ga=ln<0?0:ln>aa?aa:ln,Ce=De*pe/ae,te=De*ee/pn,y=W-Ce,G=W-te,w=W+te,de=W+Ce,Hn=De*Ze/ae,K=nn-Hn,C=n*ga/ae,B=C/2;var We="M"+kn+","+Nn+" L"+fn+","+Nn+" L"+fn+","+C+" L"+w+","+C+" L"+w+","+K+" L"+de+","+K+" L"+W+","+nn+" L"+y+","+K+" L"+G+","+K+" L"+G+","+C+" L"+kn+","+C+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"leftArrowCallout":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=25e3*U,Ue,Q=25e3*U,en,be=25e3*U,ea,ln=64977*U,X=5e4*U,ae=1e5*U,pn=2e5*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U):j=="adj3"?(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))*U):j=="adj4"&&(ea=r(M[I],["attrs","fmla"]),ln=parseInt(ea.substr(4))*U)}var gn,pe,an,ee,sn,Ze,Tn,aa,ga,Te,Re,B,C,K,ie,y,te,G,w,P=n/2,fn=e,nn=n,kn=0,Nn=0,De=Math.min(e,n);gn=X*n/De,pe=Q<0?0:Q>gn?gn:Q,an=pe*2,ee=z<0?0:z>an?an:z,sn=ae*e/De,Ze=be<0?0:be>sn?sn:be,Tn=Ze*De/e,aa=ae-Tn,ga=ln<0?0:ln>aa?aa:ln,Te=De*pe/ae,Re=De*ee/pn,B=P-Te,C=P-Re,K=P+Re,ie=P+Te,y=De*Ze/ae,te=e*ga/ae,G=fn-te,w=(G+fn)/2;var We="M"+kn+","+P+" L"+y+","+B+" L"+y+","+C+" L"+G+","+C+" L"+G+","+Nn+" L"+fn+","+Nn+" L"+fn+","+nn+" L"+G+","+nn+" L"+G+","+K+" L"+y+","+K+" L"+y+","+ie+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"upArrowCallout":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=25e3*U,Ue,Q=25e3*U,en,be=25e3*U,ea,ln=64977*U,X=5e4*U,ae=1e5*U,pn=2e5*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U):j=="adj3"?(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))*U):j=="adj4"&&(ea=r(M[I],["attrs","fmla"]),ln=parseInt(ea.substr(4))*U)}var gn,pe,an,ee,sn,Ze,Tn,aa,ga,Ce,te,y,G,w,de,B,Re,C,K,W=e/2,fn=e,nn=n,kn=0,Nn=0,De=Math.min(e,n);gn=X*e/De,pe=Q<0?0:Q>gn?gn:Q,an=pe*2,ee=z<0?0:z>an?an:z,sn=ae*n/De,Ze=be<0?0:be>sn?sn:be,Tn=Ze*De/n,aa=ae-Tn,ga=ln<0?0:ln>aa?aa:ln,Ce=De*pe/ae,te=De*ee/pn,y=W-Ce,G=W-te,w=W+te,de=W+Ce,B=De*Ze/ae,Re=n*ga/ae,C=nn-Re,K=(C+nn)/2;var We="M"+kn+","+C+" L"+G+","+C+" L"+G+","+B+" L"+y+","+B+" L"+W+","+Nn+" L"+de+","+B+" L"+w+","+B+" L"+w+","+C+" L"+fn+","+C+" L"+fn+","+nn+" L"+kn+","+nn+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"leftRightArrowCallout":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=25e3*U,Ue,Q=25e3*U,en,be=25e3*U,ea,ln=48123*U,X=5e4*U,ae=1e5*U,pn=2e5*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U):j=="adj3"?(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))*U):j=="adj4"&&(ea=r(M[I],["attrs","fmla"]),ln=parseInt(ea.substr(4))*U)}var gn,pe,an,ee,sn,Ze,Tn,aa,ga,Te,Re,B,C,K,ie,y,de,te,G,w,P=n/2,W=e/2,fn=e,nn=n,kn=0,Nn=0,De=Math.min(e,n);gn=X*n/De,pe=Q<0?0:Q>gn?gn:Q,an=pe*2,ee=z<0?0:z>an?an:z,sn=X*e/De,Ze=be<0?0:be>sn?sn:be,Tn=Ze*De/Oe,aa=ae-Tn,ga=ln<0?0:ln>aa?aa:ln,Te=De*pe/ae,Re=De*ee/pn,B=P-Te,C=P-Re,K=P+Re,ie=P+Te,y=De*Ze/ae,de=fn-y,te=e*ga/pn,G=W-te,w=W+te;var We="M"+kn+","+P+" L"+y+","+B+" L"+y+","+C+" L"+G+","+C+" L"+G+","+Nn+" L"+w+","+Nn+" L"+w+","+C+" L"+de+","+C+" L"+de+","+B+" L"+fn+","+P+" L"+de+","+ie+" L"+de+","+K+" L"+w+","+K+" L"+w+","+nn+" L"+G+","+nn+" L"+G+","+K+" L"+y+","+K+" L"+y+","+ie+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"quadArrowCallout":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=18515*U,Ue,Q=18515*U,en,be=18515*U,ea,ln=48123*U,X=5e4*U,ae=1e5*U,pn=2e5*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U):j=="adj3"?(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))*U):j=="adj4"&&(ea=r(M[I],["attrs","fmla"]),ln=parseInt(ea.substr(4))*U)}var P=n/2,W=e/2,fn=e,nn=n,kn=0,Nn=0,De=Math.min(e,n),pe,an,ee,sn,Ze,Tn,aa,ga,te,mn,zn,Ce,Te,vn,G,un,w,Je,de,ze,ha,C,Mn,K,rn,ie,Ne;pe=Q<0?0:Q>X?X:Q,an=pe*2,ee=z<0?0:z>an?an:z,sn=X-pe,Ze=be<0?0:be>sn?sn:be,Tn=Ze*2,aa=ae-Tn,ga=ln<ee?ee:ln>aa?aa:ln,te=De*pe/ae,mn=De*ee/pn,zn=De*Ze/ae,Ce=e*ga/pn,Te=n*ga/pn,vn=fn-zn,G=W-Ce,un=W+Ce,w=W-te,Je=W+te,de=W-mn,ze=W+mn,ha=nn-zn,C=P-Te,Mn=P+Te,K=P-te,rn=P+te,ie=P-mn,Ne=P+mn;var We="M"+kn+","+P+" L"+zn+","+K+" L"+zn+","+ie+" L"+G+","+ie+" L"+G+","+C+" L"+de+","+C+" L"+de+","+zn+" L"+w+","+zn+" L"+W+","+Nn+" L"+Je+","+zn+" L"+ze+","+zn+" L"+ze+","+C+" L"+un+","+C+" L"+un+","+ie+" L"+vn+","+ie+" L"+vn+","+K+" L"+fn+","+P+" L"+vn+","+rn+" L"+vn+","+Ne+" L"+un+","+Ne+" L"+un+","+Mn+" L"+ze+","+Mn+" L"+ze+","+ha+" L"+Je+","+ha+" L"+W+","+nn+" L"+w+","+ha+" L"+de+","+ha+" L"+de+","+Mn+" L"+G+","+Mn+" L"+G+","+Ne+" L"+zn+","+Ne+" L"+zn+","+rn+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"curvedDownArrow":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=25e3*U,Ue,Q=5e4*U,en,be=25e3*U,X=5e4*U,ae=1e5*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U):j=="adj3"&&(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))*U)}var P=n/2,W=e/2,Oe=e/2,fn=e,nn=n,kn=0,Nn=0,yn=270,bn=180,Ln=90,De=Math.min(e,n),gn,pe,ee,dn,st,Fn,Gn,qn,Ra,Xa,Ga,Na,Ua,sn,Ze,zn,w,Tn,ca,ua,Ia,Li,ze,un,Ca,_t,de,vn,qa,Je,B,Zn,gr,wa,Va,Rn,ur,Vt,zr;gn=X*e/De,pe=Q<0?0:Q>gn?gn:Q,ee=z<0?0:z>ae?ae:z,dn=De*ee/ae,st=De*pe/ae,Fn=(dn+st)/4,Gn=Oe-Fn,qn=Gn*2,Ra=qn*qn,Xa=dn*dn,Ga=Ra-Xa,Na=Math.sqrt(Ga),Ua=Na*n/qn,sn=ae*Ua/De,Ze=be<0?0:be>sn?sn:be,zn=De*be/ae,w=Gn+dn,Tn=n*n,ca=zn*zn,ua=Tn-ca,Ia=Math.sqrt(ua),Li=Ia*Gn/n,ze=Gn+Li,un=w+Li,Ca=st-dn,_t=Ca/2,de=ze-_t,vn=un+_t,qa=st/2,Je=fn-qa,B=nn-zn,Zn=Math.atan(Li/zn);var rh=Zn*180/Math.PI;gr=-rh,wa=dn/2,Va=Math.atan(wa/Ua);var ch=Va*180/Math.PI;Rn=yn+rh,ur=yn-ch,Vt=ch-Ln,zr=Ln+ch;var We="M"+Je+","+nn+" L"+de+","+B+" L"+ze+","+B+ce(Gn,n,Gn,n,Rn,Rn+gr,!1).replace("M","L")+" L"+w+","+Nn+ce(w,n,Gn,n,yn,yn+rh,!1).replace("M","L")+" L"+(ze+dn)+","+B+" L"+vn+","+B+" zM"+w+","+Nn+ce(w,n,Gn,n,ur,ur+Vt,!1).replace("M","L")+ce(Gn,n,Gn,n,bn,bn+zr,!1).replace("M","L");g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"curvedLeftArrow":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=25e3*U,Ue,Q=5e4*U,en,be=25e3*U,X=5e4*U,ae=1e5*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U):j=="adj3"&&(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))*U)}var P=n/2,W=e/2,Fe=n/2,fn=e,nn=n,kn=0,Nn=0,yn=270,bn=180,Ln=90,De=Math.min(e,n),gn,pe,ee,dn,st,Fn,qe,qn,Ra,Xa,Ga,Na,Sa,sn,Ze,zn,K,Tn,ca,ua,Ia,xi,Ne,Mn,Ca,_t,ie,ha,qa,rn,y,Zn,gr,wa,Va,Vt,zr,uc;gn=X*n/De,pe=Q<0?0:Q>gn?gn:Q,ee=z<0?0:z>pe?pe:z,dn=De*ee/ae,st=De*pe/ae,Fn=(dn+st)/4,qe=Fe-Fn,qn=qe*2,Ra=qn*qn,Xa=dn*dn,Ga=Ra-Xa,Na=Math.sqrt(Ga),Sa=Na*e/qn,sn=ae*Sa/De,Ze=be<0?0:be>sn?sn:be,zn=De*Ze/ae,K=qe+dn,Tn=e*e,ca=zn*zn,ua=Tn-ca,Ia=Math.sqrt(ua),xi=Ia*qe/e,Ne=qe+xi,Mn=K+xi,Ca=st-dn,_t=Ca/2,ie=Ne-_t,ha=Mn+_t,qa=st/2,rn=nn-qa,y=kn+zn,Zn=Math.atan(xi/zn),gr=-Zn,wa=dn/2,Va=Math.atan(wa/Sa),Vt=Va-Zn,zr=Zn+Va,uc=-Va;var wi,Sg,R0;wi=Zn*180/Math.PI,Sg=Vt*180/Math.PI,R0=uc*180/Math.PI;var We="M"+fn+","+K+ce(kn,qe,e,qe,0,-Ln,!1).replace("M","L")+" L"+kn+","+Nn+ce(kn,K,e,qe,yn,yn+Ln,!1).replace("M","L")+" L"+fn+","+K+ce(kn,K,e,qe,0,wi,!1).replace("M","L")+" L"+y+","+Mn+" L"+y+","+ha+" L"+kn+","+rn+" L"+y+","+ie+" L"+y+","+Ne+ce(kn,qe,e,qe,wi,wi+Sg,!1).replace("M","L")+ce(kn,qe,e,qe,0,-Ln,!1).replace("M","L")+ce(kn,K,e,qe,yn,yn+Ln,!1).replace("M","L");g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"curvedRightArrow":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=25e3*U,Ue,Q=5e4*U,en,be=25e3*U,X=5e4*U,ae=1e5*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U):j=="adj3"&&(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))*U)}var P=n/2,W=e/2,Fe=n/2,fn=e,nn=n,kn=0,Nn=0,yn=270,bn=180,Ln=90,De=Math.min(e,n),gn,pe,ee,dn,st,Fn,qe,qn,Ra,Xa,Ga,Na,Sa,sn,Ze,zn,K,Tn,ca,ua,Ia,xi,Ne,Mn,Ca,_t,ie,ha,qa,rn,y,Zn,Rn,gr,wa,Va,Vt,zr,uc;gn=X*n/De,pe=Q<0?0:Q>gn?gn:Q,ee=z<0?0:z>pe?pe:z,dn=De*ee/ae,st=De*pe/ae,Fn=(dn+st)/4,qe=Fe-Fn,qn=qe*2,Ra=qn*qn,Xa=dn*dn,Ga=Ra-Xa,Na=Math.sqrt(Ga),Sa=Na*e/qn,sn=ae*Sa/De,Ze=be<0?0:be>sn?sn:be,zn=De*Ze/ae,K=qe+dn,Tn=e*e,ca=zn*zn,ua=Tn-ca,Ia=Math.sqrt(ua),xi=Ia*qe/e,Ne=qe+xi,Mn=K+xi,Ca=st-dn,_t=Ca/2,ie=Ne-_t,ha=Mn+_t,qa=st/2,rn=nn-qa,y=fn-zn,Zn=Math.atan(xi/zn),Rn=Math.PI+0-Zn,gr=-Zn,wa=dn/2,Va=Math.atan(wa/Sa),Vt=Va-Math.PI/2,zr=Math.PI/2+Va,uc=Math.PI-Va;var sh,Fg,wi,Cs;sh=Rn*180/Math.PI,Fg=gr*180/Math.PI,wi=Zn*180/Math.PI,Cs=Vt*180/Math.PI;var We="M"+kn+","+qe+ce(e,qe,e,qe,bn,bn+Fg,!1).replace("M","L")+" L"+y+","+Ne+" L"+y+","+ie+" L"+fn+","+rn+" L"+y+","+ha+" L"+y+","+Mn+ce(e,K,e,qe,sh,sh+wi,!1).replace("M","L")+" L"+kn+","+qe+ce(e,qe,e,qe,bn,bn+Ln,!1).replace("M","L")+" L"+fn+","+dn+ce(e,K,e,qe,yn,yn+Cs,!1).replace("M","L");g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"curvedUpArrow":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=25e3*U,Ue,Q=5e4*U,en,be=25e3*U,X=5e4*U,ae=1e5*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U):j=="adj3"&&(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))*U)}var P=n/2,W=e/2,Oe=e/2,fn=e,nn=n,kn=0,Nn=0,yn=270,bn=180,Ln=90,De=Math.min(e,n),gn,pe,ee,dn,st,Fn,Gn,qn,Ra,Xa,Ga,Na,Ua,sn,Ze,zn,w,Tn,ca,ua,Ia,Li,ze,un,Ca,_t,de,vn,qa,Je,B,Zn,gr,wa,Va,Vt,uc,zr,ur;gn=X*e/De,pe=Q<0?0:Q>gn?gn:Q,ee=z<0?0:z>ae?ae:z,dn=De*ee/ae,st=De*pe/ae,Fn=(dn+st)/4,Gn=Oe-Fn,qn=Gn*2,Ra=qn*qn,Xa=dn*dn,Ga=Ra-Xa,Na=Math.sqrt(Ga),Ua=Na*n/qn,sn=ae*Ua/De,Ze=be<0?0:be>sn?sn:be,zn=De*be/ae,w=Gn+dn,Tn=n*n,ca=zn*zn,ua=Tn-ca,Ia=Math.sqrt(ua),Li=Ia*Gn/n,ze=Gn+Li,un=w+Li,Ca=st-dn,_t=Ca/2,de=ze-_t,vn=un+_t,qa=st/2,Je=fn-qa,B=Nn+zn,Zn=Math.atan(Li/zn),gr=-Zn,wa=dn/2,Va=Math.atan(wa/Ua),Vt=Va-Zn,uc=Math.PI/2-Zn,zr=Zn+Va,ur=Math.PI/2-Va;var dh,Cs,wi,Cs;dh=ur*180/Math.PI,Cs=Vt*180/Math.PI,R0=uc*180/Math.PI,wi=Zn*180/Math.PI;var We=ce(Gn,0,Gn,n,dh,dh+Cs,!1)+" L"+ze+","+B+" L"+de+","+B+" L"+Je+","+Nn+" L"+vn+","+B+" L"+un+","+B+ce(w,0,Gn,n,R0,R0+wi,!1).replace("M","L")+" L"+Gn+","+nn+ce(Gn,0,Gn,n,Ln,bn,!1).replace("M","L")+" L"+dn+","+Nn+ce(w,0,Gn,n,bn,Ln,!1).replace("M","L");g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"mathDivide":case"mathEqual":case"mathMinus":case"mathMultiply":case"mathNotEqual":case"mathPlus":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z,Ue,Q,en,be;if(M!==void 0)if(M.constructor===Array)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))):j=="adj3"&&(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4)))}else me=r(M,["attrs","fmla"]),z=parseInt(me.substr(4));var X=5e4*U,ae=1e5*U,pn=2e5*U,ei,W=e/2,P=n/2,Fe=n/2;if(_=="mathNotEqual"){M===void 0?(z=23520*U,Q=110*Math.PI/180,be=11760*U):(z=z*U,Q=Q/6e4*Math.PI/180,be=be*U);var ee,Cg,Gd,sn,Ze,Te,Re,Ce,y,vn,C,K,B,ie,Es,Ai,G0,pc,Eg,un,zg,Je,Rg,ze,Gg,de,Ng,w,Og,G,s0,Cf,Ff,Sf,Pf,$r,Zg,Hg,oh,fh,Hn,$t,hh,lh,Qg,Yg,$g,Kg,dc=70*Math.PI/180,Jg=110*Math.PI/180,ma=73490*U;ee=z<0?0:z>X?X:z,Cg=Q<dc?dc:Q>Jg?Jg:Q,Gd=ee*2,sn=ae-Gd,Ze=be<0?0:be>sn?sn:be,Te=n*ee/ae,Re=n*Ze/pn,Ce=e*ma/pn,y=W-Ce,vn=W+Ce,C=P-Re,K=P+Re,B=C-Te,ie=K+Te,Es=Cg-Math.PI/2,Ai=Fe*Math.tan(Es),G0=Math.sqrt(Ai*Ai+Fe*Fe),pc=G0*Te/Fe,Eg=pc/2,un=W+Ai-Eg,zg=Ai*B/Fe,Je=un-zg,Rg=Ai*C/Fe,ze=un-Rg,Gg=Ai*K/Fe,de=un-Gg,Ng=Ai*ie/Fe,w=un-Ng,Og=Ai*2,G=un-Og,s0=un+pc,Cf=Je+pc,Ff=ze+pc,Sf=de+pc,Pf=w+pc,$r=Te*Fe/G0,Zg=un+$r,Hg=s0-$r,oh=Es>0?Zg:s0,fh=Es>0?un:Hg,Hn=Te*Ai/G0,$t=-Hn,hh=Es>0?Hn:0,lh=Es>0?0:$t,Qg=e-oh,Yg=e-fh,$g=n-hh,Kg=n-lh,ei="M"+y+","+B+" L"+Je+","+B+" L"+fh+","+lh+" L"+oh+","+hh+" L"+Cf+","+B+" L"+vn+","+B+" L"+vn+","+C+" L"+Ff+","+C+" L"+Sf+","+K+" L"+vn+","+K+" L"+vn+","+ie+" L"+Pf+","+ie+" L"+Yg+","+Kg+" L"+Qg+","+$g+" L"+w+","+ie+" L"+y+","+ie+" L"+y+","+K+" L"+de+","+K+" L"+ze+","+C+" L"+y+","+C+" z"}else if(_=="mathDivide"){M===void 0?(z=23520*U,Q=5880*U,be=11760*U):(z=z*U,Q=Q*U,be=be*U);var ee,Xg,gh,uh,sn,Ze,wg,gn,pe,Te,Ag,jt,Ce,K,ie,_e,C,B,Ne,y,w,G,ma=1e3*U,kt=36745*U,lt=73490*U;ee=z<ma?ma:z>kt?kt:z,Xg=-ee,gh=(lt+Xg)/4,uh=kt*e/n,sn=gh<uh?gh:uh,Ze=be<ma?ma:be>sn?sn:be,wg=-4*Ze,gn=lt+wg-ee,pe=Q<0?0:Q>gn?gn:Q,Te=n*ee/pn,Ag=n*pe/ae,jt=n*Ze/ae,Ce=e*lt/pn,K=P-Te,ie=P+Te,_e=Ag+jt,C=K-_e,B=C-jt,Ne=n-B,y=W-Ce,w=W+Ce,G=W-jt;var Ln=90,yn=270,bi=W-Math.cos(yn*Math.PI/180)*jt,fr=B-Math.sin(yn*Math.PI/180)*jt,Cr=W-Math.cos(Math.PI/2)*jt,Fr=Ne-Math.sin(Math.PI/2)*jt;ei="M"+W+","+B+ce(bi,fr,jt,jt,yn,yn+360,!1).replace("M","L")+" z M"+W+","+Ne+ce(Cr,Fr,jt,jt,Ln,Ln+360,!1).replace("M","L")+" z M"+y+","+K+" L"+w+","+K+" L"+w+","+ie+" L"+y+","+ie+" z"}else if(_=="mathEqual"){M===void 0?(z=23520*U,Q=11760*U):(z=z*U,Q=Q*U);var kt=36745*U,lt=73490*U,ee,Gd,ph,pe,Te,Re,Ce,C,K,B,ie,y,G;ee=z<0?0:z>kt?kt:z,Gd=ee*2,ph=ae-Gd,pe=Q<0?0:Q>ph?ph:Q,Te=n*ee/ae,Re=n*pe/pn,Ce=e*lt/pn,C=P-Re,K=P+Re,B=C-Te,ie=K+Te,y=W-Ce,G=W+Ce,ei="M"+y+","+B+" L"+G+","+B+" L"+G+","+C+" L"+y+","+C+" zM"+y+","+K+" L"+G+","+K+" L"+G+","+ie+" L"+y+","+ie+" z"}else if(_=="mathMinus"){M===void 0?z=23520*U:z=z*U;var lt=73490*U,ee,Te,Ce,B,C,y,G;ee=z<0?0:z>ae?ae:z,Te=n*ee/pn,Ce=e*lt/pn,B=P-Te,C=P+Te,y=W-Ce,G=W+Ce,ei="M"+y+","+B+" L"+G+","+B+" L"+G+","+C+" L"+y+","+C+" z"}else if(_=="mathMultiply"){M===void 0?z=23520*U:z=z*U;var lt=51965*U,ee,dn,_e,bh,mh,Dh,vh,qg,Uh,xh,Lh,Th,yh,Ii,Pi,ut,vt,Vg,jg,ii,Rs,ti,eu,kh,St,nu,Si,Bi,au,De=Math.min(e,n);ee=z<0?0:z>lt?lt:z,dn=De*ee/ae,_e=Math.atan(n/e),bh=1*Math.sin(_e),mh=1*Math.cos(_e),Dh=1*Math.tan(_e),vh=Math.sqrt(e*e+n*n),qg=vh*lt/ae,Uh=vh-qg,xh=mh*Uh/2,Lh=bh*Uh/2,Th=bh*dn/2,yh=mh*dn/2,Ii=xh-Th,Pi=Lh+yh,ut=xh+Th,vt=Lh-yh,Vg=W-ut,jg=Vg*Dh,ii=jg+vt,Rs=e-ut,ti=e-Ii,eu=P-Pi,kh=eu/Dh,St=ti-kh,nu=Ii+kh,Si=n-Pi,Bi=n-vt,au=n-ii,ei="M"+Ii+","+Pi+" L"+ut+","+vt+" L"+W+","+ii+" L"+Rs+","+vt+" L"+ti+","+Pi+" L"+St+","+P+" L"+ti+","+Si+" L"+Rs+","+Bi+" L"+W+","+au+" L"+ut+","+Bi+" L"+Ii+","+Si+" L"+nu+","+P+" z"}else if(_=="mathPlus"){M===void 0?z=23520*U:z=z*U;var lt=73490*U,De=Math.min(e,n),ee,Ce,Te,te,y,G,w,de,B,C,K,ie;ee=z<0?0:z>lt?lt:z,Ce=e*lt/pn,Te=n*lt/pn,te=De*ee/pn,y=W-Ce,G=W-te,w=W+te,de=W+Ce,B=P-Te,C=P-te,K=P+te,ie=P+Te,ei="M"+y+","+C+" L"+G+","+C+" L"+G+","+B+" L"+w+","+B+" L"+w+","+C+" L"+de+","+C+" L"+de+","+K+" L"+w+","+K+" L"+w+","+ie+" L"+G+","+ie+" L"+G+","+K+" L"+y+","+K+" z"}g+="<path d='"+ei+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"can":case"flowChartMagneticDisk":case"flowChartMagneticDrum":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),xe=25e3*U,X=5e4*U,ae=2e5*U;ve!==void 0&&(xe=parseInt(ve.substr(4))*U);var De=Math.min(e,n),cn,_e,B,C,K,ei;(_=="flowChartMagneticDisk"||_=="flowChartMagneticDrum")&&(xe=5e4*U),cn=X*n/De,_e=xe<0?0:xe>cn?cn:xe,B=De*_e/ae,C=B+B,K=n-B;var bn=180,Oe=e/2,Ti="";_=="flowChartMagneticDrum"&&(Ti="transform='rotate(90 "+e/2+","+n/2+")'"),ei=ce(Oe,B,Oe,B,0,bn,!1)+ce(Oe,B,Oe,B,bn,bn+bn,!1).replace("M","L")+" L"+e+","+K+ce(Oe,K,Oe,B,0,bn,!1).replace("M","L")+" L0,"+B,g+="<path "+Ti+" d='"+ei+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"swooshArrow":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),ue=U,me,z=25e3*ue,Ue,Q=16667*ue;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*ue):j=="adj2"&&(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*ue)}var X=1*ue,ae=7e4*ue,pn=75e3*ue,ma=1e5*ue,De=Math.min(e,n),zs=De/8,Mh=n/6,ee,gn,pe,_h,tu,ut,vt,Wh,Bh,Hi,Ce,Jt,St,ti,Or,Re,iu,Hn,ao,$t,ru,cu,qi,su,du;ee=z<X?X:z>pn?pn:z,gn=ae*e/De,pe=Q<0?0:Q>gn?gn:Q,_h=n*ee/ma,tu=De*pe/ma,ut=e-tu,vt=zs,Wh=Math.PI/2/14,Bh=zs*Math.tan(Wh),Hi=ut-Bh,Ce=_h*Math.tan(Wh),Jt=vt+_h,St=ut+Ce,ti=St+Bh,Or=Jt+zs,Re=Or-0,iu=Re/2,Hn=n/20,ao=iu-Hn,$t=Mh,ru=Mh+$t,cu=e/6,qi=Mh/2,su=Jt+qi,du=e/4;var ei="M0,"+n+" Q"+cu+","+ru+" "+ut+","+vt+" L"+Hi+",0 L"+e+","+ao+" L"+ti+","+Or+" L"+St+","+Jt+" Q"+du+","+su+" 0,"+n+" z";g+="<path d='"+ei+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"circularArrow":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=12500*U,Ue,Q=1142319/6e4*Math.PI/180,en,be=20457681/6e4*Math.PI/180,ea,ln=108e5/6e4*Math.PI/180,yi,Ba=12500*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))/6e4*Math.PI/180):j=="adj3"?(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))/6e4*Math.PI/180):j=="adj4"?(ea=r(M[I],["attrs","fmla"]),ln=parseInt(ea.substr(4))/6e4*Math.PI/180):j=="adj5"&&(yi=r(M[I],["attrs","fmla"]),Ba=parseInt(yi.substr(4))*U)}var P=n/2,W=e/2,fn=e,nn=n,kn=0,Nn=0,Oe=e/2,Fe=n/2,De=Math.min(e,n),ni,an,ee,Bt,Rn,dn,mt,Dt,Ka,Ja,dt,ot,ki,Mi,bc,mc,_i,Wi,Dc,Bi,Fa,la,It,ai,vc,Rr,Gr,Nr,Od,Zd,Hd,Qd,Yd,br,$d,Kd,mr,Jd,Dr,Xd,wd,Ad,Ih,qd,Pt,Uc,xc,Vd,jd,Ii,Pi,Lc,Tc,eo,no,ti,Or,to,io,yc,Si,ro,co,ut,vt,Sn,_n,In,Wn,ft,kc,Mc,Fi,Ci,Ei,Kt,_c,Fn,Tn,zi,ca,ua,Ia,Ca,qn,Ra,Wc,so,Bc,Xa,Ga,Na,Ic,wa,Pc,oo,Sc,Fc,Cc,fo,Ec,zc,Rc,Gc,Nc,ho,lo,Oc,go,uo,Zc,Hc,St,Jt,Ri,Gi,Qc,Yc,Ni,Oi,$c,po,Vi,Zi,bo,Xt,mo,Do,Kc,vo,Jc,Uo,Xc,wc,Ac,xo,qc,Lo,Vc,jc,es,To,ns,as,ts,is,rs,yo,ko,cs,Mo,_o,ss,ds,Hi,ii,vr,Wo,Rt,Ur,Bo,Zr,os,fs,Io,Po,Qi,So,Fo,Co,Eo,xr,zo,Ro,Lr,Go,Zn,X=25e3*U,ae=1e5*U,Nd=1/6e4*Math.PI/180,pr=21599999/6e4*Math.PI/180,Wt=2*Math.PI;ni=Ba<0?0:Ba>X?X:Ba,an=ni*2,ee=z<0?0:z>an?an:z,Bt=be<Nd?Nd:be>pr?pr:be,Rn=ln<0?0:ln>pr?pr:ln,dn=De*ee/ae,mt=De*ni/ae,Dt=dn/2,Ka=Oe+Dt-mt,Ja=Fe+Dt-mt,dt=Ka-dn,ot=Ja-dn,ki=dt+Dt,Mi=ot+Dt,bc=ki*Math.sin(Bt),mc=Mi*Math.cos(Bt),_i=ki*Math.cos(Math.atan2(bc,mc)),Wi=Mi*Math.sin(Math.atan2(bc,mc)),Dc=W+_i,Bi=P+Wi,Fa=dt<ot?dt:ot,la=_i*_i,It=Wi*Wi,ai=Fa*Fa,vc=la-ai,Rr=It-ai,Gr=vc*Rr/la,Nr=Gr/It,Od=1-Nr,Zd=Math.sqrt(Od),Hd=vc/_i,Qd=Hd/Wi,Yd=(1+Zd)/Qd,br=Math.atan2(Yd,1),$d=br+Wt,Kd=br>0?br:$d,mr=Kd-Bt,Jd=mr+Wt,Dr=mr>0?mr:Jd,Xd=Dr-bn,wd=Dr-Wt,Ad=Xd>0?wd:Dr,Ih=Math.abs(Ad),qd=Q<0?0:Q>Ih?Ih:Q,Pt=Bt+qd,Uc=ki*Math.sin(Pt),xc=Mi*Math.cos(Pt),Vd=ki*Math.cos(Math.atan2(Uc,xc)),jd=Mi*Math.sin(Math.atan2(Uc,xc)),Ii=W+Vd,Pi=P+jd,Lc=Ka*Math.sin(Rn),Tc=Ja*Math.cos(Rn),eo=Ka*Math.cos(Math.atan2(Lc,Tc)),no=Ja*Math.sin(Math.atan2(Lc,Tc)),ti=W+eo,Or=P+no,to=mt*Math.cos(Pt),io=mt*Math.sin(Pt),yc=Dc+to,Si=Bi+io,ro=mt*Math.cos(Pt),co=mt*Math.sin(Pt),ut=Dc-ro,vt=Bi-co,Sn=ut-W,_n=vt-P,In=yc-W,Wn=Si-P,ft=Ka<Ja?Ka:Ja,kc=Sn*ft/Ka,Mc=_n*ft/Ja,Fi=In*ft/Ka,Ci=Wn*ft/Ja,Ei=Fi-kc,Kt=Ci-Mc,_c=Math.sqrt(Ei*Ei+Kt*Kt),Fn=kc*Ci,Tn=Fi*Mc,zi=Fn-Tn,ca=ft*ft,ua=_c*_c,Ia=ca*ua,Ca=zi*zi,qn=Ia-Ca,Ra=qn>0?qn:0,Wc=Math.sqrt(Ra),so=Kt*-1,Bc=so>0?-1:1,Xa=Bc*Ei,Ga=Xa*Wc,Na=zi*Kt,Ic=(Na+Ga)/ua,wa=Na-Ga,Pc=wa/ua,oo=Math.abs(Kt),Sc=oo*Wc,Fc=zi*Ei/-1,Cc=(Fc+Sc)/ua,fo=Fc-Sc,Ec=fo/ua,zc=Fi-Ic,Rc=Fi-Pc,Gc=Ci-Cc,Nc=Ci-Ec,ho=Math.sqrt(zc*zc+Gc*Gc),lo=Math.sqrt(Rc*Rc+Nc*Nc),Oc=lo-ho,go=Oc>0?Ic:Pc,uo=Oc>0?Cc:Ec,Zc=go*Ka/ft,Hc=uo*Ja/ft,St=W+Zc,Jt=P+Hc,Ri=Sn*Fa/dt,Gi=_n*Fa/ot,Qc=In*Fa/dt,Yc=Wn*Fa/ot,Ni=Qc-Ri,Oi=Yc-Gi,$c=Math.sqrt(Ni*Ni+Oi*Oi),po=Ri*Yc,Vi=Qc*Gi,Zi=po-Vi,bo=Fa*Fa,Xt=$c*$c,mo=bo*Xt,Do=Zi*Zi,Kc=mo-Do,vo=Kc>0?Kc:0,Jc=Math.sqrt(vo),Uo=Bc*Ni,Xc=Uo*Jc,wc=Zi*Oi,Ac=(wc+Xc)/Xt,xo=wc-Xc,qc=xo/Xt,Lo=Math.abs(Oi),Vc=Lo*Jc,jc=Zi*Ni/-1,es=(jc+Vc)/Xt,To=jc-Vc,ns=To/Xt,as=Ri-Ac,ts=Ri-qc,is=Gi-es,rs=Gi-ns,yo=Math.sqrt(as*as+is*is),ko=Math.sqrt(ts*ts+rs*rs),cs=ko-yo,Mo=cs>0?Ac:qc,_o=cs>0?es:ns,ss=Mo*dt/Fa,ds=_o*ot/Fa,Hi=W+ss,ii=P+ds,vr=Math.atan2(ds,ss),Wo=vr+Wt,Rt=vr>0?vr:Wo,Ur=Rn-Rt,Bo=Ur-Wt,Zr=Ur>0?Bo:Ur,os=St-Hi,fs=Jt-ii,Io=Math.sqrt(os*os+fs*fs),Po=Io/2,Qi=Po-mt,So=Qi>0?St:yc,Fo=Qi>0?Jt:Si,Co=Qi>0?Hi:ut,Eo=Qi>0?ii:vt,xr=Math.atan2(Hc,Zc),zo=xr+Wt,Ro=xr>0?xr:zo,Lr=Ro-Rn,Go=Lr+Wt,Zn=Lr>0?Lr:Go;var N0=Rn*180/Math.PI,Yi=N0+Zn*180/Math.PI,No=Rt*180/Math.PI,zh=Zr*180/Math.PI,Rh=No+zh,We=ce(e/2,n/2,Ka,Ja,N0,Yi,!1)+" L"+So+","+Fo+" L"+Ii+","+Pi+" L"+Co+","+Eo+" L"+Hi+","+ii+ce(e/2,n/2,dt,ot,No,Rh,!1).replace("M","L")+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"leftCircularArrow":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=12500*U,Ue,Q=-1142319/6e4*Math.PI/180,en,be=1142319/6e4*Math.PI/180,ea,ln=108e5/6e4*Math.PI/180,yi,Ba=12500*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))/6e4*Math.PI/180):j=="adj3"?(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))/6e4*Math.PI/180):j=="adj4"?(ea=r(M[I],["attrs","fmla"]),ln=parseInt(ea.substr(4))/6e4*Math.PI/180):j=="adj5"&&(yi=r(M[I],["attrs","fmla"]),Ba=parseInt(yi.substr(4))*U)}var P=n/2,W=e/2,fn=e,nn=n,kn=0,Nn=0,Oe=e/2,Fe=n/2,De=Math.min(e,n),X=25e3*U,ae=1e5*U,Nd=1/6e4*Math.PI/180,pr=21599999/6e4*Math.PI/180,Wt=2*Math.PI,ni,an,ee,Bt,Rn,dn,mt,Dt,Ka,Ja,dt,ot,ki,Mi,bc,mc,_i,Wi,Dc,Bi,Fa,la,It,ai,vc,Rr,Gr,Nr,Od,Zd,Hd,Qd,Yd,br,$d,Kd,mr,Jd,Dr,Xd,wd,Ad,ou,Ph,fu,pe,qd,Pt,Uc,xc,Vd,jd,Ii,Pi,Lc,Tc,eo,no,ti,Or,Sh,Fh,hu,lu,Rs,ao,to,io,yc,Si,ro,co,ut,vt,Sn,_n,In,Wn,ft,kc,Mc,Fi,Ci,Ei,Kt,_c,Fn,Tn,zi,ca,ua,Ia,Ca,qn,Ra,Wc,so,Bc,Xa,Ga,Na,Ic,wa,Pc,oo,Sc,Fc,Cc,fo,Ec,zc,Rc,Gc,Nc,ho,lo,Oc,go,uo,Zc,Hc,St,Jt,Ri,Gi,Qc,Yc,Ni,Oi,$c,po,Vi,Zi,bo,Xt,mo,Do,Kc,vo,Jc,Uo,Xc,wc,Ac,xo,qc,Lo,Vc,jc,es,To,ns,as,ts,is,rs,yo,ko,cs,Mo,_o,ss,ds,Hi,ii,vr,Wo,Ch,Ur,Bo,Eh,Rt,Zr,os,fs,Io,Po,Qi,So,Fo,Co,Eo,xr,zo,Ro,Lr,Go,Zn,gu;ni=Ba<0?0:Ba>X?X:Ba,an=ni*2,ee=z<0?0:z>an?an:z,Bt=be<Nd?Nd:be>pr?pr:be,Rn=ln<0?0:ln>pr?pr:ln,dn=De*ee/ae,mt=De*ni/ae,Dt=dn/2,Ka=Oe+Dt-mt,Ja=Fe+Dt-mt,dt=Ka-dn,ot=Ja-dn,ki=dt+Dt,Mi=ot+Dt,bc=ki*Math.sin(Bt),mc=Mi*Math.cos(Bt),_i=ki*Math.cos(Math.atan2(bc,mc)),Wi=Mi*Math.sin(Math.atan2(bc,mc)),Dc=W+_i,Bi=P+Wi,Fa=dt<ot?dt:ot,la=_i*_i,It=Wi*Wi,ai=Fa*Fa,vc=la-ai,Rr=It-ai,Gr=vc*Rr/la,Nr=Gr/It,Od=1-Nr,Zd=Math.sqrt(Od),Hd=vc/_i,Qd=Hd/Wi,Yd=(1+Zd)/Qd,br=Math.atan2(Yd,1),$d=br+Wt,Kd=br>0?br:$d,mr=Kd-Bt,Jd=mr+Wt,Dr=mr>0?mr:Jd,Xd=Dr-bn,wd=Dr-Wt,Ad=Xd>0?wd:Dr,ou=Math.abs(Ad),Ph=ou*-1,fu=Math.abs(Q),pe=fu*-1,qd=pe<Ph?Ph:pe>0?0:pe,Pt=Bt+qd,Uc=ki*Math.sin(Pt),xc=Mi*Math.cos(Pt),Vd=ki*Math.cos(Math.atan2(Uc,xc)),jd=Mi*Math.sin(Math.atan2(Uc,xc)),Ii=W+Vd,Pi=P+jd,Lc=Ka*Math.sin(Rn),Tc=Ja*Math.cos(Rn),eo=Ka*Math.cos(Math.atan2(Lc,Tc)),no=Ja*Math.sin(Math.atan2(Lc,Tc)),ti=W+eo,Or=P+no,Sh=dt*Math.sin(Rn),Fh=ot*Math.cos(Rn),hu=dt*Math.cos(Math.atan2(Sh,Fh)),lu=ot*Math.sin(Math.atan2(Sh,Fh)),Rs=W+hu,ao=P+lu,to=mt*Math.cos(Pt),io=mt*Math.sin(Pt),yc=Dc+to,Si=Bi+io,ro=mt*Math.cos(Pt),co=mt*Math.sin(Pt),ut=Dc-ro,vt=Bi-co,Sn=ut-W,_n=vt-P,In=yc-W,Wn=Si-P,ft=Ka<Ja?Ka:Ja,kc=Sn*ft/Ka,Mc=_n*ft/Ja,Fi=In*ft/Ka,Ci=Wn*ft/Ja,Ei=Fi-kc,Kt=Ci-Mc,_c=Math.sqrt(Ei*Ei+Kt*Kt),Fn=kc*Ci,Tn=Fi*Mc,zi=Fn-Tn,ca=ft*ft,ua=_c*_c,Ia=ca*ua,Ca=zi*zi,qn=Ia-Ca,Ra=qn>0?qn:0,Wc=Math.sqrt(Ra),so=Kt*-1,Bc=so>0?-1:1,Xa=Bc*Ei,Ga=Xa*Wc,Na=zi*Kt,Ic=(Na+Ga)/ua,wa=Na-Ga,Pc=wa/ua,oo=Math.abs(Kt),Sc=oo*Wc,Fc=zi*Ei/-1,Cc=(Fc+Sc)/ua,fo=Fc-Sc,Ec=fo/ua,zc=Fi-Ic,Rc=Fi-Pc,Gc=Ci-Cc,Nc=Ci-Ec,ho=Math.sqrt(zc*zc+Gc*Gc),lo=Math.sqrt(Rc*Rc+Nc*Nc),Oc=lo-ho,go=Oc>0?Ic:Pc,uo=Oc>0?Cc:Ec,Zc=go*Ka/ft,Hc=uo*Ja/ft,St=W+Zc,Jt=P+Hc,Ri=Sn*Fa/dt,Gi=_n*Fa/ot,Qc=In*Fa/dt,Yc=Wn*Fa/ot,Ni=Qc-Ri,Oi=Yc-Gi,$c=Math.sqrt(Ni*Ni+Oi*Oi),po=Ri*Yc,Vi=Qc*Gi,Zi=po-Vi,bo=Fa*Fa,Xt=$c*$c,mo=bo*Xt,Do=Zi*Zi,Kc=mo-Do,vo=Kc>0?Kc:0,Jc=Math.sqrt(vo),Uo=Bc*Ni,Xc=Uo*Jc,wc=Zi*Oi,Ac=(wc+Xc)/Xt,xo=wc-Xc,qc=xo/Xt,Lo=Math.abs(Oi),Vc=Lo*Jc,jc=Zi*Ni/-1,es=(jc+Vc)/Xt,To=jc-Vc,ns=To/Xt,as=Ri-Ac,ts=Ri-qc,is=Gi-es,rs=Gi-ns,yo=Math.sqrt(as*as+is*is),ko=Math.sqrt(ts*ts+rs*rs),cs=ko-yo,Mo=cs>0?Ac:qc,_o=cs>0?es:ns,ss=Mo*dt/Fa,ds=_o*ot/Fa,Hi=W+ss,ii=P+ds,vr=Math.atan2(ds,ss),Wo=vr+Wt,Ch=vr>0?vr:Wo,Ur=Rn-Ch,Bo=Ur+Wt,Eh=Ur>0?Ur:Bo,Rt=Ch+Eh,Zr=-Eh,os=St-Hi,fs=Jt-ii,Io=Math.sqrt(os*os+fs*fs),Po=Io/2,Qi=Po-mt,So=Qi>0?St:yc,Fo=Qi>0?Jt:Si,Co=Qi>0?Hi:ut,Eo=Qi>0?ii:vt,xr=Math.atan2(Hc,Zc),zo=xr+Wt,Ro=xr>0?xr:zo,Lr=Ro-Rn,Go=Lr-Wt,Zn=Lr>0?Go:Lr,gu=Rn+Zn;var N0=gu*180/Math.PI,Yi=Rn*180/Math.PI,No=Rt*180/Math.PI,zh=Zr*180/Math.PI,Rh=No+zh,We="M"+ti+","+Or+" L"+Rs+","+ao+ce(e/2,n/2,dt,ot,No,Rh,!1).replace("M","L")+" L"+Co+","+Eo+" L"+Ii+","+Pi+" L"+So+","+Fo+" L"+St+","+Jt+ce(e/2,n/2,Ka,Ja,N0,Yi,!1).replace("M","L")+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"leftRightCircularArrow":case"chartPlus":case"chartStar":case"chartX":case"cornerTabs":case"flowChartOfflineStorage":case"folderCorner":case"funnel":case"lineInv":case"nonIsoscelesTrapezoid":case"plaqueTabs":case"squareTabs":case"upDownArrowCallout":console.log(_," -unsupported shape type.");break;case void 0:default:console.warn("Undefine shape type.("+_+")")}g+="</svg>",g+="<div class='block "+q0(a,t,l)+" "+V0()+"' _id='"+s+"' _idx='"+f+"' _type='"+d+"' _name='"+i+"' style='"+er(T,c,u,D,x)+nr(T,u,D)+" z-index: "+h+";transform: rotate("+(H!==void 0?H:0)+"deg);'>",a["p:txBody"]!==void 0&&(L===void 0||L===!0)&&(d!="diagram"&&d!="textBox"&&(d="shape"),g+=await Jo(a["p:txBody"],a,t,l,d,f,p)),g+="</div>"}else if(O!==void 0){var rb=r(O,["a:pathLst"]),Gs=r(rb,["a:path"]);const ja=Gs.attrs||{w:J0,h:X0};var cb=parseInt(ja.w),sb=parseInt(ja.h),Ns=1/cb*e,Os=1/sb*n,hs=r(Gs,["a:moveTo"])||[];hs.length;var Gh=Gs["a:lnTo"],Zs=Gs["a:cubicBezTo"],Nh=Gs["a:arcTo"],Hs=r(Gs,["a:close"]);Array.isArray(hs)||(hs=[hs]);var Da=[];if(hs.length>0){if(Object.keys(hs).forEach(function(ri){var xt=hs[ri]["a:pt"];xt!==void 0&&Object.keys(xt).forEach(function(Hr){var pt={},yr=xt[Hr],Zh=yr.x,Hh=yr.y,Qh=yr.order;pt.type="movto",pt.order=Qh,pt.x=Zh,pt.y=Hh,Da.push(pt)})}),Gh!==void 0&&Object.keys(Gh).forEach(function(ri){var xt=Gh[ri]["a:pt"];xt!==void 0&&Object.keys(xt).forEach(function(Hr){var pt={},yr=xt[Hr],Zh=yr.x,Hh=yr.y,Qh=yr.order;pt.type="lnto",pt.order=Qh,pt.x=Zh,pt.y=Hh,Da.push(pt)})}),Zs!==void 0){var uu=[];Array.isArray(Zs)||(Zs=[Zs]),Object.keys(Zs).forEach(function(ri){uu.push(Zs[ri]["a:pt"])}),uu.forEach(function(ri){var xt={};xt.type="cubicBezTo",xt.order=ri[0].attrs.order;var Hr=[];ri.forEach(function(pt){var yr={x:pt.attrs.x,y:pt.attrs.y};Hr.push(yr)}),xt.cubBzPt=Hr,Da.push(xt)})}if(Nh!==void 0){var Oo=Nh.attrs,db=Oo.order,qe=Oo.hR,Gn=Oo.wR,Rn=Oo.stAng,Zn=Oo.swAng,pu=0,bu=0,Oh=r(Nh,["a:pt","attrs"]);Oh!==void 0&&(pu=Oh.x,bu=Oh.y);var Tr={};Tr.type="arcTo",Tr.order=db,Tr.hR=qe,Tr.wR=Gn,Tr.stAng=Rn,Tr.swAng=Zn,Tr.shftX=pu,Tr.shftY=bu,Da.push(Tr)}Hs!==void 0&&(Array.isArray(Hs)||(Hs=[Hs]),Object.keys(Hs).forEach(function(ri){var xt=Hs[ri].attrs,Hr=xt.order,pt={};pt.type="close",pt.order=Hr,Da.push(pt)})),Da.sort(function(ri,xt){return ri.order-xt.order});for(var Oa=0,js=!1,Ie="";Oa<Da.length;){if(Da[Oa].type=="movto"){var ob=parseInt(Da[Oa].x)*Ns,fb=parseInt(Da[Oa].y)*Os;Ie+=" M"+ob+","+fb}else if(Da[Oa].type=="lnto"){var hb=parseInt(Da[Oa].x)*Ns,lb=parseInt(Da[Oa].y)*Os;Ie+=" L"+hb+","+lb}else if(Da[Oa].type=="cubicBezTo"){var gb=parseInt(Da[Oa].cubBzPt[0].x)*Ns,ub=parseInt(Da[Oa].cubBzPt[0].y)*Os,pb=parseInt(Da[Oa].cubBzPt[1].x)*Ns,bb=parseInt(Da[Oa].cubBzPt[1].y)*Os,mb=parseInt(Da[Oa].cubBzPt[2].x)*Ns,Db=parseInt(Da[Oa].cubBzPt[2].y)*Os;Ie+=" C"+gb+","+ub+" "+pb+","+bb+" "+mb+","+Db}else if(Da[Oa].type=="arcTo"){var qe=parseInt(Da[Oa].hR)*Ns,Gn=parseInt(Da[Oa].wR)*Os,Rn=parseInt(Da[Oa].stAng)/6e4,Zn=parseInt(Da[Oa].swAng)/6e4,Yi=Rn+Zn;Ie+=ce(Gn,qe,Gn,qe,Rn,Yi,!1)}else Da[Oa].type=="quadBezTo"?console.log("custShapType: quadBezTo - TODO"):Da[Oa].type=="close"&&(Ie+="z");Oa++}g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+(b===void 0?"":b.color)+"' stroke-width='"+(b===void 0?"":b.width)+"' stroke-dasharray='"+(b===void 0?"":b.strokeDasharray)+"' ",g+="/>"}g+="</svg>",g+="<div class='block "+q0(a,t,l)+" "+V0()+"' _id='"+s+"' _idx='"+f+"' _type='"+d+"' _name='"+i+"' style='"+er(T,c,u,D,x)+nr(T,u,D)+" z-index: "+h+";transform: rotate("+(H!==void 0?H:0)+"deg);'>",a["p:txBody"]!==void 0&&(L===void 0||L===!0)&&(d!="diagram"&&d!="textBox"&&(d="shape"),g+=await Jo(a["p:txBody"],a,t,l,d,f,p)),g+="</div>"}else g+="<div class='block "+q0(a,t,l)+" "+V0()+"' _id='"+s+"' _idx='"+f+"' _type='"+d+"' _name='"+i+"' style='"+er(T,c,u,D,x)+nr(T,u,D)+di(a,c,!1,"shape",p)+await Xo(a,c,!1,p,k)+" z-index: "+h+";transform: rotate("+(H!==void 0?H:0)+"deg);'>",a["p:txBody"]!==void 0&&(L===void 0||L===!0)&&(g+=await Jo(a["p:txBody"],a,t,l,d,f,p)),g+="</div>";return g}function ip(a,c,t,l,s){var i=parseInt(l),f=parseInt(t),d=parseInt(a),h=d/2,p=i-f;p<0&&(p=360+p),p=Math.min(Math.max(p,0),360);var L=Math.cos(2*Math.PI/(360/p)),x=Math.sin(2*Math.PI/(360/p)),k,v,T;if(s)k=p<=180?0:1,v="M"+h+","+h+" L"+h+",0 A"+h+","+h+" 0 "+k+",1 "+(h+x*h)+","+(h-L*h)+" z",T="rotate("+(f-270)+", "+h+", "+h+")";else{k=p<=180?0:1;var u=h,D=c/2;v="M"+u+",0 A"+D+","+u+" 0 "+k+",1 "+(D+x*D)+","+(u-L*u),T="rotate("+(f+90)+", "+h+", "+h+")"}return[v,T]}function fl(a,c,t){var l=c,s=1.5*l,i=s;const f=s,d=t,h=s,p=l,L=50,x=35,k=2*Math.PI,v=k/(d*2),T=v*x*.005,u=v*L*.005;let D=v,g=!1;for(var o=" M"+(i+h*Math.cos(u))+" "+(f+h*Math.sin(u));D<=k+v;D+=v)g?(o+=" L"+(i+p*Math.cos(D-T))+","+(f+p*Math.sin(D-T)),o+=" L"+(i+h*Math.cos(D+u))+","+(f+h*Math.sin(D+u))):(o+=" L"+(i+h*Math.cos(D-u))+","+(f+h*Math.sin(D-u)),o+=" L"+(i+p*Math.cos(D+T))+","+(f+p*Math.sin(D+T))),g=!g;return o+=" ",o}function ce(a,c,t,l,s,i,f){var d,h=s;if(i>=s)for(;h<=i;){var p=h*(Math.PI/180),L=a+Math.cos(p)*t,x=c+Math.sin(p)*l;h==s&&(d=" M"+L+" "+x),d+=" L"+L+" "+x,h++}else for(;h>i;){var p=h*(Math.PI/180),L=a+Math.cos(p)*t,x=c+Math.sin(p)*l;h==s&&(d=" M "+L+" "+x),d+=" L "+L+" "+x,h--}return d+=f?" z":"",d}function rp(a,c,t,l,s,i){var f,d,h,p;i=="cornr1"?(f=0,d=0,h=0,p=t):i=="cornr2"?(f=t,d=l,h=l,p=t):i=="cornrAll"?(f=t,d=t,h=t,p=t):i=="diag"&&(f=t,d=l,h=t,p=l);var L;return s=="round"?L="M0,"+(c/2+(1-d)*(c/2))+" Q0,"+c+" "+d*(a/2)+","+c+" L"+(a/2+(1-h)*(a/2))+","+c+" Q"+a+","+c+" "+a+","+(c/2+c/2*(1-h))+"L"+a+","+c/2*p+" Q"+a+",0 "+(a/2+a/2*(1-p))+",0 L"+a/2*f+",0 Q0,0 0,"+c/2*f+" z":s=="snip"&&(L="M0,"+f*(c/2)+" L0,"+(c/2+c/2*(1-d))+"L"+d*(a/2)+","+c+" L"+(a/2+a/2*(1-h))+","+c+"L"+a+","+(c/2+c/2*(1-h))+" L"+a+","+p*(c/2)+"L"+(a/2+a/2*(1-p))+",0 L"+a/2*f+",0 z"),L}async function cp(a,c,t,l){var s="",i=!1,f=a.attrs.order,d=a["p:blipFill"]["a:blip"].attrs["r:embed"],h;t=="slideMasterBg"?h=c.masterResObj:t=="slideLayoutBg"?h=c.layoutResObj:h=c.slideResObj;var p=h[d].target,L=af(p).toLowerCase(),x=c.zip,k=await x.file(p).async("arraybuffer"),v="",T=a["p:spPr"]["a:xfrm"];if(T===void 0){var u=r(a,["p:nvPicPr","p:nvPr","p:ph","attrs","idx"]);r(a,["p:nvPicPr","p:nvPr","p:ph","attrs","type"]),u!==void 0&&(T=r(c.slideLayoutTables,["idxTable",u,"p:spPr","a:xfrm"]))}var D=0,g=r(a,["p:spPr","a:xfrm","attrs","rot"]);g!==void 0&&(D=ms(g));var o=r(a,["p:nvPicPr","p:nvPr","a:videoFile"]),_,O,Z,se,ne,A,H,fe=!1,ke=!1,F=$s.mediaProcess;if(o!==void 0&F){_=o.attrs["r:link"],O=h[_].target;var oe=Hp(O);oe?(O=Vo(O),ke=!0,fe=!0,i=!0):(Z=af(O).toLowerCase(),(Z=="mp4"||Z=="webm"||Z=="ogg")&&(ne=await x.file(O).async("arraybuffer"),se=qo(Z),A=new Blob([ne],{type:se}),H=URL.createObjectURL(A),fe=!0,i=!0))}var e=r(a,["p:nvPicPr","p:nvPr","a:audioFile"]),n,le,he,N,R,Y,V=!1,J;if(e!==void 0&F&&(n=e.attrs["r:link"],le=h[n].target,he=af(le).toLowerCase(),he=="mp3"||he=="wav"||he=="ogg")){N=await x.file(le).async("arraybuffer"),R=new Blob([N]),Y=URL.createObjectURL(R);var He=parseInt(T["a:ext"].attrs.cx)*20,Pe=T["a:ext"].attrs.cy,ye=parseInt(T["a:off"].attrs.x)/2.5,Dn=T["a:off"].attrs.y;J={"a:ext":{attrs:{cx:He,cy:Pe}},"a:off":{attrs:{x:ye,y:Dn}}},V=!0,fe=!0,i=!0}return v=qo(L),s="<div class='block content' style='"+er(F&&V?J:T,a,void 0,void 0)+nr(F&&V?J:T,void 0,void 0)+" z-index: "+f+";transform: rotate("+D+"deg);'>",o===void 0&&e===void 0||!F||!fe?s+="<img src='data:"+v+";base64,"+nf(k)+"' style='width: 100%; height: 100%'/>":(o!==void 0||e!==void 0)&&F&&fe&&(o!==void 0&&!ke?s+="<video src='"+H+"' controls style='width: 100%; height: 100%'>Your browser does not support the video tag.</video>":o!==void 0&&ke&&(s+="<iframe src='"+O+"' controls style='width: 100%; height: 100%'></iframe >"),e!==void 0&&(s+='<audio id="audio_player" controls ><source src="'+Y+'"></audio>')),!fe&&i&&(s+="<span style='color:red;font-size:40px;position: absolute;'>This media file Not supported by HTML5</span>"),(o!==void 0||e!==void 0)&&!F&&fe&&console.log("Founded supported media file but media process disabled (mediaProcess=false)"),s+="</div>",s}async function sp(a,c,t,l){var s="",i=r(a,["a:graphic","a:graphicData","attrs","uri"]);switch(i){case"http://schemas.openxmlformats.org/drawingml/2006/table":s=await gp(a,c);break;case"http://schemas.openxmlformats.org/drawingml/2006/chart":s=await up(a,c);break;case"http://schemas.openxmlformats.org/drawingml/2006/diagram":s=await pp(a,c,t,l);break;case"http://schemas.openxmlformats.org/presentationml/2006/ole":var f=r(a,["a:graphic","a:graphicData","mc:AlternateContent","mc:Fallback","p:oleObj"]);f===void 0&&(f=r(a,["a:graphic","a:graphicData","p:oleObj"])),f!==void 0&&(s=await A0(f,c,t));break}return s}var Ko=!1;async function Jo(a,c,t,l,s,i,f,d){var h="";if(f.slideMasterTextStyles,a===void 0)return h;var p=r(c,["p:style","a:fontRef"]),L=a["a:p"];L.constructor!==Array&&(L=[L]);for(var x=0;x<L.length;x++){var k=L[x],v=k["a:r"],T=k["a:fld"],u=k["a:br"];v!==void 0&&(v=v.constructor===Array?v:[v]),v!==void 0&&T!==void 0&&(T=T.constructor===Array?T:[T],v=v.concat(T)),v!==void 0&&u!==void 0&&(Ko=!0,u=u.constructor===Array?u:[u],u.forEach(function(Y,V){Y.type="br"}),u.length>1&&u.shift(),v=v.concat(u),v.sort(function(Y,V){return Y.attrs.order-V.attrs.order}));var D="",g=bp(k,a,s,i,f);g!=""&&(D=g),(s=="body"||s=="obj"||s=="shape")&&(D+="font-size: 0px;",D+="font-weight: 100;",D+="font-style: normal;");var o="";D in Ea?o=Ea[D].name:(o="_css_"+(Object.keys(Ea).length+1),Ea[D]={name:o,text:D});var _=r(c,["p:spPr","a:xfrm","a:ext","attrs","cx"]),O,Z=_!==void 0?"width:"+Ys(parseInt(_))+"px;":"width:inherit;",se=O!==void 0?"height:"+Ys(parseInt(O))+"px;":"",ne=Dp(k,a,i,s,f);h+="<div style='display: flex;"+Z+se+"' class='slide-prgrph "+mp(k,a,i,s,ne,f)+" "+ne+" "+o+"' >";var A=await dp(k,x,c,a,p,i,s,f),H=A[0]!==void 0&&A[0]!==null&&A[0]!="",fe=A[1]!==void 0&&A[1]!==null&&H?A[1]+A[2]:0;h+=A[0]!==void 0?A[0]:"";var ke=hp(k,i,s,H,f),F=ke[0],oe=ke[1];_===void 0&&d!==void 0&&_!=0&&(_=d);var e="",n=0;if(v===void 0&&k!==void 0){var le=await hl(k,void 0,c,a,p,t,i,s,1,f);if(H){var he=$(le).css({position:"absolute",float:"left","white-space":"nowrap",visibility:"hidden"}).appendTo($("body"));n+=he.outerWidth(),he.remove()}e+=le}else if(v!==void 0)for(var N=0;N<v.length;N++){var le=await hl(v[N],N,k,a,p,t,i,s,v.length,f);if(H){var he=$(le).css({position:"absolute",float:"left","white-space":"nowrap",visibility:"hidden"}).appendTo($("body"));n+=he.outerWidth(),he.remove()}e+=le}_=Ys(parseInt(_))-fe-oe,H&&n<_&&(_=n+fe);var R=_!==void 0?"width:"+_+"px;":"width:inherit;";h+="<div style='height: 100%;direction: initial;overflow-wrap:break-word;word-wrap: break-word;"+R+F+"' >",h+=e,h+="</div>",h+="</div>"}return h}async function dp(a,c,t,l,s,i,f,d){d.slideMasterTextStyles;var h=l["a:lstStyle"];let p="";var L=r(a,["a:r"]);L!==void 0&&L.constructor===Array&&(L=L[0]);var x=parseInt(r(a["a:pPr"],["attrs","lvl"]))+1;isNaN(x)&&(x=1);var k="a:lvl"+x+"pPr",v,T,u,D,g;if(L!==void 0)v=await gl(L,t,h,s,x,i,f,d),g=v[2],T=j0(L,l,s,x,f,d);else return"";var o="",_="",O="",Z=0,se=0,ne=a["a:pPr"],A=r(ne,["a:buNone"]);if(A!==void 0)return"";var H="TYPE_NONE",fe=Ks(a,i,f,d),ke=fe.nodeLaout,F=fe.nodeMaster,oe=r(ne,["a:buChar","attrs","char"]),e=r(ne,["a:buAutoNum","attrs","type"]),n=r(ne,["a:buBlip"]);oe!==void 0&&(H="TYPE_BULLET"),e!==void 0&&(H="TYPE_NUMERIC"),n!==void 0&&(H="TYPE_BULPIC");var le=r(ne,["a:buSzPts","attrs","val"]);if(le===void 0){if(le=r(ne,["a:buSzPct","attrs","val"]),le!==void 0){var he=parseInt(le)/1e5,N=parseInt(T,"px");D=he*parseInt(N)+"px"}}else D=parseInt(le)/100*Yo+"px";var R=r(ne,["a:buClr"]);if(oe===void 0&&e===void 0&&n===void 0&&h!==void 0){if(A=r(h,[k,"a:buNone"]),A!==void 0)return"";H="TYPE_NONE",oe=r(h,[k,"a:buChar","attrs","char"]),e=r(h,[k,"a:buAutoNum","attrs","type"]),n=r(h,[k,"a:buBlip"]),oe!==void 0&&(H="TYPE_BULLET"),e!==void 0&&(H="TYPE_NUMERIC"),n!==void 0&&(H="TYPE_BULPIC"),(oe!==void 0||e!==void 0||n!==void 0)&&(ne=h[k])}if(oe===void 0&&e===void 0&&n===void 0){if(ke!==void 0){if(A=r(ke,["a:buNone"]),A!==void 0)return"";H="TYPE_NONE",oe=r(ke,["a:buChar","attrs","char"]),e=r(ke,["a:buAutoNum","attrs","type"]),n=r(ke,["a:buBlip"]),oe!==void 0&&(H="TYPE_BULLET"),e!==void 0&&(H="TYPE_NUMERIC"),n!==void 0&&(H="TYPE_BULPIC")}if(oe===void 0&&e===void 0&&n===void 0&&F!==void 0){if(A=r(F,["a:buNone"]),A!==void 0)return"";H="TYPE_NONE",oe=r(F,["a:buChar","attrs","char"]),e=r(F,["a:buAutoNum","attrs","type"]),n=r(F,["a:buBlip"]),oe!==void 0&&(H="TYPE_BULLET"),e!==void 0&&(H="TYPE_NUMERIC"),n!==void 0&&(H="TYPE_BULPIC")}}var Y=r(ne,["attrs","rtl"]);Y===void 0&&(Y=r(ke,["attrs","rtl"]),Y===void 0&&f!="shape"&&(Y=r(F,["attrs","rtl"])));var V=!1;Y!==void 0&&Y=="1"&&(V=!0);var J=r(ne,["attrs","algn"]);J===void 0&&(J=r(ke,["attrs","algn"]),J===void 0&&(J=r(F,["attrs","algn"])));var He=r(ne,["attrs","indent"]);He===void 0&&(He=r(ke,["attrs","indent"]),He===void 0&&(He=r(F,["attrs","indent"])));var Pe=0;He!==void 0&&(Pe=parseInt(He)*U);var ye=r(ne,["attrs","marL"]);if(ye===void 0&&(ye=r(ke,["attrs","marL"]),ye===void 0&&(ye=r(F,["attrs","marL"]))),ye!==void 0){var Dn=parseInt(ye)*U;V?O="padding-right:":O="padding-left:",Z=Dn+Pe<0?0:Dn+Pe,O+=Z+"px;"}var b=r(ne,["attrs","marR"]);if(b===void 0&&ye===void 0&&(b=r(ke,["attrs","marR"]),b===void 0&&(b=r(F,["attrs","marR"]))),b!==void 0){var hn=parseInt(b)*U;V?O="padding-right:":O="padding-left:",_+=(hn+Pe<0?0:hn+Pe)+"px;"}R===void 0&&(R=r(h,[k,"a:buClr"])),R===void 0&&(R=r(ke,["a:buClr"]),R===void 0&&(R=r(F,["a:buClr"])));var je;if(R!==void 0?je=Un(R,void 0,void 0,d):s!==void 0&&(je=Un(s,void 0,void 0,d)),je===void 0||je=="NONE"?u=v:(u=[je,"","solid"],g="solid"),le===void 0)if(le=r(ke,["a:buSzPts","attrs","val"]),le===void 0){if(le=r(ke,["a:buSzPct","attrs","val"]),le!==void 0){var he=parseInt(le)/1e5,N=parseInt(T,"px");D=he*parseInt(N)+"px"}}else D=parseInt(le)/100*Yo+"px";if(le===void 0)if(le=r(F,["a:buSzPts","attrs","val"]),le===void 0){if(le=r(F,["a:buSzPct","attrs","val"]),le!==void 0){var he=parseInt(le)/1e5,N=parseInt(T,"px");D=he*parseInt(N)+"px"}}else D=parseInt(le)/100*Yo+"px";if(le===void 0&&(D=T),se=parseInt(D,"px"),H=="TYPE_BULLET"){var Qn=r(ne,["a:buFont","attrs","typeface"]),Cn="";if(Qn!==void 0&&(Cn="font-family: "+Qn),o="<div style='height: 100%;"+Cn+";"+O+_+"font-size:"+D+";",g=="solid")u[0]!==void 0&&u[0]!=""&&(o+="color:#"+u[0]+"; "),u[1]!==void 0&&u[1]!=""&&u[1]!=";"&&(o+="text-shadow:"+u[1]+";");else if(g=="pattern"||g=="pic"||g=="gradient"){if(g=="pattern")o+="background:"+u[0][0]+";",u[0][1]!==null&&u[0][1]!==void 0&&u[0][1]!=""&&(o+="background-size:"+u[0][1]+";"),u[0][2]!==null&&u[0][2]!==void 0&&u[0][2]!=""&&(o+="background-position:"+u[0][2]+";");else if(g=="pic")o+=u[0]+";";else if(g=="gradient"){var xa=u[0].color,ta=u[0].rot;o+="background: linear-gradient("+ta+"deg,";for(var c=0;c<xa.length;c++)c==xa.length-1?o+="#"+xa[c]+");":o+="#"+xa[c]+", "}o+="-webkit-background-clip: text;background-clip: text;color: transparent;",u[1].border!==void 0&&u[1].border!==""&&(o+="-webkit-text-stroke: "+u[1].border+";"),u[1].effcts!==void 0&&u[1].effcts!==""&&(o+="filter: "+u[1].effcts+";")}V&&(o+="white-space: nowrap ;direction:rtl");var m=oe;il||(m=op(Qn,oe)),o+="'><div style='line-height: "+se/2+"px;'>"+m+"</div></div>"}else if(H=="TYPE_NUMERIC")o="<div style='height: 100%;"+O+_+"color:#"+u[0]+";font-size:"+D+";",V?o+="display: inline-block;white-space: nowrap ;direction:rtl;":o+="display: inline-block;white-space: nowrap ;direction:ltr;",o+="' data-bulltname = '"+e+"' data-bulltlvl = '"+x+"' class='numeric-bullet-style'></div>";else if(H=="TYPE_BULPIC"){var Le=r(n,["a:blip","attrs","r:embed"]),ge;if(Le!==void 0){var E=d.slideResObj[Le].target,S=await d.zip.file(E).async("arraybuffer"),q=E.split(".").pop(),Be=qo(q);ge="<img src='data:"+Be+";base64,"+nf(S)+"' style='width: 100%;'/>"}Le===void 0&&(ge="&#8227;"),o="<div style='height: 100%;"+O+_+"width:"+D+";display: inline-block; ",V&&(o+="display: inline-block;white-space: nowrap ;direction:rtl;"),o+="'>"+ge+" </div>"}return[p,Z,se]}function op(a,c){switch(c){case"§":return"&#9632;";case"q":return"&#10065;";case"v":return"&#10070;";case"Ø":return"&#11162;";case"ü":return"&#10004;";default:if(a=="Wingdings 2"||a=="Wingdings 3"){var t=fp(a,c);if(t!==null)return"&#"+t+";"}return"&#"+c.charCodeAt(0)+";"}}function fp(a,c){const t=c.codePointAt(0)&4095;return al(a,t).codePoint}function Ks(a,c,t,l){var s,i,f=a["a:pPr"],d=1,h=r(f,["attrs","lvl"]);if(h!==void 0&&(d=parseInt(h)+1),c!==void 0&&(s=r(l.slideLayoutTables.idxTable[c],["p:txBody","a:lstStyle","a:lvl"+d+"pPr"]),s===void 0&&(s=r(l.slideLayoutTables.idxTable[c],["p:txBody","a:p","a:pPr"]),s===void 0&&(s=r(l.slideLayoutTables.idxTable[c],["p:txBody","a:p",d-1,"a:pPr"])))),t!==void 0){var p="a:lvl"+d+"pPr";s===void 0&&(s=r(l,["slideLayoutTables","typeTable",t,"p:txBody","a:lstStyle",p])),t=="title"||t=="ctrTitle"?i=r(l,["slideMasterTextStyles","p:titleStyle",p]):t=="body"||t=="obj"||t=="subTitle"?i=r(l,["slideMasterTextStyles","p:bodyStyle",p]):t=="shape"||t=="diagram"?i=r(l,["slideMasterTextStyles","p:otherStyle",p]):t=="textBox"?i=r(l,["defaultTextStyle",p]):i=r(l,["slideMasterTables","typeTable",t,"p:txBody","a:lstStyle",p])}return{nodeLaout:s,nodeMaster:i}}async function hl(a,c,t,l,s,i,f,d,h,p,L){var x="",k=l["a:lstStyle"];p.slideMasterTextStyles;var v=a["a:t"],T="<sapn",u="</sapn>",D="";if(v===void 0&&a.type!==void 0){if(Ko)return Ko=!1,"<sapn class='line-break-br' ></sapn>";D+="display: block;"}else Ko=!0;typeof v!="string"&&(v=r(a,["a:fld","a:t"]),typeof v!="string"&&(v="&nbsp;"));var g=t["a:pPr"],o=1,_=r(g,["attrs","lvl"]);_!==void 0&&(o=parseInt(_)+1);var O=Ks(t,f,d,p),Z=O.nodeLaout,se=O.nodeMaster,ne=r(a,["a:rPr","attrs","lang"]),A=ne!==void 0&&ju.indexOf(ne)!==-1,H=r(g,["attrs","rtl"]);H===void 0&&(H=r(Z,["attrs","rtl"]),H===void 0&&d!="shape"&&(H=r(se,["attrs","rtl"])));var fe=r(a,["a:rPr","a:hlinkClick","attrs","r:id"]),ke="",F;if(fe!==void 0){ke=r(a,["a:rPr","a:hlinkClick","attrs","tooltip"]),ke!==void 0&&(ke="title='"+ke+"'"),F=bl("a:hlink",void 0,void 0,p);var oe=r(a,["a:rPr","a:solidFill"]),e=Un(oe,void 0,void 0,p);e!==void 0&&e!=""&&(F=e)}var n=await gl(a,t,k,s,o,f,d,p),le=n[2];if(le=="solid")fe===void 0&&n[0]!==void 0&&n[0]!=""?D+="color: #"+n[0]+";":fe!==void 0&&F!==void 0&&(D+="color: #"+F+";"),n[1]!==void 0&&n[1]!=""&&n[1]!=";"&&(D+="text-shadow:"+n[1]+";"),n[3]!==void 0&&n[3]!=""&&(D+="background-color: #"+n[3]+";");else if(le=="pattern"||le=="pic"||le=="gradient"){if(le=="pattern")D+="background:"+n[0][0]+";",n[0][1]!==null&&n[0][1]!==void 0&&n[0][1]!=""&&(D+="background-size:"+n[0][1]+";"),n[0][2]!==null&&n[0][2]!==void 0&&n[0][2]!=""&&(D+="background-position:"+n[0][2]+";");else if(le=="pic")D+=n[0]+";";else if(le=="gradient"){var he=n[0].color,N=n[0].rot;D+="background: linear-gradient("+N+"deg,";for(var R=0;R<he.length;R++)R==he.length-1?D+="#"+he[R]+");":D+="#"+he[R]+", "}D+="-webkit-background-clip: text;background-clip: text;color: transparent;",n[1].border!==void 0&&n[1].border!==""&&(D+="-webkit-text-stroke: "+n[1].border+";"),n[1].effcts!==void 0&&n[1].effcts!==""&&(D+="filter: "+n[1].effcts+";")}var Y=j0(a,l,s,o,d,p);x+="font-size:"+Y+";font-family:"+vp(a,d,p,s)+";font-weight:"+Up(a)+";font-style:"+xp(a)+";text-decoration:"+Lp(a)+";text-align:"+Tp(a,t,d,p)+";vertical-align:"+yp(a)+";",A?D+="direction:rtl;":D+="direction:ltr;";var V=r(a,["a:rPr","a:highlight"]);V!==void 0&&(D+="background-color:#"+Un(V,void 0,void 0,p)+";");var J=r(a,["a:rPr","attrs","spc"]);if(J===void 0&&(J=r(Z,["a:defRPr","attrs","spc"]),J===void 0&&(J=r(se,["a:defRPr","attrs","spc"]))),J!==void 0){var He=parseInt(J)/100;D+="letter-spacing: "+He+"px;"}var Pe=r(a,["a:rPr","attrs","cap"]);Pe===void 0&&(Pe=r(Z,["a:defRPr","attrs","cap"]),Pe===void 0&&(Pe=r(se,["a:defRPr","attrs","cap"]))),(Pe=="small"||Pe=="all")&&(D+="text-transform: uppercase");var ye="";D in Ea?ye=Ea[D].name:(ye="_css_"+(Object.keys(Ea).length+1),Ea[D]={name:ye,text:D});var Dn="";if(le=="solid"&&fe!==void 0&&(Dn="style='color: inherit;'"),fe!==void 0&&fe!=""){var b=p.slideResObj[fe].target;return b=Vo(b),T+" class='text-block "+ye+"' style='"+x+"'><a href='"+b+"' "+Dn+" "+ke+" target='_blank'>"+v.replace(/\t/g,"&nbsp;&nbsp;&nbsp;&nbsp;").replace(/\s/g,"&nbsp;")+"</a>"+u}else return T+" class='text-block "+ye+"' style='"+x+"'>"+v.replace(/\t/g,"&nbsp;&nbsp;&nbsp;&nbsp;").replace(/\s/g,"&nbsp;")+u}function hp(a,c,t,l,s){if(!l)return["",0];var i="",f=0,d=a["a:pPr"],h=Ks(a,c,t,s),p=h.nodeLaout,L=h.nodeMaster,x=r(d,["attrs","rtl"]);x===void 0&&(x=r(p,["attrs","rtl"]),x===void 0&&t!="shape"&&(x=r(L,["attrs","rtl"])));var k=!1;x!==void 0&&x=="1"&&(k=!0);var v=r(d,["attrs","algn"]);v===void 0&&(v=r(p,["attrs","algn"]),v===void 0&&(v=r(L,["attrs","algn"])));var T=r(d,["attrs","indent"]);T===void 0&&(T=r(p,["attrs","indent"]),T===void 0&&(T=r(L,["attrs","indent"])));var u=0;T!==void 0&&(u=parseInt(T)*U);var D=r(d,["attrs","marL"]);D===void 0&&(D=r(p,["attrs","marL"]),D===void 0&&(D=r(L,["attrs","marL"])));var g=0;D!==void 0&&(g=parseInt(D)*U),(T!==void 0||D!==void 0)&&(k?i="padding-right: ":i="padding-left: ",l?(f=Math.abs(0-u),i+=f+"px;"):(f=Math.abs(g+u),i+=f+"px;"));var o=r(d,["attrs","marR"]);return o===void 0&&D===void 0&&(o=r(p,["attrs","marR"]),o===void 0&&(o=r(L,["attrs","marR"]))),[i,f]}function lp(){var a="";for(var c in Ea){var t="";a+=t+" ."+Ea[c].name+(Ea[c].suffix?Ea[c].suffix:"")+"{"+Ea[c].text+`}
18
- `}return a}async function gp(a,c){var t=a.attrs.order,l=r(a,["a:graphic","a:graphicData","a:tbl"]),s=r(a,["p:xfrm"]),i=r(a,["a:graphic","a:graphicData","a:tbl","a:tblPr"]),f=r(a,["a:graphic","a:graphicData","a:tbl","a:tblGrid","a:gridCol"]),d="";if(i!==void 0){var h=i.attrs.rtl;d=h==1?"dir=rtl":"dir=ltr"}var p=i.attrs.firstRow,L=i.attrs.firstCol,x=i.attrs.lastRow,k=i.attrs.lastCol,v=i.attrs.bandRow,T=i.attrs.bandCol,u={isFrstRowAttr:p!==void 0&&p=="1"?1:0,isFrstColAttr:L!==void 0&&L=="1"?1:0,isLstRowAttr:x!==void 0&&x=="1"?1:0,isLstColAttr:k!==void 0&&k=="1"?1:0,isBandRowAttr:v!==void 0&&v=="1"?1:0,isBandColAttr:T!==void 0&&T=="1"?1:0},D,g=i["a:tableStyleId"];if(g!==void 0){var o=cl["a:tblStyleLst"]["a:tblStyle"];if(o!==void 0)if(o.constructor===Array)for(var _=0;_<o.length;_++)o[_].attrs.styleId==g&&(D=o[_]);else o.attrs.styleId==g&&(D=o)}D!==void 0&&(D.tblStylAttrObj=u,c.thisTbiStyle=D);var O=r(D,["a:wholeTbl","a:tcStyle"]),Z=r(O,["a:tcBdr"]),se="";Z!==void 0&&(se=Js(Z,c));var ne="",A=r(D,["a:tblBg","a:fillRef"]);A!==void 0&&(ne=Un(A,void 0,void 0,c)),A===void 0&&(A=r(D,["a:wholeTbl","a:tcStyle","a:fill","a:solidFill"]),ne=Un(A,void 0,void 0,c)),ne!==""&&(ne="background-color: #"+ne+";");var H="<table "+d+" style='border-collapse: collapse;"+er(s,a,void 0,void 0)+nr(s,void 0,void 0)+" z-index: "+t+";"+se+";"+ne+"'>",fe=l["a:tr"];fe.constructor!==Array&&(fe=[fe]);for(var ke=[],F=0;F<fe.length;F++){var oe=fe[F].attrs.h,e=0,n="";oe!==void 0&&(e=parseInt(oe)*U,n+="height:"+e+"px;");var le="",he="",N="",R="";if(D!==void 0&&D["a:wholeTbl"]!==void 0){var Y=r(D,["a:wholeTbl","a:tcStyle","a:fill","a:solidFill"]);if(Y!==void 0){var V=Un(Y,void 0,void 0,c);V!==void 0&&(le=V)}var J=r(D,["a:wholeTbl","a:tcTxStyle"]);if(J!==void 0){var He=Un(J,void 0,void 0,c);He!==void 0&&(N=He);var Pe=r(J,["attrs","b"])=="on"?"bold":"";Pe!=""&&(R=Pe)}}if(F==0&&u.isFrstRowAttr==1&&D!==void 0){var Y=r(D,["a:firstRow","a:tcStyle","a:fill","a:solidFill"]);if(Y!==void 0){var V=Un(Y,void 0,void 0,c);V!==void 0&&(le=V)}var ye=r(D,["a:firstRow","a:tcStyle","a:tcBdr"]);if(ye!==void 0){var Dn=Js(ye,c);Dn!=""&&(he=Dn)}var J=r(D,["a:firstRow","a:tcTxStyle"]);if(J!==void 0){var b=Un(J,void 0,void 0,c);b!==void 0&&(N=b);var Pe=r(J,["attrs","b"])=="on"?"bold":"";Pe!==""&&(R=Pe)}}else if(F>0&&u.isBandRowAttr==1&&D!==void 0){if(le="",he=void 0,F%2==0&&D["a:band2H"]!==void 0){var Y=r(D,["a:band2H","a:tcStyle","a:fill","a:solidFill"]);if(Y!==void 0){var V=Un(Y,void 0,void 0,c);V!==""&&(le=V)}var ye=r(D,["a:band2H","a:tcStyle","a:tcBdr"]);if(ye!==void 0){var Dn=Js(ye,c);Dn!=""&&(he=Dn)}var J=r(D,["a:band2H","a:tcTxStyle"]);if(J!==void 0){var b=Un(J,void 0,void 0,c);b!==void 0&&(N=b)}var Pe=r(J,["attrs","b"])=="on"?"bold":"";Pe!==""&&(R=Pe)}if(F%2!=0&&D["a:band1H"]!==void 0){var Y=r(D,["a:band1H","a:tcStyle","a:fill","a:solidFill"]);if(Y!==void 0){var V=Un(Y,void 0,void 0,c);V!==void 0&&(le=V)}var ye=r(D,["a:band1H","a:tcStyle","a:tcBdr"]);if(ye!==void 0){var Dn=Js(ye,c);Dn!=""&&(he=Dn)}var J=r(D,["a:band1H","a:tcTxStyle"]);if(J!==void 0){var b=Un(J,void 0,void 0,c);b!==void 0&&(N=b);var Pe=r(J,["attrs","b"])=="on"?"bold":"";Pe!=""&&(R=Pe)}}}if(F==fe.length-1&&u.isLstRowAttr==1&&D!==void 0){var Y=r(D,["a:lastRow","a:tcStyle","a:fill","a:solidFill"]);if(Y!==void 0){var V=Un(Y,void 0,void 0,c);V!==void 0&&(le=V)}var ye=r(D,["a:lastRow","a:tcStyle","a:tcBdr"]);if(ye!==void 0){var Dn=Js(ye,c);Dn!=""&&(he=Dn)}var J=r(D,["a:lastRow","a:tcTxStyle"]);if(J!==void 0){var b=Un(J,void 0,void 0,c);b!==void 0&&(N=b);var Pe=r(J,["attrs","b"])=="on"?"bold":"";Pe!==""&&(R=Pe)}}n+=he!==void 0?he:"",n+=N!==void 0?" color: #"+N+";":"",n+=R!=""?" font-weight:"+R+";":"",le!==void 0&&le!=""&&(n+="background-color: #"+le+";"),H+="<tr style='"+n+"'>";var hn=fe[F]["a:tc"];if(hn!==void 0)if(hn.constructor===Array){var je=0;ke.length==0&&(ke=Array.apply(null,Array(hn.length)).map(function(){return 0}));for(var Qn=0;je<hn.length;){if(ke[je]==0&&Qn==0){var Cn;if(je==0&&u.isFrstColAttr==1)Cn="a:firstCol",u.isLstRowAttr==1&&F==fe.length-1&&r(D,["a:seCell"])!==void 0?Cn="a:seCell":u.isFrstRowAttr==1&&F==0&&r(D,["a:neCell"])!==void 0&&(Cn="a:neCell");else if(je>0&&u.isBandColAttr==1&&!(u.isFrstColAttr==1&&F==0)&&!(u.isLstRowAttr==1&&F==fe.length-1)&&je!=hn.length-1&&je%2!=0){var xa=r(D,["a:band2V"]);xa===void 0?(xa=r(D,["a:band1V"]),xa!==void 0&&(Cn="a:band2V")):Cn="a:band2V"}je==hn.length-1&&u.isLstColAttr==1&&(Cn="a:lastCol",u.isLstRowAttr==1&&F==fe.length-1&&r(D,["a:swCell"])!==void 0?Cn="a:swCell":u.isFrstRowAttr==1&&F==0&&r(D,["a:nwCell"])!==void 0&&(Cn="a:nwCell"));var ta=await ll(hn[je],f,F,je,D,Cn,c),m=ta[0],Le=ta[1],ge=ta[2],E=ta[3],S=ta[4];E!==void 0?(ke[je]=parseInt(E)-1,H+="<td class='"+ge+"' data-row='"+F+","+je+"' rowspan ='"+parseInt(E)+"' style='"+Le+"'>"+m+"</td>"):S!==void 0?(H+="<td class='"+ge+"' data-row='"+F+","+je+"' colspan = '"+parseInt(S)+"' style='"+Le+"'>"+m+"</td>",Qn=parseInt(S)-1):H+="<td class='"+ge+"' data-row='"+F+","+je+"' style = '"+Le+"'>"+m+"</td>"}else ke[je]!=0&&(ke[je]-=1),Qn!=0&&Qn--;je++}}else{var Cn;if(u.isFrstColAttr==1&&u.isLstRowAttr!=1)Cn="a:firstCol";else if(u.isBandColAttr==1&&u.isLstRowAttr!=1){var xa=r(D,["a:band2V"]);xa===void 0?(xa=r(D,["a:band1V"]),xa!==void 0&&(Cn="a:band2V")):Cn="a:band2V"}u.isLstColAttr==1&&u.isLstRowAttr!=1&&(Cn="a:lastCol");var ta=await ll(hn,f,F,void 0,D,Cn,c),m=ta[0],Le=ta[1],ge=ta[2],E=ta[3];E!==void 0?H+="<td class='"+ge+"' rowspan='"+parseInt(E)+"' style = '"+Le+"'>"+m+"</td>":H+="<td class='"+ge+"' style='"+Le+"'>"+m+"</td>"}H+="</tr>"}return H}async function ll(a,c,t,l,s,i,f){var d=r(a,["attrs","rowSpan"]),h=r(a,["attrs","gridSpan"]);r(a,["attrs","vMerge"]),r(a,["attrs","hMerge"]);var p="word-wrap: break-word;",L,x="",k="",v="",T="",u="",D="",g="",o=parseInt(h),_=0;if(!isNaN(o)&&o>1)for(var O=0;O<o;O++)_+=parseInt(r(c[l+O],["attrs","w"]));else _=r(l===void 0?c:c[l],["attrs","w"]);var Z=await Jo(a["a:txBody"],a,void 0,void 0,void 0,void 0,f,_);if(_!=0&&(L=parseInt(_)*U,p+="width:"+L+"px;"),T=r(a,["a:tcPr","a:lnB"]),T===void 0&&i!==void 0&&(i!==void 0&&(T=r(s[i],["a:tcStyle","a:tcBdr","a:bottom","a:ln"])),T===void 0&&(T=r(s,["a:wholeTbl","a:tcStyle","a:tcBdr","a:bottom","a:ln"]))),u=r(a,["a:tcPr","a:lnT"]),u===void 0&&(i!==void 0&&(u=r(s[i],["a:tcStyle","a:tcBdr","a:top","a:ln"])),u===void 0&&(u=r(s,["a:wholeTbl","a:tcStyle","a:tcBdr","a:top","a:ln"]))),D=r(a,["a:tcPr","a:lnL"]),D===void 0&&(i!==void 0&&(D=r(s[i],["a:tcStyle","a:tcBdr","a:left","a:ln"])),D===void 0&&(D=r(s,["a:wholeTbl","a:tcStyle","a:tcBdr","a:left","a:ln"]))),g=r(a,["a:tcPr","a:lnR"]),g===void 0&&(i!==void 0&&(g=r(s[i],["a:tcStyle","a:tcBdr","a:right","a:ln"])),g===void 0&&(g=r(s,["a:wholeTbl","a:tcStyle","a:tcBdr","a:right","a:ln"]))),r(a,["a:tcPr","a:lnBlToTr"]),r(a,["a:tcPr","a:InTlToBr"]),T!==void 0&&T!=""){var se=di(T,void 0,!1,"",f);se!=""&&(p+="border-bottom:"+se+";")}if(u!==void 0&&u!=""){var ne=di(u,void 0,!1,"",f);ne!=""&&(p+="border-top: "+ne+";")}if(D!==void 0&&D!=""){var A=di(D,void 0,!1,"",f);A!=""&&(p+="border-left: "+A+";")}if(g!==void 0&&g!=""){var H=di(g,void 0,!1,"",f);H!=""&&(p+="border-right:"+H+";")}var fe=r(a,["a:tcPr"]);if(fe!==void 0&&fe!=""){var ke={"p:spPr":fe};x=await Xo(ke,void 0,!1,f,"slide")}if(x==""||x=="background-color: inherit;"){var F;if(i!==void 0&&(F=r(s,[i,"a:tcStyle","a:fill","a:solidFill"])),F!==void 0){var oe=Un(F,void 0,void 0,f);oe!==void 0&&(x=" background-color: #"+oe+";")}}var e="";x!==void 0&&x!=""&&(x in Ea?e=Ea[x].name:(e="_tbl_cell_css_"+(Object.keys(Ea).length+1),Ea[x]={name:e,text:x}));var n;if(i!==void 0&&(n=r(s,[i,"a:tcTxStyle"])),n!==void 0){var le=Un(n,void 0,void 0,f);le!==void 0&&(k=le);var he=r(n,["attrs","b"])=="on"?"bold":"";he!==""&&(v=he)}return p+=k!==""?"color: #"+k+";":"",p+=v!=""?" font-weight:"+v+";":"",[Z,p,e,d,h]}async function up(a,c){var t=a.attrs.order,l=r(a,["p:xfrm"]),s="<div id='chart"+kr+"' class='block content' style='"+er(l,a,void 0,void 0)+nr(l,void 0,void 0)+" z-index: "+t+";'></div>",i=a["a:graphic"]["a:graphicData"]["c:chart"].attrs["r:id"],f=c.slideResObj[i].target,d=await et(c.zip,f),h=r(d,["c:chartSpace","c:chart","c:plotArea"]),p=null;for(var L in h)switch(L){case"c:lineChart":p={type:"createChart",data:{chartID:"chart"+kr,chartType:"lineChart",chartData:ps(h[L]["c:ser"])}};break;case"c:barChart":p={type:"createChart",data:{chartID:"chart"+kr,chartType:"barChart",chartData:ps(h[L]["c:ser"])}};break;case"c:pieChart":p={type:"createChart",data:{chartID:"chart"+kr,chartType:"pieChart",chartData:ps(h[L]["c:ser"])}};break;case"c:pie3DChart":p={type:"createChart",data:{chartID:"chart"+kr,chartType:"pie3DChart",chartData:ps(h[L]["c:ser"])}};break;case"c:areaChart":p={type:"createChart",data:{chartID:"chart"+kr,chartType:"areaChart",chartData:ps(h[L]["c:ser"])}};break;case"c:scatterChart":p={type:"createChart",data:{chartID:"chart"+kr,chartType:"scatterChart",chartData:ps(h[L]["c:ser"])}};break}return p!==null&&tl.MsgQueue.push(p),kr++,s}async function pp(a,c,t,l){a.attrs.order;var s=c.zip,i=r(a,["p:xfrm"]),f=r(a,["a:graphic","a:graphicData","dgm:relIds","attrs"]),d=f["r:cs"],h=f["r:dm"],p=f["r:lo"],L=f["r:qs"],x=c.slideResObj[d].target,k=c.slideResObj[h].target,v=c.slideResObj[p].target,T=c.slideResObj[L].target;await et(s,x),await et(s,k),await et(s,v),await et(s,T);var u=r(c.digramFileContent,["p:drawing","p:spTree","p:sp"]),D="";if(u!==void 0)for(var g=u.length,o=0;o<g;o++){var _=u[o];D+=await dl(_,a,c,"diagramBg",l)}return"<div class='block diagram-content' style='"+er(i,a,void 0,void 0,l)+nr(i,void 0,void 0)+"'>"+D+"</div>"}function er(a,c,t,l,s){var i,f=-1,d=-1;a!==void 0&&(i=a["a:off"].attrs),i===void 0&&t!==void 0?i=t["a:off"].attrs:i===void 0&&l!==void 0&&(i=l["a:off"].attrs);var h=0,p=0,L=0,x=0;if(s=="group"){var k=r(c,["p:grpSpPr","a:xfrm"]);v!==void 0&&(L=parseInt(k["a:off"].attrs.x)*U,x=parseInt(k["a:off"].attrs.y)*U)}if(s=="group-rotate"&&c["p:grpSpPr"]!==void 0){var v=c["p:grpSpPr"]["a:xfrm"],T=parseInt(v["a:chOff"].attrs.x)*U,u=parseInt(v["a:chOff"].attrs.y)*U;h=T,p=u}return i===void 0?"":(f=parseInt(i.x)*U,d=parseInt(i.y)*U,isNaN(f)||isNaN(d)?"":"top:"+(d-p+x)+"px; left:"+(f-h+L)+"px;")}function nr(a,c,t){var l=void 0,s=-1,i=-1;return a!==void 0?l=a["a:ext"].attrs:c!==void 0?l=c["a:ext"].attrs:t!==void 0&&(l=t["a:ext"].attrs),l===void 0?"":(s=Ys(parseInt(l.cx)),i=Ys(parseInt(l.cy)),isNaN(s)||isNaN(i)?"":"width:"+s+"px; height:"+i+"px;")}function bp(a,c,t,l,s){var i=1,f=r(a,["a:pPr","a:spcBef","a:spcPts","attrs","val"]),d=r(a,["a:pPr","a:spcAft","a:spcPts","attrs","val"]),h=r(a,["a:pPr","a:lnSpc","a:spcPct","attrs","val"]),p="Pct";h===void 0&&(h=r(a,["a:pPr","a:lnSpc","a:spcPts","attrs","val"]),h!==void 0&&(p="Pts"));var L=r(a,["a:pPr","attrs","lvl"]);L!==void 0&&(i=parseInt(L)+1);var x;if(r(a,["a:r"])!==void 0){var k=j0(a["a:r"],c,void 0,i,t,s);k!="inherit"&&(x=parseInt(k,"px"))}var v=!0;if((t=="shape"||t=="textBox")&&(v=!1),v&&(f===void 0||d===void 0||h===void 0)&&l!==void 0){var T=r(s,["slideLayoutTables","idxTable",l,"p:txBody","a:p",i-1,"a:pPr"]);f===void 0&&(f=r(T,["a:spcBef","a:spcPts","attrs","val"])),d===void 0&&(d=r(T,["a:spcAft","a:spcPts","attrs","val"])),h===void 0&&(h=r(T,["a:lnSpc","a:spcPct","attrs","val"]),h===void 0&&(h=r(T,["a:pPr","a:lnSpc","a:spcPts","attrs","val"]),h!==void 0&&(p="Pts")))}if(v&&(f===void 0||d===void 0||h===void 0)){var u=s.slideMasterTextStyles,D="",i="a:lvl"+i+"pPr";switch(t){case"title":case"ctrTitle":D="p:titleStyle";break;case"body":case"obj":case"dt":case"ftr":case"sldNum":case"textBox":D="p:bodyStyle";break;case"shape":default:D="p:otherStyle"}var g=r(u,[D,i]);g!==void 0&&(f===void 0&&(f=r(g,["a:spcBef","a:spcPts","attrs","val"])),d===void 0&&(d=r(g,["a:spcAft","a:spcPts","attrs","val"])),h===void 0&&(h=r(g,["a:lnSpc","a:spcPct","attrs","val"]),h===void 0&&(h=r(g,["a:pPr","a:lnSpc","a:spcPts","attrs","val"]),h!==void 0&&(p="Pts"))))}var o=0,_=0,O=0,Z="";if(f!==void 0&&(o=parseInt(f)/100),d!==void 0&&(_=parseInt(d)/100),h!==void 0&&x!==void 0)if(p=="Pts")Z+="padding-top: "+(parseInt(h)/100-x)+"px;";else{var se=parseInt(h)/1e5;O=x*(se-1)-x;var ne=se>1?x:0;Z+="padding-top: "+ne+"px;",Z+="padding-bottom: "+O+"px;"}return Z+="margin-top: "+(o-1)+"px;",(d!==void 0||h!==void 0)&&(Z+="margin-bottom: "+_+"px;"),Z}function mp(a,c,t,l,s,i){var f=r(a,["a:pPr","attrs","algn"]);if(f===void 0){var d=1,h=r(a,["a:pPr","attrs","lvl"]);h!==void 0&&(d=parseInt(h)+1);var p="a:lvl"+d+"pPr",L=c["a:lstStyle"];f=r(L,[p,"attrs","algn"]),f===void 0&&t!==void 0&&(f=r(i.slideLayoutTables.idxTable[t],["p:txBody","a:lstStyle",p,"attrs","algn"]),f===void 0&&(f=r(i.slideLayoutTables.idxTable[t],["p:txBody","a:p","a:pPr","attrs","algn"]),f===void 0&&(f=r(i.slideLayoutTables.idxTable[t],["p:txBody","a:p",d-1,"a:pPr","attrs","algn"])))),f===void 0&&(l!==void 0?(f=r(i,["slideLayoutTables","typeTable",l,"p:txBody","a:lstStyle",p,"attrs","algn"]),f===void 0&&(l=="title"||l=="ctrTitle"?f=r(i,["slideMasterTextStyles","p:titleStyle",p,"attrs","algn"]):l=="body"||l=="obj"||l=="subTitle"?f=r(i,["slideMasterTextStyles","p:bodyStyle",p,"attrs","algn"]):l=="shape"||l=="diagram"?f=r(i,["slideMasterTextStyles","p:otherStyle",p,"attrs","algn"]):l=="textBox"?f=r(i,["defaultTextStyle",p,"attrs","algn"]):f=r(i,["slideMasterTables","typeTable",l,"p:txBody","a:lstStyle",p,"attrs","algn"]))):f=r(i,["slideMasterTextStyles","p:bodyStyle",p,"attrs","algn"]))}if(f===void 0){if(l=="title"||l=="subTitle"||l=="ctrTitle")return"h-mid";if(l=="sldNum")return"h-right"}if(f!==void 0)switch(f){case"l":return s=="pregraph-rtl"?"h-left-rtl":"h-left";case"r":return s=="pregraph-rtl"?"h-right-rtl":"h-right";case"ctr":return"h-mid";case"just":case"dist":default:return"h-"+f}}function Dp(a,c,t,l,s){var i=r(a,["a:pPr","attrs","rtl"]);if(i===void 0){var f=Ks(a,t,l,s),d=f.nodeLaout,h=f.nodeMaster;i=r(d,["attrs","rtl"]),i===void 0&&l!="shape"&&(i=r(h,["attrs","rtl"]))}return i=="1"?"pregraph-rtl":i=="0"?"pregraph-ltr":"pregraph-inherit"}function q0(a,c,t,l){var s=r(a,["p:txBody","a:bodyPr","attrs","anchor"]);return s===void 0&&(s=r(c,["p:txBody","a:bodyPr","attrs","anchor"]),s===void 0&&(s=r(t,["p:txBody","a:bodyPr","attrs","anchor"]),s===void 0&&(s="t"))),s==="ctr"?"v-mid":s==="b"?"v-down":"v-up"}function V0(a,c,t){return"content"}function vp(a,c,t,l){var s=r(a,["a:rPr","a:latin","attrs","typeface"]);if(s===void 0){var i="",f="";l!==void 0&&(i=r(l,["attrs","idx"]));var d=r(t.themeContent,["a:theme","a:themeElements","a:fontScheme"]);i==""&&(c=="title"||c=="subTitle"||c=="ctrTitle"?i="major":i="minor"),f="a:"+i+"Font",s=r(d,[f,"a:latin","attrs","typeface"])}return s===void 0?"inherit":s}async function gl(a,c,t,l,s,i,f,d){var h=r(a,["a:rPr"]),p,L,ke,x="",k="";if(h!==void 0){if(p=At(h),p=="SOLID_FILL"){var v=h["a:solidFill"];L=Un(v,void 0,void 0,d);var T=h["a:highlight"];T!==void 0&&(k=Un(T,void 0,void 0,d)),x="solid"}else if(p=="PATTERN_FILL"){var u=h["a:pattFill"];L=Ao(u,d),x="pattern"}else if(p=="PIC_FILL")L=await Yr(h,"slideBg",d,void 0),x="pic";else if(p=="GRADIENT_FILL"){var D=h["a:gradFill"];L=wo(D,d),x="gradient"}}if(L===void 0&&r(t,["a:lvl"+s+"pPr","a:defRPr"])!==void 0){var g=r(t,["a:lvl"+s+"pPr","a:defRPr"]);if(p=At(g),p=="SOLID_FILL"){var v=g["a:solidFill"];L=Un(v,void 0,void 0,d);var T=g["a:highlight"];T!==void 0&&(k=Un(T,void 0,void 0,d)),x="solid"}else if(p=="PATTERN_FILL"){var u=g["a:pattFill"];L=Ao(u,d),x="pattern"}else if(p=="PIC_FILL")L=await Yr(g,"slideBg",d,void 0),x="pic";else if(p=="GRADIENT_FILL"){var D=g["a:gradFill"];L=wo(D,d),x="gradient"}}if(L===void 0){var o=r(c,["p:style","a:fontRef"]);if(o!==void 0){L=Un(o,void 0,void 0,d),L!==void 0&&(x="solid");var T=o["a:highlight"];T!==void 0&&(k=Un(T,void 0,void 0,d))}L===void 0&&l!==void 0&&(L=Un(l,void 0,void 0,d),L!==void 0&&(x="solid"))}if(L===void 0){var _=Ks(c,i,f,d),O=_.nodeLaout,Z=_.nodeMaster;if(O!==void 0){var se=r(O,["a:defRPr","a:solidFill"]);if(se!==void 0){L=Un(se,void 0,void 0,d);var T=r(O,["a:defRPr","a:highlight"]);T!==void 0&&(k=Un(T,void 0,void 0,d)),x="solid"}}if(L===void 0&&Z!==void 0){var ne=r(Z,["a:defRPr","a:solidFill"]);if(ne!==void 0){L=Un(ne,void 0,void 0,d);var T=r(Z,["a:defRPr","a:highlight"]);T!==void 0&&(k=Un(T,void 0,void 0,d)),x="solid"}}}var A=[],H={},fe=r(a,["a:rPr","a:ln"]),ke="";if(fe!==void 0&&fe["a:noFill"]===void 0){var F=di(a,c,!1,"text",d),oe=F.split(" "),e=parseInt(oe[0].substring(0,oe[0].indexOf("px")))+"px",n=oe[2];x=="solid"?(ke="-"+e+" 0 "+n+", 0 "+e+" "+n+", "+e+" 0 "+n+", 0 -"+e+" "+n,A.push(ke)):H.border=e+" "+n}var le=r(a,["a:rPr","a:effectLst","a:glow"]),he="";if(le!==void 0){var N=Un(le,void 0,void 0,d),R=le.attrs.rad?le.attrs.rad*U:0;he="0 0 "+R+"px #"+N+", 0 0 "+R+"px #"+N+", 0 0 "+R+"px #"+N+", 0 0 "+R+"px #"+N+", 0 0 "+R+"px #"+N+", 0 0 "+R+"px #"+N+", 0 0 "+R+"px #"+N,x=="solid"?A.push(he):A.push("drop-shadow(0 0 "+R/3+"px #"+N+") drop-shadow(0 0 "+R*2/3+"px #"+N+") drop-shadow(0 0 "+R+"px #"+N+")")}var Y=r(a,["a:rPr","a:effectLst","a:outerShdw"]),V="";if(Y!==void 0){var J=Un(Y,void 0,void 0,d),He=Y.attrs;He.algn;var Pe=He.dir?parseInt(He.dir)/6e4:0,ye=parseInt(He.dist)*U;He.rotWithShape;var Dn=He.blurRad?parseInt(He.blurRad)*U+"px":"";He.sx&&parseInt(He.sx)/1e5,He.sy&&parseInt(He.sy)/1e5;var b=ye*Math.sin(Pe*Math.PI/180),hn=ye*Math.cos(Pe*Math.PI/180);!isNaN(b)&&!isNaN(hn)&&(V=hn+"px "+b+"px "+Dn+" #"+J,x=="solid"?A.push(V):A.push("drop-shadow("+hn+"px "+b+"px "+Dn+" #"+J+")"))}var je="",Qn;return x=="solid"?(A.length>0&&(je=A.join(",")),Qn=je+";"):(A.length>0&&(je=A.join(" ")),H.effcts=je,Qn=H),[L,Qn,x,k]}function j0(a,c,t,l,s,i){var f=c!==void 0?c["a:lstStyle"]:void 0,d="a:lvl"+l+"pPr",h=void 0,p,L;a["a:rPr"]!==void 0&&(h=parseInt(a["a:rPr"].attrs.sz)/100),(isNaN(h)||h===void 0&&a["a:fld"]!==void 0)&&(p=r(a["a:fld"],["a:rPr","attrs","sz"]),h=parseInt(p)/100),(isNaN(h)||h===void 0)&&a["a:t"]===void 0&&(p=r(a["a:endParaRPr"],["attrs","sz"]),h=parseInt(p)/100),(isNaN(h)||h===void 0)&&f!==void 0&&(p=r(f,[d,"a:defRPr","attrs","sz"]),h=parseInt(p)/100);var x=!1;if(c!==void 0){var k=r(c,["a:bodyPr","a:spAutoFit"]);k!==void 0&&(x=!0)}(isNaN(h)||h===void 0)&&(p=r(i.slideLayoutTables,["typeTable",s,"p:txBody","a:lstStyle",d,"a:defRPr","attrs","sz"]),h=parseInt(p)/100,L=r(i.slideLayoutTables,["typeTable",s,"p:txBody","a:lstStyle",d,"a:defRPr","attrs","kern"]),x&&L!==void 0&&!isNaN(h)&&h-parseInt(L)/100>0&&(h=h-parseInt(L)/100)),(isNaN(h)||h===void 0)&&(p=r(i.slideMasterTables,["typeTable",s,"p:txBody","a:lstStyle",d,"a:defRPr","attrs","sz"]),L=r(i.slideMasterTables,["typeTable",s,"p:txBody","a:lstStyle",d,"a:defRPr","attrs","kern"]),p===void 0&&(s=="title"||s=="subTitle"||s=="ctrTitle"?(p=r(i.slideMasterTextStyles,["p:titleStyle",d,"a:defRPr","attrs","sz"]),L=r(i.slideMasterTextStyles,["p:titleStyle",d,"a:defRPr","attrs","kern"])):s=="body"||s=="obj"||s=="dt"||s=="sldNum"||s==="textBox"?(p=r(i.slideMasterTextStyles,["p:bodyStyle",d,"a:defRPr","attrs","sz"]),L=r(i.slideMasterTextStyles,["p:bodyStyle",d,"a:defRPr","attrs","kern"])):s=="shape"&&(p=r(i.slideMasterTextStyles,["p:otherStyle",d,"a:defRPr","attrs","sz"]),L=r(i.slideMasterTextStyles,["p:otherStyle",d,"a:defRPr","attrs","kern"]),x=!1),p===void 0&&(p=r(i.defaultTextStyle,[d,"a:defRPr","attrs","sz"]),L=L===void 0?r(i.defaultTextStyle,[d,"a:defRPr","attrs","kern"]):void 0,x=!1)),h=parseInt(p)/100,x&&L!==void 0&&!isNaN(h)&&h-parseInt(L)/100>parseInt(L)/100&&(h=h-parseInt(L)/100));var v=r(a,["a:rPr","attrs","baseline"]);if(v!==void 0&&!isNaN(h)){var T=parseInt(v)/1e5;h-=T}if(!isNaN(h)){var u=r(c,["a:bodyPr","a:normAutofit","attrs","fontScale"]);u!==void 0&&u!=0&&(h=Math.round(h*(u/1e5)))}return isNaN(h)?s=="br"?"initial":"inherit":h*Yo+"px"}function Up(a,c,t){return a["a:rPr"]!==void 0&&a["a:rPr"].attrs.b==="1"?"bold":"inherit"}function xp(a,c,t){return a["a:rPr"]!==void 0&&a["a:rPr"].attrs.i==="1"?"italic":"inherit"}function Lp(a,c,t){if(a["a:rPr"]!==void 0){var l=a["a:rPr"].attrs.u!==void 0?a["a:rPr"].attrs.u:"none",s=a["a:rPr"].attrs.strike!==void 0?a["a:rPr"].attrs.strike:"noStrike";return l!="none"&&s=="noStrike"?"underline":l=="none"&&s!="noStrike"?"line-through":l!="none"&&s!="noStrike"?"underline line-through":"inherit"}else return"inherit"}function Tp(a,c,t,l){var s=r(a,["a:pPr","attrs","algn"]);if(s===void 0&&(s=r(c,["a:pPr","attrs","algn"])),s===void 0)if(t=="title"||t=="ctrTitle"||t=="subTitle"){var i=1,f=r(c,["a:pPr","attrs","lvl"]);f!==void 0&&(i=parseInt(f)+1);var d="a:lvl"+i+"pPr";s=r(l,["slideLayoutTables","typeTable",t,"p:txBody","a:lstStyle",d,"attrs","algn"]),s===void 0&&(s=r(l,["slideMasterTables","typeTable",t,"p:txBody","a:lstStyle",d,"attrs","algn"]),s===void 0&&(s=r(l,["slideMasterTextStyles","p:titleStyle",d,"attrs","algn"]),s===void 0&&t==="subTitle"&&(s=r(l,["slideMasterTextStyles","p:bodyStyle",d,"attrs","algn"]))))}else t=="body"?s=r(l,["slideMasterTextStyles","p:bodyStyle","a:lvl1pPr","attrs","algn"]):s=r(l,["slideMasterTables","typeTable",t,"p:txBody","a:lstStyle","a:lvl1pPr","attrs","algn"]);var h="inherit";if(s!==void 0)switch(s){case"l":h="left";break;case"r":h="right";break;case"ctr":h="center";break;case"just":h="justify";break;case"dist":h="justify";break;default:h="inherit"}return h}function yp(a,c,t){var l=r(a,["a:rPr","attrs","baseline"]);return l===void 0?"baseline":parseInt(l)/1e3+"%"}function Js(a,c){var t="";if(a["a:bottom"]!==void 0){var l={"p:spPr":{"a:ln":a["a:bottom"]["a:ln"]}},s=di(l,void 0,!1,"shape",c);t+=s.replace("border","border-bottom")}if(a["a:top"]!==void 0){var l={"p:spPr":{"a:ln":a["a:top"]["a:ln"]}},s=di(l,void 0,!1,"shape",c);t+=s.replace("border","border-top")}if(a["a:right"]!==void 0){var l={"p:spPr":{"a:ln":a["a:right"]["a:ln"]}},s=di(l,void 0,!1,"shape",c);t+=s.replace("border","border-right")}if(a["a:left"]!==void 0){var l={"p:spPr":{"a:ln":a["a:left"]["a:ln"]}},s=di(l,void 0,!1,"shape",c);t+=s.replace("border","border-left")}return t}function di(a,c,t,l,s){var i,f;l=="shape"?(i="border: ",f=a["p:spPr"]["a:ln"]):l=="text"&&(i="",f=a["a:rPr"]["a:ln"]);var d=r(f,["a:noFill"]);if(d!==void 0)return"hidden";if(f==null){var h=r(a,["p:style","a:lnRef"]);if(h!==void 0){var p=r(h,["attrs","idx"]);f=s.themeContent["a:theme"]["a:themeElements"]["a:fmtScheme"]["a:lnStyleLst"]["a:ln"][Number(p)-1]}}f==null&&(i="",f=a);var L;if(f!==void 0){var x=parseInt(r(f,["attrs","w"]))/12700;isNaN(x)||x<1?i+=4/3+"px ":i+=x+"px ";var k=r(f,["a:prstDash","attrs","val"]);k===void 0&&(k=r(f,["attrs","cmpd"]));var v="0";switch(k){case"solid":i+="solid",v="0";break;case"dash":i+="dashed",v="5";break;case"dashDot":i+="dashed",v="5, 5, 1, 5";break;case"dot":i+="dotted",v="1, 5";break;case"lgDash":i+="dashed",v="10, 5";break;case"dbl":i+="double",v="0";break;case"lgDashDotDot":i+="dashed",v="10, 5, 1, 5, 1, 5";break;case"sysDash":i+="dashed",v="5, 2";break;case"sysDashDot":i+="dashed",v="5, 2, 1, 5";break;case"sysDashDotDot":i+="dashed",v="5, 2, 1, 5, 1, 5";break;case"sysDot":i+="dotted",v="2, 5";break;case void 0:default:i+="solid",v="0"}var T=At(f);T=="NO_FILL"?L=t?"none":"":T=="SOLID_FILL"?L=Un(f["a:solidFill"],void 0,void 0,s):T=="GRADIENT_FILL"?L=wo(f["a:gradFill"],s):T=="PATTERN_FILL"&&(L=Ao(f["a:pattFill"],s))}if(L===void 0){var h=r(a,["p:style","a:lnRef"]);h!==void 0&&(L=Un(h,void 0,void 0,s))}return L===void 0?t?L="none":L="hidden":L="#"+L,i+=" "+L+" ",t?{color:L,width:x,type:k,strokeDasharray:v}:i+";"}async function kp(a,c,t){a.slideContent;var l=a.slideLayoutContent,s=a.slideMasterContent,i=r(l,["p:sldLayout","p:cSld","p:spTree"]),f=r(s,["p:sldMaster","p:cSld","p:spTree"]),d=r(l,["p:sldLayout","attrs","showMasterSp"]),h=await ul(a),p="<div class='slide-background-"+t+"' style='width:"+c.width+"px; height:"+c.height+"px;"+h+"'>";if(i!==void 0)for(var L in i)if(i[L].constructor===Array)for(var x=0;x<i[L].length;x++){var k=r(i[L][x],["p:nvSpPr","p:nvPr","p:ph","attrs","type"]);k!="pic"&&(p+=await Mr(L,i[L][x],i,a,"slideLayoutBg"))}else{var k=r(i[L],["p:nvSpPr","p:nvPr","p:ph","attrs","type"]);k!="pic"&&(p+=await Mr(L,i[L],i,a,"slideLayoutBg"))}if(f!==void 0&&(d=="1"||d===void 0))for(var L in f)if(f[L].constructor===Array)for(var x=0;x<f[L].length;x++){var k=r(f[L][x],["p:nvSpPr","p:nvPr","p:ph","attrs","type"]);p+=await Mr(L,f[L][x],f,a,"slideMasterBg")}else{var k=r(f[L],["p:nvSpPr","p:nvPr","p:ph","attrs","type"]);p+=await Mr(L,f[L],f,a,"slideMasterBg")}return p}async function ul(a,c){var t=a.slideContent,l=a.slideLayoutContent,s=a.slideMasterContent,i=r(t,["p:sld","p:cSld","p:bg","p:bgPr"]),f=r(t,["p:sld","p:cSld","p:bg","p:bgRef"]),d;if(i!==void 0){var h=At(i);if(h=="SOLID_FILL"){var p=i["a:solidFill"],L,x=r(t,["p:sld","p:clrMapOvr","a:overrideClrMapping","attrs"]);if(x!==void 0)L=x;else{var x=r(l,["p:sldLayout","p:clrMapOvr","a:overrideClrMapping","attrs"]);x!==void 0?L=x:L=r(s,["p:sldMaster","p:clrMap","attrs"])}var k=Un(p,L,void 0,a);d="background: #"+k+";"}else h=="GRADIENT_FILL"?d=gs(i,void 0,s,a):h=="PIC_FILL"&&(d=await Yr(i,"slideBg",a,void 0))}else if(f!==void 0){var L,x=r(t,["p:sld","p:clrMapOvr","a:overrideClrMapping","attrs"]);if(x!==void 0)L=x;else{var x=r(l,["p:sldLayout","p:clrMapOvr","a:overrideClrMapping","attrs"]);x!==void 0?L=x:L=r(s,["p:sldMaster","p:clrMap","attrs"])}var v=Un(f,L,void 0,a),T=Number(f.attrs.idx);if(!(T==0||T==1e3)){if(!(T>0&&T<1e3)){if(T>1e3){var u=T-1e3,D=a.themeContent["a:theme"]["a:themeElements"]["a:fmtScheme"]["a:bgFillStyleLst"],g=[];Object.keys(D).forEach(function(A){var H=D[A];if(A!="attrs")if(H.constructor===Array)for(var fe=0;fe<H.length;fe++){var ke={};ke[A]=H[fe],ke.idex=H[fe].attrs.order,ke.attrs={order:H[fe].attrs.order},g.push(ke)}else{var ke={};ke[A]=H,ke.idex=H.attrs.order,ke.attrs={order:H.attrs.order},g.push(ke)}});var o=g.slice(0);o.sort(function(A,H){return A.idex-H.idex});var _=o[u-1],h=At(_);if(h=="SOLID_FILL"){var p=_["a:solidFill"],k=Un(p,L,void 0,a);d="background: #"+k+";"}else h=="GRADIENT_FILL"?d=gs(_,v,s,a):console.log(h)}}}}else{i=r(l,["p:sldLayout","p:cSld","p:bg","p:bgPr"]),f=r(l,["p:sldLayout","p:cSld","p:bg","p:bgRef"]);var L,x=r(l,["p:sldLayout","p:clrMapOvr","a:overrideClrMapping","attrs"]);if(x!==void 0?L=x:L=r(s,["p:sldMaster","p:clrMap","attrs"]),i!==void 0){var h=At(i);if(h=="SOLID_FILL"){var p=i["a:solidFill"],k=Un(p,L,void 0,a);d="background: #"+k+";"}else h=="GRADIENT_FILL"?d=gs(i,void 0,s,a):h=="PIC_FILL"&&(d=await Yr(i,"slideLayoutBg",a,void 0))}else if(f!==void 0){console.log("slideLayoutContent: bgRef",f);var v=Un(f,L,void 0,a),T=Number(f.attrs.idx);if(!(T==0||T==1e3)){if(!(T>0&&T<1e3)){if(T>1e3){var u=T-1e3,D=a.themeContent["a:theme"]["a:themeElements"]["a:fmtScheme"]["a:bgFillStyleLst"],g=[];Object.keys(D).forEach(function(n){var le=D[n];if(n!="attrs")if(le.constructor===Array)for(var he=0;he<le.length;he++){var N={};N[n]=le[he],N.idex=le[he].attrs.order,N.attrs={order:le[he].attrs.order},g.push(N)}else{var N={};N[n]=le,N.idex=le.attrs.order,N.attrs={order:le.attrs.order},g.push(N)}});var o=g.slice(0);o.sort(function(n,le){return n.idex-le.idex});var _=o[u-1],h=At(_);if(h=="SOLID_FILL"){var p=_["a:solidFill"],k=Un(p,L,v,a);d="background: #"+k+";"}else h=="GRADIENT_FILL"?d=gs(_,v,s,a):h=="PIC_FILL"?d=await Yr(_,"themeBg",a,v):console.log(h)}}}}else{i=r(s,["p:sldMaster","p:cSld","p:bg","p:bgPr"]),f=r(s,["p:sldMaster","p:cSld","p:bg","p:bgRef"]);var O=r(s,["p:sldMaster","p:clrMap","attrs"]);if(i!==void 0){var h=At(i);if(h=="SOLID_FILL"){var p=i["a:solidFill"],k=Un(p,O,void 0,a);d="background: #"+k+";"}else h=="GRADIENT_FILL"?d=gs(i,void 0,s,a):h=="PIC_FILL"&&(d=await Yr(i,"slideMasterBg",a,void 0))}else if(f!==void 0){var v=Un(f,O,void 0,a),T=Number(f.attrs.idx);if(!(T==0||T==1e3)){if(!(T>0&&T<1e3)){if(T>1e3){var u=T-1e3,D=a.themeContent["a:theme"]["a:themeElements"]["a:fmtScheme"]["a:bgFillStyleLst"],g=[];Object.keys(D).forEach(function(n){var le=D[n];if(n!="attrs")if(le.constructor===Array)for(var he=0;he<le.length;he++){var N={};N[n]=le[he],N.idex=le[he].attrs.order,N.attrs={order:le[he].attrs.order},g.push(N)}else{var N={};N[n]=le,N.idex=le.attrs.order,N.attrs={order:le.attrs.order},g.push(N)}});var o=g.slice(0);o.sort(function(n,le){return n.idex-le.idex});var _=o[u-1],h=At(_);if(h=="SOLID_FILL"){var p=_["a:solidFill"],k=Un(p,O,v,a);d="background: #"+k+";"}else h=="GRADIENT_FILL"?d=gs(_,v,s,a):h=="PIC_FILL"?d=await Yr(_,"themeBg",a,v):console.log(h)}}}}}}return d}function gs(a,c,t,l){var s="";if(a!==void 0){for(var i=a["a:gradFill"],f=i["a:gsLst"]["a:gs"],d=[],h=[],p=0;p<f.length;p++){var L="",L=Un(f[p],t["p:sldMaster"]["p:clrMap"].attrs,c,l),x=r(f[p],["attrs","pos"]);x!==void 0?h[p]=x/1e3+"%":h[p]="",d[p]="#"+L}var k=i["a:lin"],v=90;k!==void 0&&(v=ms(k.attrs.ang),v=v+90),s="background: linear-gradient("+v+"deg,";for(var p=0;p<f.length;p++)p==f.length-1?s+=d[p]+" "+h[p]+");":s+=d[p]+" "+h[p]+", "}else c!==void 0&&(s="background: #"+c+";");return s}async function Yr(a,c,t,l,s){var i,f=await pl(c,a["a:blipFill"],t),d=a.attrs.order,h=a["a:blipFill"]["a:blip"],p=r(h,["a:duotone"]);if(p!==void 0){var L=[];Object.keys(p).forEach(function(o){if(o!="attrs"){var _={};_[o]=p[o],L.push(Un(_,void 0,l,t))}})}var x=r(h,["a:alphaModFix","attrs"]),k="";if(x!==void 0&&x.amt!==void 0&&x.amt!=""){var v=parseInt(x.amt)/1e5;k="opacity:"+v+";"}var T=r(a,["a:blipFill","a:tile","attrs"]),u="";T!==void 0&&T.sx!==void 0&&(parseInt(T.sx)/1e5,parseInt(T.sy)/1e5,parseInt(T.tx)/1e5,parseInt(T.ty)/1e5,T.algn,T.flip,u+="background-repeat: round;");var D=r(a,["a:blipFill","a:stretch"]);if(D!==void 0){var g=r(D,["a:fillRect","attrs"]);u+="background-repeat: no-repeat;",u+="background-position: center;",g!==void 0&&(u+="background-size: 100% 100%;;")}return i="background: url("+f+"); z-index: "+d+";"+u+k,i}async function Xo(a,c,t,l,s){var i=At(r(a,["p:spPr"])),f,d;if(i=="NO_FILL")return t?"none":"";if(i=="SOLID_FILL"?(d=a["p:spPr"]["a:solidFill"],f=Un(d,void 0,void 0,l)):i=="GRADIENT_FILL"?(d=a["p:spPr"]["a:gradFill"],f=wo(d,l)):i=="PATTERN_FILL"?(d=a["p:spPr"]["a:pattFill"],f=Ao(d,l)):i=="PIC_FILL"&&(d=a["p:spPr"]["a:blipFill"],f=await pl(s,d,l)),f===void 0){var h=r(a,["p:style","a:fillRef"]),p=parseInt(r(a,["p:style","a:fillRef","attrs","idx"]));if(p==0||p==1e3)return t?"none":"";f=Un(h,void 0,void 0,l)}if(f===void 0){var L=r(a,["p:spPr","a:grpFill"]);if(L!==void 0){var x=c["p:grpSpPr"],k={"p:spPr":x};return await Xo(k,a,t,l,s)}else if(i=="NO_FILL")return t?"none":""}if(f!==void 0)if(i=="GRADIENT_FILL"){if(t)return f;for(var v=f.color,T=f.rot,u="background: linear-gradient("+T+"deg,",D=0;D<v.length;D++)D==v.length-1?u+="#"+v[D]+");":u+="#"+v[D]+", ";return u}else{if(i=="PIC_FILL")return t?f:"background-image:url("+f+");";if(i=="PATTERN_FILL"){var g="",o="",_="";return g=f[0],f[1]!==null&&f[1]!==void 0&&f[1]!=""&&(o=" background-size:"+f[1]+";"),f[2]!==null&&f[2]!==void 0&&f[2]!=""&&(_=" background-position:"+f[2]+";"),"background: "+g+";"+o+_}else if(t){var O=Ye(f);return f=O.toRgbString(),f}else return"background-color: #"+f+";"}else return t?"none":"background-color: inherit;"}function At(a={}){var c="";return a["a:noFill"]!==void 0&&(c="NO_FILL"),a["a:solidFill"]!==void 0&&(c="SOLID_FILL"),a["a:gradFill"]!==void 0&&(c="GRADIENT_FILL"),a["a:pattFill"]!==void 0&&(c="PATTERN_FILL"),a["a:blipFill"]!==void 0&&(c="PIC_FILL"),a["a:grpFill"]!==void 0&&(c="GROUP_FILL"),c}function wo(a,c){for(var t=a["a:gsLst"]["a:gs"],l=[],s=0;s<t.length;s++){var i=Un(t[s],void 0,void 0,c);l[s]=i}var f=a["a:lin"],d=0;return f!==void 0&&(d=ms(f.attrs.ang)+90),{color:l,rot:d}}async function pl(a,c,t){var l,s=c["a:blip"].attrs["r:embed"],i;if(a=="slideBg"||a=="slide"?i=r(t,["slideResObj",s,"target"]):a=="slideLayoutBg"?i=r(t,["layoutResObj",s,"target"]):a=="slideMasterBg"?i=r(t,["masterResObj",s,"target"]):a=="themeBg"?i=r(t,["themeResObj",s,"target"]):a=="diagramBg"&&(i=r(t,["diagramResObj",s,"target"])),i!==void 0){if(l=r(t,["loaded-images",i]),l===void 0){i=Vo(i);var f=i.split(".").pop();if(f=="xml")return;var d=await t.zip.file(i).async("arraybuffer"),h=qo(f);l="data:"+h+";base64,"+nf(d),Bp(t,["loaded-images",i],l)}return l}}function Ao(a,c){var t="",l="",s="",i=a["a:bgClr"],f=a["a:fgClr"];s=a.attrs.prst,t=Un(f,void 0,void 0,c),l=Un(i,void 0,void 0,c);var d=Mp(s,l,t);return d}function Mp(a,c,t){switch(a){case"smGrid":return["linear-gradient(to right, #"+t+" -1px, transparent 1px ), linear-gradient(to bottom, #"+t+" -1px, transparent 1px) #"+c+";","4px 4px"];case"dotGrid":return["linear-gradient(to right, #"+t+" -1px, transparent 1px ), linear-gradient(to bottom, #"+t+" -1px, transparent 1px) #"+c+";","8px 8px"];case"lgGrid":return["linear-gradient(to right, #"+t+" -1px, transparent 1.5px ), linear-gradient(to bottom, #"+t+" -1px, transparent 1.5px) #"+c+";","8px 8px"];case"wdUpDiag":return["repeating-linear-gradient(-45deg, transparent 1px , transparent 4px, #"+t+" 7px)#"+c+";"];case"dkUpDiag":return["repeating-linear-gradient(-45deg, transparent 1px , #"+c+" 5px)#"+t+";"];case"ltUpDiag":return["repeating-linear-gradient(-45deg, transparent 1px , transparent 2px, #"+t+" 4px)#"+c+";"];case"wdDnDiag":return["repeating-linear-gradient(45deg, transparent 1px , transparent 4px, #"+t+" 7px)#"+c+";"];case"dkDnDiag":return["repeating-linear-gradient(45deg, transparent 1px , #"+c+" 5px)#"+t+";"];case"ltDnDiag":return["repeating-linear-gradient(45deg, transparent 1px , transparent 2px, #"+t+" 4px)#"+c+";"];case"dkHorz":return["repeating-linear-gradient(0deg, transparent 1px , transparent 2px, #"+c+" 7px)#"+t+";"];case"ltHorz":return["repeating-linear-gradient(0deg, transparent 1px , transparent 5px, #"+t+" 7px)#"+c+";"];case"narHorz":return["repeating-linear-gradient(0deg, transparent 1px , transparent 2px, #"+t+" 4px)#"+c+";"];case"dkVert":return["repeating-linear-gradient(90deg, transparent 1px , transparent 2px, #"+c+" 7px)#"+t+";"];case"ltVert":return["repeating-linear-gradient(90deg, transparent 1px , transparent 5px, #"+t+" 7px)#"+c+";"];case"narVert":return["repeating-linear-gradient(90deg, transparent 1px , transparent 2px, #"+t+" 4px)#"+c+";"];case"lgCheck":case"smCheck":var s="",l="";return a=="lgCheck"?(s="8px 8px",l="0 0, 4px 4px, 4px 4px, 8px 8px"):(s="4px 4px",l="0 0, 2px 2px, 2px 2px, 4px 4px"),["linear-gradient(45deg, #"+t+" 25%, transparent 0, transparent 75%, #"+t+" 0), linear-gradient(45deg, #"+t+" 25%, transparent 0, transparent 75%, #"+t+" 0) #"+c+";",s,l];case"dashUpDiag":return["repeating-linear-gradient(152deg, #"+t+", #"+t+" 5% , transparent 0, transparent 70%)#"+c+";","4px 4px"];case"dashDnDiag":return["repeating-linear-gradient(45deg, #"+t+", #"+t+" 5% , transparent 0, transparent 70%)#"+c+";","4px 4px"];case"diagBrick":return["linear-gradient(45deg, transparent 15%, #"+t+" 30%, transparent 30%), linear-gradient(-45deg, transparent 15%, #"+t+" 30%, transparent 30%), linear-gradient(-45deg, transparent 65%, #"+t+" 80%, transparent 0) #"+c+";","4px 4px"];case"horzBrick":return["linear-gradient(335deg, #"+c+" 1.6px, transparent 1.6px), linear-gradient(155deg, #"+c+" 1.6px, transparent 1.6px), linear-gradient(335deg, #"+c+" 1.6px, transparent 1.6px), linear-gradient(155deg, #"+c+" 1.6px, transparent 1.6px) #"+t+";","4px 4px","0 0.15px, 0.3px 2.5px, 2px 2.15px, 2.35px 0.4px"];case"dashVert":return["linear-gradient(0deg, #"+c+" 30%, transparent 30%),linear-gradient(90deg,transparent, transparent 40%, #"+t+" 40%, #"+t+" 60% , transparent 60%)#"+c+";","4px 4px"];case"dashHorz":return["linear-gradient(90deg, #"+c+" 30%, transparent 30%),linear-gradient(0deg,transparent, transparent 40%, #"+t+" 40%, #"+t+" 60% , transparent 60%)#"+c+";","4px 4px"];case"solidDmnd":return["linear-gradient(135deg, #"+t+" 25%, transparent 25%), linear-gradient(225deg, #"+t+" 25%, transparent 25%), linear-gradient(315deg, #"+t+" 25%, transparent 25%), linear-gradient(45deg, #"+t+" 25%, transparent 25%) #"+c+";","8px 8px"];case"openDmnd":return["linear-gradient(45deg, transparent 0%, transparent calc(50% - 0.5px), #"+t+" 50%, transparent calc(50% + 0.5px), transparent 100%), linear-gradient(-45deg, transparent 0%, transparent calc(50% - 0.5px) , #"+t+" 50%, transparent calc(50% + 0.5px), transparent 100%) #"+c+";","8px 8px"];case"dotDmnd":return["radial-gradient(#"+t+" 15%, transparent 0), radial-gradient(#"+t+" 15%, transparent 0) #"+c+";","4px 4px","0 0, 2px 2px"];case"zigZag":case"wave":var s="";return a=="zigZag"?s="0":s="1px",["linear-gradient(135deg, #"+t+" 25%, transparent 25%) 50px "+s+", linear-gradient(225deg, #"+t+" 25%, transparent 25%) 50px "+s+", linear-gradient(315deg, #"+t+" 25%, transparent 25%), linear-gradient(45deg, #"+t+" 25%, transparent 25%) #"+c+";","4px 4px"];case"lgConfetti":case"smConfetti":var s="";return a=="lgConfetti"?s="4px 4px":s="2px 2px",["linear-gradient(135deg, #"+t+" 25%, transparent 25%) 50px 1px, linear-gradient(225deg, #"+t+" 25%, transparent 25%), linear-gradient(315deg, #"+t+" 25%, transparent 25%) 50px 1px , linear-gradient(45deg, #"+t+" 25%, transparent 25%) #"+c+";",s];case"plaid":return["linear-gradient(0deg, transparent, transparent 25%, #"+t+"33 25%, #"+t+"33 50%),linear-gradient(90deg, transparent, transparent 25%, #"+t+"66 25%, #"+t+"66 50%) #"+c+";","4px 4px"];case"sphere":return["radial-gradient(#"+t+" 50%, transparent 50%),#"+c+";","4px 4px"];case"weave":case"shingle":return["linear-gradient(45deg, #"+c+" 1.31px , #"+t+" 1.4px, #"+t+" 1.5px, transparent 1.5px, transparent 4.2px, #"+t+" 4.2px, #"+t+" 4.3px, transparent 4.31px), linear-gradient(-45deg, #"+c+" 1.31px , #"+t+" 1.4px, #"+t+" 1.5px, transparent 1.5px, transparent 4.2px, #"+t+" 4.2px, #"+t+" 4.3px, transparent 4.31px) 0 4px, #"+c+";","4px 8px"];case"pct5":case"pct10":case"pct20":case"pct25":case"pct30":case"pct40":case"pct50":case"pct60":case"pct70":case"pct75":case"pct80":case"pct90":case"trellis":case"divot":var i;switch(a){case"pct5":i=["0.3px","10%","2px 2px"];break;case"divot":i=["0.3px","40%","4px 4px"];break;case"pct10":i=["0.3px","20%","2px 2px"];break;case"pct20":i=["0.2px","40%","2px 2px"];break;case"pct25":i=["0.2px","50%","2px 2px"];break;case"pct30":i=["0.5px","50%","2px 2px"];break;case"pct40":i=["0.5px","70%","2px 2px"];break;case"pct50":i=["0.09px","90%","2px 2px"];break;case"pct60":i=["0.3px","90%","2px 2px"];break;case"pct70":case"trellis":i=["0.5px","95%","2px 2px"];break;case"pct75":i=["0.65px","100%","2px 2px"];break;case"pct80":i=["0.85px","100%","2px 2px"];break;case"pct90":i=["1px","100%","2px 2px"];break}return["radial-gradient(#"+t+" "+i[0]+", transparent "+i[1]+"),#"+c+";",i[2]];default:return[0,0]}}function Un(a,c,t,l){if(a!==void 0){var s="",i;if(a["a:srgbClr"]!==void 0)i=a["a:srgbClr"],s=r(i,["attrs","val"]);else if(a["a:schemeClr"]!==void 0){i=a["a:schemeClr"];var f=r(i,["attrs","val"]);s=bl("a:"+f,c,t,l)}else if(a["a:scrgbClr"]!==void 0){i=a["a:scrgbClr"];var d=i.attrs,h=d.r.indexOf("%")!=-1?d.r.split("%").shift():d.r,p=d.g.indexOf("%")!=-1?d.g.split("%").shift():d.g,L=d.b.indexOf("%")!=-1?d.b.split("%").shift():d.b;s=us(255*(Number(h)/100))+us(255*(Number(p)/100))+us(255*(Number(L)/100))}else if(a["a:prstClr"]!==void 0){i=a["a:prstClr"];var x=r(i,["attrs","val"]);s=Wp(x)}else if(a["a:hslClr"]!==void 0){i=a["a:hslClr"];var d=i.attrs,k=Number(d.hue)/1e5,v=Number(d.sat.indexOf("%")!=-1?d.sat.split("%").shift():d.sat)/100,T=Number(d.lum.indexOf("%")!=-1?d.lum.split("%").shift():d.lum)/100,u=_p(k,v,T);s=us(u.r)+us(u.g)+us(u.b)}else if(a["a:sysClr"]!==void 0){i=a["a:sysClr"];var D=r(i,["attrs","lastClr"]);D!==void 0&&(s=D)}var g=!1,o=parseInt(r(i,["a:alpha","attrs","val"]))/1e5;if(!isNaN(o)){var _=Ye(s);_.setAlpha(o),s=_.toHex8(),g=!0}var O=parseInt(r(i,["a:hueMod","attrs","val"]))/1e5;isNaN(O)||(s=Cp(s,O,g));var Z=parseInt(r(i,["a:lumMod","attrs","val"]))/1e5;isNaN(Z)||(s=Fp(s,Z,g));var se=parseInt(r(i,["a:lumOff","attrs","val"]))/1e5;isNaN(se)||(s=Sp(s,se,g));var ne=parseInt(r(i,["a:satMod","attrs","val"]))/1e5;isNaN(ne)||(s=Ep(s,ne,g));var A=parseInt(r(i,["a:shade","attrs","val"]))/1e5;isNaN(A)||(s=Ip(s,A,g));var H=parseInt(r(i,["a:tint","attrs","val"]))/1e5;return isNaN(H)||(s=Pp(s,H,g)),s}}function us(a){for(var c=a.toString(16);c.length<2;)c="0"+c;return c}function _p(a,c,t){var l,s,i,f,d;return a=a/60,t<=.5?s=t*(c+1):s=t+c-t*c,l=t*2-s,i=ef(l,s,a+2)*255,f=ef(l,s,a)*255,d=ef(l,s,a-2)*255,{r:i,g:f,b:d}}function ef(a,c,t){return t<0&&(t+=6),t>=6&&(t-=6),t<1?(c-a)*t+a:t<3?c:t<4?(c-a)*(4-t)+a:a}function Wp(a){var c,t=["white","AliceBlue","AntiqueWhite","Aqua","Aquamarine","Azure","Beige","Bisque","black","BlanchedAlmond","Blue","BlueViolet","Brown","BurlyWood","CadetBlue","Chartreuse","Chocolate","Coral","CornflowerBlue","Cornsilk","Crimson","Cyan","DarkBlue","DarkCyan","DarkGoldenRod","DarkGray","DarkGrey","DarkGreen","DarkKhaki","DarkMagenta","DarkOliveGreen","DarkOrange","DarkOrchid","DarkRed","DarkSalmon","DarkSeaGreen","DarkSlateBlue","DarkSlateGray","DarkSlateGrey","DarkTurquoise","DarkViolet","DeepPink","DeepSkyBlue","DimGray","DimGrey","DodgerBlue","FireBrick","FloralWhite","ForestGreen","Fuchsia","Gainsboro","GhostWhite","Gold","GoldenRod","Gray","Grey","Green","GreenYellow","HoneyDew","HotPink","IndianRed","Indigo","Ivory","Khaki","Lavender","LavenderBlush","LawnGreen","LemonChiffon","LightBlue","LightCoral","LightCyan","LightGoldenRodYellow","LightGray","LightGrey","LightGreen","LightPink","LightSalmon","LightSeaGreen","LightSkyBlue","LightSlateGray","LightSlateGrey","LightSteelBlue","LightYellow","Lime","LimeGreen","Linen","Magenta","Maroon","MediumAquaMarine","MediumBlue","MediumOrchid","MediumPurple","MediumSeaGreen","MediumSlateBlue","MediumSpringGreen","MediumTurquoise","MediumVioletRed","MidnightBlue","MintCream","MistyRose","Moccasin","NavajoWhite","Navy","OldLace","Olive","OliveDrab","Orange","OrangeRed","Orchid","PaleGoldenRod","PaleGreen","PaleTurquoise","PaleVioletRed","PapayaWhip","PeachPuff","Peru","Pink","Plum","PowderBlue","Purple","RebeccaPurple","Red","RosyBrown","RoyalBlue","SaddleBrown","Salmon","SandyBrown","SeaGreen","SeaShell","Sienna","Silver","SkyBlue","SlateBlue","SlateGray","SlateGrey","Snow","SpringGreen","SteelBlue","Tan","Teal","Thistle","Tomato","Turquoise","Violet","Wheat","White","WhiteSmoke","Yellow","YellowGreen"],l=["ffffff","f0f8ff","faebd7","00ffff","7fffd4","f0ffff","f5f5dc","ffe4c4","000000","ffebcd","0000ff","8a2be2","a52a2a","deb887","5f9ea0","7fff00","d2691e","ff7f50","6495ed","fff8dc","dc143c","00ffff","00008b","008b8b","b8860b","a9a9a9","a9a9a9","006400","bdb76b","8b008b","556b2f","ff8c00","9932cc","8b0000","e9967a","8fbc8f","483d8b","2f4f4f","2f4f4f","00ced1","9400d3","ff1493","00bfff","696969","696969","1e90ff","b22222","fffaf0","228b22","ff00ff","dcdcdc","f8f8ff","ffd700","daa520","808080","808080","008000","adff2f","f0fff0","ff69b4","cd5c5c","4b0082","fffff0","f0e68c","e6e6fa","fff0f5","7cfc00","fffacd","add8e6","f08080","e0ffff","fafad2","d3d3d3","d3d3d3","90ee90","ffb6c1","ffa07a","20b2aa","87cefa","778899","778899","b0c4de","ffffe0","00ff00","32cd32","faf0e6","ff00ff","800000","66cdaa","0000cd","ba55d3","9370db","3cb371","7b68ee","00fa9a","48d1cc","c71585","191970","f5fffa","ffe4e1","ffe4b5","ffdead","000080","fdf5e6","808000","6b8e23","ffa500","ff4500","da70d6","eee8aa","98fb98","afeeee","db7093","ffefd5","ffdab9","cd853f","ffc0cb","dda0dd","b0e0e6","800080","663399","ff0000","bc8f8f","4169e1","8b4513","fa8072","f4a460","2e8b57","fff5ee","a0522d","c0c0c0","87ceeb","6a5acd","708090","708090","fffafa","00ff7f","4682b4","d2b48c","008080","d8bfd8","ff6347","40e0d0","ee82ee","f5deb3","ffffff","f5f5f5","ffff00","9acd32"],s=t.indexOf(a);return s!=-1&&(c=l[s]),c}function bl(a,c,t,l){var s;if(c!==void 0)s=c;else{var i=r(l.slideContent,["p:sld","p:clrMapOvr","a:overrideClrMapping","attrs"]);if(i!==void 0)s=i;else{var i=r(l.slideLayoutContent,["p:sldLayout","p:clrMapOvr","a:overrideClrMapping","attrs"]);i!==void 0?s=i:s=r(l.slideMasterContent,["p:sldMaster","p:clrMap","attrs"])}}var f=a.substr(2);if(f=="phClr"&&t!==void 0)h=t;else{if(s!==void 0)switch(f){case"tx1":case"tx2":case"bg1":case"bg2":a="a:"+s[f];break}else switch(f){case"tx1":a="a:dk1";break;case"tx2":a="a:dk2";break;case"bg1":a="a:lt1";break;case"bg2":a="a:lt2";break}var d=r(l.themeContent,["a:theme","a:themeElements","a:clrScheme",a]),h=r(d,["a:srgbClr","attrs","val"]);h===void 0&&d!==void 0&&(h=r(d,["a:sysClr","attrs","lastClr"]))}return h}function ps(a){var c=new Array;if(a===void 0)return c;if(a["c:xVal"]!==void 0){var t=new Array;bs(a["c:xVal"]["c:numRef"]["c:numCache"]["c:pt"],function(l,s){return t.push(parseFloat(l["c:v"])),""}),c.push(t),t=new Array,bs(a["c:yVal"]["c:numRef"]["c:numCache"]["c:pt"],function(l,s){return t.push(parseFloat(l["c:v"])),""}),c.push(t)}else bs(a,function(l,s){var i=new Array,f=r(l,["c:tx","c:strRef","c:strCache","c:pt","c:v"])||s,d={};return r(l,["c:cat","c:strRef","c:strCache","c:pt"])!==void 0?bs(l["c:cat"]["c:strRef"]["c:strCache"]["c:pt"],function(h,p){return d[h.attrs.idx]=h["c:v"],""}):r(l,["c:cat","c:numRef","c:numCache","c:pt"])!==void 0&&bs(l["c:cat"]["c:numRef"]["c:numCache"]["c:pt"],function(h,p){return d[h.attrs.idx]=h["c:v"],""}),r(l,["c:val","c:numRef","c:numCache","c:pt"])!==void 0&&bs(l["c:val"]["c:numRef"]["c:numCache"]["c:pt"],function(h,p){return i.push({x:h.attrs.idx,y:parseFloat(h["c:v"])}),""}),c.push({key:f,values:i,xlabels:d}),""});return c}function r(a,c){if(c.constructor!==Array)throw Error("Error of path type! path is not array.");if(a===void 0)return;const t=c.length;for(let l=0;l<t;l++)if(a=a[c[l]],a===void 0)return;return a}function Bp(a,c,t){if(c.constructor!==Array)throw Error("Error of path type! path is not array.");a!==void 0&&(Object.prototype.set=function(l,s){for(var i=this,f=l.length,d=0;d<f;d++){var h=l[d];i[h]===void 0&&(d==f-1?i[h]=s:i[h]={}),i=i[h]}return i},a.set(c,t))}function bs(a,c){if(a!==void 0){var t="";if(a.constructor===Array)for(var l=a.length,s=0;s<l;s++)t+=c(a[s],s);else t+=c(a,0);return t}}function Ip(a,c,t){var l=Ye(a).toHsl();c>=1&&(c=1);var s=Math.min(l.l*c,1);return t?Ye({h:l.h,s:l.s,l:s,a:l.a}).toHex8():Ye({h:l.h,s:l.s,l:s,a:l.a}).toHex()}function Pp(a,c,t){var l=Ye(a).toHsl();c>=1&&(c=1);var s=l.l*c+(1-c);return t?Ye({h:l.h,s:l.s,l:s,a:l.a}).toHex8():Ye({h:l.h,s:l.s,l:s,a:l.a}).toHex()}function Sp(a,c,t){var l=Ye(a).toHsl(),s=c+l.l;return s>=1?t?Ye({h:l.h,s:l.s,l:1,a:l.a}).toHex8():Ye({h:l.h,s:l.s,l:1,a:l.a}).toHex():t?Ye({h:l.h,s:l.s,l:s,a:l.a}).toHex8():Ye({h:l.h,s:l.s,l:s,a:l.a}).toHex()}function Fp(a,c,t){var l=Ye(a).toHsl(),s=l.l*c;return s>=1&&(s=1),t?Ye({h:l.h,s:l.s,l:s,a:l.a}).toHex8():Ye({h:l.h,s:l.s,l:s,a:l.a}).toHex()}function Cp(a,c,t){var l=Ye(a).toHsl(),s=l.h*c;return s>=360&&(s=s-360),t?Ye({h:cocacl_h,s:l.s,l:l.l,a:l.a}).toHex8():Ye({h:s,s:l.s,l:l.l,a:l.a}).toHex()}function Ep(a,c,t){var l=Ye(a).toHsl(),s=l.s*c;return s>=1&&(s=1),t?Ye({h:l.h,s,l:l.l,a:l.a}).toHex8():Ye({h:l.h,s,l:l.l,a:l.a}).toHex()}function ms(a){return a==""||a==null?0:Math.round(a/6e4)}function qo(a){var c="";switch(a.toLowerCase()){case"jpg":case"jpeg":c="image/jpeg";break;case"png":c="image/png";break;case"gif":c="image/gif";break;case"emf":c="image/x-emf";break;case"wmf":c="image/x-wmf";break;case"svg":c="image/svg+xml";break;case"mp4":c="video/mp4";break;case"webm":c="video/webm";break;case"ogg":c="video/ogg";break;case"avi":c="video/avi";break;case"mpg":c="video/mpg";break;case"wmv":c="video/wmv";break;case"mp3":c="audio/mpeg";break;case"wav":c="audio/wav";break;case"tif":case"tiff":c="image/tiff";break}return c}function zp(a,c,t,l,s){var i=Rp(l-2),f="",d=c,h=a,p="",L=Gp(t,d,h),x=L[0],k=L[1],v=L[2],T=L[3],u=i.length,D=u<20?100:1e3;f=' gradientUnits="userSpaceOnUse" x1="'+x+'%" y1="'+k+'%" x2="'+v+'%" y2="'+T+'%"',f='<linearGradient id="linGrd_'+s+'"'+f+`>
19
- `,p+=f;for(var g=0;g<u;g++){var o=Ye("#"+l[g]),_=o.getAlpha();p+='<stop offset="'+Math.round(parseFloat(i[g])/100*D)/D+'" style="stop-color:'+o.toHexString()+"; stop-opacity:"+_+';"',p+=`/>
17
+ >/= `;function _(){for(var H=t;o.indexOf(a[t])===-1&&a[t];)t++;return a.slice(H,t)}var O=c.noChildNodes||["img","br","input","meta","link","hr"];function Z(){t++;const H=_(),fe={};let ke=[];for(;a.charCodeAt(t)!==h&&a[t];){var F=a.charCodeAt(t);if(F>64&&F<91||F>96&&F<123){for(var oe=_(),e=a.charCodeAt(t);e&&e!==k&&e!==v&&!(e>64&&e<91||e>96&&e<123)&&e!==h;)t++,e=a.charCodeAt(t);if(e===k||e===v){var n=se();if(t===-1)return{tagName:H,attributes:fe,children:ke}}else n=null,t--;fe[oe]=n}t++}if(a.charCodeAt(t-1)!==L)if(H=="script"){var le=t+1;t=a.indexOf("<\/script>",t),ke=[a.slice(le,t)],t+=9}else if(H=="style"){var le=t+1;t=a.indexOf("</style>",t),ke=[a.slice(le,t)],t+=8}else O.indexOf(H)===-1?(t++,ke=D(H)):t++;else t++;return{tagName:H,attributes:fe,children:ke}}function se(){var H=a[t],fe=t+1;return t=a.indexOf(H,fe),a.slice(fe,t)}function ne(){var H=new RegExp("\\s"+c.attrName+`\\s*=['"]`+c.attrValue+`['"]`).exec(a);return H?H.index:-1}var A=null;if(c.attrValue!==void 0){c.attrName=c.attrName||"id";for(var A=[];(t=ne())!==-1;)t=a.lastIndexOf("<",t),t!==-1&&A.push(Z()),a=a.substr(t),t=0}else c.parseNode?A=Z():A=D("");return c.filter&&(A=filter(A,c.filter)),c.simplify?il(Array.isArray(A)?A:[A]):(c.setPos&&(A.pos=t),A)}let Ku=1;function il(a){const c={};if(!a||!a.length)return{};if(a.length===1&&typeof a[0]=="string")return a[0];a.forEach(function(l){if(typeof l!="object")return;c[l.tagName]||(c[l.tagName]=[]);const s=il(l.children);c[l.tagName].push(s),typeof s!="string"&&(Object.keys(l.attributes).length&&(s.attrs=l.attributes),s.attrs||(s.attrs={}),s.attrs.order=Ku++)});for(var t in c)c[t].length==1&&(c[t]=c[t][0]);return c}var Jr={},X0={};Object.defineProperty(X0,"__esModule",{value:!0});var Ju=[{"Typeface name":"Symbol","Dingbat dec":"32","Dingbat hex":"20","Unicode dec":"32","Unicode hex":"20"},{"Typeface name":"Symbol","Dingbat dec":"33","Dingbat hex":"21","Unicode dec":"33","Unicode hex":"21"},{"Typeface name":"Symbol","Dingbat dec":"34","Dingbat hex":"22","Unicode dec":"8704","Unicode hex":"2200"},{"Typeface name":"Symbol","Dingbat dec":"35","Dingbat hex":"23","Unicode dec":"35","Unicode hex":"23"},{"Typeface name":"Symbol","Dingbat dec":"36","Dingbat hex":"24","Unicode dec":"8707","Unicode hex":"2203"},{"Typeface name":"Symbol","Dingbat dec":"37","Dingbat hex":"25","Unicode dec":"37","Unicode hex":"25"},{"Typeface name":"Symbol","Dingbat dec":"38","Dingbat hex":"26","Unicode dec":"38","Unicode hex":"26"},{"Typeface name":"Symbol","Dingbat dec":"39","Dingbat hex":"27","Unicode dec":"8717","Unicode hex":"220D"},{"Typeface name":"Symbol","Dingbat dec":"40","Dingbat hex":"28","Unicode dec":"40","Unicode hex":"28"},{"Typeface name":"Symbol","Dingbat dec":"41","Dingbat hex":"29","Unicode dec":"41","Unicode hex":"29"},{"Typeface name":"Symbol","Dingbat dec":"42","Dingbat hex":"2A","Unicode dec":"42","Unicode hex":"2A"},{"Typeface name":"Symbol","Dingbat dec":"43","Dingbat hex":"2B","Unicode dec":"43","Unicode hex":"2B"},{"Typeface name":"Symbol","Dingbat dec":"44","Dingbat hex":"2C","Unicode dec":"44","Unicode hex":"2C"},{"Typeface name":"Symbol","Dingbat dec":"45","Dingbat hex":"2D","Unicode dec":"8722","Unicode hex":"2212"},{"Typeface name":"Symbol","Dingbat dec":"46","Dingbat hex":"2E","Unicode dec":"46","Unicode hex":"2E"},{"Typeface name":"Symbol","Dingbat dec":"47","Dingbat hex":"2F","Unicode dec":"47","Unicode hex":"2F"},{"Typeface name":"Symbol","Dingbat dec":"48","Dingbat hex":"30","Unicode dec":"48","Unicode hex":"30"},{"Typeface name":"Symbol","Dingbat dec":"49","Dingbat hex":"31","Unicode dec":"49","Unicode hex":"31"},{"Typeface name":"Symbol","Dingbat dec":"50","Dingbat hex":"32","Unicode dec":"50","Unicode hex":"32"},{"Typeface name":"Symbol","Dingbat dec":"51","Dingbat hex":"33","Unicode dec":"51","Unicode hex":"33"},{"Typeface name":"Symbol","Dingbat dec":"52","Dingbat hex":"34","Unicode dec":"52","Unicode hex":"34"},{"Typeface name":"Symbol","Dingbat dec":"53","Dingbat hex":"35","Unicode dec":"53","Unicode hex":"35"},{"Typeface name":"Symbol","Dingbat dec":"54","Dingbat hex":"36","Unicode dec":"54","Unicode hex":"36"},{"Typeface name":"Symbol","Dingbat dec":"55","Dingbat hex":"37","Unicode dec":"55","Unicode hex":"37"},{"Typeface name":"Symbol","Dingbat dec":"56","Dingbat hex":"38","Unicode dec":"56","Unicode hex":"38"},{"Typeface name":"Symbol","Dingbat dec":"57","Dingbat hex":"39","Unicode dec":"57","Unicode hex":"39"},{"Typeface name":"Symbol","Dingbat dec":"58","Dingbat hex":"3A","Unicode dec":"58","Unicode hex":"3A"},{"Typeface name":"Symbol","Dingbat dec":"59","Dingbat hex":"3B","Unicode dec":"59","Unicode hex":"3B"},{"Typeface name":"Symbol","Dingbat dec":"60","Dingbat hex":"3C","Unicode dec":"60","Unicode hex":"3C"},{"Typeface name":"Symbol","Dingbat dec":"61","Dingbat hex":"3D","Unicode dec":"61","Unicode hex":"3D"},{"Typeface name":"Symbol","Dingbat dec":"62","Dingbat hex":"3E","Unicode dec":"62","Unicode hex":"3E"},{"Typeface name":"Symbol","Dingbat dec":"63","Dingbat hex":"3F","Unicode dec":"63","Unicode hex":"3F"},{"Typeface name":"Symbol","Dingbat dec":"64","Dingbat hex":"40","Unicode dec":"8773","Unicode hex":"2245"},{"Typeface name":"Symbol","Dingbat dec":"65","Dingbat hex":"41","Unicode dec":"913","Unicode hex":"391"},{"Typeface name":"Symbol","Dingbat dec":"66","Dingbat hex":"42","Unicode dec":"914","Unicode hex":"392"},{"Typeface name":"Symbol","Dingbat dec":"67","Dingbat hex":"43","Unicode dec":"935","Unicode hex":"3A7"},{"Typeface name":"Symbol","Dingbat dec":"68","Dingbat hex":"44","Unicode dec":"916","Unicode hex":"394"},{"Typeface name":"Symbol","Dingbat dec":"69","Dingbat hex":"45","Unicode dec":"917","Unicode hex":"395"},{"Typeface name":"Symbol","Dingbat dec":"70","Dingbat hex":"46","Unicode dec":"934","Unicode hex":"3A6"},{"Typeface name":"Symbol","Dingbat dec":"71","Dingbat hex":"47","Unicode dec":"915","Unicode hex":"393"},{"Typeface name":"Symbol","Dingbat dec":"72","Dingbat hex":"48","Unicode dec":"919","Unicode hex":"397"},{"Typeface name":"Symbol","Dingbat dec":"73","Dingbat hex":"49","Unicode dec":"921","Unicode hex":"399"},{"Typeface name":"Symbol","Dingbat dec":"74","Dingbat hex":"4A","Unicode dec":"977","Unicode hex":"3D1"},{"Typeface name":"Symbol","Dingbat dec":"75","Dingbat hex":"4B","Unicode dec":"922","Unicode hex":"39A"},{"Typeface name":"Symbol","Dingbat dec":"76","Dingbat hex":"4C","Unicode dec":"923","Unicode hex":"39B"},{"Typeface name":"Symbol","Dingbat dec":"77","Dingbat hex":"4D","Unicode dec":"924","Unicode hex":"39C"},{"Typeface name":"Symbol","Dingbat dec":"78","Dingbat hex":"4E","Unicode dec":"925","Unicode hex":"39D"},{"Typeface name":"Symbol","Dingbat dec":"79","Dingbat hex":"4F","Unicode dec":"927","Unicode hex":"39F"},{"Typeface name":"Symbol","Dingbat dec":"80","Dingbat hex":"50","Unicode dec":"928","Unicode hex":"3A0"},{"Typeface name":"Symbol","Dingbat dec":"81","Dingbat hex":"51","Unicode dec":"920","Unicode hex":"398"},{"Typeface name":"Symbol","Dingbat dec":"82","Dingbat hex":"52","Unicode dec":"929","Unicode hex":"3A1"},{"Typeface name":"Symbol","Dingbat dec":"83","Dingbat hex":"53","Unicode dec":"931","Unicode hex":"3A3"},{"Typeface name":"Symbol","Dingbat dec":"84","Dingbat hex":"54","Unicode dec":"932","Unicode hex":"3A4"},{"Typeface name":"Symbol","Dingbat dec":"85","Dingbat hex":"55","Unicode dec":"933","Unicode hex":"3A5"},{"Typeface name":"Symbol","Dingbat dec":"86","Dingbat hex":"56","Unicode dec":"962","Unicode hex":"3C2"},{"Typeface name":"Symbol","Dingbat dec":"87","Dingbat hex":"57","Unicode dec":"937","Unicode hex":"3A9"},{"Typeface name":"Symbol","Dingbat dec":"88","Dingbat hex":"58","Unicode dec":"926","Unicode hex":"39E"},{"Typeface name":"Symbol","Dingbat dec":"89","Dingbat hex":"59","Unicode dec":"936","Unicode hex":"3A8"},{"Typeface name":"Symbol","Dingbat dec":"90","Dingbat hex":"5A","Unicode dec":"918","Unicode hex":"396"},{"Typeface name":"Symbol","Dingbat dec":"91","Dingbat hex":"5B","Unicode dec":"91","Unicode hex":"5B"},{"Typeface name":"Symbol","Dingbat dec":"92","Dingbat hex":"5C","Unicode dec":"8756","Unicode hex":"2234"},{"Typeface name":"Symbol","Dingbat dec":"93","Dingbat hex":"5D","Unicode dec":"93","Unicode hex":"5D"},{"Typeface name":"Symbol","Dingbat dec":"94","Dingbat hex":"5E","Unicode dec":"8869","Unicode hex":"22A5"},{"Typeface name":"Symbol","Dingbat dec":"95","Dingbat hex":"5F","Unicode dec":"95","Unicode hex":"5F"},{"Typeface name":"Symbol","Dingbat dec":"96","Dingbat hex":"60","Unicode dec":"8254","Unicode hex":"203E"},{"Typeface name":"Symbol","Dingbat dec":"97","Dingbat hex":"61","Unicode dec":"945","Unicode hex":"3B1"},{"Typeface name":"Symbol","Dingbat dec":"98","Dingbat hex":"62","Unicode dec":"946","Unicode hex":"3B2"},{"Typeface name":"Symbol","Dingbat dec":"99","Dingbat hex":"63","Unicode dec":"967","Unicode hex":"3C7"},{"Typeface name":"Symbol","Dingbat dec":"100","Dingbat hex":"64","Unicode dec":"948","Unicode hex":"3B4"},{"Typeface name":"Symbol","Dingbat dec":"101","Dingbat hex":"65","Unicode dec":"949","Unicode hex":"3B5"},{"Typeface name":"Symbol","Dingbat dec":"102","Dingbat hex":"66","Unicode dec":"966","Unicode hex":"3C6"},{"Typeface name":"Symbol","Dingbat dec":"103","Dingbat hex":"67","Unicode dec":"947","Unicode hex":"3B3"},{"Typeface name":"Symbol","Dingbat dec":"104","Dingbat hex":"68","Unicode dec":"951","Unicode hex":"3B7"},{"Typeface name":"Symbol","Dingbat dec":"105","Dingbat hex":"69","Unicode dec":"953","Unicode hex":"3B9"},{"Typeface name":"Symbol","Dingbat dec":"106","Dingbat hex":"6A","Unicode dec":"981","Unicode hex":"3D5"},{"Typeface name":"Symbol","Dingbat dec":"107","Dingbat hex":"6B","Unicode dec":"954","Unicode hex":"3BA"},{"Typeface name":"Symbol","Dingbat dec":"108","Dingbat hex":"6C","Unicode dec":"955","Unicode hex":"3BB"},{"Typeface name":"Symbol","Dingbat dec":"109","Dingbat hex":"6D","Unicode dec":"956","Unicode hex":"3BC"},{"Typeface name":"Symbol","Dingbat dec":"110","Dingbat hex":"6E","Unicode dec":"957","Unicode hex":"3BD"},{"Typeface name":"Symbol","Dingbat dec":"111","Dingbat hex":"6F","Unicode dec":"959","Unicode hex":"3BF"},{"Typeface name":"Symbol","Dingbat dec":"112","Dingbat hex":"70","Unicode dec":"960","Unicode hex":"3C0"},{"Typeface name":"Symbol","Dingbat dec":"113","Dingbat hex":"71","Unicode dec":"952","Unicode hex":"3B8"},{"Typeface name":"Symbol","Dingbat dec":"114","Dingbat hex":"72","Unicode dec":"961","Unicode hex":"3C1"},{"Typeface name":"Symbol","Dingbat dec":"115","Dingbat hex":"73","Unicode dec":"963","Unicode hex":"3C3"},{"Typeface name":"Symbol","Dingbat dec":"116","Dingbat hex":"74","Unicode dec":"964","Unicode hex":"3C4"},{"Typeface name":"Symbol","Dingbat dec":"117","Dingbat hex":"75","Unicode dec":"965","Unicode hex":"3C5"},{"Typeface name":"Symbol","Dingbat dec":"118","Dingbat hex":"76","Unicode dec":"982","Unicode hex":"3D6"},{"Typeface name":"Symbol","Dingbat dec":"119","Dingbat hex":"77","Unicode dec":"969","Unicode hex":"3C9"},{"Typeface name":"Symbol","Dingbat dec":"120","Dingbat hex":"78","Unicode dec":"958","Unicode hex":"3BE"},{"Typeface name":"Symbol","Dingbat dec":"121","Dingbat hex":"79","Unicode dec":"968","Unicode hex":"3C8"},{"Typeface name":"Symbol","Dingbat dec":"122","Dingbat hex":"7A","Unicode dec":"950","Unicode hex":"3B6"},{"Typeface name":"Symbol","Dingbat dec":"123","Dingbat hex":"7B","Unicode dec":"123","Unicode hex":"7B"},{"Typeface name":"Symbol","Dingbat dec":"124","Dingbat hex":"7C","Unicode dec":"124","Unicode hex":"7C"},{"Typeface name":"Symbol","Dingbat dec":"125","Dingbat hex":"7D","Unicode dec":"125","Unicode hex":"7D"},{"Typeface name":"Symbol","Dingbat dec":"126","Dingbat hex":"7E","Unicode dec":"126","Unicode hex":"7E"},{"Typeface name":"Symbol","Dingbat dec":"160","Dingbat hex":"A0","Unicode dec":"8364","Unicode hex":"20AC"},{"Typeface name":"Symbol","Dingbat dec":"161","Dingbat hex":"A1","Unicode dec":"978","Unicode hex":"3D2"},{"Typeface name":"Symbol","Dingbat dec":"162","Dingbat hex":"A2","Unicode dec":"8242","Unicode hex":"2032"},{"Typeface name":"Symbol","Dingbat dec":"163","Dingbat hex":"A3","Unicode dec":"8804","Unicode hex":"2264"},{"Typeface name":"Symbol","Dingbat dec":"164","Dingbat hex":"A4","Unicode dec":"8260","Unicode hex":"2044"},{"Typeface name":"Symbol","Dingbat dec":"165","Dingbat hex":"A5","Unicode dec":"8734","Unicode hex":"221E"},{"Typeface name":"Symbol","Dingbat dec":"166","Dingbat hex":"A6","Unicode dec":"402","Unicode hex":"192"},{"Typeface name":"Symbol","Dingbat dec":"167","Dingbat hex":"A7","Unicode dec":"9827","Unicode hex":"2663"},{"Typeface name":"Symbol","Dingbat dec":"168","Dingbat hex":"A8","Unicode dec":"9830","Unicode hex":"2666"},{"Typeface name":"Symbol","Dingbat dec":"169","Dingbat hex":"A9","Unicode dec":"9829","Unicode hex":"2665"},{"Typeface name":"Symbol","Dingbat dec":"170","Dingbat hex":"AA","Unicode dec":"9824","Unicode hex":"2660"},{"Typeface name":"Symbol","Dingbat dec":"171","Dingbat hex":"AB","Unicode dec":"8596","Unicode hex":"2194"},{"Typeface name":"Symbol","Dingbat dec":"172","Dingbat hex":"AC","Unicode dec":"8592","Unicode hex":"2190"},{"Typeface name":"Symbol","Dingbat dec":"173","Dingbat hex":"AD","Unicode dec":"8593","Unicode hex":"2191"},{"Typeface name":"Symbol","Dingbat dec":"174","Dingbat hex":"AE","Unicode dec":"8594","Unicode hex":"2192"},{"Typeface name":"Symbol","Dingbat dec":"175","Dingbat hex":"AF","Unicode dec":"8595","Unicode hex":"2193"},{"Typeface name":"Symbol","Dingbat dec":"176","Dingbat hex":"B0","Unicode dec":"176","Unicode hex":"B0"},{"Typeface name":"Symbol","Dingbat dec":"177","Dingbat hex":"B1","Unicode dec":"177","Unicode hex":"B1"},{"Typeface name":"Symbol","Dingbat dec":"178","Dingbat hex":"B2","Unicode dec":"8243","Unicode hex":"2033"},{"Typeface name":"Symbol","Dingbat dec":"179","Dingbat hex":"B3","Unicode dec":"8805","Unicode hex":"2265"},{"Typeface name":"Symbol","Dingbat dec":"180","Dingbat hex":"B4","Unicode dec":"215","Unicode hex":"D7"},{"Typeface name":"Symbol","Dingbat dec":"181","Dingbat hex":"B5","Unicode dec":"8733","Unicode hex":"221D"},{"Typeface name":"Symbol","Dingbat dec":"182","Dingbat hex":"B6","Unicode dec":"8706","Unicode hex":"2202"},{"Typeface name":"Symbol","Dingbat dec":"183","Dingbat hex":"B7","Unicode dec":"8226","Unicode hex":"2022"},{"Typeface name":"Symbol","Dingbat dec":"184","Dingbat hex":"B8","Unicode dec":"247","Unicode hex":"F7"},{"Typeface name":"Symbol","Dingbat dec":"185","Dingbat hex":"B9","Unicode dec":"8800","Unicode hex":"2260"},{"Typeface name":"Symbol","Dingbat dec":"186","Dingbat hex":"BA","Unicode dec":"8801","Unicode hex":"2261"},{"Typeface name":"Symbol","Dingbat dec":"187","Dingbat hex":"BB","Unicode dec":"8776","Unicode hex":"2248"},{"Typeface name":"Symbol","Dingbat dec":"188","Dingbat hex":"BC","Unicode dec":"8230","Unicode hex":"2026"},{"Typeface name":"Symbol","Dingbat dec":"189","Dingbat hex":"BD","Unicode dec":"9168","Unicode hex":"23D0"},{"Typeface name":"Symbol","Dingbat dec":"190","Dingbat hex":"BE","Unicode dec":"9135","Unicode hex":"23AF"},{"Typeface name":"Symbol","Dingbat dec":"191","Dingbat hex":"BF","Unicode dec":"8629","Unicode hex":"21B5"},{"Typeface name":"Symbol","Dingbat dec":"192","Dingbat hex":"C0","Unicode dec":"8501","Unicode hex":"2135"},{"Typeface name":"Symbol","Dingbat dec":"193","Dingbat hex":"C1","Unicode dec":"8465","Unicode hex":"2111"},{"Typeface name":"Symbol","Dingbat dec":"194","Dingbat hex":"C2","Unicode dec":"8476","Unicode hex":"211C"},{"Typeface name":"Symbol","Dingbat dec":"195","Dingbat hex":"C3","Unicode dec":"8472","Unicode hex":"2118"},{"Typeface name":"Symbol","Dingbat dec":"196","Dingbat hex":"C4","Unicode dec":"8855","Unicode hex":"2297"},{"Typeface name":"Symbol","Dingbat dec":"197","Dingbat hex":"C5","Unicode dec":"8853","Unicode hex":"2295"},{"Typeface name":"Symbol","Dingbat dec":"198","Dingbat hex":"C6","Unicode dec":"8709","Unicode hex":"2205"},{"Typeface name":"Symbol","Dingbat dec":"199","Dingbat hex":"C7","Unicode dec":"8745","Unicode hex":"2229"},{"Typeface name":"Symbol","Dingbat dec":"200","Dingbat hex":"C8","Unicode dec":"8746","Unicode hex":"222A"},{"Typeface name":"Symbol","Dingbat dec":"201","Dingbat hex":"C9","Unicode dec":"8835","Unicode hex":"2283"},{"Typeface name":"Symbol","Dingbat dec":"202","Dingbat hex":"CA","Unicode dec":"8839","Unicode hex":"2287"},{"Typeface name":"Symbol","Dingbat dec":"203","Dingbat hex":"CB","Unicode dec":"8836","Unicode hex":"2284"},{"Typeface name":"Symbol","Dingbat dec":"204","Dingbat hex":"CC","Unicode dec":"8834","Unicode hex":"2282"},{"Typeface name":"Symbol","Dingbat dec":"205","Dingbat hex":"CD","Unicode dec":"8838","Unicode hex":"2286"},{"Typeface name":"Symbol","Dingbat dec":"206","Dingbat hex":"CE","Unicode dec":"8712","Unicode hex":"2208"},{"Typeface name":"Symbol","Dingbat dec":"207","Dingbat hex":"CF","Unicode dec":"8713","Unicode hex":"2209"},{"Typeface name":"Symbol","Dingbat dec":"208","Dingbat hex":"D0","Unicode dec":"8736","Unicode hex":"2220"},{"Typeface name":"Symbol","Dingbat dec":"209","Dingbat hex":"D1","Unicode dec":"8711","Unicode hex":"2207"},{"Typeface name":"Symbol","Dingbat dec":"210","Dingbat hex":"D2","Unicode dec":"174","Unicode hex":"AE"},{"Typeface name":"Symbol","Dingbat dec":"211","Dingbat hex":"D3","Unicode dec":"169","Unicode hex":"A9"},{"Typeface name":"Symbol","Dingbat dec":"212","Dingbat hex":"D4","Unicode dec":"8482","Unicode hex":"2122"},{"Typeface name":"Symbol","Dingbat dec":"213","Dingbat hex":"D5","Unicode dec":"8719","Unicode hex":"220F"},{"Typeface name":"Symbol","Dingbat dec":"214","Dingbat hex":"D6","Unicode dec":"8730","Unicode hex":"221A"},{"Typeface name":"Symbol","Dingbat dec":"215","Dingbat hex":"D7","Unicode dec":"8901","Unicode hex":"22C5"},{"Typeface name":"Symbol","Dingbat dec":"216","Dingbat hex":"D8","Unicode dec":"172","Unicode hex":"AC"},{"Typeface name":"Symbol","Dingbat dec":"217","Dingbat hex":"D9","Unicode dec":"8743","Unicode hex":"2227"},{"Typeface name":"Symbol","Dingbat dec":"218","Dingbat hex":"DA","Unicode dec":"8744","Unicode hex":"2228"},{"Typeface name":"Symbol","Dingbat dec":"219","Dingbat hex":"DB","Unicode dec":"8660","Unicode hex":"21D4"},{"Typeface name":"Symbol","Dingbat dec":"220","Dingbat hex":"DC","Unicode dec":"8656","Unicode hex":"21D0"},{"Typeface name":"Symbol","Dingbat dec":"221","Dingbat hex":"DD","Unicode dec":"8657","Unicode hex":"21D1"},{"Typeface name":"Symbol","Dingbat dec":"222","Dingbat hex":"DE","Unicode dec":"8658","Unicode hex":"21D2"},{"Typeface name":"Symbol","Dingbat dec":"223","Dingbat hex":"DF","Unicode dec":"8659","Unicode hex":"21D3"},{"Typeface name":"Symbol","Dingbat dec":"224","Dingbat hex":"E0","Unicode dec":"9674","Unicode hex":"25CA"},{"Typeface name":"Symbol","Dingbat dec":"225","Dingbat hex":"E1","Unicode dec":"12296","Unicode hex":"3008"},{"Typeface name":"Symbol","Dingbat dec":"226","Dingbat hex":"E2","Unicode dec":"174","Unicode hex":"AE"},{"Typeface name":"Symbol","Dingbat dec":"227","Dingbat hex":"E3","Unicode dec":"169","Unicode hex":"A9"},{"Typeface name":"Symbol","Dingbat dec":"228","Dingbat hex":"E4","Unicode dec":"8482","Unicode hex":"2122"},{"Typeface name":"Symbol","Dingbat dec":"229","Dingbat hex":"E5","Unicode dec":"8721","Unicode hex":"2211"},{"Typeface name":"Symbol","Dingbat dec":"230","Dingbat hex":"E6","Unicode dec":"9115","Unicode hex":"239B"},{"Typeface name":"Symbol","Dingbat dec":"231","Dingbat hex":"E7","Unicode dec":"9116","Unicode hex":"239C"},{"Typeface name":"Symbol","Dingbat dec":"232","Dingbat hex":"E8","Unicode dec":"9117","Unicode hex":"239D"},{"Typeface name":"Symbol","Dingbat dec":"233","Dingbat hex":"E9","Unicode dec":"9121","Unicode hex":"23A1"},{"Typeface name":"Symbol","Dingbat dec":"234","Dingbat hex":"EA","Unicode dec":"9122","Unicode hex":"23A2"},{"Typeface name":"Symbol","Dingbat dec":"235","Dingbat hex":"EB","Unicode dec":"9123","Unicode hex":"23A3"},{"Typeface name":"Symbol","Dingbat dec":"236","Dingbat hex":"EC","Unicode dec":"9127","Unicode hex":"23A7"},{"Typeface name":"Symbol","Dingbat dec":"237","Dingbat hex":"ED","Unicode dec":"9128","Unicode hex":"23A8"},{"Typeface name":"Symbol","Dingbat dec":"238","Dingbat hex":"EE","Unicode dec":"9129","Unicode hex":"23A9"},{"Typeface name":"Symbol","Dingbat dec":"239","Dingbat hex":"EF","Unicode dec":"9130","Unicode hex":"23AA"},{"Typeface name":"Symbol","Dingbat dec":"240","Dingbat hex":"F0","Unicode dec":"63743","Unicode hex":"F8FF"},{"Typeface name":"Symbol","Dingbat dec":"241","Dingbat hex":"F1","Unicode dec":"12297","Unicode hex":"3009"},{"Typeface name":"Symbol","Dingbat dec":"242","Dingbat hex":"F2","Unicode dec":"8747","Unicode hex":"222B"},{"Typeface name":"Symbol","Dingbat dec":"243","Dingbat hex":"F3","Unicode dec":"8992","Unicode hex":"2320"},{"Typeface name":"Symbol","Dingbat dec":"244","Dingbat hex":"F4","Unicode dec":"9134","Unicode hex":"23AE"},{"Typeface name":"Symbol","Dingbat dec":"245","Dingbat hex":"F5","Unicode dec":"8993","Unicode hex":"2321"},{"Typeface name":"Symbol","Dingbat dec":"246","Dingbat hex":"F6","Unicode dec":"9118","Unicode hex":"239E"},{"Typeface name":"Symbol","Dingbat dec":"247","Dingbat hex":"F7","Unicode dec":"9119","Unicode hex":"239F"},{"Typeface name":"Symbol","Dingbat dec":"248","Dingbat hex":"F8","Unicode dec":"9120","Unicode hex":"23A0"},{"Typeface name":"Symbol","Dingbat dec":"249","Dingbat hex":"F9","Unicode dec":"9124","Unicode hex":"23A4"},{"Typeface name":"Symbol","Dingbat dec":"250","Dingbat hex":"FA","Unicode dec":"9125","Unicode hex":"23A5"},{"Typeface name":"Symbol","Dingbat dec":"251","Dingbat hex":"FB","Unicode dec":"9126","Unicode hex":"23A6"},{"Typeface name":"Symbol","Dingbat dec":"252","Dingbat hex":"FC","Unicode dec":"9131","Unicode hex":"23AB"},{"Typeface name":"Symbol","Dingbat dec":"253","Dingbat hex":"FD","Unicode dec":"9132","Unicode hex":"23AC"},{"Typeface name":"Symbol","Dingbat dec":"254","Dingbat hex":"FE","Unicode dec":"9133","Unicode hex":"23AD"},{"Typeface name":"Webdings","Dingbat dec":"32","Dingbat hex":"20","Unicode dec":"32","Unicode hex":"20"},{"Typeface name":"Webdings","Dingbat dec":"33","Dingbat hex":"21","Unicode dec":"128375","Unicode hex":"1F577"},{"Typeface name":"Webdings","Dingbat dec":"34","Dingbat hex":"22","Unicode dec":"128376","Unicode hex":"1F578"},{"Typeface name":"Webdings","Dingbat dec":"35","Dingbat hex":"23","Unicode dec":"128370","Unicode hex":"1F572"},{"Typeface name":"Webdings","Dingbat dec":"36","Dingbat hex":"24","Unicode dec":"128374","Unicode hex":"1F576"},{"Typeface name":"Webdings","Dingbat dec":"37","Dingbat hex":"25","Unicode dec":"127942","Unicode hex":"1F3C6"},{"Typeface name":"Webdings","Dingbat dec":"38","Dingbat hex":"26","Unicode dec":"127894","Unicode hex":"1F396"},{"Typeface name":"Webdings","Dingbat dec":"39","Dingbat hex":"27","Unicode dec":"128391","Unicode hex":"1F587"},{"Typeface name":"Webdings","Dingbat dec":"40","Dingbat hex":"28","Unicode dec":"128488","Unicode hex":"1F5E8"},{"Typeface name":"Webdings","Dingbat dec":"41","Dingbat hex":"29","Unicode dec":"128489","Unicode hex":"1F5E9"},{"Typeface name":"Webdings","Dingbat dec":"42","Dingbat hex":"2A","Unicode dec":"128496","Unicode hex":"1F5F0"},{"Typeface name":"Webdings","Dingbat dec":"43","Dingbat hex":"2B","Unicode dec":"128497","Unicode hex":"1F5F1"},{"Typeface name":"Webdings","Dingbat dec":"44","Dingbat hex":"2C","Unicode dec":"127798","Unicode hex":"1F336"},{"Typeface name":"Webdings","Dingbat dec":"45","Dingbat hex":"2D","Unicode dec":"127895","Unicode hex":"1F397"},{"Typeface name":"Webdings","Dingbat dec":"46","Dingbat hex":"2E","Unicode dec":"128638","Unicode hex":"1F67E"},{"Typeface name":"Webdings","Dingbat dec":"47","Dingbat hex":"2F","Unicode dec":"128636","Unicode hex":"1F67C"},{"Typeface name":"Webdings","Dingbat dec":"48","Dingbat hex":"30","Unicode dec":"128469","Unicode hex":"1F5D5"},{"Typeface name":"Webdings","Dingbat dec":"49","Dingbat hex":"31","Unicode dec":"128470","Unicode hex":"1F5D6"},{"Typeface name":"Webdings","Dingbat dec":"50","Dingbat hex":"32","Unicode dec":"128471","Unicode hex":"1F5D7"},{"Typeface name":"Webdings","Dingbat dec":"51","Dingbat hex":"33","Unicode dec":"9204","Unicode hex":"23F4"},{"Typeface name":"Webdings","Dingbat dec":"52","Dingbat hex":"34","Unicode dec":"9205","Unicode hex":"23F5"},{"Typeface name":"Webdings","Dingbat dec":"53","Dingbat hex":"35","Unicode dec":"9206","Unicode hex":"23F6"},{"Typeface name":"Webdings","Dingbat dec":"54","Dingbat hex":"36","Unicode dec":"9207","Unicode hex":"23F7"},{"Typeface name":"Webdings","Dingbat dec":"55","Dingbat hex":"37","Unicode dec":"9194","Unicode hex":"23EA"},{"Typeface name":"Webdings","Dingbat dec":"56","Dingbat hex":"38","Unicode dec":"9193","Unicode hex":"23E9"},{"Typeface name":"Webdings","Dingbat dec":"57","Dingbat hex":"39","Unicode dec":"9198","Unicode hex":"23EE"},{"Typeface name":"Webdings","Dingbat dec":"58","Dingbat hex":"3A","Unicode dec":"9197","Unicode hex":"23ED"},{"Typeface name":"Webdings","Dingbat dec":"59","Dingbat hex":"3B","Unicode dec":"9208","Unicode hex":"23F8"},{"Typeface name":"Webdings","Dingbat dec":"60","Dingbat hex":"3C","Unicode dec":"9209","Unicode hex":"23F9"},{"Typeface name":"Webdings","Dingbat dec":"61","Dingbat hex":"3D","Unicode dec":"9210","Unicode hex":"23FA"},{"Typeface name":"Webdings","Dingbat dec":"62","Dingbat hex":"3E","Unicode dec":"128474","Unicode hex":"1F5DA"},{"Typeface name":"Webdings","Dingbat dec":"63","Dingbat hex":"3F","Unicode dec":"128499","Unicode hex":"1F5F3"},{"Typeface name":"Webdings","Dingbat dec":"64","Dingbat hex":"40","Unicode dec":"128736","Unicode hex":"1F6E0"},{"Typeface name":"Webdings","Dingbat dec":"65","Dingbat hex":"41","Unicode dec":"127959","Unicode hex":"1F3D7"},{"Typeface name":"Webdings","Dingbat dec":"66","Dingbat hex":"42","Unicode dec":"127960","Unicode hex":"1F3D8"},{"Typeface name":"Webdings","Dingbat dec":"67","Dingbat hex":"43","Unicode dec":"127961","Unicode hex":"1F3D9"},{"Typeface name":"Webdings","Dingbat dec":"68","Dingbat hex":"44","Unicode dec":"127962","Unicode hex":"1F3DA"},{"Typeface name":"Webdings","Dingbat dec":"69","Dingbat hex":"45","Unicode dec":"127964","Unicode hex":"1F3DC"},{"Typeface name":"Webdings","Dingbat dec":"70","Dingbat hex":"46","Unicode dec":"127981","Unicode hex":"1F3ED"},{"Typeface name":"Webdings","Dingbat dec":"71","Dingbat hex":"47","Unicode dec":"127963","Unicode hex":"1F3DB"},{"Typeface name":"Webdings","Dingbat dec":"72","Dingbat hex":"48","Unicode dec":"127968","Unicode hex":"1F3E0"},{"Typeface name":"Webdings","Dingbat dec":"73","Dingbat hex":"49","Unicode dec":"127958","Unicode hex":"1F3D6"},{"Typeface name":"Webdings","Dingbat dec":"74","Dingbat hex":"4A","Unicode dec":"127965","Unicode hex":"1F3DD"},{"Typeface name":"Webdings","Dingbat dec":"75","Dingbat hex":"4B","Unicode dec":"128739","Unicode hex":"1F6E3"},{"Typeface name":"Webdings","Dingbat dec":"76","Dingbat hex":"4C","Unicode dec":"128269","Unicode hex":"1F50D"},{"Typeface name":"Webdings","Dingbat dec":"77","Dingbat hex":"4D","Unicode dec":"127956","Unicode hex":"1F3D4"},{"Typeface name":"Webdings","Dingbat dec":"78","Dingbat hex":"4E","Unicode dec":"128065","Unicode hex":"1F441"},{"Typeface name":"Webdings","Dingbat dec":"79","Dingbat hex":"4F","Unicode dec":"128066","Unicode hex":"1F442"},{"Typeface name":"Webdings","Dingbat dec":"80","Dingbat hex":"50","Unicode dec":"127966","Unicode hex":"1F3DE"},{"Typeface name":"Webdings","Dingbat dec":"81","Dingbat hex":"51","Unicode dec":"127957","Unicode hex":"1F3D5"},{"Typeface name":"Webdings","Dingbat dec":"82","Dingbat hex":"52","Unicode dec":"128740","Unicode hex":"1F6E4"},{"Typeface name":"Webdings","Dingbat dec":"83","Dingbat hex":"53","Unicode dec":"127967","Unicode hex":"1F3DF"},{"Typeface name":"Webdings","Dingbat dec":"84","Dingbat hex":"54","Unicode dec":"128755","Unicode hex":"1F6F3"},{"Typeface name":"Webdings","Dingbat dec":"85","Dingbat hex":"55","Unicode dec":"128364","Unicode hex":"1F56C"},{"Typeface name":"Webdings","Dingbat dec":"86","Dingbat hex":"56","Unicode dec":"128363","Unicode hex":"1F56B"},{"Typeface name":"Webdings","Dingbat dec":"87","Dingbat hex":"57","Unicode dec":"128360","Unicode hex":"1F568"},{"Typeface name":"Webdings","Dingbat dec":"88","Dingbat hex":"58","Unicode dec":"128264","Unicode hex":"1F508"},{"Typeface name":"Webdings","Dingbat dec":"89","Dingbat hex":"59","Unicode dec":"127892","Unicode hex":"1F394"},{"Typeface name":"Webdings","Dingbat dec":"90","Dingbat hex":"5A","Unicode dec":"127893","Unicode hex":"1F395"},{"Typeface name":"Webdings","Dingbat dec":"91","Dingbat hex":"5B","Unicode dec":"128492","Unicode hex":"1F5EC"},{"Typeface name":"Webdings","Dingbat dec":"92","Dingbat hex":"5C","Unicode dec":"128637","Unicode hex":"1F67D"},{"Typeface name":"Webdings","Dingbat dec":"93","Dingbat hex":"5D","Unicode dec":"128493","Unicode hex":"1F5ED"},{"Typeface name":"Webdings","Dingbat dec":"94","Dingbat hex":"5E","Unicode dec":"128490","Unicode hex":"1F5EA"},{"Typeface name":"Webdings","Dingbat dec":"95","Dingbat hex":"5F","Unicode dec":"128491","Unicode hex":"1F5EB"},{"Typeface name":"Webdings","Dingbat dec":"96","Dingbat hex":"60","Unicode dec":"11156","Unicode hex":"2B94"},{"Typeface name":"Webdings","Dingbat dec":"97","Dingbat hex":"61","Unicode dec":"10004","Unicode hex":"2714"},{"Typeface name":"Webdings","Dingbat dec":"98","Dingbat hex":"62","Unicode dec":"128690","Unicode hex":"1F6B2"},{"Typeface name":"Webdings","Dingbat dec":"99","Dingbat hex":"63","Unicode dec":"11036","Unicode hex":"2B1C"},{"Typeface name":"Webdings","Dingbat dec":"100","Dingbat hex":"64","Unicode dec":"128737","Unicode hex":"1F6E1"},{"Typeface name":"Webdings","Dingbat dec":"101","Dingbat hex":"65","Unicode dec":"128230","Unicode hex":"1F4E6"},{"Typeface name":"Webdings","Dingbat dec":"102","Dingbat hex":"66","Unicode dec":"128753","Unicode hex":"1F6F1"},{"Typeface name":"Webdings","Dingbat dec":"103","Dingbat hex":"67","Unicode dec":"11035","Unicode hex":"2B1B"},{"Typeface name":"Webdings","Dingbat dec":"104","Dingbat hex":"68","Unicode dec":"128657","Unicode hex":"1F691"},{"Typeface name":"Webdings","Dingbat dec":"105","Dingbat hex":"69","Unicode dec":"128712","Unicode hex":"1F6C8"},{"Typeface name":"Webdings","Dingbat dec":"106","Dingbat hex":"6A","Unicode dec":"128745","Unicode hex":"1F6E9"},{"Typeface name":"Webdings","Dingbat dec":"107","Dingbat hex":"6B","Unicode dec":"128752","Unicode hex":"1F6F0"},{"Typeface name":"Webdings","Dingbat dec":"108","Dingbat hex":"6C","Unicode dec":"128968","Unicode hex":"1F7C8"},{"Typeface name":"Webdings","Dingbat dec":"109","Dingbat hex":"6D","Unicode dec":"128372","Unicode hex":"1F574"},{"Typeface name":"Webdings","Dingbat dec":"110","Dingbat hex":"6E","Unicode dec":"11044","Unicode hex":"2B24"},{"Typeface name":"Webdings","Dingbat dec":"111","Dingbat hex":"6F","Unicode dec":"128741","Unicode hex":"1F6E5"},{"Typeface name":"Webdings","Dingbat dec":"112","Dingbat hex":"70","Unicode dec":"128660","Unicode hex":"1F694"},{"Typeface name":"Webdings","Dingbat dec":"113","Dingbat hex":"71","Unicode dec":"128472","Unicode hex":"1F5D8"},{"Typeface name":"Webdings","Dingbat dec":"114","Dingbat hex":"72","Unicode dec":"128473","Unicode hex":"1F5D9"},{"Typeface name":"Webdings","Dingbat dec":"115","Dingbat hex":"73","Unicode dec":"10067","Unicode hex":"2753"},{"Typeface name":"Webdings","Dingbat dec":"116","Dingbat hex":"74","Unicode dec":"128754","Unicode hex":"1F6F2"},{"Typeface name":"Webdings","Dingbat dec":"117","Dingbat hex":"75","Unicode dec":"128647","Unicode hex":"1F687"},{"Typeface name":"Webdings","Dingbat dec":"118","Dingbat hex":"76","Unicode dec":"128653","Unicode hex":"1F68D"},{"Typeface name":"Webdings","Dingbat dec":"119","Dingbat hex":"77","Unicode dec":"9971","Unicode hex":"26F3"},{"Typeface name":"Webdings","Dingbat dec":"120","Dingbat hex":"78","Unicode dec":"10680","Unicode hex":"29B8"},{"Typeface name":"Webdings","Dingbat dec":"121","Dingbat hex":"79","Unicode dec":"8854","Unicode hex":"2296"},{"Typeface name":"Webdings","Dingbat dec":"122","Dingbat hex":"7A","Unicode dec":"128685","Unicode hex":"1F6AD"},{"Typeface name":"Webdings","Dingbat dec":"123","Dingbat hex":"7B","Unicode dec":"128494","Unicode hex":"1F5EE"},{"Typeface name":"Webdings","Dingbat dec":"124","Dingbat hex":"7C","Unicode dec":"9168","Unicode hex":"23D0"},{"Typeface name":"Webdings","Dingbat dec":"125","Dingbat hex":"7D","Unicode dec":"128495","Unicode hex":"1F5EF"},{"Typeface name":"Webdings","Dingbat dec":"126","Dingbat hex":"7E","Unicode dec":"128498","Unicode hex":"1F5F2"},{"Typeface name":"Webdings","Dingbat dec":"128","Dingbat hex":"80","Unicode dec":"128697","Unicode hex":"1F6B9"},{"Typeface name":"Webdings","Dingbat dec":"129","Dingbat hex":"81","Unicode dec":"128698","Unicode hex":"1F6BA"},{"Typeface name":"Webdings","Dingbat dec":"130","Dingbat hex":"82","Unicode dec":"128713","Unicode hex":"1F6C9"},{"Typeface name":"Webdings","Dingbat dec":"131","Dingbat hex":"83","Unicode dec":"128714","Unicode hex":"1F6CA"},{"Typeface name":"Webdings","Dingbat dec":"132","Dingbat hex":"84","Unicode dec":"128700","Unicode hex":"1F6BC"},{"Typeface name":"Webdings","Dingbat dec":"133","Dingbat hex":"85","Unicode dec":"128125","Unicode hex":"1F47D"},{"Typeface name":"Webdings","Dingbat dec":"134","Dingbat hex":"86","Unicode dec":"127947","Unicode hex":"1F3CB"},{"Typeface name":"Webdings","Dingbat dec":"135","Dingbat hex":"87","Unicode dec":"9975","Unicode hex":"26F7"},{"Typeface name":"Webdings","Dingbat dec":"136","Dingbat hex":"88","Unicode dec":"127938","Unicode hex":"1F3C2"},{"Typeface name":"Webdings","Dingbat dec":"137","Dingbat hex":"89","Unicode dec":"127948","Unicode hex":"1F3CC"},{"Typeface name":"Webdings","Dingbat dec":"138","Dingbat hex":"8A","Unicode dec":"127946","Unicode hex":"1F3CA"},{"Typeface name":"Webdings","Dingbat dec":"139","Dingbat hex":"8B","Unicode dec":"127940","Unicode hex":"1F3C4"},{"Typeface name":"Webdings","Dingbat dec":"140","Dingbat hex":"8C","Unicode dec":"127949","Unicode hex":"1F3CD"},{"Typeface name":"Webdings","Dingbat dec":"141","Dingbat hex":"8D","Unicode dec":"127950","Unicode hex":"1F3CE"},{"Typeface name":"Webdings","Dingbat dec":"142","Dingbat hex":"8E","Unicode dec":"128664","Unicode hex":"1F698"},{"Typeface name":"Webdings","Dingbat dec":"143","Dingbat hex":"8F","Unicode dec":"128480","Unicode hex":"1F5E0"},{"Typeface name":"Webdings","Dingbat dec":"144","Dingbat hex":"90","Unicode dec":"128738","Unicode hex":"1F6E2"},{"Typeface name":"Webdings","Dingbat dec":"145","Dingbat hex":"91","Unicode dec":"128176","Unicode hex":"1F4B0"},{"Typeface name":"Webdings","Dingbat dec":"146","Dingbat hex":"92","Unicode dec":"127991","Unicode hex":"1F3F7"},{"Typeface name":"Webdings","Dingbat dec":"147","Dingbat hex":"93","Unicode dec":"128179","Unicode hex":"1F4B3"},{"Typeface name":"Webdings","Dingbat dec":"148","Dingbat hex":"94","Unicode dec":"128106","Unicode hex":"1F46A"},{"Typeface name":"Webdings","Dingbat dec":"149","Dingbat hex":"95","Unicode dec":"128481","Unicode hex":"1F5E1"},{"Typeface name":"Webdings","Dingbat dec":"150","Dingbat hex":"96","Unicode dec":"128482","Unicode hex":"1F5E2"},{"Typeface name":"Webdings","Dingbat dec":"151","Dingbat hex":"97","Unicode dec":"128483","Unicode hex":"1F5E3"},{"Typeface name":"Webdings","Dingbat dec":"152","Dingbat hex":"98","Unicode dec":"10031","Unicode hex":"272F"},{"Typeface name":"Webdings","Dingbat dec":"153","Dingbat hex":"99","Unicode dec":"128388","Unicode hex":"1F584"},{"Typeface name":"Webdings","Dingbat dec":"154","Dingbat hex":"9A","Unicode dec":"128389","Unicode hex":"1F585"},{"Typeface name":"Webdings","Dingbat dec":"155","Dingbat hex":"9B","Unicode dec":"128387","Unicode hex":"1F583"},{"Typeface name":"Webdings","Dingbat dec":"156","Dingbat hex":"9C","Unicode dec":"128390","Unicode hex":"1F586"},{"Typeface name":"Webdings","Dingbat dec":"157","Dingbat hex":"9D","Unicode dec":"128441","Unicode hex":"1F5B9"},{"Typeface name":"Webdings","Dingbat dec":"158","Dingbat hex":"9E","Unicode dec":"128442","Unicode hex":"1F5BA"},{"Typeface name":"Webdings","Dingbat dec":"159","Dingbat hex":"9F","Unicode dec":"128443","Unicode hex":"1F5BB"},{"Typeface name":"Webdings","Dingbat dec":"160","Dingbat hex":"A0","Unicode dec":"128373","Unicode hex":"1F575"},{"Typeface name":"Webdings","Dingbat dec":"161","Dingbat hex":"A1","Unicode dec":"128368","Unicode hex":"1F570"},{"Typeface name":"Webdings","Dingbat dec":"162","Dingbat hex":"A2","Unicode dec":"128445","Unicode hex":"1F5BD"},{"Typeface name":"Webdings","Dingbat dec":"163","Dingbat hex":"A3","Unicode dec":"128446","Unicode hex":"1F5BE"},{"Typeface name":"Webdings","Dingbat dec":"164","Dingbat hex":"A4","Unicode dec":"128203","Unicode hex":"1F4CB"},{"Typeface name":"Webdings","Dingbat dec":"165","Dingbat hex":"A5","Unicode dec":"128466","Unicode hex":"1F5D2"},{"Typeface name":"Webdings","Dingbat dec":"166","Dingbat hex":"A6","Unicode dec":"128467","Unicode hex":"1F5D3"},{"Typeface name":"Webdings","Dingbat dec":"167","Dingbat hex":"A7","Unicode dec":"128366","Unicode hex":"1F56E"},{"Typeface name":"Webdings","Dingbat dec":"168","Dingbat hex":"A8","Unicode dec":"128218","Unicode hex":"1F4DA"},{"Typeface name":"Webdings","Dingbat dec":"169","Dingbat hex":"A9","Unicode dec":"128478","Unicode hex":"1F5DE"},{"Typeface name":"Webdings","Dingbat dec":"170","Dingbat hex":"AA","Unicode dec":"128479","Unicode hex":"1F5DF"},{"Typeface name":"Webdings","Dingbat dec":"171","Dingbat hex":"AB","Unicode dec":"128451","Unicode hex":"1F5C3"},{"Typeface name":"Webdings","Dingbat dec":"172","Dingbat hex":"AC","Unicode dec":"128450","Unicode hex":"1F5C2"},{"Typeface name":"Webdings","Dingbat dec":"173","Dingbat hex":"AD","Unicode dec":"128444","Unicode hex":"1F5BC"},{"Typeface name":"Webdings","Dingbat dec":"174","Dingbat hex":"AE","Unicode dec":"127917","Unicode hex":"1F3AD"},{"Typeface name":"Webdings","Dingbat dec":"175","Dingbat hex":"AF","Unicode dec":"127900","Unicode hex":"1F39C"},{"Typeface name":"Webdings","Dingbat dec":"176","Dingbat hex":"B0","Unicode dec":"127896","Unicode hex":"1F398"},{"Typeface name":"Webdings","Dingbat dec":"177","Dingbat hex":"B1","Unicode dec":"127897","Unicode hex":"1F399"},{"Typeface name":"Webdings","Dingbat dec":"178","Dingbat hex":"B2","Unicode dec":"127911","Unicode hex":"1F3A7"},{"Typeface name":"Webdings","Dingbat dec":"179","Dingbat hex":"B3","Unicode dec":"128191","Unicode hex":"1F4BF"},{"Typeface name":"Webdings","Dingbat dec":"180","Dingbat hex":"B4","Unicode dec":"127902","Unicode hex":"1F39E"},{"Typeface name":"Webdings","Dingbat dec":"181","Dingbat hex":"B5","Unicode dec":"128247","Unicode hex":"1F4F7"},{"Typeface name":"Webdings","Dingbat dec":"182","Dingbat hex":"B6","Unicode dec":"127903","Unicode hex":"1F39F"},{"Typeface name":"Webdings","Dingbat dec":"183","Dingbat hex":"B7","Unicode dec":"127916","Unicode hex":"1F3AC"},{"Typeface name":"Webdings","Dingbat dec":"184","Dingbat hex":"B8","Unicode dec":"128253","Unicode hex":"1F4FD"},{"Typeface name":"Webdings","Dingbat dec":"185","Dingbat hex":"B9","Unicode dec":"128249","Unicode hex":"1F4F9"},{"Typeface name":"Webdings","Dingbat dec":"186","Dingbat hex":"BA","Unicode dec":"128254","Unicode hex":"1F4FE"},{"Typeface name":"Webdings","Dingbat dec":"187","Dingbat hex":"BB","Unicode dec":"128251","Unicode hex":"1F4FB"},{"Typeface name":"Webdings","Dingbat dec":"188","Dingbat hex":"BC","Unicode dec":"127898","Unicode hex":"1F39A"},{"Typeface name":"Webdings","Dingbat dec":"189","Dingbat hex":"BD","Unicode dec":"127899","Unicode hex":"1F39B"},{"Typeface name":"Webdings","Dingbat dec":"190","Dingbat hex":"BE","Unicode dec":"128250","Unicode hex":"1F4FA"},{"Typeface name":"Webdings","Dingbat dec":"191","Dingbat hex":"BF","Unicode dec":"128187","Unicode hex":"1F4BB"},{"Typeface name":"Webdings","Dingbat dec":"192","Dingbat hex":"C0","Unicode dec":"128421","Unicode hex":"1F5A5"},{"Typeface name":"Webdings","Dingbat dec":"193","Dingbat hex":"C1","Unicode dec":"128422","Unicode hex":"1F5A6"},{"Typeface name":"Webdings","Dingbat dec":"194","Dingbat hex":"C2","Unicode dec":"128423","Unicode hex":"1F5A7"},{"Typeface name":"Webdings","Dingbat dec":"195","Dingbat hex":"C3","Unicode dec":"128377","Unicode hex":"1F579"},{"Typeface name":"Webdings","Dingbat dec":"196","Dingbat hex":"C4","Unicode dec":"127918","Unicode hex":"1F3AE"},{"Typeface name":"Webdings","Dingbat dec":"197","Dingbat hex":"C5","Unicode dec":"128379","Unicode hex":"1F57B"},{"Typeface name":"Webdings","Dingbat dec":"198","Dingbat hex":"C6","Unicode dec":"128380","Unicode hex":"1F57C"},{"Typeface name":"Webdings","Dingbat dec":"199","Dingbat hex":"C7","Unicode dec":"128223","Unicode hex":"1F4DF"},{"Typeface name":"Webdings","Dingbat dec":"200","Dingbat hex":"C8","Unicode dec":"128385","Unicode hex":"1F581"},{"Typeface name":"Webdings","Dingbat dec":"201","Dingbat hex":"C9","Unicode dec":"128384","Unicode hex":"1F580"},{"Typeface name":"Webdings","Dingbat dec":"202","Dingbat hex":"CA","Unicode dec":"128424","Unicode hex":"1F5A8"},{"Typeface name":"Webdings","Dingbat dec":"203","Dingbat hex":"CB","Unicode dec":"128425","Unicode hex":"1F5A9"},{"Typeface name":"Webdings","Dingbat dec":"204","Dingbat hex":"CC","Unicode dec":"128447","Unicode hex":"1F5BF"},{"Typeface name":"Webdings","Dingbat dec":"205","Dingbat hex":"CD","Unicode dec":"128426","Unicode hex":"1F5AA"},{"Typeface name":"Webdings","Dingbat dec":"206","Dingbat hex":"CE","Unicode dec":"128476","Unicode hex":"1F5DC"},{"Typeface name":"Webdings","Dingbat dec":"207","Dingbat hex":"CF","Unicode dec":"128274","Unicode hex":"1F512"},{"Typeface name":"Webdings","Dingbat dec":"208","Dingbat hex":"D0","Unicode dec":"128275","Unicode hex":"1F513"},{"Typeface name":"Webdings","Dingbat dec":"209","Dingbat hex":"D1","Unicode dec":"128477","Unicode hex":"1F5DD"},{"Typeface name":"Webdings","Dingbat dec":"210","Dingbat hex":"D2","Unicode dec":"128229","Unicode hex":"1F4E5"},{"Typeface name":"Webdings","Dingbat dec":"211","Dingbat hex":"D3","Unicode dec":"128228","Unicode hex":"1F4E4"},{"Typeface name":"Webdings","Dingbat dec":"212","Dingbat hex":"D4","Unicode dec":"128371","Unicode hex":"1F573"},{"Typeface name":"Webdings","Dingbat dec":"213","Dingbat hex":"D5","Unicode dec":"127779","Unicode hex":"1F323"},{"Typeface name":"Webdings","Dingbat dec":"214","Dingbat hex":"D6","Unicode dec":"127780","Unicode hex":"1F324"},{"Typeface name":"Webdings","Dingbat dec":"215","Dingbat hex":"D7","Unicode dec":"127781","Unicode hex":"1F325"},{"Typeface name":"Webdings","Dingbat dec":"216","Dingbat hex":"D8","Unicode dec":"127782","Unicode hex":"1F326"},{"Typeface name":"Webdings","Dingbat dec":"217","Dingbat hex":"D9","Unicode dec":"9729","Unicode hex":"2601"},{"Typeface name":"Webdings","Dingbat dec":"218","Dingbat hex":"DA","Unicode dec":"127784","Unicode hex":"1F328"},{"Typeface name":"Webdings","Dingbat dec":"219","Dingbat hex":"DB","Unicode dec":"127783","Unicode hex":"1F327"},{"Typeface name":"Webdings","Dingbat dec":"220","Dingbat hex":"DC","Unicode dec":"127785","Unicode hex":"1F329"},{"Typeface name":"Webdings","Dingbat dec":"221","Dingbat hex":"DD","Unicode dec":"127786","Unicode hex":"1F32A"},{"Typeface name":"Webdings","Dingbat dec":"222","Dingbat hex":"DE","Unicode dec":"127788","Unicode hex":"1F32C"},{"Typeface name":"Webdings","Dingbat dec":"223","Dingbat hex":"DF","Unicode dec":"127787","Unicode hex":"1F32B"},{"Typeface name":"Webdings","Dingbat dec":"224","Dingbat hex":"E0","Unicode dec":"127772","Unicode hex":"1F31C"},{"Typeface name":"Webdings","Dingbat dec":"225","Dingbat hex":"E1","Unicode dec":"127777","Unicode hex":"1F321"},{"Typeface name":"Webdings","Dingbat dec":"226","Dingbat hex":"E2","Unicode dec":"128715","Unicode hex":"1F6CB"},{"Typeface name":"Webdings","Dingbat dec":"227","Dingbat hex":"E3","Unicode dec":"128719","Unicode hex":"1F6CF"},{"Typeface name":"Webdings","Dingbat dec":"228","Dingbat hex":"E4","Unicode dec":"127869","Unicode hex":"1F37D"},{"Typeface name":"Webdings","Dingbat dec":"229","Dingbat hex":"E5","Unicode dec":"127864","Unicode hex":"1F378"},{"Typeface name":"Webdings","Dingbat dec":"230","Dingbat hex":"E6","Unicode dec":"128718","Unicode hex":"1F6CE"},{"Typeface name":"Webdings","Dingbat dec":"231","Dingbat hex":"E7","Unicode dec":"128717","Unicode hex":"1F6CD"},{"Typeface name":"Webdings","Dingbat dec":"232","Dingbat hex":"E8","Unicode dec":"9413","Unicode hex":"24C5"},{"Typeface name":"Webdings","Dingbat dec":"233","Dingbat hex":"E9","Unicode dec":"9855","Unicode hex":"267F"},{"Typeface name":"Webdings","Dingbat dec":"234","Dingbat hex":"EA","Unicode dec":"128710","Unicode hex":"1F6C6"},{"Typeface name":"Webdings","Dingbat dec":"235","Dingbat hex":"EB","Unicode dec":"128392","Unicode hex":"1F588"},{"Typeface name":"Webdings","Dingbat dec":"236","Dingbat hex":"EC","Unicode dec":"127891","Unicode hex":"1F393"},{"Typeface name":"Webdings","Dingbat dec":"237","Dingbat hex":"ED","Unicode dec":"128484","Unicode hex":"1F5E4"},{"Typeface name":"Webdings","Dingbat dec":"238","Dingbat hex":"EE","Unicode dec":"128485","Unicode hex":"1F5E5"},{"Typeface name":"Webdings","Dingbat dec":"239","Dingbat hex":"EF","Unicode dec":"128486","Unicode hex":"1F5E6"},{"Typeface name":"Webdings","Dingbat dec":"240","Dingbat hex":"F0","Unicode dec":"128487","Unicode hex":"1F5E7"},{"Typeface name":"Webdings","Dingbat dec":"241","Dingbat hex":"F1","Unicode dec":"128746","Unicode hex":"1F6EA"},{"Typeface name":"Webdings","Dingbat dec":"242","Dingbat hex":"F2","Unicode dec":"128063","Unicode hex":"1F43F"},{"Typeface name":"Webdings","Dingbat dec":"243","Dingbat hex":"F3","Unicode dec":"128038","Unicode hex":"1F426"},{"Typeface name":"Webdings","Dingbat dec":"244","Dingbat hex":"F4","Unicode dec":"128031","Unicode hex":"1F41F"},{"Typeface name":"Webdings","Dingbat dec":"245","Dingbat hex":"F5","Unicode dec":"128021","Unicode hex":"1F415"},{"Typeface name":"Webdings","Dingbat dec":"246","Dingbat hex":"F6","Unicode dec":"128008","Unicode hex":"1F408"},{"Typeface name":"Webdings","Dingbat dec":"247","Dingbat hex":"F7","Unicode dec":"128620","Unicode hex":"1F66C"},{"Typeface name":"Webdings","Dingbat dec":"248","Dingbat hex":"F8","Unicode dec":"128622","Unicode hex":"1F66E"},{"Typeface name":"Webdings","Dingbat dec":"249","Dingbat hex":"F9","Unicode dec":"128621","Unicode hex":"1F66D"},{"Typeface name":"Webdings","Dingbat dec":"250","Dingbat hex":"FA","Unicode dec":"128623","Unicode hex":"1F66F"},{"Typeface name":"Webdings","Dingbat dec":"251","Dingbat hex":"FB","Unicode dec":"128506","Unicode hex":"1F5FA"},{"Typeface name":"Webdings","Dingbat dec":"252","Dingbat hex":"FC","Unicode dec":"127757","Unicode hex":"1F30D"},{"Typeface name":"Webdings","Dingbat dec":"253","Dingbat hex":"FD","Unicode dec":"127759","Unicode hex":"1F30F"},{"Typeface name":"Webdings","Dingbat dec":"254","Dingbat hex":"FE","Unicode dec":"127758","Unicode hex":"1F30E"},{"Typeface name":"Webdings","Dingbat dec":"255","Dingbat hex":"FF","Unicode dec":"128330","Unicode hex":"1F54A"},{"Typeface name":"Wingdings","Dingbat dec":"32","Dingbat hex":"20","Unicode dec":"32","Unicode hex":"20"},{"Typeface name":"Wingdings","Dingbat dec":"33","Dingbat hex":"21","Unicode dec":"128393","Unicode hex":"1F589"},{"Typeface name":"Wingdings","Dingbat dec":"34","Dingbat hex":"22","Unicode dec":"9986","Unicode hex":"2702"},{"Typeface name":"Wingdings","Dingbat dec":"35","Dingbat hex":"23","Unicode dec":"9985","Unicode hex":"2701"},{"Typeface name":"Wingdings","Dingbat dec":"36","Dingbat hex":"24","Unicode dec":"128083","Unicode hex":"1F453"},{"Typeface name":"Wingdings","Dingbat dec":"37","Dingbat hex":"25","Unicode dec":"128365","Unicode hex":"1F56D"},{"Typeface name":"Wingdings","Dingbat dec":"38","Dingbat hex":"26","Unicode dec":"128366","Unicode hex":"1F56E"},{"Typeface name":"Wingdings","Dingbat dec":"39","Dingbat hex":"27","Unicode dec":"128367","Unicode hex":"1F56F"},{"Typeface name":"Wingdings","Dingbat dec":"40","Dingbat hex":"28","Unicode dec":"128383","Unicode hex":"1F57F"},{"Typeface name":"Wingdings","Dingbat dec":"41","Dingbat hex":"29","Unicode dec":"9990","Unicode hex":"2706"},{"Typeface name":"Wingdings","Dingbat dec":"42","Dingbat hex":"2A","Unicode dec":"128386","Unicode hex":"1F582"},{"Typeface name":"Wingdings","Dingbat dec":"43","Dingbat hex":"2B","Unicode dec":"128387","Unicode hex":"1F583"},{"Typeface name":"Wingdings","Dingbat dec":"44","Dingbat hex":"2C","Unicode dec":"128234","Unicode hex":"1F4EA"},{"Typeface name":"Wingdings","Dingbat dec":"45","Dingbat hex":"2D","Unicode dec":"128235","Unicode hex":"1F4EB"},{"Typeface name":"Wingdings","Dingbat dec":"46","Dingbat hex":"2E","Unicode dec":"128236","Unicode hex":"1F4EC"},{"Typeface name":"Wingdings","Dingbat dec":"47","Dingbat hex":"2F","Unicode dec":"128237","Unicode hex":"1F4ED"},{"Typeface name":"Wingdings","Dingbat dec":"48","Dingbat hex":"30","Unicode dec":"128448","Unicode hex":"1F5C0"},{"Typeface name":"Wingdings","Dingbat dec":"49","Dingbat hex":"31","Unicode dec":"128449","Unicode hex":"1F5C1"},{"Typeface name":"Wingdings","Dingbat dec":"50","Dingbat hex":"32","Unicode dec":"128462","Unicode hex":"1F5CE"},{"Typeface name":"Wingdings","Dingbat dec":"51","Dingbat hex":"33","Unicode dec":"128463","Unicode hex":"1F5CF"},{"Typeface name":"Wingdings","Dingbat dec":"52","Dingbat hex":"34","Unicode dec":"128464","Unicode hex":"1F5D0"},{"Typeface name":"Wingdings","Dingbat dec":"53","Dingbat hex":"35","Unicode dec":"128452","Unicode hex":"1F5C4"},{"Typeface name":"Wingdings","Dingbat dec":"54","Dingbat hex":"36","Unicode dec":"8987","Unicode hex":"231B"},{"Typeface name":"Wingdings","Dingbat dec":"55","Dingbat hex":"37","Unicode dec":"128430","Unicode hex":"1F5AE"},{"Typeface name":"Wingdings","Dingbat dec":"56","Dingbat hex":"38","Unicode dec":"128432","Unicode hex":"1F5B0"},{"Typeface name":"Wingdings","Dingbat dec":"57","Dingbat hex":"39","Unicode dec":"128434","Unicode hex":"1F5B2"},{"Typeface name":"Wingdings","Dingbat dec":"58","Dingbat hex":"3A","Unicode dec":"128435","Unicode hex":"1F5B3"},{"Typeface name":"Wingdings","Dingbat dec":"59","Dingbat hex":"3B","Unicode dec":"128436","Unicode hex":"1F5B4"},{"Typeface name":"Wingdings","Dingbat dec":"60","Dingbat hex":"3C","Unicode dec":"128427","Unicode hex":"1F5AB"},{"Typeface name":"Wingdings","Dingbat dec":"61","Dingbat hex":"3D","Unicode dec":"128428","Unicode hex":"1F5AC"},{"Typeface name":"Wingdings","Dingbat dec":"62","Dingbat hex":"3E","Unicode dec":"9991","Unicode hex":"2707"},{"Typeface name":"Wingdings","Dingbat dec":"63","Dingbat hex":"3F","Unicode dec":"9997","Unicode hex":"270D"},{"Typeface name":"Wingdings","Dingbat dec":"64","Dingbat hex":"40","Unicode dec":"128398","Unicode hex":"1F58E"},{"Typeface name":"Wingdings","Dingbat dec":"65","Dingbat hex":"41","Unicode dec":"9996","Unicode hex":"270C"},{"Typeface name":"Wingdings","Dingbat dec":"66","Dingbat hex":"42","Unicode dec":"128399","Unicode hex":"1F58F"},{"Typeface name":"Wingdings","Dingbat dec":"67","Dingbat hex":"43","Unicode dec":"128077","Unicode hex":"1F44D"},{"Typeface name":"Wingdings","Dingbat dec":"68","Dingbat hex":"44","Unicode dec":"128078","Unicode hex":"1F44E"},{"Typeface name":"Wingdings","Dingbat dec":"69","Dingbat hex":"45","Unicode dec":"9756","Unicode hex":"261C"},{"Typeface name":"Wingdings","Dingbat dec":"70","Dingbat hex":"46","Unicode dec":"9758","Unicode hex":"261E"},{"Typeface name":"Wingdings","Dingbat dec":"71","Dingbat hex":"47","Unicode dec":"9757","Unicode hex":"261D"},{"Typeface name":"Wingdings","Dingbat dec":"72","Dingbat hex":"48","Unicode dec":"9759","Unicode hex":"261F"},{"Typeface name":"Wingdings","Dingbat dec":"73","Dingbat hex":"49","Unicode dec":"128400","Unicode hex":"1F590"},{"Typeface name":"Wingdings","Dingbat dec":"74","Dingbat hex":"4A","Unicode dec":"9786","Unicode hex":"263A"},{"Typeface name":"Wingdings","Dingbat dec":"75","Dingbat hex":"4B","Unicode dec":"128528","Unicode hex":"1F610"},{"Typeface name":"Wingdings","Dingbat dec":"76","Dingbat hex":"4C","Unicode dec":"9785","Unicode hex":"2639"},{"Typeface name":"Wingdings","Dingbat dec":"77","Dingbat hex":"4D","Unicode dec":"128163","Unicode hex":"1F4A3"},{"Typeface name":"Wingdings","Dingbat dec":"78","Dingbat hex":"4E","Unicode dec":"128369","Unicode hex":"1F571"},{"Typeface name":"Wingdings","Dingbat dec":"79","Dingbat hex":"4F","Unicode dec":"127987","Unicode hex":"1F3F3"},{"Typeface name":"Wingdings","Dingbat dec":"80","Dingbat hex":"50","Unicode dec":"127985","Unicode hex":"1F3F1"},{"Typeface name":"Wingdings","Dingbat dec":"81","Dingbat hex":"51","Unicode dec":"9992","Unicode hex":"2708"},{"Typeface name":"Wingdings","Dingbat dec":"82","Dingbat hex":"52","Unicode dec":"9788","Unicode hex":"263C"},{"Typeface name":"Wingdings","Dingbat dec":"83","Dingbat hex":"53","Unicode dec":"127778","Unicode hex":"1F322"},{"Typeface name":"Wingdings","Dingbat dec":"84","Dingbat hex":"54","Unicode dec":"10052","Unicode hex":"2744"},{"Typeface name":"Wingdings","Dingbat dec":"85","Dingbat hex":"55","Unicode dec":"128326","Unicode hex":"1F546"},{"Typeface name":"Wingdings","Dingbat dec":"86","Dingbat hex":"56","Unicode dec":"10014","Unicode hex":"271E"},{"Typeface name":"Wingdings","Dingbat dec":"87","Dingbat hex":"57","Unicode dec":"128328","Unicode hex":"1F548"},{"Typeface name":"Wingdings","Dingbat dec":"88","Dingbat hex":"58","Unicode dec":"10016","Unicode hex":"2720"},{"Typeface name":"Wingdings","Dingbat dec":"89","Dingbat hex":"59","Unicode dec":"10017","Unicode hex":"2721"},{"Typeface name":"Wingdings","Dingbat dec":"90","Dingbat hex":"5A","Unicode dec":"9770","Unicode hex":"262A"},{"Typeface name":"Wingdings","Dingbat dec":"91","Dingbat hex":"5B","Unicode dec":"9775","Unicode hex":"262F"},{"Typeface name":"Wingdings","Dingbat dec":"92","Dingbat hex":"5C","Unicode dec":"128329","Unicode hex":"1F549"},{"Typeface name":"Wingdings","Dingbat dec":"93","Dingbat hex":"5D","Unicode dec":"9784","Unicode hex":"2638"},{"Typeface name":"Wingdings","Dingbat dec":"94","Dingbat hex":"5E","Unicode dec":"9800","Unicode hex":"2648"},{"Typeface name":"Wingdings","Dingbat dec":"95","Dingbat hex":"5F","Unicode dec":"9801","Unicode hex":"2649"},{"Typeface name":"Wingdings","Dingbat dec":"96","Dingbat hex":"60","Unicode dec":"9802","Unicode hex":"264A"},{"Typeface name":"Wingdings","Dingbat dec":"97","Dingbat hex":"61","Unicode dec":"9803","Unicode hex":"264B"},{"Typeface name":"Wingdings","Dingbat dec":"98","Dingbat hex":"62","Unicode dec":"9804","Unicode hex":"264C"},{"Typeface name":"Wingdings","Dingbat dec":"99","Dingbat hex":"63","Unicode dec":"9805","Unicode hex":"264D"},{"Typeface name":"Wingdings","Dingbat dec":"100","Dingbat hex":"64","Unicode dec":"9806","Unicode hex":"264E"},{"Typeface name":"Wingdings","Dingbat dec":"101","Dingbat hex":"65","Unicode dec":"9807","Unicode hex":"264F"},{"Typeface name":"Wingdings","Dingbat dec":"102","Dingbat hex":"66","Unicode dec":"9808","Unicode hex":"2650"},{"Typeface name":"Wingdings","Dingbat dec":"103","Dingbat hex":"67","Unicode dec":"9809","Unicode hex":"2651"},{"Typeface name":"Wingdings","Dingbat dec":"104","Dingbat hex":"68","Unicode dec":"9810","Unicode hex":"2652"},{"Typeface name":"Wingdings","Dingbat dec":"105","Dingbat hex":"69","Unicode dec":"9811","Unicode hex":"2653"},{"Typeface name":"Wingdings","Dingbat dec":"106","Dingbat hex":"6A","Unicode dec":"128624","Unicode hex":"1F670"},{"Typeface name":"Wingdings","Dingbat dec":"107","Dingbat hex":"6B","Unicode dec":"128629","Unicode hex":"1F675"},{"Typeface name":"Wingdings","Dingbat dec":"108","Dingbat hex":"6C","Unicode dec":"9899","Unicode hex":"26AB"},{"Typeface name":"Wingdings","Dingbat dec":"109","Dingbat hex":"6D","Unicode dec":"128318","Unicode hex":"1F53E"},{"Typeface name":"Wingdings","Dingbat dec":"110","Dingbat hex":"6E","Unicode dec":"9724","Unicode hex":"25FC"},{"Typeface name":"Wingdings","Dingbat dec":"111","Dingbat hex":"6F","Unicode dec":"128911","Unicode hex":"1F78F"},{"Typeface name":"Wingdings","Dingbat dec":"112","Dingbat hex":"70","Unicode dec":"128912","Unicode hex":"1F790"},{"Typeface name":"Wingdings","Dingbat dec":"113","Dingbat hex":"71","Unicode dec":"10065","Unicode hex":"2751"},{"Typeface name":"Wingdings","Dingbat dec":"114","Dingbat hex":"72","Unicode dec":"10066","Unicode hex":"2752"},{"Typeface name":"Wingdings","Dingbat dec":"115","Dingbat hex":"73","Unicode dec":"128927","Unicode hex":"1F79F"},{"Typeface name":"Wingdings","Dingbat dec":"116","Dingbat hex":"74","Unicode dec":"10731","Unicode hex":"29EB"},{"Typeface name":"Wingdings","Dingbat dec":"117","Dingbat hex":"75","Unicode dec":"9670","Unicode hex":"25C6"},{"Typeface name":"Wingdings","Dingbat dec":"118","Dingbat hex":"76","Unicode dec":"10070","Unicode hex":"2756"},{"Typeface name":"Wingdings","Dingbat dec":"119","Dingbat hex":"77","Unicode dec":"11049","Unicode hex":"2B29"},{"Typeface name":"Wingdings","Dingbat dec":"120","Dingbat hex":"78","Unicode dec":"8999","Unicode hex":"2327"},{"Typeface name":"Wingdings","Dingbat dec":"121","Dingbat hex":"79","Unicode dec":"11193","Unicode hex":"2BB9"},{"Typeface name":"Wingdings","Dingbat dec":"122","Dingbat hex":"7A","Unicode dec":"8984","Unicode hex":"2318"},{"Typeface name":"Wingdings","Dingbat dec":"123","Dingbat hex":"7B","Unicode dec":"127989","Unicode hex":"1F3F5"},{"Typeface name":"Wingdings","Dingbat dec":"124","Dingbat hex":"7C","Unicode dec":"127990","Unicode hex":"1F3F6"},{"Typeface name":"Wingdings","Dingbat dec":"125","Dingbat hex":"7D","Unicode dec":"128630","Unicode hex":"1F676"},{"Typeface name":"Wingdings","Dingbat dec":"126","Dingbat hex":"7E","Unicode dec":"128631","Unicode hex":"1F677"},{"Typeface name":"Wingdings","Dingbat dec":"127","Dingbat hex":"7F","Unicode dec":"9647","Unicode hex":"25AF"},{"Typeface name":"Wingdings","Dingbat dec":"128","Dingbat hex":"80","Unicode dec":"127243","Unicode hex":"1F10B"},{"Typeface name":"Wingdings","Dingbat dec":"129","Dingbat hex":"81","Unicode dec":"10112","Unicode hex":"2780"},{"Typeface name":"Wingdings","Dingbat dec":"130","Dingbat hex":"82","Unicode dec":"10113","Unicode hex":"2781"},{"Typeface name":"Wingdings","Dingbat dec":"131","Dingbat hex":"83","Unicode dec":"10114","Unicode hex":"2782"},{"Typeface name":"Wingdings","Dingbat dec":"132","Dingbat hex":"84","Unicode dec":"10115","Unicode hex":"2783"},{"Typeface name":"Wingdings","Dingbat dec":"133","Dingbat hex":"85","Unicode dec":"10116","Unicode hex":"2784"},{"Typeface name":"Wingdings","Dingbat dec":"134","Dingbat hex":"86","Unicode dec":"10117","Unicode hex":"2785"},{"Typeface name":"Wingdings","Dingbat dec":"135","Dingbat hex":"87","Unicode dec":"10118","Unicode hex":"2786"},{"Typeface name":"Wingdings","Dingbat dec":"136","Dingbat hex":"88","Unicode dec":"10119","Unicode hex":"2787"},{"Typeface name":"Wingdings","Dingbat dec":"137","Dingbat hex":"89","Unicode dec":"10120","Unicode hex":"2788"},{"Typeface name":"Wingdings","Dingbat dec":"138","Dingbat hex":"8A","Unicode dec":"10121","Unicode hex":"2789"},{"Typeface name":"Wingdings","Dingbat dec":"139","Dingbat hex":"8B","Unicode dec":"127244","Unicode hex":"1F10C"},{"Typeface name":"Wingdings","Dingbat dec":"140","Dingbat hex":"8C","Unicode dec":"10122","Unicode hex":"278A"},{"Typeface name":"Wingdings","Dingbat dec":"141","Dingbat hex":"8D","Unicode dec":"10123","Unicode hex":"278B"},{"Typeface name":"Wingdings","Dingbat dec":"142","Dingbat hex":"8E","Unicode dec":"10124","Unicode hex":"278C"},{"Typeface name":"Wingdings","Dingbat dec":"143","Dingbat hex":"8F","Unicode dec":"10125","Unicode hex":"278D"},{"Typeface name":"Wingdings","Dingbat dec":"144","Dingbat hex":"90","Unicode dec":"10126","Unicode hex":"278E"},{"Typeface name":"Wingdings","Dingbat dec":"145","Dingbat hex":"91","Unicode dec":"10127","Unicode hex":"278F"},{"Typeface name":"Wingdings","Dingbat dec":"146","Dingbat hex":"92","Unicode dec":"10128","Unicode hex":"2790"},{"Typeface name":"Wingdings","Dingbat dec":"147","Dingbat hex":"93","Unicode dec":"10129","Unicode hex":"2791"},{"Typeface name":"Wingdings","Dingbat dec":"148","Dingbat hex":"94","Unicode dec":"10130","Unicode hex":"2792"},{"Typeface name":"Wingdings","Dingbat dec":"149","Dingbat hex":"95","Unicode dec":"10131","Unicode hex":"2793"},{"Typeface name":"Wingdings","Dingbat dec":"150","Dingbat hex":"96","Unicode dec":"128610","Unicode hex":"1F662"},{"Typeface name":"Wingdings","Dingbat dec":"151","Dingbat hex":"97","Unicode dec":"128608","Unicode hex":"1F660"},{"Typeface name":"Wingdings","Dingbat dec":"152","Dingbat hex":"98","Unicode dec":"128609","Unicode hex":"1F661"},{"Typeface name":"Wingdings","Dingbat dec":"153","Dingbat hex":"99","Unicode dec":"128611","Unicode hex":"1F663"},{"Typeface name":"Wingdings","Dingbat dec":"154","Dingbat hex":"9A","Unicode dec":"128606","Unicode hex":"1F65E"},{"Typeface name":"Wingdings","Dingbat dec":"155","Dingbat hex":"9B","Unicode dec":"128604","Unicode hex":"1F65C"},{"Typeface name":"Wingdings","Dingbat dec":"156","Dingbat hex":"9C","Unicode dec":"128605","Unicode hex":"1F65D"},{"Typeface name":"Wingdings","Dingbat dec":"157","Dingbat hex":"9D","Unicode dec":"128607","Unicode hex":"1F65F"},{"Typeface name":"Wingdings","Dingbat dec":"158","Dingbat hex":"9E","Unicode dec":"8729","Unicode hex":"2219"},{"Typeface name":"Wingdings","Dingbat dec":"159","Dingbat hex":"9F","Unicode dec":"8226","Unicode hex":"2022"},{"Typeface name":"Wingdings","Dingbat dec":"160","Dingbat hex":"A0","Unicode dec":"11037","Unicode hex":"2B1D"},{"Typeface name":"Wingdings","Dingbat dec":"161","Dingbat hex":"A1","Unicode dec":"11096","Unicode hex":"2B58"},{"Typeface name":"Wingdings","Dingbat dec":"162","Dingbat hex":"A2","Unicode dec":"128902","Unicode hex":"1F786"},{"Typeface name":"Wingdings","Dingbat dec":"163","Dingbat hex":"A3","Unicode dec":"128904","Unicode hex":"1F788"},{"Typeface name":"Wingdings","Dingbat dec":"164","Dingbat hex":"A4","Unicode dec":"128906","Unicode hex":"1F78A"},{"Typeface name":"Wingdings","Dingbat dec":"165","Dingbat hex":"A5","Unicode dec":"128907","Unicode hex":"1F78B"},{"Typeface name":"Wingdings","Dingbat dec":"166","Dingbat hex":"A6","Unicode dec":"128319","Unicode hex":"1F53F"},{"Typeface name":"Wingdings","Dingbat dec":"167","Dingbat hex":"A7","Unicode dec":"9642","Unicode hex":"25AA"},{"Typeface name":"Wingdings","Dingbat dec":"168","Dingbat hex":"A8","Unicode dec":"128910","Unicode hex":"1F78E"},{"Typeface name":"Wingdings","Dingbat dec":"169","Dingbat hex":"A9","Unicode dec":"128961","Unicode hex":"1F7C1"},{"Typeface name":"Wingdings","Dingbat dec":"170","Dingbat hex":"AA","Unicode dec":"128965","Unicode hex":"1F7C5"},{"Typeface name":"Wingdings","Dingbat dec":"171","Dingbat hex":"AB","Unicode dec":"9733","Unicode hex":"2605"},{"Typeface name":"Wingdings","Dingbat dec":"172","Dingbat hex":"AC","Unicode dec":"128971","Unicode hex":"1F7CB"},{"Typeface name":"Wingdings","Dingbat dec":"173","Dingbat hex":"AD","Unicode dec":"128975","Unicode hex":"1F7CF"},{"Typeface name":"Wingdings","Dingbat dec":"174","Dingbat hex":"AE","Unicode dec":"128979","Unicode hex":"1F7D3"},{"Typeface name":"Wingdings","Dingbat dec":"175","Dingbat hex":"AF","Unicode dec":"128977","Unicode hex":"1F7D1"},{"Typeface name":"Wingdings","Dingbat dec":"176","Dingbat hex":"B0","Unicode dec":"11216","Unicode hex":"2BD0"},{"Typeface name":"Wingdings","Dingbat dec":"177","Dingbat hex":"B1","Unicode dec":"8982","Unicode hex":"2316"},{"Typeface name":"Wingdings","Dingbat dec":"178","Dingbat hex":"B2","Unicode dec":"11214","Unicode hex":"2BCE"},{"Typeface name":"Wingdings","Dingbat dec":"179","Dingbat hex":"B3","Unicode dec":"11215","Unicode hex":"2BCF"},{"Typeface name":"Wingdings","Dingbat dec":"180","Dingbat hex":"B4","Unicode dec":"11217","Unicode hex":"2BD1"},{"Typeface name":"Wingdings","Dingbat dec":"181","Dingbat hex":"B5","Unicode dec":"10026","Unicode hex":"272A"},{"Typeface name":"Wingdings","Dingbat dec":"182","Dingbat hex":"B6","Unicode dec":"10032","Unicode hex":"2730"},{"Typeface name":"Wingdings","Dingbat dec":"183","Dingbat hex":"B7","Unicode dec":"128336","Unicode hex":"1F550"},{"Typeface name":"Wingdings","Dingbat dec":"184","Dingbat hex":"B8","Unicode dec":"128337","Unicode hex":"1F551"},{"Typeface name":"Wingdings","Dingbat dec":"185","Dingbat hex":"B9","Unicode dec":"128338","Unicode hex":"1F552"},{"Typeface name":"Wingdings","Dingbat dec":"186","Dingbat hex":"BA","Unicode dec":"128339","Unicode hex":"1F553"},{"Typeface name":"Wingdings","Dingbat dec":"187","Dingbat hex":"BB","Unicode dec":"128340","Unicode hex":"1F554"},{"Typeface name":"Wingdings","Dingbat dec":"188","Dingbat hex":"BC","Unicode dec":"128341","Unicode hex":"1F555"},{"Typeface name":"Wingdings","Dingbat dec":"189","Dingbat hex":"BD","Unicode dec":"128342","Unicode hex":"1F556"},{"Typeface name":"Wingdings","Dingbat dec":"190","Dingbat hex":"BE","Unicode dec":"128343","Unicode hex":"1F557"},{"Typeface name":"Wingdings","Dingbat dec":"191","Dingbat hex":"BF","Unicode dec":"128344","Unicode hex":"1F558"},{"Typeface name":"Wingdings","Dingbat dec":"192","Dingbat hex":"C0","Unicode dec":"128345","Unicode hex":"1F559"},{"Typeface name":"Wingdings","Dingbat dec":"193","Dingbat hex":"C1","Unicode dec":"128346","Unicode hex":"1F55A"},{"Typeface name":"Wingdings","Dingbat dec":"194","Dingbat hex":"C2","Unicode dec":"128347","Unicode hex":"1F55B"},{"Typeface name":"Wingdings","Dingbat dec":"195","Dingbat hex":"C3","Unicode dec":"11184","Unicode hex":"2BB0"},{"Typeface name":"Wingdings","Dingbat dec":"196","Dingbat hex":"C4","Unicode dec":"11185","Unicode hex":"2BB1"},{"Typeface name":"Wingdings","Dingbat dec":"197","Dingbat hex":"C5","Unicode dec":"11186","Unicode hex":"2BB2"},{"Typeface name":"Wingdings","Dingbat dec":"198","Dingbat hex":"C6","Unicode dec":"11187","Unicode hex":"2BB3"},{"Typeface name":"Wingdings","Dingbat dec":"199","Dingbat hex":"C7","Unicode dec":"11188","Unicode hex":"2BB4"},{"Typeface name":"Wingdings","Dingbat dec":"200","Dingbat hex":"C8","Unicode dec":"11189","Unicode hex":"2BB5"},{"Typeface name":"Wingdings","Dingbat dec":"201","Dingbat hex":"C9","Unicode dec":"11190","Unicode hex":"2BB6"},{"Typeface name":"Wingdings","Dingbat dec":"202","Dingbat hex":"CA","Unicode dec":"11191","Unicode hex":"2BB7"},{"Typeface name":"Wingdings","Dingbat dec":"203","Dingbat hex":"CB","Unicode dec":"128618","Unicode hex":"1F66A"},{"Typeface name":"Wingdings","Dingbat dec":"204","Dingbat hex":"CC","Unicode dec":"128619","Unicode hex":"1F66B"},{"Typeface name":"Wingdings","Dingbat dec":"205","Dingbat hex":"CD","Unicode dec":"128597","Unicode hex":"1F655"},{"Typeface name":"Wingdings","Dingbat dec":"206","Dingbat hex":"CE","Unicode dec":"128596","Unicode hex":"1F654"},{"Typeface name":"Wingdings","Dingbat dec":"207","Dingbat hex":"CF","Unicode dec":"128599","Unicode hex":"1F657"},{"Typeface name":"Wingdings","Dingbat dec":"208","Dingbat hex":"D0","Unicode dec":"128598","Unicode hex":"1F656"},{"Typeface name":"Wingdings","Dingbat dec":"209","Dingbat hex":"D1","Unicode dec":"128592","Unicode hex":"1F650"},{"Typeface name":"Wingdings","Dingbat dec":"210","Dingbat hex":"D2","Unicode dec":"128593","Unicode hex":"1F651"},{"Typeface name":"Wingdings","Dingbat dec":"211","Dingbat hex":"D3","Unicode dec":"128594","Unicode hex":"1F652"},{"Typeface name":"Wingdings","Dingbat dec":"212","Dingbat hex":"D4","Unicode dec":"128595","Unicode hex":"1F653"},{"Typeface name":"Wingdings","Dingbat dec":"213","Dingbat hex":"D5","Unicode dec":"9003","Unicode hex":"232B"},{"Typeface name":"Wingdings","Dingbat dec":"214","Dingbat hex":"D6","Unicode dec":"8998","Unicode hex":"2326"},{"Typeface name":"Wingdings","Dingbat dec":"215","Dingbat hex":"D7","Unicode dec":"11160","Unicode hex":"2B98"},{"Typeface name":"Wingdings","Dingbat dec":"216","Dingbat hex":"D8","Unicode dec":"11162","Unicode hex":"2B9A"},{"Typeface name":"Wingdings","Dingbat dec":"217","Dingbat hex":"D9","Unicode dec":"11161","Unicode hex":"2B99"},{"Typeface name":"Wingdings","Dingbat dec":"218","Dingbat hex":"DA","Unicode dec":"11163","Unicode hex":"2B9B"},{"Typeface name":"Wingdings","Dingbat dec":"219","Dingbat hex":"DB","Unicode dec":"11144","Unicode hex":"2B88"},{"Typeface name":"Wingdings","Dingbat dec":"220","Dingbat hex":"DC","Unicode dec":"11146","Unicode hex":"2B8A"},{"Typeface name":"Wingdings","Dingbat dec":"221","Dingbat hex":"DD","Unicode dec":"11145","Unicode hex":"2B89"},{"Typeface name":"Wingdings","Dingbat dec":"222","Dingbat hex":"DE","Unicode dec":"11147","Unicode hex":"2B8B"},{"Typeface name":"Wingdings","Dingbat dec":"223","Dingbat hex":"DF","Unicode dec":"129128","Unicode hex":"1F868"},{"Typeface name":"Wingdings","Dingbat dec":"224","Dingbat hex":"E0","Unicode dec":"129130","Unicode hex":"1F86A"},{"Typeface name":"Wingdings","Dingbat dec":"225","Dingbat hex":"E1","Unicode dec":"129129","Unicode hex":"1F869"},{"Typeface name":"Wingdings","Dingbat dec":"226","Dingbat hex":"E2","Unicode dec":"129131","Unicode hex":"1F86B"},{"Typeface name":"Wingdings","Dingbat dec":"227","Dingbat hex":"E3","Unicode dec":"129132","Unicode hex":"1F86C"},{"Typeface name":"Wingdings","Dingbat dec":"228","Dingbat hex":"E4","Unicode dec":"129133","Unicode hex":"1F86D"},{"Typeface name":"Wingdings","Dingbat dec":"229","Dingbat hex":"E5","Unicode dec":"129135","Unicode hex":"1F86F"},{"Typeface name":"Wingdings","Dingbat dec":"230","Dingbat hex":"E6","Unicode dec":"129134","Unicode hex":"1F86E"},{"Typeface name":"Wingdings","Dingbat dec":"231","Dingbat hex":"E7","Unicode dec":"129144","Unicode hex":"1F878"},{"Typeface name":"Wingdings","Dingbat dec":"232","Dingbat hex":"E8","Unicode dec":"129146","Unicode hex":"1F87A"},{"Typeface name":"Wingdings","Dingbat dec":"233","Dingbat hex":"E9","Unicode dec":"129145","Unicode hex":"1F879"},{"Typeface name":"Wingdings","Dingbat dec":"234","Dingbat hex":"EA","Unicode dec":"129147","Unicode hex":"1F87B"},{"Typeface name":"Wingdings","Dingbat dec":"235","Dingbat hex":"EB","Unicode dec":"129148","Unicode hex":"1F87C"},{"Typeface name":"Wingdings","Dingbat dec":"236","Dingbat hex":"EC","Unicode dec":"129149","Unicode hex":"1F87D"},{"Typeface name":"Wingdings","Dingbat dec":"237","Dingbat hex":"ED","Unicode dec":"129151","Unicode hex":"1F87F"},{"Typeface name":"Wingdings","Dingbat dec":"238","Dingbat hex":"EE","Unicode dec":"129150","Unicode hex":"1F87E"},{"Typeface name":"Wingdings","Dingbat dec":"239","Dingbat hex":"EF","Unicode dec":"8678","Unicode hex":"21E6"},{"Typeface name":"Wingdings","Dingbat dec":"240","Dingbat hex":"F0","Unicode dec":"8680","Unicode hex":"21E8"},{"Typeface name":"Wingdings","Dingbat dec":"241","Dingbat hex":"F1","Unicode dec":"8679","Unicode hex":"21E7"},{"Typeface name":"Wingdings","Dingbat dec":"242","Dingbat hex":"F2","Unicode dec":"8681","Unicode hex":"21E9"},{"Typeface name":"Wingdings","Dingbat dec":"243","Dingbat hex":"F3","Unicode dec":"11012","Unicode hex":"2B04"},{"Typeface name":"Wingdings","Dingbat dec":"244","Dingbat hex":"F4","Unicode dec":"8691","Unicode hex":"21F3"},{"Typeface name":"Wingdings","Dingbat dec":"245","Dingbat hex":"F5","Unicode dec":"11009","Unicode hex":"2B01"},{"Typeface name":"Wingdings","Dingbat dec":"246","Dingbat hex":"F6","Unicode dec":"11008","Unicode hex":"2B00"},{"Typeface name":"Wingdings","Dingbat dec":"247","Dingbat hex":"F7","Unicode dec":"11011","Unicode hex":"2B03"},{"Typeface name":"Wingdings","Dingbat dec":"248","Dingbat hex":"F8","Unicode dec":"11010","Unicode hex":"2B02"},{"Typeface name":"Wingdings","Dingbat dec":"249","Dingbat hex":"F9","Unicode dec":"129196","Unicode hex":"1F8AC"},{"Typeface name":"Wingdings","Dingbat dec":"250","Dingbat hex":"FA","Unicode dec":"129197","Unicode hex":"1F8AD"},{"Typeface name":"Wingdings","Dingbat dec":"251","Dingbat hex":"FB","Unicode dec":"128502","Unicode hex":"1F5F6"},{"Typeface name":"Wingdings","Dingbat dec":"252","Dingbat hex":"FC","Unicode dec":"10003","Unicode hex":"2713"},{"Typeface name":"Wingdings","Dingbat dec":"253","Dingbat hex":"FD","Unicode dec":"128503","Unicode hex":"1F5F7"},{"Typeface name":"Wingdings","Dingbat dec":"254","Dingbat hex":"FE","Unicode dec":"128505","Unicode hex":"1F5F9"},{"Typeface name":"Wingdings 2","Dingbat dec":"32","Dingbat hex":"20","Unicode dec":"32","Unicode hex":"20"},{"Typeface name":"Wingdings 2","Dingbat dec":"33","Dingbat hex":"21","Unicode dec":"128394","Unicode hex":"1F58A"},{"Typeface name":"Wingdings 2","Dingbat dec":"34","Dingbat hex":"22","Unicode dec":"128395","Unicode hex":"1F58B"},{"Typeface name":"Wingdings 2","Dingbat dec":"35","Dingbat hex":"23","Unicode dec":"128396","Unicode hex":"1F58C"},{"Typeface name":"Wingdings 2","Dingbat dec":"36","Dingbat hex":"24","Unicode dec":"128397","Unicode hex":"1F58D"},{"Typeface name":"Wingdings 2","Dingbat dec":"37","Dingbat hex":"25","Unicode dec":"9988","Unicode hex":"2704"},{"Typeface name":"Wingdings 2","Dingbat dec":"38","Dingbat hex":"26","Unicode dec":"9984","Unicode hex":"2700"},{"Typeface name":"Wingdings 2","Dingbat dec":"39","Dingbat hex":"27","Unicode dec":"128382","Unicode hex":"1F57E"},{"Typeface name":"Wingdings 2","Dingbat dec":"40","Dingbat hex":"28","Unicode dec":"128381","Unicode hex":"1F57D"},{"Typeface name":"Wingdings 2","Dingbat dec":"41","Dingbat hex":"29","Unicode dec":"128453","Unicode hex":"1F5C5"},{"Typeface name":"Wingdings 2","Dingbat dec":"42","Dingbat hex":"2A","Unicode dec":"128454","Unicode hex":"1F5C6"},{"Typeface name":"Wingdings 2","Dingbat dec":"43","Dingbat hex":"2B","Unicode dec":"128455","Unicode hex":"1F5C7"},{"Typeface name":"Wingdings 2","Dingbat dec":"44","Dingbat hex":"2C","Unicode dec":"128456","Unicode hex":"1F5C8"},{"Typeface name":"Wingdings 2","Dingbat dec":"45","Dingbat hex":"2D","Unicode dec":"128457","Unicode hex":"1F5C9"},{"Typeface name":"Wingdings 2","Dingbat dec":"46","Dingbat hex":"2E","Unicode dec":"128458","Unicode hex":"1F5CA"},{"Typeface name":"Wingdings 2","Dingbat dec":"47","Dingbat hex":"2F","Unicode dec":"128459","Unicode hex":"1F5CB"},{"Typeface name":"Wingdings 2","Dingbat dec":"48","Dingbat hex":"30","Unicode dec":"128460","Unicode hex":"1F5CC"},{"Typeface name":"Wingdings 2","Dingbat dec":"49","Dingbat hex":"31","Unicode dec":"128461","Unicode hex":"1F5CD"},{"Typeface name":"Wingdings 2","Dingbat dec":"50","Dingbat hex":"32","Unicode dec":"128203","Unicode hex":"1F4CB"},{"Typeface name":"Wingdings 2","Dingbat dec":"51","Dingbat hex":"33","Unicode dec":"128465","Unicode hex":"1F5D1"},{"Typeface name":"Wingdings 2","Dingbat dec":"52","Dingbat hex":"34","Unicode dec":"128468","Unicode hex":"1F5D4"},{"Typeface name":"Wingdings 2","Dingbat dec":"53","Dingbat hex":"35","Unicode dec":"128437","Unicode hex":"1F5B5"},{"Typeface name":"Wingdings 2","Dingbat dec":"54","Dingbat hex":"36","Unicode dec":"128438","Unicode hex":"1F5B6"},{"Typeface name":"Wingdings 2","Dingbat dec":"55","Dingbat hex":"37","Unicode dec":"128439","Unicode hex":"1F5B7"},{"Typeface name":"Wingdings 2","Dingbat dec":"56","Dingbat hex":"38","Unicode dec":"128440","Unicode hex":"1F5B8"},{"Typeface name":"Wingdings 2","Dingbat dec":"57","Dingbat hex":"39","Unicode dec":"128429","Unicode hex":"1F5AD"},{"Typeface name":"Wingdings 2","Dingbat dec":"58","Dingbat hex":"3A","Unicode dec":"128431","Unicode hex":"1F5AF"},{"Typeface name":"Wingdings 2","Dingbat dec":"59","Dingbat hex":"3B","Unicode dec":"128433","Unicode hex":"1F5B1"},{"Typeface name":"Wingdings 2","Dingbat dec":"60","Dingbat hex":"3C","Unicode dec":"128402","Unicode hex":"1F592"},{"Typeface name":"Wingdings 2","Dingbat dec":"61","Dingbat hex":"3D","Unicode dec":"128403","Unicode hex":"1F593"},{"Typeface name":"Wingdings 2","Dingbat dec":"62","Dingbat hex":"3E","Unicode dec":"128408","Unicode hex":"1F598"},{"Typeface name":"Wingdings 2","Dingbat dec":"63","Dingbat hex":"3F","Unicode dec":"128409","Unicode hex":"1F599"},{"Typeface name":"Wingdings 2","Dingbat dec":"64","Dingbat hex":"40","Unicode dec":"128410","Unicode hex":"1F59A"},{"Typeface name":"Wingdings 2","Dingbat dec":"65","Dingbat hex":"41","Unicode dec":"128411","Unicode hex":"1F59B"},{"Typeface name":"Wingdings 2","Dingbat dec":"66","Dingbat hex":"42","Unicode dec":"128072","Unicode hex":"1F448"},{"Typeface name":"Wingdings 2","Dingbat dec":"67","Dingbat hex":"43","Unicode dec":"128073","Unicode hex":"1F449"},{"Typeface name":"Wingdings 2","Dingbat dec":"68","Dingbat hex":"44","Unicode dec":"128412","Unicode hex":"1F59C"},{"Typeface name":"Wingdings 2","Dingbat dec":"69","Dingbat hex":"45","Unicode dec":"128413","Unicode hex":"1F59D"},{"Typeface name":"Wingdings 2","Dingbat dec":"70","Dingbat hex":"46","Unicode dec":"128414","Unicode hex":"1F59E"},{"Typeface name":"Wingdings 2","Dingbat dec":"71","Dingbat hex":"47","Unicode dec":"128415","Unicode hex":"1F59F"},{"Typeface name":"Wingdings 2","Dingbat dec":"72","Dingbat hex":"48","Unicode dec":"128416","Unicode hex":"1F5A0"},{"Typeface name":"Wingdings 2","Dingbat dec":"73","Dingbat hex":"49","Unicode dec":"128417","Unicode hex":"1F5A1"},{"Typeface name":"Wingdings 2","Dingbat dec":"74","Dingbat hex":"4A","Unicode dec":"128070","Unicode hex":"1F446"},{"Typeface name":"Wingdings 2","Dingbat dec":"75","Dingbat hex":"4B","Unicode dec":"128071","Unicode hex":"1F447"},{"Typeface name":"Wingdings 2","Dingbat dec":"76","Dingbat hex":"4C","Unicode dec":"128418","Unicode hex":"1F5A2"},{"Typeface name":"Wingdings 2","Dingbat dec":"77","Dingbat hex":"4D","Unicode dec":"128419","Unicode hex":"1F5A3"},{"Typeface name":"Wingdings 2","Dingbat dec":"78","Dingbat hex":"4E","Unicode dec":"128401","Unicode hex":"1F591"},{"Typeface name":"Wingdings 2","Dingbat dec":"79","Dingbat hex":"4F","Unicode dec":"128500","Unicode hex":"1F5F4"},{"Typeface name":"Wingdings 2","Dingbat dec":"80","Dingbat hex":"50","Unicode dec":"128504","Unicode hex":"1F5F8"},{"Typeface name":"Wingdings 2","Dingbat dec":"81","Dingbat hex":"51","Unicode dec":"128501","Unicode hex":"1F5F5"},{"Typeface name":"Wingdings 2","Dingbat dec":"82","Dingbat hex":"52","Unicode dec":"9745","Unicode hex":"2611"},{"Typeface name":"Wingdings 2","Dingbat dec":"83","Dingbat hex":"53","Unicode dec":"11197","Unicode hex":"2BBD"},{"Typeface name":"Wingdings 2","Dingbat dec":"84","Dingbat hex":"54","Unicode dec":"9746","Unicode hex":"2612"},{"Typeface name":"Wingdings 2","Dingbat dec":"85","Dingbat hex":"55","Unicode dec":"11198","Unicode hex":"2BBE"},{"Typeface name":"Wingdings 2","Dingbat dec":"86","Dingbat hex":"56","Unicode dec":"11199","Unicode hex":"2BBF"},{"Typeface name":"Wingdings 2","Dingbat dec":"87","Dingbat hex":"57","Unicode dec":"128711","Unicode hex":"1F6C7"},{"Typeface name":"Wingdings 2","Dingbat dec":"88","Dingbat hex":"58","Unicode dec":"10680","Unicode hex":"29B8"},{"Typeface name":"Wingdings 2","Dingbat dec":"89","Dingbat hex":"59","Unicode dec":"128625","Unicode hex":"1F671"},{"Typeface name":"Wingdings 2","Dingbat dec":"90","Dingbat hex":"5A","Unicode dec":"128628","Unicode hex":"1F674"},{"Typeface name":"Wingdings 2","Dingbat dec":"91","Dingbat hex":"5B","Unicode dec":"128626","Unicode hex":"1F672"},{"Typeface name":"Wingdings 2","Dingbat dec":"92","Dingbat hex":"5C","Unicode dec":"128627","Unicode hex":"1F673"},{"Typeface name":"Wingdings 2","Dingbat dec":"93","Dingbat hex":"5D","Unicode dec":"8253","Unicode hex":"203D"},{"Typeface name":"Wingdings 2","Dingbat dec":"94","Dingbat hex":"5E","Unicode dec":"128633","Unicode hex":"1F679"},{"Typeface name":"Wingdings 2","Dingbat dec":"95","Dingbat hex":"5F","Unicode dec":"128634","Unicode hex":"1F67A"},{"Typeface name":"Wingdings 2","Dingbat dec":"96","Dingbat hex":"60","Unicode dec":"128635","Unicode hex":"1F67B"},{"Typeface name":"Wingdings 2","Dingbat dec":"97","Dingbat hex":"61","Unicode dec":"128614","Unicode hex":"1F666"},{"Typeface name":"Wingdings 2","Dingbat dec":"98","Dingbat hex":"62","Unicode dec":"128612","Unicode hex":"1F664"},{"Typeface name":"Wingdings 2","Dingbat dec":"99","Dingbat hex":"63","Unicode dec":"128613","Unicode hex":"1F665"},{"Typeface name":"Wingdings 2","Dingbat dec":"100","Dingbat hex":"64","Unicode dec":"128615","Unicode hex":"1F667"},{"Typeface name":"Wingdings 2","Dingbat dec":"101","Dingbat hex":"65","Unicode dec":"128602","Unicode hex":"1F65A"},{"Typeface name":"Wingdings 2","Dingbat dec":"102","Dingbat hex":"66","Unicode dec":"128600","Unicode hex":"1F658"},{"Typeface name":"Wingdings 2","Dingbat dec":"103","Dingbat hex":"67","Unicode dec":"128601","Unicode hex":"1F659"},{"Typeface name":"Wingdings 2","Dingbat dec":"104","Dingbat hex":"68","Unicode dec":"128603","Unicode hex":"1F65B"},{"Typeface name":"Wingdings 2","Dingbat dec":"105","Dingbat hex":"69","Unicode dec":"9450","Unicode hex":"24EA"},{"Typeface name":"Wingdings 2","Dingbat dec":"106","Dingbat hex":"6A","Unicode dec":"9312","Unicode hex":"2460"},{"Typeface name":"Wingdings 2","Dingbat dec":"107","Dingbat hex":"6B","Unicode dec":"9313","Unicode hex":"2461"},{"Typeface name":"Wingdings 2","Dingbat dec":"108","Dingbat hex":"6C","Unicode dec":"9314","Unicode hex":"2462"},{"Typeface name":"Wingdings 2","Dingbat dec":"109","Dingbat hex":"6D","Unicode dec":"9315","Unicode hex":"2463"},{"Typeface name":"Wingdings 2","Dingbat dec":"110","Dingbat hex":"6E","Unicode dec":"9316","Unicode hex":"2464"},{"Typeface name":"Wingdings 2","Dingbat dec":"111","Dingbat hex":"6F","Unicode dec":"9317","Unicode hex":"2465"},{"Typeface name":"Wingdings 2","Dingbat dec":"112","Dingbat hex":"70","Unicode dec":"9318","Unicode hex":"2466"},{"Typeface name":"Wingdings 2","Dingbat dec":"113","Dingbat hex":"71","Unicode dec":"9319","Unicode hex":"2467"},{"Typeface name":"Wingdings 2","Dingbat dec":"114","Dingbat hex":"72","Unicode dec":"9320","Unicode hex":"2468"},{"Typeface name":"Wingdings 2","Dingbat dec":"115","Dingbat hex":"73","Unicode dec":"9321","Unicode hex":"2469"},{"Typeface name":"Wingdings 2","Dingbat dec":"116","Dingbat hex":"74","Unicode dec":"9471","Unicode hex":"24FF"},{"Typeface name":"Wingdings 2","Dingbat dec":"117","Dingbat hex":"75","Unicode dec":"10102","Unicode hex":"2776"},{"Typeface name":"Wingdings 2","Dingbat dec":"118","Dingbat hex":"76","Unicode dec":"10103","Unicode hex":"2777"},{"Typeface name":"Wingdings 2","Dingbat dec":"119","Dingbat hex":"77","Unicode dec":"10104","Unicode hex":"2778"},{"Typeface name":"Wingdings 2","Dingbat dec":"120","Dingbat hex":"78","Unicode dec":"10105","Unicode hex":"2779"},{"Typeface name":"Wingdings 2","Dingbat dec":"121","Dingbat hex":"79","Unicode dec":"10106","Unicode hex":"277A"},{"Typeface name":"Wingdings 2","Dingbat dec":"122","Dingbat hex":"7A","Unicode dec":"10107","Unicode hex":"277B"},{"Typeface name":"Wingdings 2","Dingbat dec":"123","Dingbat hex":"7B","Unicode dec":"10108","Unicode hex":"277C"},{"Typeface name":"Wingdings 2","Dingbat dec":"124","Dingbat hex":"7C","Unicode dec":"10109","Unicode hex":"277D"},{"Typeface name":"Wingdings 2","Dingbat dec":"125","Dingbat hex":"7D","Unicode dec":"10110","Unicode hex":"277E"},{"Typeface name":"Wingdings 2","Dingbat dec":"126","Dingbat hex":"7E","Unicode dec":"10111","Unicode hex":"277F"},{"Typeface name":"Wingdings 2","Dingbat dec":"128","Dingbat hex":"80","Unicode dec":"9737","Unicode hex":"2609"},{"Typeface name":"Wingdings 2","Dingbat dec":"129","Dingbat hex":"81","Unicode dec":"127765","Unicode hex":"1F315"},{"Typeface name":"Wingdings 2","Dingbat dec":"130","Dingbat hex":"82","Unicode dec":"9789","Unicode hex":"263D"},{"Typeface name":"Wingdings 2","Dingbat dec":"131","Dingbat hex":"83","Unicode dec":"9790","Unicode hex":"263E"},{"Typeface name":"Wingdings 2","Dingbat dec":"132","Dingbat hex":"84","Unicode dec":"11839","Unicode hex":"2E3F"},{"Typeface name":"Wingdings 2","Dingbat dec":"133","Dingbat hex":"85","Unicode dec":"10013","Unicode hex":"271D"},{"Typeface name":"Wingdings 2","Dingbat dec":"134","Dingbat hex":"86","Unicode dec":"128327","Unicode hex":"1F547"},{"Typeface name":"Wingdings 2","Dingbat dec":"135","Dingbat hex":"87","Unicode dec":"128348","Unicode hex":"1F55C"},{"Typeface name":"Wingdings 2","Dingbat dec":"136","Dingbat hex":"88","Unicode dec":"128349","Unicode hex":"1F55D"},{"Typeface name":"Wingdings 2","Dingbat dec":"137","Dingbat hex":"89","Unicode dec":"128350","Unicode hex":"1F55E"},{"Typeface name":"Wingdings 2","Dingbat dec":"138","Dingbat hex":"8A","Unicode dec":"128351","Unicode hex":"1F55F"},{"Typeface name":"Wingdings 2","Dingbat dec":"139","Dingbat hex":"8B","Unicode dec":"128352","Unicode hex":"1F560"},{"Typeface name":"Wingdings 2","Dingbat dec":"140","Dingbat hex":"8C","Unicode dec":"128353","Unicode hex":"1F561"},{"Typeface name":"Wingdings 2","Dingbat dec":"141","Dingbat hex":"8D","Unicode dec":"128354","Unicode hex":"1F562"},{"Typeface name":"Wingdings 2","Dingbat dec":"142","Dingbat hex":"8E","Unicode dec":"128355","Unicode hex":"1F563"},{"Typeface name":"Wingdings 2","Dingbat dec":"143","Dingbat hex":"8F","Unicode dec":"128356","Unicode hex":"1F564"},{"Typeface name":"Wingdings 2","Dingbat dec":"144","Dingbat hex":"90","Unicode dec":"128357","Unicode hex":"1F565"},{"Typeface name":"Wingdings 2","Dingbat dec":"145","Dingbat hex":"91","Unicode dec":"128358","Unicode hex":"1F566"},{"Typeface name":"Wingdings 2","Dingbat dec":"146","Dingbat hex":"92","Unicode dec":"128359","Unicode hex":"1F567"},{"Typeface name":"Wingdings 2","Dingbat dec":"147","Dingbat hex":"93","Unicode dec":"128616","Unicode hex":"1F668"},{"Typeface name":"Wingdings 2","Dingbat dec":"148","Dingbat hex":"94","Unicode dec":"128617","Unicode hex":"1F669"},{"Typeface name":"Wingdings 2","Dingbat dec":"149","Dingbat hex":"95","Unicode dec":"8901","Unicode hex":"22C5"},{"Typeface name":"Wingdings 2","Dingbat dec":"150","Dingbat hex":"96","Unicode dec":"128900","Unicode hex":"1F784"},{"Typeface name":"Wingdings 2","Dingbat dec":"151","Dingbat hex":"97","Unicode dec":"10625","Unicode hex":"2981"},{"Typeface name":"Wingdings 2","Dingbat dec":"152","Dingbat hex":"98","Unicode dec":"9679","Unicode hex":"25CF"},{"Typeface name":"Wingdings 2","Dingbat dec":"153","Dingbat hex":"99","Unicode dec":"9675","Unicode hex":"25CB"},{"Typeface name":"Wingdings 2","Dingbat dec":"154","Dingbat hex":"9A","Unicode dec":"128901","Unicode hex":"1F785"},{"Typeface name":"Wingdings 2","Dingbat dec":"155","Dingbat hex":"9B","Unicode dec":"128903","Unicode hex":"1F787"},{"Typeface name":"Wingdings 2","Dingbat dec":"156","Dingbat hex":"9C","Unicode dec":"128905","Unicode hex":"1F789"},{"Typeface name":"Wingdings 2","Dingbat dec":"157","Dingbat hex":"9D","Unicode dec":"8857","Unicode hex":"2299"},{"Typeface name":"Wingdings 2","Dingbat dec":"158","Dingbat hex":"9E","Unicode dec":"10687","Unicode hex":"29BF"},{"Typeface name":"Wingdings 2","Dingbat dec":"159","Dingbat hex":"9F","Unicode dec":"128908","Unicode hex":"1F78C"},{"Typeface name":"Wingdings 2","Dingbat dec":"160","Dingbat hex":"A0","Unicode dec":"128909","Unicode hex":"1F78D"},{"Typeface name":"Wingdings 2","Dingbat dec":"161","Dingbat hex":"A1","Unicode dec":"9726","Unicode hex":"25FE"},{"Typeface name":"Wingdings 2","Dingbat dec":"162","Dingbat hex":"A2","Unicode dec":"9632","Unicode hex":"25A0"},{"Typeface name":"Wingdings 2","Dingbat dec":"163","Dingbat hex":"A3","Unicode dec":"9633","Unicode hex":"25A1"},{"Typeface name":"Wingdings 2","Dingbat dec":"164","Dingbat hex":"A4","Unicode dec":"128913","Unicode hex":"1F791"},{"Typeface name":"Wingdings 2","Dingbat dec":"165","Dingbat hex":"A5","Unicode dec":"128914","Unicode hex":"1F792"},{"Typeface name":"Wingdings 2","Dingbat dec":"166","Dingbat hex":"A6","Unicode dec":"128915","Unicode hex":"1F793"},{"Typeface name":"Wingdings 2","Dingbat dec":"167","Dingbat hex":"A7","Unicode dec":"128916","Unicode hex":"1F794"},{"Typeface name":"Wingdings 2","Dingbat dec":"168","Dingbat hex":"A8","Unicode dec":"9635","Unicode hex":"25A3"},{"Typeface name":"Wingdings 2","Dingbat dec":"169","Dingbat hex":"A9","Unicode dec":"128917","Unicode hex":"1F795"},{"Typeface name":"Wingdings 2","Dingbat dec":"170","Dingbat hex":"AA","Unicode dec":"128918","Unicode hex":"1F796"},{"Typeface name":"Wingdings 2","Dingbat dec":"171","Dingbat hex":"AB","Unicode dec":"128919","Unicode hex":"1F797"},{"Typeface name":"Wingdings 2","Dingbat dec":"172","Dingbat hex":"AC","Unicode dec":"128920","Unicode hex":"1F798"},{"Typeface name":"Wingdings 2","Dingbat dec":"173","Dingbat hex":"AD","Unicode dec":"11049","Unicode hex":"2B29"},{"Typeface name":"Wingdings 2","Dingbat dec":"174","Dingbat hex":"AE","Unicode dec":"11045","Unicode hex":"2B25"},{"Typeface name":"Wingdings 2","Dingbat dec":"175","Dingbat hex":"AF","Unicode dec":"9671","Unicode hex":"25C7"},{"Typeface name":"Wingdings 2","Dingbat dec":"176","Dingbat hex":"B0","Unicode dec":"128922","Unicode hex":"1F79A"},{"Typeface name":"Wingdings 2","Dingbat dec":"177","Dingbat hex":"B1","Unicode dec":"9672","Unicode hex":"25C8"},{"Typeface name":"Wingdings 2","Dingbat dec":"178","Dingbat hex":"B2","Unicode dec":"128923","Unicode hex":"1F79B"},{"Typeface name":"Wingdings 2","Dingbat dec":"179","Dingbat hex":"B3","Unicode dec":"128924","Unicode hex":"1F79C"},{"Typeface name":"Wingdings 2","Dingbat dec":"180","Dingbat hex":"B4","Unicode dec":"128925","Unicode hex":"1F79D"},{"Typeface name":"Wingdings 2","Dingbat dec":"181","Dingbat hex":"B5","Unicode dec":"128926","Unicode hex":"1F79E"},{"Typeface name":"Wingdings 2","Dingbat dec":"182","Dingbat hex":"B6","Unicode dec":"11050","Unicode hex":"2B2A"},{"Typeface name":"Wingdings 2","Dingbat dec":"183","Dingbat hex":"B7","Unicode dec":"11047","Unicode hex":"2B27"},{"Typeface name":"Wingdings 2","Dingbat dec":"184","Dingbat hex":"B8","Unicode dec":"9674","Unicode hex":"25CA"},{"Typeface name":"Wingdings 2","Dingbat dec":"185","Dingbat hex":"B9","Unicode dec":"128928","Unicode hex":"1F7A0"},{"Typeface name":"Wingdings 2","Dingbat dec":"186","Dingbat hex":"BA","Unicode dec":"9686","Unicode hex":"25D6"},{"Typeface name":"Wingdings 2","Dingbat dec":"187","Dingbat hex":"BB","Unicode dec":"9687","Unicode hex":"25D7"},{"Typeface name":"Wingdings 2","Dingbat dec":"188","Dingbat hex":"BC","Unicode dec":"11210","Unicode hex":"2BCA"},{"Typeface name":"Wingdings 2","Dingbat dec":"189","Dingbat hex":"BD","Unicode dec":"11211","Unicode hex":"2BCB"},{"Typeface name":"Wingdings 2","Dingbat dec":"190","Dingbat hex":"BE","Unicode dec":"11200","Unicode hex":"2BC0"},{"Typeface name":"Wingdings 2","Dingbat dec":"191","Dingbat hex":"BF","Unicode dec":"11201","Unicode hex":"2BC1"},{"Typeface name":"Wingdings 2","Dingbat dec":"192","Dingbat hex":"C0","Unicode dec":"11039","Unicode hex":"2B1F"},{"Typeface name":"Wingdings 2","Dingbat dec":"193","Dingbat hex":"C1","Unicode dec":"11202","Unicode hex":"2BC2"},{"Typeface name":"Wingdings 2","Dingbat dec":"194","Dingbat hex":"C2","Unicode dec":"11043","Unicode hex":"2B23"},{"Typeface name":"Wingdings 2","Dingbat dec":"195","Dingbat hex":"C3","Unicode dec":"11042","Unicode hex":"2B22"},{"Typeface name":"Wingdings 2","Dingbat dec":"196","Dingbat hex":"C4","Unicode dec":"11203","Unicode hex":"2BC3"},{"Typeface name":"Wingdings 2","Dingbat dec":"197","Dingbat hex":"C5","Unicode dec":"11204","Unicode hex":"2BC4"},{"Typeface name":"Wingdings 2","Dingbat dec":"198","Dingbat hex":"C6","Unicode dec":"128929","Unicode hex":"1F7A1"},{"Typeface name":"Wingdings 2","Dingbat dec":"199","Dingbat hex":"C7","Unicode dec":"128930","Unicode hex":"1F7A2"},{"Typeface name":"Wingdings 2","Dingbat dec":"200","Dingbat hex":"C8","Unicode dec":"128931","Unicode hex":"1F7A3"},{"Typeface name":"Wingdings 2","Dingbat dec":"201","Dingbat hex":"C9","Unicode dec":"128932","Unicode hex":"1F7A4"},{"Typeface name":"Wingdings 2","Dingbat dec":"202","Dingbat hex":"CA","Unicode dec":"128933","Unicode hex":"1F7A5"},{"Typeface name":"Wingdings 2","Dingbat dec":"203","Dingbat hex":"CB","Unicode dec":"128934","Unicode hex":"1F7A6"},{"Typeface name":"Wingdings 2","Dingbat dec":"204","Dingbat hex":"CC","Unicode dec":"128935","Unicode hex":"1F7A7"},{"Typeface name":"Wingdings 2","Dingbat dec":"205","Dingbat hex":"CD","Unicode dec":"128936","Unicode hex":"1F7A8"},{"Typeface name":"Wingdings 2","Dingbat dec":"206","Dingbat hex":"CE","Unicode dec":"128937","Unicode hex":"1F7A9"},{"Typeface name":"Wingdings 2","Dingbat dec":"207","Dingbat hex":"CF","Unicode dec":"128938","Unicode hex":"1F7AA"},{"Typeface name":"Wingdings 2","Dingbat dec":"208","Dingbat hex":"D0","Unicode dec":"128939","Unicode hex":"1F7AB"},{"Typeface name":"Wingdings 2","Dingbat dec":"209","Dingbat hex":"D1","Unicode dec":"128940","Unicode hex":"1F7AC"},{"Typeface name":"Wingdings 2","Dingbat dec":"210","Dingbat hex":"D2","Unicode dec":"128941","Unicode hex":"1F7AD"},{"Typeface name":"Wingdings 2","Dingbat dec":"211","Dingbat hex":"D3","Unicode dec":"128942","Unicode hex":"1F7AE"},{"Typeface name":"Wingdings 2","Dingbat dec":"212","Dingbat hex":"D4","Unicode dec":"128943","Unicode hex":"1F7AF"},{"Typeface name":"Wingdings 2","Dingbat dec":"213","Dingbat hex":"D5","Unicode dec":"128944","Unicode hex":"1F7B0"},{"Typeface name":"Wingdings 2","Dingbat dec":"214","Dingbat hex":"D6","Unicode dec":"128945","Unicode hex":"1F7B1"},{"Typeface name":"Wingdings 2","Dingbat dec":"215","Dingbat hex":"D7","Unicode dec":"128946","Unicode hex":"1F7B2"},{"Typeface name":"Wingdings 2","Dingbat dec":"216","Dingbat hex":"D8","Unicode dec":"128947","Unicode hex":"1F7B3"},{"Typeface name":"Wingdings 2","Dingbat dec":"217","Dingbat hex":"D9","Unicode dec":"128948","Unicode hex":"1F7B4"},{"Typeface name":"Wingdings 2","Dingbat dec":"218","Dingbat hex":"DA","Unicode dec":"128949","Unicode hex":"1F7B5"},{"Typeface name":"Wingdings 2","Dingbat dec":"219","Dingbat hex":"DB","Unicode dec":"128950","Unicode hex":"1F7B6"},{"Typeface name":"Wingdings 2","Dingbat dec":"220","Dingbat hex":"DC","Unicode dec":"128951","Unicode hex":"1F7B7"},{"Typeface name":"Wingdings 2","Dingbat dec":"221","Dingbat hex":"DD","Unicode dec":"128952","Unicode hex":"1F7B8"},{"Typeface name":"Wingdings 2","Dingbat dec":"222","Dingbat hex":"DE","Unicode dec":"128953","Unicode hex":"1F7B9"},{"Typeface name":"Wingdings 2","Dingbat dec":"223","Dingbat hex":"DF","Unicode dec":"128954","Unicode hex":"1F7BA"},{"Typeface name":"Wingdings 2","Dingbat dec":"224","Dingbat hex":"E0","Unicode dec":"128955","Unicode hex":"1F7BB"},{"Typeface name":"Wingdings 2","Dingbat dec":"225","Dingbat hex":"E1","Unicode dec":"128956","Unicode hex":"1F7BC"},{"Typeface name":"Wingdings 2","Dingbat dec":"226","Dingbat hex":"E2","Unicode dec":"128957","Unicode hex":"1F7BD"},{"Typeface name":"Wingdings 2","Dingbat dec":"227","Dingbat hex":"E3","Unicode dec":"128958","Unicode hex":"1F7BE"},{"Typeface name":"Wingdings 2","Dingbat dec":"228","Dingbat hex":"E4","Unicode dec":"128959","Unicode hex":"1F7BF"},{"Typeface name":"Wingdings 2","Dingbat dec":"229","Dingbat hex":"E5","Unicode dec":"128960","Unicode hex":"1F7C0"},{"Typeface name":"Wingdings 2","Dingbat dec":"230","Dingbat hex":"E6","Unicode dec":"128962","Unicode hex":"1F7C2"},{"Typeface name":"Wingdings 2","Dingbat dec":"231","Dingbat hex":"E7","Unicode dec":"128964","Unicode hex":"1F7C4"},{"Typeface name":"Wingdings 2","Dingbat dec":"232","Dingbat hex":"E8","Unicode dec":"128966","Unicode hex":"1F7C6"},{"Typeface name":"Wingdings 2","Dingbat dec":"233","Dingbat hex":"E9","Unicode dec":"128969","Unicode hex":"1F7C9"},{"Typeface name":"Wingdings 2","Dingbat dec":"234","Dingbat hex":"EA","Unicode dec":"128970","Unicode hex":"1F7CA"},{"Typeface name":"Wingdings 2","Dingbat dec":"235","Dingbat hex":"EB","Unicode dec":"10038","Unicode hex":"2736"},{"Typeface name":"Wingdings 2","Dingbat dec":"236","Dingbat hex":"EC","Unicode dec":"128972","Unicode hex":"1F7CC"},{"Typeface name":"Wingdings 2","Dingbat dec":"237","Dingbat hex":"ED","Unicode dec":"128974","Unicode hex":"1F7CE"},{"Typeface name":"Wingdings 2","Dingbat dec":"238","Dingbat hex":"EE","Unicode dec":"128976","Unicode hex":"1F7D0"},{"Typeface name":"Wingdings 2","Dingbat dec":"239","Dingbat hex":"EF","Unicode dec":"128978","Unicode hex":"1F7D2"},{"Typeface name":"Wingdings 2","Dingbat dec":"240","Dingbat hex":"F0","Unicode dec":"10041","Unicode hex":"2739"},{"Typeface name":"Wingdings 2","Dingbat dec":"241","Dingbat hex":"F1","Unicode dec":"128963","Unicode hex":"1F7C3"},{"Typeface name":"Wingdings 2","Dingbat dec":"242","Dingbat hex":"F2","Unicode dec":"128967","Unicode hex":"1F7C7"},{"Typeface name":"Wingdings 2","Dingbat dec":"243","Dingbat hex":"F3","Unicode dec":"10031","Unicode hex":"272F"},{"Typeface name":"Wingdings 2","Dingbat dec":"244","Dingbat hex":"F4","Unicode dec":"128973","Unicode hex":"1F7CD"},{"Typeface name":"Wingdings 2","Dingbat dec":"245","Dingbat hex":"F5","Unicode dec":"128980","Unicode hex":"1F7D4"},{"Typeface name":"Wingdings 2","Dingbat dec":"246","Dingbat hex":"F6","Unicode dec":"11212","Unicode hex":"2BCC"},{"Typeface name":"Wingdings 2","Dingbat dec":"247","Dingbat hex":"F7","Unicode dec":"11213","Unicode hex":"2BCD"},{"Typeface name":"Wingdings 2","Dingbat dec":"248","Dingbat hex":"F8","Unicode dec":"8251","Unicode hex":"203B"},{"Typeface name":"Wingdings 2","Dingbat dec":"249","Dingbat hex":"F9","Unicode dec":"8258","Unicode hex":"2042"},{"Typeface name":"Wingdings 3","Dingbat dec":"32","Dingbat hex":"20","Unicode dec":"32","Unicode hex":"20"},{"Typeface name":"Wingdings 3","Dingbat dec":"33","Dingbat hex":"21","Unicode dec":"11104","Unicode hex":"2B60"},{"Typeface name":"Wingdings 3","Dingbat dec":"34","Dingbat hex":"22","Unicode dec":"11106","Unicode hex":"2B62"},{"Typeface name":"Wingdings 3","Dingbat dec":"35","Dingbat hex":"23","Unicode dec":"11105","Unicode hex":"2B61"},{"Typeface name":"Wingdings 3","Dingbat dec":"36","Dingbat hex":"24","Unicode dec":"11107","Unicode hex":"2B63"},{"Typeface name":"Wingdings 3","Dingbat dec":"37","Dingbat hex":"25","Unicode dec":"11110","Unicode hex":"2B66"},{"Typeface name":"Wingdings 3","Dingbat dec":"38","Dingbat hex":"26","Unicode dec":"11111","Unicode hex":"2B67"},{"Typeface name":"Wingdings 3","Dingbat dec":"39","Dingbat hex":"27","Unicode dec":"11113","Unicode hex":"2B69"},{"Typeface name":"Wingdings 3","Dingbat dec":"40","Dingbat hex":"28","Unicode dec":"11112","Unicode hex":"2B68"},{"Typeface name":"Wingdings 3","Dingbat dec":"41","Dingbat hex":"29","Unicode dec":"11120","Unicode hex":"2B70"},{"Typeface name":"Wingdings 3","Dingbat dec":"42","Dingbat hex":"2A","Unicode dec":"11122","Unicode hex":"2B72"},{"Typeface name":"Wingdings 3","Dingbat dec":"43","Dingbat hex":"2B","Unicode dec":"11121","Unicode hex":"2B71"},{"Typeface name":"Wingdings 3","Dingbat dec":"44","Dingbat hex":"2C","Unicode dec":"11123","Unicode hex":"2B73"},{"Typeface name":"Wingdings 3","Dingbat dec":"45","Dingbat hex":"2D","Unicode dec":"11126","Unicode hex":"2B76"},{"Typeface name":"Wingdings 3","Dingbat dec":"46","Dingbat hex":"2E","Unicode dec":"11128","Unicode hex":"2B78"},{"Typeface name":"Wingdings 3","Dingbat dec":"47","Dingbat hex":"2F","Unicode dec":"11131","Unicode hex":"2B7B"},{"Typeface name":"Wingdings 3","Dingbat dec":"48","Dingbat hex":"30","Unicode dec":"11133","Unicode hex":"2B7D"},{"Typeface name":"Wingdings 3","Dingbat dec":"49","Dingbat hex":"31","Unicode dec":"11108","Unicode hex":"2B64"},{"Typeface name":"Wingdings 3","Dingbat dec":"50","Dingbat hex":"32","Unicode dec":"11109","Unicode hex":"2B65"},{"Typeface name":"Wingdings 3","Dingbat dec":"51","Dingbat hex":"33","Unicode dec":"11114","Unicode hex":"2B6A"},{"Typeface name":"Wingdings 3","Dingbat dec":"52","Dingbat hex":"34","Unicode dec":"11116","Unicode hex":"2B6C"},{"Typeface name":"Wingdings 3","Dingbat dec":"53","Dingbat hex":"35","Unicode dec":"11115","Unicode hex":"2B6B"},{"Typeface name":"Wingdings 3","Dingbat dec":"54","Dingbat hex":"36","Unicode dec":"11117","Unicode hex":"2B6D"},{"Typeface name":"Wingdings 3","Dingbat dec":"55","Dingbat hex":"37","Unicode dec":"11085","Unicode hex":"2B4D"},{"Typeface name":"Wingdings 3","Dingbat dec":"56","Dingbat hex":"38","Unicode dec":"11168","Unicode hex":"2BA0"},{"Typeface name":"Wingdings 3","Dingbat dec":"57","Dingbat hex":"39","Unicode dec":"11169","Unicode hex":"2BA1"},{"Typeface name":"Wingdings 3","Dingbat dec":"58","Dingbat hex":"3A","Unicode dec":"11170","Unicode hex":"2BA2"},{"Typeface name":"Wingdings 3","Dingbat dec":"59","Dingbat hex":"3B","Unicode dec":"11171","Unicode hex":"2BA3"},{"Typeface name":"Wingdings 3","Dingbat dec":"60","Dingbat hex":"3C","Unicode dec":"11172","Unicode hex":"2BA4"},{"Typeface name":"Wingdings 3","Dingbat dec":"61","Dingbat hex":"3D","Unicode dec":"11173","Unicode hex":"2BA5"},{"Typeface name":"Wingdings 3","Dingbat dec":"62","Dingbat hex":"3E","Unicode dec":"11174","Unicode hex":"2BA6"},{"Typeface name":"Wingdings 3","Dingbat dec":"63","Dingbat hex":"3F","Unicode dec":"11175","Unicode hex":"2BA7"},{"Typeface name":"Wingdings 3","Dingbat dec":"64","Dingbat hex":"40","Unicode dec":"11152","Unicode hex":"2B90"},{"Typeface name":"Wingdings 3","Dingbat dec":"65","Dingbat hex":"41","Unicode dec":"11153","Unicode hex":"2B91"},{"Typeface name":"Wingdings 3","Dingbat dec":"66","Dingbat hex":"42","Unicode dec":"11154","Unicode hex":"2B92"},{"Typeface name":"Wingdings 3","Dingbat dec":"67","Dingbat hex":"43","Unicode dec":"11155","Unicode hex":"2B93"},{"Typeface name":"Wingdings 3","Dingbat dec":"68","Dingbat hex":"44","Unicode dec":"11136","Unicode hex":"2B80"},{"Typeface name":"Wingdings 3","Dingbat dec":"69","Dingbat hex":"45","Unicode dec":"11139","Unicode hex":"2B83"},{"Typeface name":"Wingdings 3","Dingbat dec":"70","Dingbat hex":"46","Unicode dec":"11134","Unicode hex":"2B7E"},{"Typeface name":"Wingdings 3","Dingbat dec":"71","Dingbat hex":"47","Unicode dec":"11135","Unicode hex":"2B7F"},{"Typeface name":"Wingdings 3","Dingbat dec":"72","Dingbat hex":"48","Unicode dec":"11140","Unicode hex":"2B84"},{"Typeface name":"Wingdings 3","Dingbat dec":"73","Dingbat hex":"49","Unicode dec":"11142","Unicode hex":"2B86"},{"Typeface name":"Wingdings 3","Dingbat dec":"74","Dingbat hex":"4A","Unicode dec":"11141","Unicode hex":"2B85"},{"Typeface name":"Wingdings 3","Dingbat dec":"75","Dingbat hex":"4B","Unicode dec":"11143","Unicode hex":"2B87"},{"Typeface name":"Wingdings 3","Dingbat dec":"76","Dingbat hex":"4C","Unicode dec":"11151","Unicode hex":"2B8F"},{"Typeface name":"Wingdings 3","Dingbat dec":"77","Dingbat hex":"4D","Unicode dec":"11149","Unicode hex":"2B8D"},{"Typeface name":"Wingdings 3","Dingbat dec":"78","Dingbat hex":"4E","Unicode dec":"11150","Unicode hex":"2B8E"},{"Typeface name":"Wingdings 3","Dingbat dec":"79","Dingbat hex":"4F","Unicode dec":"11148","Unicode hex":"2B8C"},{"Typeface name":"Wingdings 3","Dingbat dec":"80","Dingbat hex":"50","Unicode dec":"11118","Unicode hex":"2B6E"},{"Typeface name":"Wingdings 3","Dingbat dec":"81","Dingbat hex":"51","Unicode dec":"11119","Unicode hex":"2B6F"},{"Typeface name":"Wingdings 3","Dingbat dec":"82","Dingbat hex":"52","Unicode dec":"9099","Unicode hex":"238B"},{"Typeface name":"Wingdings 3","Dingbat dec":"83","Dingbat hex":"53","Unicode dec":"8996","Unicode hex":"2324"},{"Typeface name":"Wingdings 3","Dingbat dec":"84","Dingbat hex":"54","Unicode dec":"8963","Unicode hex":"2303"},{"Typeface name":"Wingdings 3","Dingbat dec":"85","Dingbat hex":"55","Unicode dec":"8997","Unicode hex":"2325"},{"Typeface name":"Wingdings 3","Dingbat dec":"86","Dingbat hex":"56","Unicode dec":"9251","Unicode hex":"2423"},{"Typeface name":"Wingdings 3","Dingbat dec":"87","Dingbat hex":"57","Unicode dec":"9085","Unicode hex":"237D"},{"Typeface name":"Wingdings 3","Dingbat dec":"88","Dingbat hex":"58","Unicode dec":"8682","Unicode hex":"21EA"},{"Typeface name":"Wingdings 3","Dingbat dec":"89","Dingbat hex":"59","Unicode dec":"11192","Unicode hex":"2BB8"},{"Typeface name":"Wingdings 3","Dingbat dec":"90","Dingbat hex":"5A","Unicode dec":"129184","Unicode hex":"1F8A0"},{"Typeface name":"Wingdings 3","Dingbat dec":"91","Dingbat hex":"5B","Unicode dec":"129185","Unicode hex":"1F8A1"},{"Typeface name":"Wingdings 3","Dingbat dec":"92","Dingbat hex":"5C","Unicode dec":"129186","Unicode hex":"1F8A2"},{"Typeface name":"Wingdings 3","Dingbat dec":"93","Dingbat hex":"5D","Unicode dec":"129187","Unicode hex":"1F8A3"},{"Typeface name":"Wingdings 3","Dingbat dec":"94","Dingbat hex":"5E","Unicode dec":"129188","Unicode hex":"1F8A4"},{"Typeface name":"Wingdings 3","Dingbat dec":"95","Dingbat hex":"5F","Unicode dec":"129189","Unicode hex":"1F8A5"},{"Typeface name":"Wingdings 3","Dingbat dec":"96","Dingbat hex":"60","Unicode dec":"129190","Unicode hex":"1F8A6"},{"Typeface name":"Wingdings 3","Dingbat dec":"97","Dingbat hex":"61","Unicode dec":"129191","Unicode hex":"1F8A7"},{"Typeface name":"Wingdings 3","Dingbat dec":"98","Dingbat hex":"62","Unicode dec":"129192","Unicode hex":"1F8A8"},{"Typeface name":"Wingdings 3","Dingbat dec":"99","Dingbat hex":"63","Unicode dec":"129193","Unicode hex":"1F8A9"},{"Typeface name":"Wingdings 3","Dingbat dec":"100","Dingbat hex":"64","Unicode dec":"129194","Unicode hex":"1F8AA"},{"Typeface name":"Wingdings 3","Dingbat dec":"101","Dingbat hex":"65","Unicode dec":"129195","Unicode hex":"1F8AB"},{"Typeface name":"Wingdings 3","Dingbat dec":"102","Dingbat hex":"66","Unicode dec":"129104","Unicode hex":"1F850"},{"Typeface name":"Wingdings 3","Dingbat dec":"103","Dingbat hex":"67","Unicode dec":"129106","Unicode hex":"1F852"},{"Typeface name":"Wingdings 3","Dingbat dec":"104","Dingbat hex":"68","Unicode dec":"129105","Unicode hex":"1F851"},{"Typeface name":"Wingdings 3","Dingbat dec":"105","Dingbat hex":"69","Unicode dec":"129107","Unicode hex":"1F853"},{"Typeface name":"Wingdings 3","Dingbat dec":"106","Dingbat hex":"6A","Unicode dec":"129108","Unicode hex":"1F854"},{"Typeface name":"Wingdings 3","Dingbat dec":"107","Dingbat hex":"6B","Unicode dec":"129109","Unicode hex":"1F855"},{"Typeface name":"Wingdings 3","Dingbat dec":"108","Dingbat hex":"6C","Unicode dec":"129111","Unicode hex":"1F857"},{"Typeface name":"Wingdings 3","Dingbat dec":"109","Dingbat hex":"6D","Unicode dec":"129110","Unicode hex":"1F856"},{"Typeface name":"Wingdings 3","Dingbat dec":"110","Dingbat hex":"6E","Unicode dec":"129112","Unicode hex":"1F858"},{"Typeface name":"Wingdings 3","Dingbat dec":"111","Dingbat hex":"6F","Unicode dec":"129113","Unicode hex":"1F859"},{"Typeface name":"Wingdings 3","Dingbat dec":"112","Dingbat hex":"70","Unicode dec":"9650","Unicode hex":"25B2"},{"Typeface name":"Wingdings 3","Dingbat dec":"113","Dingbat hex":"71","Unicode dec":"9660","Unicode hex":"25BC"},{"Typeface name":"Wingdings 3","Dingbat dec":"114","Dingbat hex":"72","Unicode dec":"9651","Unicode hex":"25B3"},{"Typeface name":"Wingdings 3","Dingbat dec":"115","Dingbat hex":"73","Unicode dec":"9661","Unicode hex":"25BD"},{"Typeface name":"Wingdings 3","Dingbat dec":"116","Dingbat hex":"74","Unicode dec":"9664","Unicode hex":"25C0"},{"Typeface name":"Wingdings 3","Dingbat dec":"117","Dingbat hex":"75","Unicode dec":"9654","Unicode hex":"25B6"},{"Typeface name":"Wingdings 3","Dingbat dec":"118","Dingbat hex":"76","Unicode dec":"9665","Unicode hex":"25C1"},{"Typeface name":"Wingdings 3","Dingbat dec":"119","Dingbat hex":"77","Unicode dec":"9655","Unicode hex":"25B7"},{"Typeface name":"Wingdings 3","Dingbat dec":"120","Dingbat hex":"78","Unicode dec":"9699","Unicode hex":"25E3"},{"Typeface name":"Wingdings 3","Dingbat dec":"121","Dingbat hex":"79","Unicode dec":"9698","Unicode hex":"25E2"},{"Typeface name":"Wingdings 3","Dingbat dec":"122","Dingbat hex":"7A","Unicode dec":"9700","Unicode hex":"25E4"},{"Typeface name":"Wingdings 3","Dingbat dec":"123","Dingbat hex":"7B","Unicode dec":"9701","Unicode hex":"25E5"},{"Typeface name":"Wingdings 3","Dingbat dec":"124","Dingbat hex":"7C","Unicode dec":"128896","Unicode hex":"1F780"},{"Typeface name":"Wingdings 3","Dingbat dec":"125","Dingbat hex":"7D","Unicode dec":"128898","Unicode hex":"1F782"},{"Typeface name":"Wingdings 3","Dingbat dec":"126","Dingbat hex":"7E","Unicode dec":"128897","Unicode hex":"1F781"},{"Typeface name":"Wingdings 3","Dingbat dec":"128","Dingbat hex":"80","Unicode dec":"128899","Unicode hex":"1F783"},{"Typeface name":"Wingdings 3","Dingbat dec":"129","Dingbat hex":"81","Unicode dec":"11205","Unicode hex":"2BC5"},{"Typeface name":"Wingdings 3","Dingbat dec":"130","Dingbat hex":"82","Unicode dec":"11206","Unicode hex":"2BC6"},{"Typeface name":"Wingdings 3","Dingbat dec":"131","Dingbat hex":"83","Unicode dec":"11207","Unicode hex":"2BC7"},{"Typeface name":"Wingdings 3","Dingbat dec":"132","Dingbat hex":"84","Unicode dec":"11208","Unicode hex":"2BC8"},{"Typeface name":"Wingdings 3","Dingbat dec":"133","Dingbat hex":"85","Unicode dec":"11164","Unicode hex":"2B9C"},{"Typeface name":"Wingdings 3","Dingbat dec":"134","Dingbat hex":"86","Unicode dec":"11166","Unicode hex":"2B9E"},{"Typeface name":"Wingdings 3","Dingbat dec":"135","Dingbat hex":"87","Unicode dec":"11165","Unicode hex":"2B9D"},{"Typeface name":"Wingdings 3","Dingbat dec":"136","Dingbat hex":"88","Unicode dec":"11167","Unicode hex":"2B9F"},{"Typeface name":"Wingdings 3","Dingbat dec":"137","Dingbat hex":"89","Unicode dec":"129040","Unicode hex":"1F810"},{"Typeface name":"Wingdings 3","Dingbat dec":"138","Dingbat hex":"8A","Unicode dec":"129042","Unicode hex":"1F812"},{"Typeface name":"Wingdings 3","Dingbat dec":"139","Dingbat hex":"8B","Unicode dec":"129041","Unicode hex":"1F811"},{"Typeface name":"Wingdings 3","Dingbat dec":"140","Dingbat hex":"8C","Unicode dec":"129043","Unicode hex":"1F813"},{"Typeface name":"Wingdings 3","Dingbat dec":"141","Dingbat hex":"8D","Unicode dec":"129044","Unicode hex":"1F814"},{"Typeface name":"Wingdings 3","Dingbat dec":"142","Dingbat hex":"8E","Unicode dec":"129046","Unicode hex":"1F816"},{"Typeface name":"Wingdings 3","Dingbat dec":"143","Dingbat hex":"8F","Unicode dec":"129045","Unicode hex":"1F815"},{"Typeface name":"Wingdings 3","Dingbat dec":"144","Dingbat hex":"90","Unicode dec":"129047","Unicode hex":"1F817"},{"Typeface name":"Wingdings 3","Dingbat dec":"145","Dingbat hex":"91","Unicode dec":"129048","Unicode hex":"1F818"},{"Typeface name":"Wingdings 3","Dingbat dec":"146","Dingbat hex":"92","Unicode dec":"129050","Unicode hex":"1F81A"},{"Typeface name":"Wingdings 3","Dingbat dec":"147","Dingbat hex":"93","Unicode dec":"129049","Unicode hex":"1F819"},{"Typeface name":"Wingdings 3","Dingbat dec":"148","Dingbat hex":"94","Unicode dec":"129051","Unicode hex":"1F81B"},{"Typeface name":"Wingdings 3","Dingbat dec":"149","Dingbat hex":"95","Unicode dec":"129052","Unicode hex":"1F81C"},{"Typeface name":"Wingdings 3","Dingbat dec":"150","Dingbat hex":"96","Unicode dec":"129054","Unicode hex":"1F81E"},{"Typeface name":"Wingdings 3","Dingbat dec":"151","Dingbat hex":"97","Unicode dec":"129053","Unicode hex":"1F81D"},{"Typeface name":"Wingdings 3","Dingbat dec":"152","Dingbat hex":"98","Unicode dec":"129055","Unicode hex":"1F81F"},{"Typeface name":"Wingdings 3","Dingbat dec":"153","Dingbat hex":"99","Unicode dec":"129024","Unicode hex":"1F800"},{"Typeface name":"Wingdings 3","Dingbat dec":"154","Dingbat hex":"9A","Unicode dec":"129026","Unicode hex":"1F802"},{"Typeface name":"Wingdings 3","Dingbat dec":"155","Dingbat hex":"9B","Unicode dec":"129025","Unicode hex":"1F801"},{"Typeface name":"Wingdings 3","Dingbat dec":"156","Dingbat hex":"9C","Unicode dec":"129027","Unicode hex":"1F803"},{"Typeface name":"Wingdings 3","Dingbat dec":"157","Dingbat hex":"9D","Unicode dec":"129028","Unicode hex":"1F804"},{"Typeface name":"Wingdings 3","Dingbat dec":"158","Dingbat hex":"9E","Unicode dec":"129030","Unicode hex":"1F806"},{"Typeface name":"Wingdings 3","Dingbat dec":"159","Dingbat hex":"9F","Unicode dec":"129029","Unicode hex":"1F805"},{"Typeface name":"Wingdings 3","Dingbat dec":"160","Dingbat hex":"A0","Unicode dec":"129031","Unicode hex":"1F807"},{"Typeface name":"Wingdings 3","Dingbat dec":"161","Dingbat hex":"A1","Unicode dec":"129032","Unicode hex":"1F808"},{"Typeface name":"Wingdings 3","Dingbat dec":"162","Dingbat hex":"A2","Unicode dec":"129034","Unicode hex":"1F80A"},{"Typeface name":"Wingdings 3","Dingbat dec":"163","Dingbat hex":"A3","Unicode dec":"129033","Unicode hex":"1F809"},{"Typeface name":"Wingdings 3","Dingbat dec":"164","Dingbat hex":"A4","Unicode dec":"129035","Unicode hex":"1F80B"},{"Typeface name":"Wingdings 3","Dingbat dec":"165","Dingbat hex":"A5","Unicode dec":"129056","Unicode hex":"1F820"},{"Typeface name":"Wingdings 3","Dingbat dec":"166","Dingbat hex":"A6","Unicode dec":"129058","Unicode hex":"1F822"},{"Typeface name":"Wingdings 3","Dingbat dec":"167","Dingbat hex":"A7","Unicode dec":"129060","Unicode hex":"1F824"},{"Typeface name":"Wingdings 3","Dingbat dec":"168","Dingbat hex":"A8","Unicode dec":"129062","Unicode hex":"1F826"},{"Typeface name":"Wingdings 3","Dingbat dec":"169","Dingbat hex":"A9","Unicode dec":"129064","Unicode hex":"1F828"},{"Typeface name":"Wingdings 3","Dingbat dec":"170","Dingbat hex":"AA","Unicode dec":"129066","Unicode hex":"1F82A"},{"Typeface name":"Wingdings 3","Dingbat dec":"171","Dingbat hex":"AB","Unicode dec":"129068","Unicode hex":"1F82C"},{"Typeface name":"Wingdings 3","Dingbat dec":"172","Dingbat hex":"AC","Unicode dec":"129180","Unicode hex":"1F89C"},{"Typeface name":"Wingdings 3","Dingbat dec":"173","Dingbat hex":"AD","Unicode dec":"129181","Unicode hex":"1F89D"},{"Typeface name":"Wingdings 3","Dingbat dec":"174","Dingbat hex":"AE","Unicode dec":"129182","Unicode hex":"1F89E"},{"Typeface name":"Wingdings 3","Dingbat dec":"175","Dingbat hex":"AF","Unicode dec":"129183","Unicode hex":"1F89F"},{"Typeface name":"Wingdings 3","Dingbat dec":"176","Dingbat hex":"B0","Unicode dec":"129070","Unicode hex":"1F82E"},{"Typeface name":"Wingdings 3","Dingbat dec":"177","Dingbat hex":"B1","Unicode dec":"129072","Unicode hex":"1F830"},{"Typeface name":"Wingdings 3","Dingbat dec":"178","Dingbat hex":"B2","Unicode dec":"129074","Unicode hex":"1F832"},{"Typeface name":"Wingdings 3","Dingbat dec":"179","Dingbat hex":"B3","Unicode dec":"129076","Unicode hex":"1F834"},{"Typeface name":"Wingdings 3","Dingbat dec":"180","Dingbat hex":"B4","Unicode dec":"129078","Unicode hex":"1F836"},{"Typeface name":"Wingdings 3","Dingbat dec":"181","Dingbat hex":"B5","Unicode dec":"129080","Unicode hex":"1F838"},{"Typeface name":"Wingdings 3","Dingbat dec":"182","Dingbat hex":"B6","Unicode dec":"129082","Unicode hex":"1F83A"},{"Typeface name":"Wingdings 3","Dingbat dec":"183","Dingbat hex":"B7","Unicode dec":"129081","Unicode hex":"1F839"},{"Typeface name":"Wingdings 3","Dingbat dec":"184","Dingbat hex":"B8","Unicode dec":"129083","Unicode hex":"1F83B"},{"Typeface name":"Wingdings 3","Dingbat dec":"185","Dingbat hex":"B9","Unicode dec":"129176","Unicode hex":"1F898"},{"Typeface name":"Wingdings 3","Dingbat dec":"186","Dingbat hex":"BA","Unicode dec":"129178","Unicode hex":"1F89A"},{"Typeface name":"Wingdings 3","Dingbat dec":"187","Dingbat hex":"BB","Unicode dec":"129177","Unicode hex":"1F899"},{"Typeface name":"Wingdings 3","Dingbat dec":"188","Dingbat hex":"BC","Unicode dec":"129179","Unicode hex":"1F89B"},{"Typeface name":"Wingdings 3","Dingbat dec":"189","Dingbat hex":"BD","Unicode dec":"129084","Unicode hex":"1F83C"},{"Typeface name":"Wingdings 3","Dingbat dec":"190","Dingbat hex":"BE","Unicode dec":"129086","Unicode hex":"1F83E"},{"Typeface name":"Wingdings 3","Dingbat dec":"191","Dingbat hex":"BF","Unicode dec":"129085","Unicode hex":"1F83D"},{"Typeface name":"Wingdings 3","Dingbat dec":"192","Dingbat hex":"C0","Unicode dec":"129087","Unicode hex":"1F83F"},{"Typeface name":"Wingdings 3","Dingbat dec":"193","Dingbat hex":"C1","Unicode dec":"129088","Unicode hex":"1F840"},{"Typeface name":"Wingdings 3","Dingbat dec":"194","Dingbat hex":"C2","Unicode dec":"129090","Unicode hex":"1F842"},{"Typeface name":"Wingdings 3","Dingbat dec":"195","Dingbat hex":"C3","Unicode dec":"129089","Unicode hex":"1F841"},{"Typeface name":"Wingdings 3","Dingbat dec":"196","Dingbat hex":"C4","Unicode dec":"129091","Unicode hex":"1F843"},{"Typeface name":"Wingdings 3","Dingbat dec":"197","Dingbat hex":"C5","Unicode dec":"129092","Unicode hex":"1F844"},{"Typeface name":"Wingdings 3","Dingbat dec":"198","Dingbat hex":"C6","Unicode dec":"129094","Unicode hex":"1F846"},{"Typeface name":"Wingdings 3","Dingbat dec":"199","Dingbat hex":"C7","Unicode dec":"129093","Unicode hex":"1F845"},{"Typeface name":"Wingdings 3","Dingbat dec":"200","Dingbat hex":"C8","Unicode dec":"129095","Unicode hex":"1F847"},{"Typeface name":"Wingdings 3","Dingbat dec":"201","Dingbat hex":"C9","Unicode dec":"11176","Unicode hex":"2BA8"},{"Typeface name":"Wingdings 3","Dingbat dec":"202","Dingbat hex":"CA","Unicode dec":"11177","Unicode hex":"2BA9"},{"Typeface name":"Wingdings 3","Dingbat dec":"203","Dingbat hex":"CB","Unicode dec":"11178","Unicode hex":"2BAA"},{"Typeface name":"Wingdings 3","Dingbat dec":"204","Dingbat hex":"CC","Unicode dec":"11179","Unicode hex":"2BAB"},{"Typeface name":"Wingdings 3","Dingbat dec":"205","Dingbat hex":"CD","Unicode dec":"11180","Unicode hex":"2BAC"},{"Typeface name":"Wingdings 3","Dingbat dec":"206","Dingbat hex":"CE","Unicode dec":"11181","Unicode hex":"2BAD"},{"Typeface name":"Wingdings 3","Dingbat dec":"207","Dingbat hex":"CF","Unicode dec":"11182","Unicode hex":"2BAE"},{"Typeface name":"Wingdings 3","Dingbat dec":"208","Dingbat hex":"D0","Unicode dec":"11183","Unicode hex":"2BAF"},{"Typeface name":"Wingdings 3","Dingbat dec":"209","Dingbat hex":"D1","Unicode dec":"129120","Unicode hex":"1F860"},{"Typeface name":"Wingdings 3","Dingbat dec":"210","Dingbat hex":"D2","Unicode dec":"129122","Unicode hex":"1F862"},{"Typeface name":"Wingdings 3","Dingbat dec":"211","Dingbat hex":"D3","Unicode dec":"129121","Unicode hex":"1F861"},{"Typeface name":"Wingdings 3","Dingbat dec":"212","Dingbat hex":"D4","Unicode dec":"129123","Unicode hex":"1F863"},{"Typeface name":"Wingdings 3","Dingbat dec":"213","Dingbat hex":"D5","Unicode dec":"129124","Unicode hex":"1F864"},{"Typeface name":"Wingdings 3","Dingbat dec":"214","Dingbat hex":"D6","Unicode dec":"129125","Unicode hex":"1F865"},{"Typeface name":"Wingdings 3","Dingbat dec":"215","Dingbat hex":"D7","Unicode dec":"129127","Unicode hex":"1F867"},{"Typeface name":"Wingdings 3","Dingbat dec":"216","Dingbat hex":"D8","Unicode dec":"129126","Unicode hex":"1F866"},{"Typeface name":"Wingdings 3","Dingbat dec":"217","Dingbat hex":"D9","Unicode dec":"129136","Unicode hex":"1F870"},{"Typeface name":"Wingdings 3","Dingbat dec":"218","Dingbat hex":"DA","Unicode dec":"129138","Unicode hex":"1F872"},{"Typeface name":"Wingdings 3","Dingbat dec":"219","Dingbat hex":"DB","Unicode dec":"129137","Unicode hex":"1F871"},{"Typeface name":"Wingdings 3","Dingbat dec":"220","Dingbat hex":"DC","Unicode dec":"129139","Unicode hex":"1F873"},{"Typeface name":"Wingdings 3","Dingbat dec":"221","Dingbat hex":"DD","Unicode dec":"129140","Unicode hex":"1F874"},{"Typeface name":"Wingdings 3","Dingbat dec":"222","Dingbat hex":"DE","Unicode dec":"129141","Unicode hex":"1F875"},{"Typeface name":"Wingdings 3","Dingbat dec":"223","Dingbat hex":"DF","Unicode dec":"129143","Unicode hex":"1F877"},{"Typeface name":"Wingdings 3","Dingbat dec":"224","Dingbat hex":"E0","Unicode dec":"129142","Unicode hex":"1F876"},{"Typeface name":"Wingdings 3","Dingbat dec":"225","Dingbat hex":"E1","Unicode dec":"129152","Unicode hex":"1F880"},{"Typeface name":"Wingdings 3","Dingbat dec":"226","Dingbat hex":"E2","Unicode dec":"129154","Unicode hex":"1F882"},{"Typeface name":"Wingdings 3","Dingbat dec":"227","Dingbat hex":"E3","Unicode dec":"129153","Unicode hex":"1F881"},{"Typeface name":"Wingdings 3","Dingbat dec":"228","Dingbat hex":"E4","Unicode dec":"129155","Unicode hex":"1F883"},{"Typeface name":"Wingdings 3","Dingbat dec":"229","Dingbat hex":"E5","Unicode dec":"129156","Unicode hex":"1F884"},{"Typeface name":"Wingdings 3","Dingbat dec":"230","Dingbat hex":"E6","Unicode dec":"129157","Unicode hex":"1F885"},{"Typeface name":"Wingdings 3","Dingbat dec":"231","Dingbat hex":"E7","Unicode dec":"129159","Unicode hex":"1F887"},{"Typeface name":"Wingdings 3","Dingbat dec":"232","Dingbat hex":"E8","Unicode dec":"129158","Unicode hex":"1F886"},{"Typeface name":"Wingdings 3","Dingbat dec":"233","Dingbat hex":"E9","Unicode dec":"129168","Unicode hex":"1F890"},{"Typeface name":"Wingdings 3","Dingbat dec":"234","Dingbat hex":"EA","Unicode dec":"129170","Unicode hex":"1F892"},{"Typeface name":"Wingdings 3","Dingbat dec":"235","Dingbat hex":"EB","Unicode dec":"129169","Unicode hex":"1F891"},{"Typeface name":"Wingdings 3","Dingbat dec":"236","Dingbat hex":"EC","Unicode dec":"129171","Unicode hex":"1F893"},{"Typeface name":"Wingdings 3","Dingbat dec":"237","Dingbat hex":"ED","Unicode dec":"129172","Unicode hex":"1F894"},{"Typeface name":"Wingdings 3","Dingbat dec":"238","Dingbat hex":"EE","Unicode dec":"129174","Unicode hex":"1F896"},{"Typeface name":"Wingdings 3","Dingbat dec":"239","Dingbat hex":"EF","Unicode dec":"129173","Unicode hex":"1F895"},{"Typeface name":"Wingdings 3","Dingbat dec":"240","Dingbat hex":"F0","Unicode dec":"129175","Unicode hex":"1F897"}];X0.default=Ju;var Xu=Wr&&Wr.__importDefault||function(a){return a&&a.__esModule?a:{default:a}};Object.defineProperty(Jr,"__esModule",{value:!0}),Jr.hex=Jr.dec=dl=Jr.codePoint=void 0;for(var wu=Xu(X0),rl={},Au=String.fromCodePoint?String.fromCodePoint:ep,w0=0,cl=wu.default;w0<cl.length;w0++){var A0=cl[w0],sl=parseInt(A0["Unicode dec"],10),qu={codePoint:sl,string:Au(sl)};rl[A0["Typeface name"].toUpperCase()+"_"+A0["Dingbat dec"]]=qu}function q0(a,c){return rl[a.toUpperCase()+"_"+c]}var dl=Jr.codePoint=q0;function Vu(a,c){return q0(a,parseInt(c,10))}Jr.dec=Vu;function ju(a,c){return q0(a,parseInt(c,16))}Jr.hex=ju;function ep(a){if(a<=65535)return String.fromCharCode(a);var c=Math.floor((a-65536)/1024)+55296,t=(a-65536)%1024+56320;return String.fromCharCode(c,t)}const ol={MsgQueue:[],isDone:!1};let fl=!1,hl=null,Br=0,V0;const np=["he-IL","ar-AE","ar-SA","dv-MV","fa-IR","ur-PK"],U=96/914400,ws=(a,c=150)=>a>=9525?a*U:c,wo=4/3.2;let j0=0,ef=0,nf=!0;const za={};let ll={},As={};console.log(As);const Ao={set processFullTheme(a){nf=a},set settings(a){As=a},set tableStyles(a){ll=a},set IE11(a){fl=a}};function nt(a,c,t=!1){return sa(this,null,function*(){try{let l=yield a.file(c).async("text");t&&V0<=12&&(l=l.replace(/<!\[CDATA\[(.*?)\]\]>/g,"$1"));const s=$u(l,{simplify:!0});return s["?xml"]&&delete s["?xml"],s}catch(l){return null}})}function ap(a){return sa(this,null,function*(){const t=(yield nt(a,"[Content_Types].xml")).Types.Override,l=[],s=[];for(const i of t)switch(i.attrs.ContentType){case"application/vnd.openxmlformats-officedocument.presentationml.slide+xml":l.push(i.attrs.PartName.substr(1));break;case"application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml":s.push(i.attrs.PartName.substr(1));break}return{slides:l,slideLayouts:s}})}function tp(a){return sa(this,null,function*(){const c=yield nt(a,"docProps/app.xml");V0=parseInt(c.Properties.AppVersion),console.log("create by Office PowerPoint app verssion: ",V0);const t=yield nt(a,"ppt/presentation.xml"),l=t["p:presentation"]["p:sldSz"].attrs,s=parseInt(l.cx),i=parseInt(l.cy),f=l.type;return console.log("Presentation size type: ",f),hl=t["p:presentation"]["p:defaultTextStyle"],j0=s*U+As.incSlide.width|0,ef=i*U+As.incSlide.height|0,{width:j0,height:ef}})}function ip(a,c,t,l){return sa(this,null,function*(){self.postMessage({type:"INFO",data:"Processing slide"+(t+1)});const s=c.replace("slides/slide","slides/_rels/slide")+".rels";let f=(yield nt(a,s)).Relationships.Relationship,d="",h="";const p={};if(f.constructor===Array)for(const b of f)switch(b.attrs.Type){case"http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideLayout":d=b.attrs.Target.replace("../","ppt/");break;case"http://schemas.microsoft.com/office/2007/relationships/diagramDrawing":h=b.attrs.Target.replace("../","ppt/"),p[b.attrs.Id]={type:b.attrs.Type.replace("http://schemas.openxmlformats.org/officeDocument/2006/relationships/",""),target:b.attrs.Target.replace("../","ppt/")};break;case"http://schemas.openxmlformats.org/officeDocument/2006/relationships/notesSlide":case"http://schemas.openxmlformats.org/officeDocument/2006/relationships/image":case"http://schemas.openxmlformats.org/officeDocument/2006/relationships/chart":case"http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink":default:p[b.attrs.Id]={type:b.attrs.Type.replace("http://schemas.openxmlformats.org/officeDocument/2006/relationships/",""),target:b.attrs.Target.replace("../","ppt/")}}else d=f.attrs.Target.replace("../","ppt/");const L=yield nt(a,d),x=gl(L),k=r(L,["p:sldLayout","p:clrMapOvr","a:overrideClrMapping"]);k!==void 0&&k.attrs;const v=d.replace("slideLayouts/slideLayout","slideLayouts/_rels/slideLayout")+".rels";f=(yield nt(a,v)).Relationships.Relationship;let u="";const D={};if(f.constructor===Array)for(const b of f)switch(b.attrs.Type){case"http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideMaster":u=b.attrs.Target.replace("../","ppt/");break;default:D[b.attrs.Id]={type:b.attrs.Type.replace("http://schemas.openxmlformats.org/officeDocument/2006/relationships/",""),target:b.attrs.Target.replace("../","ppt/")}}else u=f.attrs.Target.replace("../","ppt/");const g=yield nt(a,u),o=r(g,["p:sldMaster","p:txStyles"]),_=gl(g),O=u.replace("slideMasters/slideMaster","slideMasters/_rels/slideMaster")+".rels";f=(yield nt(a,O)).Relationships.Relationship;let se="";const ne={};if(f.constructor===Array)for(var A=0;A<f.length;A++)switch(f[A].attrs.Type){case"http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme":se=f[A].attrs.Target.replace("../","ppt/");break;default:ne[f[A].attrs.Id]={type:f[A].attrs.Type.replace("http://schemas.openxmlformats.org/officeDocument/2006/relationships/",""),target:f[A].attrs.Target.replace("../","ppt/")}}else se=f.attrs.Target.replace("../","ppt/");var H={};if(se!==void 0){var fe=se.split("/").pop(),ke=se.replace(fe,"_rels/"+fe)+".rels",F=yield nt(a,se),oe=yield nt(a,ke);if(oe!==null){var e=oe.Relationships.Relationship;if(e!==void 0)if(se="",e.constructor===Array)for(var A=0;A<e.length;A++)H[e[A].attrs.Id]={type:e[A].attrs.Type.replace("http://schemas.openxmlformats.org/officeDocument/2006/relationships/",""),target:e[A].attrs.Target.replace("../","ppt/")};else H[e.attrs.Id]={type:e.attrs.Type.replace("http://schemas.openxmlformats.org/officeDocument/2006/relationships/",""),target:e.attrs.Target.replace("../","ppt/")}}}var n={},le={};if(h!==void 0){var he=h.split("/").pop(),N=h.replace(he,"_rels/"+he)+".rels";if(le=yield nt(a,h),le!=null&&le!=""){var R=JSON.stringify(le);R=R.replace(/dsp:/g,"p:"),le=JSON.parse(R)}var Y=yield nt(a,N);if(Y!==null){var e=Y.Relationships.Relationship;if(se="",e.constructor===Array)for(var A=0;A<e.length;A++)n[e[A].attrs.Id]={type:e[A].attrs.Type.replace("http://schemas.openxmlformats.org/officeDocument/2006/relationships/",""),target:e[A].attrs.Target.replace("../","ppt/")};else n[e.attrs.Id]={type:e.attrs.Type.replace("http://schemas.openxmlformats.org/officeDocument/2006/relationships/",""),target:e.attrs.Target.replace("../","ppt/")}}}var V=yield nt(a,c,!0),J=V["p:sld"]["p:cSld"]["p:spTree"],Qe={zip:a,slideLayoutContent:L,slideLayoutTables:x,slideMasterContent:g,slideMasterTables:_,slideContent:V,slideResObj:p,slideMasterTextStyles:o,layoutResObj:D,masterResObj:ne,themeContent:F,themeResObj:H,digramFileContent:le,diagramResObj:n,defaultTextStyle:hl},Pe="";nf===!0&&(Pe=yield _p(Qe,l,t));var ye="";nf=="colorsAndImageOnly"&&(ye=yield Ul(Qe));var Dn="<div class='slide' style='width:"+l.width+"px; height:"+l.height+"px;"+ye+"'>";Dn+=Pe;for(const b in J)if(J[b].constructor===Array)for(var A=0;A<J[b].length;A++)Dn+=yield Ir(b,J[b][A],J,Qe,"slide");else Dn+=yield Ir(b,J[b],J,Qe,"slide");return Dn+"</div></div>"})}function gl(a){const c=Object.keys(a),t=a[c[0]]["p:cSld"]["p:spTree"],l={},s={},i={};let f,d,h,p;for(const L in t){if(L==="p:nvGrpSpPr"||L==="p:grpSpPr")continue;const x=t[L];if(x.constructor===Array)for(let k=0;k<x.length;k++)p=x[k]["p:nvSpPr"],h=r(p,["p:cNvPr","attrs","id"]),d=r(p,["p:nvPr","p:ph","attrs","idx"]),f=r(p,["p:nvPr","p:ph","attrs","type"]),h!==void 0&&(l[h]=x[k]),d!==void 0&&(s[d]=x[k]),f!==void 0&&(i[f]=x[k]);else p=x["p:nvSpPr"],h=r(p,["p:cNvPr","attrs","id"]),d=r(p,["p:nvPr","p:ph","attrs","idx"]),f=r(p,["p:nvPr","p:ph","attrs","type"]),h!==void 0&&(l[h]=x),d!==void 0&&(s[d]=x),f!==void 0&&(i[f]=x)}return{idTable:l,idxTable:s,typeTable:i}}function Ir(a,c,t,l,s,i){return sa(this,null,function*(){var f="";switch(a){case"p:sp":f=yield ul(c,t,l,s,i);break;case"p:cxnSp":f=yield rp(c,t,l,s,i);break;case"p:pic":f=yield dp(c,l,s);break;case"p:graphicFrame":f=yield op(c,l,s,i);break;case"p:grpSp":f=yield af(c,l,s);break;case"mc:AlternateContent":var d=r(c,["mc:Fallback"]);f=yield af(d,l,s);break}return f})}const Pr=a=>parseInt(a)*U;function af(a,c,t){return sa(this,null,function*(){var l=r(a,["p:grpSpPr","a:xfrm"]);if(l!==void 0){var s=Pr(l["a:off"].attrs.x),i=Pr(l["a:off"].attrs.y),f=Pr(l["a:chOff"].attrs.x),d=Pr(l["a:chOff"].attrs.y),h=Pr(l["a:ext"].attrs.cx),p=Pr(l["a:ext"].attrs.cy),L=Pr(l["a:chExt"].attrs.cx),x=Pr(l["a:chExt"].attrs.cy),k=parseInt(l.attrs.rot),v="";console.log(a,c,t),console.log(s,i,f,d,L,x);var T=i-d,u=s-f,D=h-L,g=p-x,o="group";isNaN(k)||(k=xs(k),v+="transform: rotate("+k+"deg) ; transform-origin: center;",k!=0&&(T=i,u=s,D=h,g=p,o="group-rotate"))}var _="";v!==void 0&&v!=""&&(_+=v),T!==void 0&&(_+="top: "+T+"px;"),u!==void 0&&(_+="left: "+u+"px;"),D!==void 0&&(_+="width:"+D+"px;"),g!==void 0&&(_+="height: "+g+"px;");var O=a.attrs.order,Z="<div class='block group' style='z-index: "+O+";"+_+" border:1px solid red;'>";for(var se in a)if(a[se].constructor===Array)for(var ne=0;ne<a[se].length;ne++)Z+=yield Ir(se,a[se][ne],a,c,t,o);else Z+=yield Ir(se,a[se],a,c,t,o);return Z+="</div>",Z})}function ul(a,c,t,l,s){return sa(this,null,function*(){var i=r(a,["p:nvSpPr","p:cNvPr","attrs","id"]),f=r(a,["p:nvSpPr","p:cNvPr","attrs","name"]),d=r(a,["p:nvSpPr","p:nvPr","p:ph","attrs","idx"])===void 0?void 0:r(a,["p:nvSpPr","p:nvPr","p:ph","attrs","idx"]),h=r(a,["p:nvSpPr","p:nvPr","p:ph","attrs","type"])===void 0?void 0:r(a,["p:nvSpPr","p:nvPr","p:ph","attrs","type"]),p=r(a,["attrs","order"]),L;if(l=="slideLayoutBg"||l=="slideMasterBg"){var x=r(a,["p:nvSpPr","p:nvPr","attrs","userDrawn"]);x=="1"?L=!0:L=!1}var k=void 0,v=void 0;return d!==void 0?(k=t.slideLayoutTables.idxTable[d],h!==void 0?v=t.slideMasterTables.typeTable[h]:v=t.slideMasterTables.idxTable[d]):h!==void 0&&(k=t.slideLayoutTables.typeTable[h],v=t.slideMasterTables.typeTable[h]),h===void 0&&r(a,["p:nvSpPr","p:cNvSpPr","attrs","txBox"])=="1"&&(h="textBox"),h===void 0&&(h=r(k,["p:nvSpPr","p:nvPr","p:ph","attrs","type"]),h===void 0&&(l=="diagramBg"?h="diagram":h="obj")),pl(a,c,k,v,i,f,d,h,p,t,L,s,l)})}function rp(a,c,t,l,s){return sa(this,null,function*(){var i=a["p:nvCxnSpPr"]["p:cNvPr"].attrs.id,f=a["p:nvCxnSpPr"]["p:cNvPr"].attrs.name,d=a["p:nvCxnSpPr"]["p:nvPr"]["p:ph"]===void 0?void 0:a["p:nvSpPr"]["p:nvPr"]["p:ph"].attrs.idx,h=a["p:nvCxnSpPr"]["p:nvPr"]["p:ph"]===void 0?void 0:a["p:nvSpPr"]["p:nvPr"]["p:ph"].attrs.type,p=a.attrs.order;return pl(a,c,void 0,void 0,i,f,d,h,p,t,void 0,s,l)})}function pl(a,c,t,l,s,i,f,d,h,p,L,x,k){return sa(this,null,function*(){var v=["p:spPr","a:xfrm"],T=r(a,v),u=r(t,v),D=r(l,v),g="",o=r(a,["attrs","order"]),_=r(a,["p:spPr","a:prstGeom","attrs","prst"]),O=r(a,["p:spPr","a:custGeom"]),Z=!1,se=!1,ne="";r(T,["attrs","flipV"])==="1"&&(Z=!0),r(T,["attrs","flipH"])==="1"&&(se=!0),se&&!Z?ne=" scale(-1,1)":!se&&Z?ne=" scale(1,-1)":se&&Z&&(ne=" scale(-1,-1)");var A=xs(r(T,["attrs","rot"])),H,fe=r(a,["p:txXfrm"]);if(fe!==void 0){var ke=r(fe,["attrs","rot"]);ke!==void 0&&(H=xs(ke)+90)}else H=A;if(_!==void 0||O!==void 0){var F=r(T,["a:off","attrs"])||{x:0,y:0};parseInt(F.x)*U,parseInt(F.y)*U;var oe=r(T,["a:ext","attrs"])||{cx:0,cy:0},e=parseInt(oe.cx)*U,n=parseInt(oe.cy)*U,le="_svg_css_"+(Object.keys(za).length+1)+"_"+Math.floor(Math.random()*1001),he=le+"_effects";g+="<svg class='drawing "+le+" "+he+" ' _id='"+s+"' _idx='"+f+"' _type='"+d+"' _name='"+i+"'' style='"+tr(T,c,void 0,void 0,x)+ir(T,void 0,void 0)+" z-index: "+h+";transform: rotate("+(A!==void 0?A:0)+"deg)"+ne+";'>",g+="<defs>";var N=yield jo(a,c,!0,p,k),R=!1,Y=!1,V=qt(r(a,["p:spPr"]));if(V=="GROUP_FILL"&&(V=qt(r(c,["p:grpSpPr"]))),V=="GRADIENT_FILL"){R=!0;var J=N.color,Qe=N.rot+90,Pe=Gp(e,n,Qe,J,o);g+=Pe}else if(V=="PIC_FILL"){Y=!0;var ye=yield Zp(a,N,o,p);g+=ye}else if(V=="PATTERN_FILL"){var Dn=N;Dn in za&&(Dn+="do-nothing: "+le+";"),za[Dn]={name:le,text:Dn},N="none"}else V!="SOLID_FILL"&&V!="PATTERN_FILL"&&(_=="arc"||_=="bracketPair"||_=="bracePair"||_=="leftBracket"||_=="leftBrace"||_=="rightBrace"||_=="rightBracket")&&(N="none");var b=oi(a,c,!0,"shape",p),hn=r(a,["p:spPr","a:ln","a:headEnd","attrs"]),je=r(a,["p:spPr","a:ln","a:tailEnd","attrs"]),Qn=r(a,["p:spPr","a:effectLst","a:outerShdw"]),Cn="";if(Qn!==void 0){var La=Un(Qn,void 0,void 0,p),ta=Qn.attrs,m=ta.dir?parseInt(ta.dir)/6e4:0,Le=parseInt(ta.dist)*U,ge=ta.blurRad?parseInt(ta.blurRad)*U:"",E=Le*Math.sin(m*Math.PI/180),S=Le*Math.cos(m*Math.PI/180),q="filter:drop-shadow("+S+"px "+E+"px "+ge+"px #"+La+");";q in za&&(q+="do-nothing: "+le+";"),za[q]={name:he,text:q}}if(hn!==void 0&&(hn.type==="triangle"||hn.type==="arrow")||je!==void 0&&(je.type==="triangle"||je.type==="arrow")){var Be="<marker id='markerTriangle_"+o+"' viewBox='0 0 10 10' refX='1' refY='5' markerWidth='5' markerHeight='5' stroke='"+b.color+"' fill='"+b.color+"' orient='auto-start-reverse' markerUnits='strokeWidth'><path d='M 0 0 L 10 5 L 0 10 z' /></marker>";g+=Be}g+="</defs>"}if(_!==void 0&&O===void 0){switch(_){case"rect":case"flowChartProcess":case"flowChartPredefinedProcess":case"flowChartInternalStorage":case"actionButtonBlank":g+="<rect x='0' y='0' width='"+e+"' height='"+n+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' "+Cn+" />",_=="flowChartPredefinedProcess"?g+="<rect x='"+e*(1/8)+"' y='0' width='"+e*(6/8)+"' height='"+n+"' fill='none' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />":_=="flowChartInternalStorage"&&(g+=" <polyline points='"+e*(1/8)+" 0,"+e*(1/8)+" "+n+"' fill='none' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />",g+=" <polyline points='0 "+n*(1/8)+","+e+" "+n*(1/8)+"' fill='none' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />");break;case"flowChartCollate":var Ie="M 0,0 L"+e+",0 L0,"+n+" L"+e+","+n+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"flowChartDocument":var B,C,K,y;y=e*10800/21600,B=n*17322/21600,C=n*20172/21600,K=n*23922/21600;var Ie="M0,0 L"+e+",0 L"+e+","+B+" C"+y+","+B+" "+y+","+K+" 0,"+C+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"flowChartMultidocument":var B,C,K,ie,Ne,rn,Mn,la,xt,y,G,w,de,ze,Je,un;B=n*18022/21600,C=n*3675/21600,K=n*23542/21600,ie=n*1815/21600,Ne=n*16252/21600,rn=n*16352/21600,Mn=n*14392/21600,la=n*20782/21600,xt=n*14467/21600,y=e*1532/21600,G=e*2e4/21600,w=e*9298/21600,de=e*19298/21600,ze=e*18595/21600,Je=e*2972/21600,un=e*20800/21600;var Ie="M0,"+C+" L"+ze+","+C+" L"+ze+","+B+" C"+w+","+B+" "+w+","+K+" 0,"+la+" zM"+y+","+C+" L"+y+","+ie+" L"+G+","+ie+" L"+G+","+Ne+" C"+de+","+Ne+" "+ze+","+rn+" "+ze+","+rn+"M"+Je+","+ie+" L"+Je+",0 L"+e+",0 L"+e+","+Mn+" C"+un+","+Mn+" "+G+","+xt+" "+G+","+xt;g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"actionButtonBackPrevious":var W=e/2,P=n/2,De=Math.min(e,n),te,Ve,En,Ke,Bn;te=De*3/8,Ve=P-te,En=P+te,Ke=W-te,Bn=W+te;var Ie="M0,0 L"+e+",0 L"+e+","+n+" L0,"+n+" zM"+Ke+","+P+" L"+Bn+","+Ve+" L"+Bn+","+En+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"actionButtonBeginning":var W=e/2,P=n/2,De=Math.min(e,n),te,Ve,En,Ke,Bn,Ge,On,$n,jn,Kn;te=De*3/8,Ve=P-te,En=P+te,Ke=W-te,Bn=W+te,Ge=De*3/4,On=Ge/8,$n=Ge/4,jn=Ke+On,Kn=Ke+$n;var Ie="M0,0 L"+e+",0 L"+e+","+n+" L0,"+n+" zM"+Kn+","+P+" L"+Bn+","+Ve+" L"+Bn+","+En+" zM"+jn+","+Ve+" L"+Ke+","+Ve+" L"+Ke+","+En+" L"+jn+","+En+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"actionButtonDocument":var W=e/2,P=n/2,De=Math.min(e,n),te,Ve,En,Ce,Ke,Bn,Ge,On,$n;te=De*3/8,Ve=P-te,En=P+te,Ce=De*9/32,Ke=W-Ce,Bn=W+Ce,Ge=De*3/16,On=Bn-Ge,$n=Ve+Ge;var Ie="M0,0 L"+e+",0 L"+e+","+n+" L0,"+n+" zM"+Ke+","+Ve+" L"+On+","+Ve+" L"+Bn+","+$n+" L"+Bn+","+En+" L"+Ke+","+En+" zM"+On+","+Ve+" L"+On+","+$n+" L"+Bn+","+$n+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"actionButtonEnd":var W=e/2,P=n/2,De=Math.min(e,n),te,Ve,En,Ke,Bn,Ge,On,$n,jn,Kn;te=De*3/8,Ve=P-te,En=P+te,Ke=W-te,Bn=W+te,Ge=De*3/4,On=Ge*3/4,$n=Ge*7/8,jn=Ke+On,Kn=Ke+$n;var Ie="M0,"+n+" L"+e+","+n+" L"+e+",0 L0,0 z M"+Kn+","+Ve+" L"+Bn+","+Ve+" L"+Bn+","+En+" L"+Kn+","+En+" z M"+jn+","+P+" L"+Ke+","+Ve+" L"+Ke+","+En+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"actionButtonForwardNext":var W=e/2,P=n/2,De=Math.min(e,n),te,Ve,En,Ke,Bn;te=De*3/8,Ve=P-te,En=P+te,Ke=W-te,Bn=W+te;var Ie="M0,"+n+" L"+e+","+n+" L"+e+",0 L0,0 z M"+Bn+","+P+" L"+Ke+","+Ve+" L"+Ke+","+En+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"actionButtonHelp":var W=e/2,P=n/2,De=Math.min(e,n),te,Ve,Ke,Ge,On,$n,jn,ba,da,Wa,qa,ya,_a,re,Se,Ye,on,Ha,mt,Ot,Ct;te=De*3/8,Ve=P-te,Ke=W-te,Ge=De*3/4,On=Ge/7,$n=Ge*3/14,jn=Ge*2/7,ba=Ge*3/7,da=Ge*4/7,Wa=Ge*17/28,qa=Ge*21/28,ya=Ge*11/14,_a=Ve+jn,re=Ve+Wa,Se=Ve+qa,Ye=Ve+ya,on=Ke+$n,Ha=Ke+ba,mt=Ke+da,Ot=Ge/14,Ct=Ge*3/28;var mi=on+jn,Gr=Ha+On,_0=Ye+Ct,ld=(mt+Ha+jn)/2,Ie="M0,0 L"+e+",0 L"+e+","+n+" L0,"+n+" zM"+on+","+_a+ce(mi,_a,jn,jn,180,360,!1).replace("M","L")+ce(ld,_a,On,$n,0,90,!1).replace("M","L")+ce(ld,re,Ot,Ct,270,180,!1).replace("M","L")+" L"+mt+","+Se+" L"+Ha+","+Se+" L"+Ha+","+re+ce(Gr,re,On,$n,180,270,!1).replace("M","L")+ce(mt,_a,Ot,Ct,90,0,!1).replace("M","L")+ce(mi,_a,On,On,0,-180,!1).replace("M","L")+" zM"+W+","+Ye+ce(W,_0,Ct,Ct,270,630,!1).replace("M","L")+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"actionButtonHome":var W=e/2,P=n/2,De=Math.min(e,n),te,Ve,En,Ke,Bn,Ge,On,$n,jn,Kn,Ya,ba,da,Wa,tt,qa,ya,Sa,it,_a,Me,re,Se,Ye,Ee,on;te=De*3/8,Ve=P-te,En=P+te,Ke=W-te,Bn=W+te,Ge=De*3/4,On=Ge/16,$n=Ge/8,jn=Ge*3/16,Kn=Ge*5/16,Ya=Ge*7/16,ba=Ge*9/16,da=Ge*11/16,Wa=Ge*3/4,tt=Ge*13/16,qa=Ge*7/8,ya=Ve+On,Sa=Ve+jn,it=Ve+Kn,_a=Ve+Wa,Me=Ke+$n,re=Ke+Ya,Se=Ke+ba,Ye=Ke+da,Ee=Ke+tt,on=Ke+qa;var Ie="M0,0 L"+e+",0 L"+e+","+n+" L0,"+n+" z M"+W+","+Ve+" L"+Ke+","+P+" L"+Me+","+P+" L"+Me+","+En+" L"+on+","+En+" L"+on+","+P+" L"+Bn+","+P+" L"+Ee+","+it+" L"+Ee+","+ya+" L"+Ye+","+ya+" L"+Ye+","+Sa+" z M"+re+","+_a+" L"+Se+","+_a+" L"+Se+","+En+" L"+re+","+En+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"actionButtonInformation":var W=e/2,P=n/2,De=Math.min(e,n),te,Ve,Ke,Ge,On,Kn,Ya,ba,da,tt,qa,ya,Sa,Me,re,Se,Ye,Ee,Xn,Pn,mt,at;te=De*3/8,Ve=P-te,Ke=W-te,Ge=De*3/4,On=Ge/32,Kn=Ge*5/16,Ya=Ge*3/8,ba=Ge*13/32,da=Ge*19/32,tt=Ge*11/16,qa=Ge*13/16,ya=Ge*7/8,Sa=Ve+On,Me=Ve+Kn,re=Ve+Ya,Se=Ve+qa,Ye=Ve+ya,Ee=Ke+Kn,Xn=Ke+ba,Pn=Ke+da,mt=Ke+tt,at=Ge*3/32;var gr=Ve+te,Rr=Sa+at,Ie="M0,0 L"+e+",0 L"+e+","+n+" L0,"+n+" zM"+W+","+Ve+ce(W,gr,te,te,270,630,!1).replace("M","L")+" zM"+W+","+Sa+ce(W,Rr,at,at,270,630,!1).replace("M","L")+"M"+Ee+","+Me+" L"+Pn+","+Me+" L"+Pn+","+Se+" L"+mt+","+Se+" L"+mt+","+Ye+" L"+Ee+","+Ye+" L"+Ee+","+Se+" L"+Xn+","+Se+" L"+Xn+","+re+" L"+Ee+","+re+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"actionButtonMovie":var W=e/2,P=n/2,De=Math.min(e,n),te,Ve,En,Ke,Bn,Ge,On,$n,jn,Kn,Ya,ba,da,Wa,tt,qa,ya,Sa,it,_a,Me,re,Se,Ye,Ee,on,Xn,Pn,Ha,mt,at,rr,Ta,Ot,Ct,Zt,Ls,js,ed,nd;te=De*3/8,Ve=P-te,En=P+te,Ke=W-te,Bn=W+te,Ge=De*3/4,On=Ge*1455/21600,$n=Ge*1905/21600,jn=Ge*2325/21600,Kn=Ge*16155/21600,Ya=Ge*17010/21600,ba=Ge*19335/21600,da=Ge*19725/21600,Wa=Ge*20595/21600,tt=Ge*5280/21600,qa=Ge*5730/21600,ya=Ge*6630/21600,Sa=Ge*7492/21600,it=Ge*9067/21600,_a=Ge*9555/21600,Me=Ge*13342/21600,re=Ge*14580/21600,Se=Ge*15592/21600,Ye=Ke+On,Ee=Ke+$n,on=Ke+jn,Xn=Ke+Kn,Pn=Ke+Ya,Ha=Ke+ba,mt=Ke+da,at=Ke+Wa,rr=Ve+tt,Ta=Ve+qa,Ot=Ve+ya,Ct=Ve+Sa,Zt=Ve+it,Ls=Ve+_a,js=Ve+Me,ed=Ve+re,nd=Ve+Se;var Ie="M0,"+n+" L"+e+","+n+" L"+e+",0 L0,0 zM"+Ke+","+rr+" L"+Ke+","+Ls+" L"+Ye+","+Ls+" L"+Ee+","+Zt+" L"+on+","+Zt+" L"+on+","+nd+" L"+Pn+","+nd+" L"+Pn+","+js+" L"+Ha+","+js+" L"+at+","+ed+" L"+Bn+","+ed+" L"+Bn+","+Ot+" L"+at+","+Ot+" L"+mt+","+Ct+" L"+Pn+","+Ct+" L"+Pn+","+Ot+" L"+Xn+","+Ta+" L"+Ee+","+Ta+" L"+Ye+","+rr+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"actionButtonReturn":var W=e/2,P=n/2,De=Math.min(e,n),te,Ve,En,Ke,Bn,Ge,On,$n,jn,Kn,Ya,ba,da,Wa,tt,qa,ya,Sa,it,_a;te=De*3/8,Ve=P-te,En=P+te,Ke=W-te,Bn=W+te,Ge=De*3/4,On=Ge*7/8,$n=Ge*3/4,jn=Ge*5/8,Kn=Ge*3/8,Ya=Ge/4,ba=Ve+$n,da=Ve+jn,Wa=Ve+Ya,tt=Ke+On,qa=Ke+$n,ya=Ke+jn,Sa=Ke+Kn,it=Ke+Ya,_a=Ge/8;var mi=ya-_a,Rr=ba-_a,M0=Ke+Kn,W0=En-Kn,Ie="M0,"+n+" L"+e+","+n+" L"+e+",0 L0,0 z M"+Bn+","+Wa+" L"+qa+","+Ve+" L"+W+","+Wa+" L"+ya+","+Wa+" L"+ya+","+da+ce(mi,da,_a,_a,0,90,!1).replace("M","L")+" L"+Sa+","+ba+ce(Sa,Rr,_a,_a,90,180,!1).replace("M","L")+" L"+it+","+Wa+" L"+Ke+","+Wa+" L"+Ke+","+da+ce(M0,da,Kn,Kn,180,90,!1).replace("M","L")+" L"+W+","+En+ce(W,W0,Kn,Kn,90,0,!1).replace("M","L")+" L"+tt+","+Wa+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"actionButtonSound":var W=e/2,P=n/2,De=Math.min(e,n),te,Ve,En,Ke,Bn,Ge,On,$n,jn,Kn,Ya,ba,da,Wa,tt,qa,ya,Sa,it;te=De*3/8,Ve=P-te,En=P+te,Ke=W-te,Bn=W+te,Ge=De*3/4,On=Ge/8,$n=Ge*5/16,jn=Ge*5/8,Kn=Ge*11/16,Ya=Ge*3/4,ba=Ge*7/8,da=Ve+On,Wa=Ve+$n,tt=Ve+Kn,qa=Ve+ba,ya=Ke+$n,Sa=Ke+jn,it=Ke+Ya;var Ie="M0,0 L"+e+",0 L"+e+","+n+" L0,"+n+" z M"+Ke+","+Wa+" L"+ya+","+Wa+" L"+Sa+","+Ve+" L"+Sa+","+En+" L"+ya+","+tt+" L"+Ke+","+tt+" z M"+it+","+Wa+" L"+Bn+","+da+" M"+it+","+P+" L"+Bn+","+P+" M"+it+","+tt+" L"+Bn+","+qa;g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"irregularSeal1":case"irregularSeal2":if(_=="irregularSeal1")var Ie="M"+e*10800/21600+","+n*5800/21600+" L"+e*14522/21600+",0 L"+e*14155/21600+","+n*5325/21600+" L"+e*18380/21600+","+n*4457/21600+" L"+e*16702/21600+","+n*7315/21600+" L"+e*21097/21600+","+n*8137/21600+" L"+e*17607/21600+","+n*10475/21600+" L"+e+","+n*13290/21600+" L"+e*16837/21600+","+n*12942/21600+" L"+e*18145/21600+","+n*18095/21600+" L"+e*14020/21600+","+n*14457/21600+" L"+e*13247/21600+","+n*19737/21600+" L"+e*10532/21600+","+n*14935/21600+" L"+e*8485/21600+","+n+" L"+e*7715/21600+","+n*15627/21600+" L"+e*4762/21600+","+n*17617/21600+" L"+e*5667/21600+","+n*13937/21600+" L"+e*135/21600+","+n*14587/21600+" L"+e*3722/21600+","+n*11775/21600+" L0,"+n*8615/21600+" L"+e*4627/21600+","+n*7617/21600+" L"+e*370/21600+","+n*2295/21600+" L"+e*7312/21600+","+n*6320/21600+" L"+e*8352/21600+","+n*2295/21600+" z";else if(_=="irregularSeal2")var Ie="M"+e*11462/21600+","+n*4342/21600+" L"+e*14790/21600+",0 L"+e*14525/21600+","+n*5777/21600+" L"+e*18007/21600+","+n*3172/21600+" L"+e*16380/21600+","+n*6532/21600+" L"+e+","+n*6645/21600+" L"+e*16985/21600+","+n*9402/21600+" L"+e*18270/21600+","+n*11290/21600+" L"+e*16380/21600+","+n*12310/21600+" L"+e*18877/21600+","+n*15632/21600+" L"+e*14640/21600+","+n*14350/21600+" L"+e*14942/21600+","+n*17370/21600+" L"+e*12180/21600+","+n*15935/21600+" L"+e*11612/21600+","+n*18842/21600+" L"+e*9872/21600+","+n*17370/21600+" L"+e*8700/21600+","+n*19712/21600+" L"+e*7527/21600+","+n*18125/21600+" L"+e*4917/21600+","+n+" L"+e*4805/21600+","+n*18240/21600+" L"+e*1285/21600+","+n*17825/21600+" L"+e*3330/21600+","+n*15370/21600+" L0,"+n*12877/21600+" L"+e*3935/21600+","+n*11592/21600+" L"+e*1172/21600+","+n*8270/21600+" L"+e*5372/21600+","+n*7817/21600+" L"+e*4502/21600+","+n*3625/21600+" L"+e*8550/21600+","+n*6382/21600+" L"+e*9722/21600+","+n*1887/21600+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"flowChartTerminator":var y,G,B,bn=180,Ln=90,yn=270;y=e*3475/21600,G=e*18125/21600,B=n*10800/21600;var Ie="M"+y+",0 L"+G+",0"+ce(G,n/2,y,B,yn,yn+bn,!1).replace("M","L")+" L"+y+","+n+ce(y,n/2,y,B,Ln,Ln+bn,!1).replace("M","L")+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"flowChartPunchedTape":var y,y,B,C,bn=180;y=e*5/20,B=n*2/20,C=n*18/20;var Ie="M0,"+B+ce(y,B,y,B,bn,0,!1).replace("M","L")+ce(e*(3/4),B,y,B,bn,360,!1).replace("M","L")+" L"+e+","+C+ce(e*(3/4),C,y,B,0,-bn,!1).replace("M","L")+ce(y,C,y,B,0,bn,!1).replace("M","L")+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"flowChartOnlineStorage":var y,B,yn=270,Ln=90;y=e*1/6,B=n*3/6;var Ie="M"+y+",0 L"+e+",0"+ce(e,n/2,y,B,yn,90,!1).replace("M","L")+" L"+y+","+n+ce(y,n/2,y,B,Ln,270,!1).replace("M","L")+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"flowChartDisplay":var y,G,B,yn=270,bn=180;y=e*1/6,G=e*5/6,B=n*3/6;var Ie="M0,"+B+" L"+y+",0 L"+G+",0"+ce(e,n/2,y,B,yn,yn+bn,!1).replace("M","L")+" L"+y+","+n+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"flowChartDelay":var Oe=e/2,Fe=n/2,bn=180,yn=270,Ln=90,Ie="M0,0 L"+Oe+",0"+ce(Oe,Fe,Oe,Fe,yn,yn+bn,!1).replace("M","L")+" L0,"+n+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"flowChartMagneticTape":var Oe=e/2,Fe=n/2,bn=180,yn=270,Ln=90,xa,Vt,Tl;xa=Fe*Math.sin(Math.PI/4),Vt=Fe+xa,Tl=Math.atan(n/e);var Kp=Tl*180/Math.PI,Ie="M"+Oe+","+n+ce(Oe,Fe,Oe,Fe,Ln,bn,!1).replace("M","L")+ce(Oe,Fe,Oe,Fe,bn,yn,!1).replace("M","L")+ce(Oe,Fe,Oe,Fe,yn,360,!1).replace("M","L")+ce(Oe,Fe,Oe,Fe,0,Kp,!1).replace("M","L")+" L"+e+","+Vt+" L"+e+","+n+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"ellipse":case"flowChartConnector":case"flowChartSummingJunction":case"flowChartOr":if(g+="<ellipse cx='"+e/2+"' cy='"+n/2+"' rx='"+e/2+"' ry='"+n/2+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />",_=="flowChartOr")g+=" <polyline points='"+e/2+" 0,"+e/2+" "+n+"' fill='none' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />",g+=" <polyline points='0 "+n/2+","+e+" "+n/2+"' fill='none' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";else if(_=="flowChartSummingJunction"){var Fa,xa,sr,or,dr,Vt,W=e/2,P=n/2,Oe=e/2,Fe=n/2,yl=Math.PI/4;Fa=Oe*Math.cos(yl),xa=Fe*Math.sin(yl),sr=W-Fa,or=W+Fa,dr=P-xa,Vt=P+xa,g+=" <polyline points='"+sr+" "+dr+","+or+" "+Vt+"' fill='none' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />",g+=" <polyline points='"+or+" "+dr+","+sr+" "+Vt+"' fill='none' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />"}break;case"roundRect":case"round1Rect":case"round2DiagRect":case"round2SameRect":case"snip1Rect":case"snip2DiagRect":case"snip2SameRect":case"flowChartAlternateProcess":case"flowChartPunchedCard":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,we,Ue,Ae,Sr,Fr;if(M!==void 0&&M.constructor===Array)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),we=parseInt(me.substr(4))/5e4):j=="adj2"&&(Ue=r(M[I],["attrs","fmla"]),Ae=parseInt(Ue.substr(4))/5e4)}else if(M!==void 0&&M.constructor!==Array){var Jp=r(M,["attrs","fmla"]);we=parseInt(Jp.substr(4))/5e4,Ae=0}var yi="";switch(_){case"roundRect":case"flowChartAlternateProcess":Sr="round",Fr="cornrAll",we===void 0&&(we=.33334),Ae=0;break;case"round1Rect":Sr="round",Fr="cornr1",we===void 0&&(we=.33334),Ae=0;break;case"round2DiagRect":Sr="round",Fr="diag",we===void 0&&(we=.33334),Ae===void 0&&(Ae=0);break;case"round2SameRect":Sr="round",Fr="cornr2",we===void 0&&(we=.33334),Ae===void 0&&(Ae=0);break;case"snip1Rect":case"flowChartPunchedCard":Sr="snip",Fr="cornr1",we===void 0&&(we=.33334),Ae=0,_=="flowChartPunchedCard"&&(yi="transform='translate("+e+",0) scale(-1,1)'");break;case"snip2DiagRect":Sr="snip",Fr="diag",we===void 0&&(we=0),Ae===void 0&&(Ae=.33334);break;case"snip2SameRect":Sr="snip",Fr="cornr2",we===void 0&&(we=.33334),Ae===void 0&&(Ae=0);break}var We=sp(e,n,we,Ae,Sr,Fr);g+="<path "+yi+" d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"snipRoundRect":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,we=.33334,Ue,Ae=.33334;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),we=parseInt(me.substr(4))/5e4):j=="adj2"&&(Ue=r(M[I],["attrs","fmla"]),Ae=parseInt(Ue.substr(4))/5e4)}var We="M0,"+n+" L"+e+","+n+" L"+e+","+n/2*Ae+" L"+(e/2+e/2*(1-Ae))+",0 L"+e/2*we+",0 Q0,0 0,"+n/2*we+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"bentConnector2":var Ie="";Ie="M "+e+" 0 L "+e+" "+n+" L 0 "+n,g+="<path d='"+Ie+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' fill='none' ",hn!==void 0&&(hn.type==="triangle"||hn.type==="arrow")&&(g+="marker-start='url(#markerTriangle_"+o+")' "),je!==void 0&&(je.type==="triangle"||je.type==="arrow")&&(g+="marker-end='url(#markerTriangle_"+o+")' "),g+="/>";break;case"rtTriangle":g+=" <polygon points='0 0,0 "+n+","+e+" "+n+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"triangle":case"flowChartExtract":case"flowChartMerge":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),Ws=.5;ve!==void 0&&(Ws=parseInt(ve.substr(4))*U);var yi="";_=="flowChartMerge"&&(yi="transform='rotate(180 "+e/2+","+n/2+")'"),g+=" <polygon "+yi+" points='"+e*Ws+" 0,0 "+n+","+e+" "+n+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"diamond":case"flowChartDecision":case"flowChartSort":g+=" <polygon points='"+e/2+" 0,0 "+n/2+","+e/2+" "+n+","+e+" "+n/2+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />",_=="flowChartSort"&&(g+=" <polyline points='0 "+n/2+","+e+" "+n/2+"' fill='none' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />");break;case"trapezoid":case"flowChartManualOperation":case"flowChartManualInput":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),Cr=.2,ad=.7407;if(ve!==void 0){var ff=parseInt(ve.substr(4))*U;Cr=ff*.5/ad}var hf=0,yi="";_=="flowChartManualOperation"&&(yi="transform='rotate(180 "+e/2+","+n/2+")'"),_=="flowChartManualInput"&&(Cr=0,hf=n/5),g+=" <polygon "+yi+" points='"+e*Cr+" "+hf+",0 "+n+","+e+" "+n+","+(1-Cr)*e+" 0' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"parallelogram":case"flowChartInputOutput":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),Cr=.25,ad;if(e>n?ad=e/n:ad=n/e,ve!==void 0){var ff=parseInt(ve.substr(4))/1e5;Cr=ff/ad}g+=" <polygon points='"+Cr*e+" 0,0 "+n+","+(1-Cr)*e+" "+n+","+e+" 0' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"pentagon":g+=" <polygon points='"+.5*e+" 0,0 "+.375*n+","+.15*e+" "+n+","+.85*e+" "+n+","+e+" "+.375*n+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"hexagon":case"flowChartPreparation":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),xe=25e3*U,cr=115470*U,X=5e4*U,ae=1e5*U,lc=60*Math.PI/180;ve!==void 0&&(xe=parseInt(ve.substr(4))*U);var cn,_e,Ht,y,G,Te,B,C,P=n/2,Fe=n/2,De=Math.min(e,n);cn=X*e/De,_e=xe<0?0:xe>cn?cn:xe,Ht=Fe*cr/ae,y=De*_e/ae,G=e-y,Te=Ht*Math.sin(lc),B=P-Te,C=P+Te;var Ie="M0,"+P+" L"+y+","+B+" L"+G+","+B+" L"+e+","+P+" L"+G+","+C+" L"+y+","+C+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"heptagon":g+=" <polygon points='"+.5*e+" 0,"+e/8+" "+n/4+",0 "+5/8*n+","+e/4+" "+n+","+3/4*e+" "+n+","+e+" "+5/8*n+","+7/8*e+" "+n/4+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"octagon":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),z=.25;ve!==void 0&&(z=parseInt(ve.substr(4))/1e5);var Q=1-z;g+=" <polygon points='"+z*e+" 0,0 "+z*n+",0 "+Q*n+","+z*e+" "+n+","+Q*e+" "+n+","+e+" "+Q*n+","+e+" "+z*n+","+Q*e+" 0' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"decagon":g+=" <polygon points='"+3/8*e+" 0,"+e/8+" "+n/8+",0 "+n/2+","+e/8+" "+7/8*n+","+3/8*e+" "+n+","+5/8*e+" "+n+","+7/8*e+" "+7/8*n+","+e+" "+n/2+","+7/8*e+" "+n/8+","+5/8*e+" 0' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"dodecagon":g+=" <polygon points='"+3/8*e+" 0,"+e/8+" "+n/8+",0 "+3/8*n+",0 "+5/8*n+","+e/8+" "+7/8*n+","+3/8*e+" "+n+","+5/8*e+" "+n+","+7/8*e+" "+7/8*n+","+e+" "+5/8*n+","+e+" "+3/8*n+","+7/8*e+" "+n/8+","+5/8*e+" 0' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"star4":var _e,$e,Xe,Ss,Fs,Sn,In,_n,Wn,W=e/2,P=n/2,Oe=e/2,Fe=n/2,xe=19098*U,X=5e4*U,ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]);if(ve!==void 0){var i=ve.attrs.name;i=="adj"&&(xe=parseInt(ve.attrs.fmla.substr(4))*U)}_e=xe<0?0:xe>X?X:xe,$e=Oe*_e/X,Xe=Fe*_e/X,Ss=$e*Math.cos(.7853981634),Fs=Xe*Math.sin(.7853981634),Sn=W-Ss,In=W+Ss,_n=P-Fs,Wn=P+Fs;var Ie="M0,"+P+" L"+Sn+","+_n+" L"+W+",0 L"+In+","+_n+" L"+e+","+P+" L"+In+","+Wn+" L"+W+","+n+" L"+Sn+","+Wn+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"star5":var _e,rt,Ht,Tt,Ce,te,Te,Re,y,G,w,de,B,C,$e,Xe,na,Yn,wn,oa,Sn,In,An,Vn,_n,Wn,ia,W=e/2,P=n/2,Oe=e/2,Fe=n/2,xe=19098*U,fi=105146*U,cr=110557*U,cn=5e4*U,X=1e5*U,ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]);ve!==void 0&&Object.keys(ve).forEach(function(et){var At=ve[et].attrs.name;At=="adj"?xe=parseInt(ve[et].attrs.fmla.substr(4))*U:At=="hf"?fi=parseInt(ve[et].attrs.fmla.substr(4))*U:At=="vf"&&(cr=parseInt(ve[et].attrs.fmla.substr(4))*U)}),_e=xe<0?0:xe>cn?cn:xe,rt=Oe*fi/X,Ht=Fe*cr/X,Tt=P*cr/X,Ce=rt*Math.cos(.31415926536),te=rt*Math.cos(5.3407075111),Te=Ht*Math.sin(.31415926536),Re=Ht*Math.sin(5.3407075111),y=W-Ce,G=W-te,w=W+te,de=W+Ce,B=Tt-Te,C=Tt-Re,$e=rt*_e/cn,Xe=Ht*_e/cn,na=$e*Math.cos(5.9690260418),Yn=$e*Math.cos(.94247779608),wn=Xe*Math.sin(.94247779608),oa=Xe*Math.sin(5.9690260418),Sn=W-na,In=W-Yn,An=W+Yn,Vn=W+na,_n=Tt-wn,Wn=Tt-oa,ia=Tt+Xe;var Ie="M"+y+","+B+" L"+In+","+_n+" L"+W+",0 L"+An+","+_n+" L"+de+","+B+" L"+Vn+","+Wn+" L"+w+","+C+" L"+W+","+ia+" L"+G+","+C+" L"+Sn+","+Wn+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"star6":var _e,rt,Ce,y,G,C,$e,Xe,Yn,Sn,In,An,Vn,wn,_n,Wn,W=e/2,P=n/2,Oe=e/2,Fe=n/2,fr=n/4,xe=28868*U,fi=115470*U,cn=5e4*U,X=1e5*U,ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]);ve!==void 0&&Object.keys(ve).forEach(function(et){var At=ve[et].attrs.name;At=="adj"?xe=parseInt(ve[et].attrs.fmla.substr(4))*U:At=="hf"&&(fi=parseInt(ve[et].attrs.fmla.substr(4))*U)}),_e=xe<0?0:xe>cn?cn:xe,rt=Oe*fi/X,Ce=rt*Math.cos(.5235987756),y=W-Ce,G=W+Ce,C=P+fr,$e=rt*_e/cn,Xe=Fe*_e/cn,Yn=$e/2,Sn=W-$e,In=W-Yn,An=W+Yn,Vn=W+$e,wn=Xe*Math.sin(1.0471975512),_n=P-wn,Wn=P+wn;var Ie="M"+y+","+fr+" L"+In+","+_n+" L"+W+",0 L"+An+","+_n+" L"+G+","+fr+" L"+Vn+","+P+" L"+G+","+C+" L"+An+","+Wn+" L"+W+","+n+" L"+In+","+Wn+" L"+y+","+C+" L"+Sn+","+P+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"star7":var _e,rt,Ht,Tt,Ce,te,mn,Te,Re,Hn,y,G,w,de,ze,Je,B,C,K,$e,Xe,na,Yn,ct,Sn,In,An,Vn,Ra,Qa,wn,oa,lt,_n,Wn,ia,Ua,W=e/2,P=n/2,Oe=e/2,Fe=n/2,xe=34601*U,fi=102572*U,cr=105210*U,cn=5e4*U,X=1e5*U,ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]);ve!==void 0&&Object.keys(ve).forEach(function(et){var At=ve[et].attrs.name;At=="adj"?xe=parseInt(ve[et].attrs.fmla.substr(4))*U:At=="hf"?fi=parseInt(ve[et].attrs.fmla.substr(4))*U:At=="vf"&&(cr=parseInt(ve[et].attrs.fmla.substr(4))*U)}),_e=xe<0?0:xe>cn?cn:xe,rt=Oe*fi/X,Ht=Fe*cr/X,Tt=P*cr/X,Ce=rt*97493/1e5,te=rt*78183/1e5,mn=rt*43388/1e5,Te=Ht*62349/1e5,Re=Ht*22252/1e5,Hn=Ht*90097/1e5,y=W-Ce,G=W-te,w=W-mn,de=W+mn,ze=W+te,Je=W+Ce,B=Tt-Te,C=Tt+Re,K=Tt+Hn,$e=rt*_e/cn,Xe=Ht*_e/cn,na=$e*97493/1e5,Yn=$e*78183/1e5,ct=$e*43388/1e5,Sn=W-na,In=W-Yn,An=W-ct,Vn=W+ct,Ra=W+Yn,Qa=W+na,wn=Xe*90097/1e5,oa=Xe*22252/1e5,lt=Xe*62349/1e5,_n=Tt-wn,Wn=Tt-oa,ia=Tt+lt,Ua=Tt+Xe;var Ie="M"+y+","+C+" L"+Sn+","+Wn+" L"+G+","+B+" L"+An+","+_n+" L"+W+",0 L"+Vn+","+_n+" L"+ze+","+B+" L"+Qa+","+Wn+" L"+Je+","+C+" L"+Ra+","+ia+" L"+de+","+K+" L"+W+","+Ua+" L"+w+","+K+" L"+In+","+ia+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"star8":var _e,Ce,y,G,Te,B,C,$e,Xe,na,Yn,wn,oa,Sn,In,An,Vn,_n,Wn,ia,Ua,W=e/2,P=n/2,Oe=e/2,Fe=n/2,xe=37500*U,cn=5e4*U,X=1e5*U,ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]);if(ve!==void 0){var i=ve.attrs.name;i=="adj"&&(xe=parseInt(ve.attrs.fmla.substr(4))*U)}_e=xe<0?0:xe>cn?cn:xe,Ce=Oe*Math.cos(.7853981634),y=W-Ce,G=W+Ce,Te=Fe*Math.sin(.7853981634),B=P-Te,C=P+Te,$e=Oe*_e/cn,Xe=Fe*_e/cn,na=$e*92388/1e5,Yn=$e*38268/1e5,wn=Xe*92388/1e5,oa=Xe*38268/1e5,Sn=W-na,In=W-Yn,An=W+Yn,Vn=W+na,_n=P-wn,Wn=P-oa,ia=P+oa,Ua=P+wn;var Ie="M0,"+P+" L"+Sn+","+Wn+" L"+y+","+B+" L"+In+","+_n+" L"+W+",0 L"+An+","+_n+" L"+G+","+B+" L"+Vn+","+Wn+" L"+e+","+P+" L"+Vn+","+ia+" L"+G+","+C+" L"+An+","+Ua+" L"+W+","+n+" L"+In+","+Ua+" L"+y+","+C+" L"+Sn+","+ia+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"star10":var _e,rt,Ce,te,y,G,w,de,Te,Re,B,C,K,ie,$e,Xe,na,Yn,wn,oa,Sn,In,An,Vn,Ra,Qa,_n,Wn,ia,Ua,W=e/2,P=n/2,Oe=e/2,Fe=n/2,xe=42533*U,fi=105146*U,cn=5e4*U,X=1e5*U,ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]);ve!==void 0&&Object.keys(ve).forEach(function(et){var At=ve[et].attrs.name;At=="adj"?xe=parseInt(ve[et].attrs.fmla.substr(4))*U:At=="hf"&&(fi=parseInt(ve[et].attrs.fmla.substr(4))*U)}),_e=xe<0?0:xe>cn?cn:xe,rt=Oe*fi/X,Ce=rt*95106/1e5,te=rt*58779/1e5,y=W-Ce,G=W-te,w=W+te,de=W+Ce,Te=Fe*80902/1e5,Re=Fe*30902/1e5,B=P-Te,C=P-Re,K=P+Re,ie=P+Te,$e=rt*_e/cn,Xe=Fe*_e/cn,na=$e*80902/1e5,Yn=$e*30902/1e5,wn=Xe*95106/1e5,oa=Xe*58779/1e5,Sn=W-$e,In=W-na,An=W-Yn,Vn=W+Yn,Ra=W+na,Qa=W+$e,_n=P-wn,Wn=P-oa,ia=P+oa,Ua=P+wn;var Ie="M"+y+","+C+" L"+In+","+Wn+" L"+G+","+B+" L"+An+","+_n+" L"+W+",0 L"+Vn+","+_n+" L"+w+","+B+" L"+Ra+","+Wn+" L"+de+","+C+" L"+Qa+","+P+" L"+de+","+K+" L"+Ra+","+ia+" L"+w+","+ie+" L"+Vn+","+Ua+" L"+W+","+n+" L"+An+","+Ua+" L"+G+","+ie+" L"+In+","+ia+" L"+y+","+K+" L"+Sn+","+P+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"star12":var _e,Ce,Te,y,w,de,B,K,ie,$e,Xe,na,Yn,ct,wn,oa,lt,Sn,In,An,Vn,Ra,Qa,_n,Wn,ia,Ua,yt,kt,W=e/2,P=n/2,Oe=e/2,Fe=n/2,fr=n/4,td=e/4,xe=37500*U,cn=5e4*U,ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]);if(ve!==void 0){var i=ve.attrs.name;i=="adj"&&(xe=parseInt(ve.attrs.fmla.substr(4))*U)}_e=xe<0?0:xe>cn?cn:xe,Ce=Oe*Math.cos(.5235987756),Te=Fe*Math.sin(1.0471975512),y=W-Ce,w=e*3/4,de=W+Ce,B=P-Te,K=n*3/4,ie=P+Te,$e=Oe*_e/cn,Xe=Fe*_e/cn,na=$e*Math.cos(.2617993878),Yn=$e*Math.cos(.7853981634),ct=$e*Math.cos(1.308996939),wn=Xe*Math.sin(1.308996939),oa=Xe*Math.sin(.7853981634),lt=Xe*Math.sin(.2617993878),Sn=W-na,In=W-Yn,An=W-ct,Vn=W+ct,Ra=W+Yn,Qa=W+na,_n=P-wn,Wn=P-oa,ia=P-lt,Ua=P+lt,yt=P+oa,kt=P+wn;var Ie="M0,"+P+" L"+Sn+","+ia+" L"+y+","+fr+" L"+In+","+Wn+" L"+td+","+B+" L"+An+","+_n+" L"+W+",0 L"+Vn+","+_n+" L"+w+","+B+" L"+Ra+","+Wn+" L"+de+","+fr+" L"+Qa+","+ia+" L"+e+","+P+" L"+Qa+","+Ua+" L"+de+","+K+" L"+Ra+","+yt+" L"+w+","+ie+" L"+Vn+","+kt+" L"+W+","+n+" L"+An+","+kt+" L"+td+","+ie+" L"+In+","+yt+" L"+y+","+K+" L"+Sn+","+Ua+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"star16":var _e,Ce,te,mn,Te,Re,Hn,y,G,w,de,ze,Je,B,C,K,ie,Ne,rn,$e,Xe,na,Yn,ct,hi,wn,oa,lt,li,Sn,In,An,Vn,Ra,Qa,gi,ui,_n,Wn,ia,Ua,yt,kt,pi,bi,Fa,xa,sr,dr,or,Vt,W=e/2,P=n/2,Oe=e/2,Fe=n/2,xe=37500*U,cn=5e4*U,ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]);if(ve!==void 0){var i=ve.attrs.name;i=="adj"&&(xe=parseInt(ve.attrs.fmla.substr(4))*U)}_e=xe<0?0:xe>cn?cn:xe,Ce=Oe*92388/1e5,te=Oe*70711/1e5,mn=Oe*38268/1e5,Te=Fe*92388/1e5,Re=Fe*70711/1e5,Hn=Fe*38268/1e5,y=W-Ce,G=W-te,w=W-mn,de=W+mn,ze=W+te,Je=W+Ce,B=P-Te,C=P-Re,K=P-Hn,ie=P+Hn,Ne=P+Re,rn=P+Te,$e=Oe*_e/cn,Xe=Fe*_e/cn,na=$e*98079/1e5,Yn=$e*83147/1e5,ct=$e*55557/1e5,hi=$e*19509/1e5,wn=Xe*98079/1e5,oa=Xe*83147/1e5,lt=Xe*55557/1e5,li=Xe*19509/1e5,Sn=W-na,In=W-Yn,An=W-ct,Vn=W-hi,Ra=W+hi,Qa=W+ct,gi=W+Yn,ui=W+na,_n=P-wn,Wn=P-oa,ia=P-lt,Ua=P-li,yt=P+li,kt=P+lt,pi=P+oa,bi=P+wn,Fa=$e*Math.cos(.7853981634),xa=Xe*Math.sin(.7853981634),sr=W-Fa,dr=P-xa,or=W+Fa,Vt=P+xa;var Ie="M0,"+P+" L"+Sn+","+Ua+" L"+y+","+K+" L"+In+","+ia+" L"+G+","+C+" L"+An+","+Wn+" L"+w+","+B+" L"+Vn+","+_n+" L"+W+",0 L"+Ra+","+_n+" L"+de+","+B+" L"+Qa+","+Wn+" L"+ze+","+C+" L"+gi+","+ia+" L"+Je+","+K+" L"+ui+","+Ua+" L"+e+","+P+" L"+ui+","+yt+" L"+Je+","+ie+" L"+gi+","+kt+" L"+ze+","+Ne+" L"+Qa+","+pi+" L"+de+","+rn+" L"+Ra+","+bi+" L"+W+","+n+" L"+Vn+","+bi+" L"+w+","+rn+" L"+An+","+pi+" L"+G+","+Ne+" L"+In+","+kt+" L"+y+","+ie+" L"+Sn+","+yt+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"star24":var _e,Ce,te,mn,_t,Rt,Te,Re,Hn,Kt,Vi,y,G,w,de,ze,Je,un,vn,Jn,ka,B,C,K,ie,Ne,rn,Mn,la,xt,Yt,$e,Xe,na,Yn,ct,hi,Ar,qr,wn,oa,lt,li,Vr,jr,Sn,In,An,Vn,Ra,Qa,gi,ui,ec,nc,ac,tc,_n,Wn,ia,Ua,yt,kt,pi,bi,ic,rc,cc,sc,Fa,xa,sr,dr,or,Vt,W=e/2,P=n/2,Oe=e/2,Fe=n/2,fr=n/4,td=e/4,xe=37500*U,cn=5e4*U,ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]);if(ve!==void 0){var i=ve.attrs.name;i=="adj"&&(xe=parseInt(ve.attrs.fmla.substr(4))*U)}_e=xe<0?0:xe>cn?cn:xe,Ce=Oe*Math.cos(.2617993878),te=Oe*Math.cos(.5235987756),mn=Oe*Math.cos(.7853981634),_t=td,Rt=Oe*Math.cos(1.308996939),Te=Fe*Math.sin(1.308996939),Re=Fe*Math.sin(1.0471975512),Hn=Fe*Math.sin(.7853981634),Kt=fr,Vi=Fe*Math.sin(.2617993878),y=W-Ce,G=W-te,w=W-mn,de=W-_t,ze=W-Rt,Je=W+Rt,un=W+_t,vn=W+mn,Jn=W+te,ka=W+Ce,B=P-Te,C=P-Re,K=P-Hn,ie=P-Kt,Ne=P-Vi,rn=P+Vi,Mn=P+Kt,la=P+Hn,xt=P+Re,Yt=P+Te,$e=Oe*_e/cn,Xe=Fe*_e/cn,na=$e*99144/1e5,Yn=$e*92388/1e5,ct=$e*79335/1e5,hi=$e*60876/1e5,Ar=$e*38268/1e5,qr=$e*13053/1e5,wn=Xe*99144/1e5,oa=Xe*92388/1e5,lt=Xe*79335/1e5,li=Xe*60876/1e5,Vr=Xe*38268/1e5,jr=Xe*13053/1e5,Sn=W-na,In=W-Yn,An=W-ct,Vn=W-hi,Ra=W-Ar,Qa=W-qr,gi=W+qr,ui=W+Ar,ec=W+hi,nc=W+ct,ac=W+Yn,tc=W+na,_n=P-wn,Wn=P-oa,ia=P-lt,Ua=P-li,yt=P-Vr,kt=P-jr,pi=P+jr,bi=P+Vr,ic=P+li,rc=P+lt,cc=P+oa,sc=P+wn,Fa=$e*Math.cos(.7853981634),xa=Xe*Math.sin(.7853981634),sr=W-Fa,dr=P-xa,or=W+Fa,Vt=P+xa;var Ie="M0,"+P+" L"+Sn+","+kt+" L"+y+","+Ne+" L"+In+","+yt+" L"+G+","+ie+" L"+An+","+Ua+" L"+w+","+K+" L"+Vn+","+ia+" L"+de+","+C+" L"+Ra+","+Wn+" L"+ze+","+B+" L"+Qa+","+_n+" L"+W+",0 L"+gi+","+_n+" L"+Je+","+B+" L"+ui+","+Wn+" L"+un+","+C+" L"+ec+","+ia+" L"+vn+","+K+" L"+nc+","+Ua+" L"+Jn+","+ie+" L"+ac+","+yt+" L"+ka+","+Ne+" L"+tc+","+kt+" L"+e+","+P+" L"+tc+","+pi+" L"+ka+","+rn+" L"+ac+","+bi+" L"+Jn+","+Mn+" L"+nc+","+ic+" L"+vn+","+la+" L"+ec+","+rc+" L"+un+","+xt+" L"+ui+","+cc+" L"+Je+","+Yt+" L"+gi+","+sc+" L"+W+","+n+" L"+Qa+","+sc+" L"+ze+","+Yt+" L"+Ra+","+cc+" L"+de+","+xt+" L"+Vn+","+rc+" L"+w+","+la+" L"+An+","+ic+" L"+G+","+Mn+" L"+In+","+bi+" L"+y+","+rn+" L"+Sn+","+pi+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"star32":var _e,Ce,te,mn,_t,Rt,Z0,wr,Te,Re,Hn,Kt,Vi,lf,gf,y,G,w,de,ze,Je,un,vn,Jn,ka,Xi,Ki,Ji,lr,B,C,K,ie,Ne,rn,Mn,la,xt,Yt,hc,Bs,Is,Ps,$e,Xe,na,Yn,ct,hi,Ar,qr,uf,pf,wn,oa,lt,li,Vr,jr,bf,mf,Sn,In,An,Vn,Ra,Qa,gi,ui,ec,nc,ac,tc,Df,vf,Uf,xf,_n,Wn,ia,Ua,yt,kt,pi,bi,ic,rc,cc,sc,Lf,Tf,yf,kf,Fa,xa,sr,dr,or,Vt,W=e/2,P=n/2,Oe=e/2,Fe=n/2,fr=n/4,td=e/4,xe=37500*U,cn=5e4*U,ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]);if(ve!==void 0){var i=ve.attrs.name;i=="adj"&&(xe=parseInt(ve.attrs.fmla.substr(4))*U)}_e=xe<0?0:xe>cn?cn:xe,Ce=Oe*98079/1e5,te=Oe*92388/1e5,mn=Oe*83147/1e5,_t=Oe*Math.cos(.7853981634),Rt=Oe*55557/1e5,Z0=Oe*38268/1e5,wr=Oe*19509/1e5,Te=Fe*98079/1e5,Re=Fe*92388/1e5,Hn=Fe*83147/1e5,Kt=Fe*Math.sin(.7853981634),Vi=Fe*55557/1e5,lf=Fe*38268/1e5,gf=Fe*19509/1e5,y=W-Ce,G=W-te,w=W-mn,de=W-_t,ze=W-Rt,Je=W-Z0,un=W-wr,vn=W+wr,Jn=W+Z0,ka=W+Rt,Xi=W+_t,Ki=W+mn,Ji=W+te,lr=W+Ce,B=P-Te,C=P-Re,K=P-Hn,ie=P-Kt,Ne=P-Vi,rn=P-lf,Mn=P-gf,la=P+gf,xt=P+lf,Yt=P+Vi,hc=P+Kt,Bs=P+Hn,Is=P+Re,Ps=P+Te,$e=Oe*_e/cn,Xe=Fe*_e/cn,na=$e*99518/1e5,Yn=$e*95694/1e5,ct=$e*88192/1e5,hi=$e*77301/1e5,Ar=$e*63439/1e5,qr=$e*47140/1e5,uf=$e*29028/1e5,pf=$e*9802/1e5,wn=Xe*99518/1e5,oa=Xe*95694/1e5,lt=Xe*88192/1e5,li=Xe*77301/1e5,Vr=Xe*63439/1e5,jr=Xe*47140/1e5,bf=Xe*29028/1e5,mf=Xe*9802/1e5,Sn=W-na,In=W-Yn,An=W-ct,Vn=W-hi,Ra=W-Ar,Qa=W-qr,gi=W-uf,ui=W-pf,ec=W+pf,nc=W+uf,ac=W+qr,tc=W+Ar,Df=W+hi,vf=W+ct,Uf=W+Yn,xf=W+na,_n=P-wn,Wn=P-oa,ia=P-lt,Ua=P-li,yt=P-Vr,kt=P-jr,pi=P-bf,bi=P-mf,ic=P+mf,rc=P+bf,cc=P+jr,sc=P+Vr,Lf=P+li,Tf=P+lt,yf=P+oa,kf=P+wn,Fa=$e*Math.cos(.7853981634),xa=Xe*Math.sin(.7853981634),sr=W-Fa,dr=P-xa,or=W+Fa,Vt=P+xa;var Ie="M0,"+P+" L"+Sn+","+bi+" L"+y+","+Mn+" L"+In+","+pi+" L"+G+","+rn+" L"+An+","+kt+" L"+w+","+Ne+" L"+Vn+","+yt+" L"+de+","+ie+" L"+Ra+","+Ua+" L"+ze+","+K+" L"+Qa+","+ia+" L"+Je+","+C+" L"+gi+","+Wn+" L"+un+","+B+" L"+ui+","+_n+" L"+W+",0 L"+ec+","+_n+" L"+vn+","+B+" L"+nc+","+Wn+" L"+Jn+","+C+" L"+ac+","+ia+" L"+ka+","+K+" L"+tc+","+Ua+" L"+Xi+","+ie+" L"+Df+","+yt+" L"+Ki+","+Ne+" L"+vf+","+kt+" L"+Ji+","+rn+" L"+Uf+","+pi+" L"+lr+","+Mn+" L"+xf+","+bi+" L"+e+","+P+" L"+xf+","+ic+" L"+lr+","+la+" L"+Uf+","+rc+" L"+Ji+","+xt+" L"+vf+","+cc+" L"+Ki+","+Yt+" L"+Df+","+sc+" L"+Xi+","+hc+" L"+tc+","+Lf+" L"+ka+","+Bs+" L"+ac+","+Tf+" L"+Jn+","+Is+" L"+nc+","+yf+" L"+vn+","+Ps+" L"+ec+","+kf+" L"+W+","+n+" L"+ui+","+kf+" L"+un+","+Ps+" L"+gi+","+yf+" L"+Je+","+Is+" L"+Qa+","+Tf+" L"+ze+","+Bs+" L"+Ra+","+Lf+" L"+de+","+hc+" L"+Vn+","+sc+" L"+w+","+Yt+" L"+An+","+cc+" L"+G+","+xt+" L"+In+","+rc+" L"+y+","+la+" L"+Sn+","+ic+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"pie":case"pieWedge":case"arc":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),z,Q,i0,Ts,r0,id;_=="pie"?(z=0,Q=270,i0=n,id=!0):_=="pieWedge"?(z=180,Q=270,i0=2*n,id=!0):_=="arc"&&(z=270,Q=0,i0=n,id=!1),ve!==void 0&&(Ts=r(ve,["attrs","fmla"]),r0=Ts,Ts===void 0&&(Ts=ve[0].attrs.fmla,r0=ve[1].attrs.fmla),Ts!==void 0&&(z=parseInt(Ts.substr(4))/6e4),r0!==void 0&&(Q=parseInt(r0.substr(4))/6e4));var kl=cp(i0,e,z,Q,id);g+="<path d='"+kl[0]+"' transform='"+kl[1]+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"chord":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,we=45,Ue,Ae=270;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),we=parseInt(me.substr(4))/6e4):j=="adj2"&&(Ue=r(M[I],["attrs","fmla"]),Ae=parseInt(Ue.substr(4))/6e4)}var qe=n/2,Gn=e/2,We=ce(Gn,qe,Gn,qe,we,Ae,!0);g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"frame":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),z=12500*U,X=5e4*U,ae=1e5*U;ve!==void 0&&(z=parseInt(ve.substr(4))*U);var ee,y,de,ie;z<0?ee=0:z>X?ee=X:ee=z,y=Math.min(e,n)*ee/ae,de=e-y,ie=n-y;var Ie="M0,0 L"+e+",0 L"+e+","+n+" L0,"+n+" zM"+y+","+y+" L"+y+","+ie+" L"+de+","+ie+" L"+de+","+y+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"donut":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),xe=25e3*U,X=5e4*U,ae=1e5*U;ve!==void 0&&(xe=parseInt(ve.substr(4))*U);var _e,Qt,$e,Xe;xe<0?_e=0:xe>X?_e=X:_e=xe,Qt=Math.min(e,n)*_e/ae,$e=e/2-Qt,Xe=n/2-Qt;var Ie="M0,"+n/2+ce(e/2,n/2,e/2,n/2,180,270,!1).replace("M","L")+ce(e/2,n/2,e/2,n/2,270,360,!1).replace("M","L")+ce(e/2,n/2,e/2,n/2,0,90,!1).replace("M","L")+ce(e/2,n/2,e/2,n/2,90,180,!1).replace("M","L")+" zM"+Qt+","+n/2+ce(e/2,n/2,$e,Xe,180,90,!1).replace("M","L")+ce(e/2,n/2,$e,Xe,90,0,!1).replace("M","L")+ce(e/2,n/2,$e,Xe,0,-90,!1).replace("M","L")+ce(e/2,n/2,$e,Xe,270,180,!1).replace("M","L")+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"noSmoking":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),xe=18750*U,X=5e4*U,ae=1e5*U;ve!==void 0&&(xe=parseInt(ve.substr(4))*U);var _e,Qt,$e,Xe,c0,Mf,_f,Ml,_l,Wl,Wf,ja,Zn,Cs,Nr,mr;xe<0?_e=0:xe>X?_e=X:_e=xe,Qt=Math.min(e,n)*_e/ae,$e=e/2-Qt,Xe=n/2-Qt,c0=Math.atan(n/e),Mf=Xe*Math.cos(c0),_f=$e*Math.sin(c0),Ml=Math.sqrt(Mf*Mf+_f*_f),_l=$e*Xe/Ml,Wl=Qt/2,Wf=Math.atan(Wl/_l),ja=Wf*2,Zn=-Math.PI+ja,Nr=c0-Wf,mr=Nr-Math.PI;var Bf,If,Bl,Pf,Ce,Te,y,B,B,C;Bf=Xe*Math.cos(Nr),If=$e*Math.sin(Nr),Bl=Math.sqrt(Bf*Bf+If*If),Pf=$e*Xe/Bl,Ce=Pf*Math.cos(Nr),Te=Pf*Math.sin(Nr),y=e/2+Ce,B=n/2+Te,G=e/2-Ce,C=n/2-Te;var Il=Nr*180/Math.PI,Pl=mr*180/Math.PI,Sl=Zn*180/Math.PI,Ie="M0,"+n/2+ce(e/2,n/2,e/2,n/2,180,270,!1).replace("M","L")+ce(e/2,n/2,e/2,n/2,270,360,!1).replace("M","L")+ce(e/2,n/2,e/2,n/2,0,90,!1).replace("M","L")+ce(e/2,n/2,e/2,n/2,90,180,!1).replace("M","L")+" zM"+y+","+B+ce(e/2,n/2,$e,Xe,Il,Il+Sl,!1).replace("M","L")+" zM"+G+","+C+ce(e/2,n/2,$e,Xe,Pl,Pl+Sl,!1).replace("M","L")+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"halfFrame":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,we=3.5,Ue,Ae=3.5,Et=1e5*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),we=parseInt(me.substr(4))*U):j=="adj2"&&(Ue=r(M[I],["attrs","fmla"]),Ae=parseInt(Ue.substr(4))*U)}var tn=Math.min(e,n),gn=Et*e/tn,ee,pe;Ae<0?pe=0:Ae>gn?pe=gn:pe=Ae;var y=tn*pe/Et,o0=n*y/e,Er=n-o0,an=Et*Er/tn;we<0?ee=0:we>an?ee=an:ee=we;var B=tn*ee/Et,te=B*e/n,G=e-te,Re=y*n/e,C=n-Re,Ie="M0,0 L"+e+",0 L"+G+","+B+" L"+y+","+B+" L"+y+","+C+" L0,"+n+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"blockArc":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=180,Ue,Q=0,en,be=25e3*U,X=5e4*U,ae=1e5*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))/6e4):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))/6e4):j=="adj3"&&(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))*U)}var Rn,Gt,He,s0,Fl,Zn,$r,rd=360;z<0?Rn=0:z>rd?Rn=rd:Rn=z,Q<0?Gt=0:Q>rd?Gt=rd:Gt=Q,be<0?He=0:be>X?He=X:He=be,s0=Gt-Rn,Fl=s0+rd,Zn=s0>0?s0:Fl,$r=-Zn;var $i=Rn+Zn,Xp=Gt+$r,ys,ks,Ce,Te,y,B,cd,sd,Oe,Fe,W,P;cd=Rn*Math.PI/180,sd=Gt*Math.PI/180,Oe=e/2,Fe=n/2,W=e/2,P=n/2,Rn>90&&Rn<270?(ys=Oe*Math.sin(Math.PI/2-cd),ks=Fe*Math.cos(Math.PI/2-cd),Ce=Oe*Math.cos(Math.atan(ks/ys)),Te=Fe*Math.sin(Math.atan(ks/ys)),y=W-Ce,B=P-Te):(ys=Oe*Math.sin(cd),ks=Fe*Math.cos(cd),Ce=Oe*Math.cos(Math.atan(ys/ks)),Te=Fe*Math.sin(Math.atan(ys/ks)),y=W+Ce,B=P+Te);var Qt,$e,Xe,Ms,_s,te,Re,G,C;Qt=Math.min(e,n)*He/ae,$e=Oe-Qt,Xe=Fe-Qt,$i<=450&&$i>270||$i>=630&&$i<720?(Ms=$e*Math.sin(sd),_s=Xe*Math.cos(sd),te=$e*Math.cos(Math.atan(Ms/_s)),Re=Xe*Math.sin(Math.atan(Ms/_s)),G=W+te,C=P+Re):(Ms=$e*Math.sin(Math.PI/2-sd),_s=Xe*Math.cos(Math.PI/2-sd),te=$e*Math.cos(Math.atan(_s/Ms)),Re=Xe*Math.sin(Math.atan(_s/Ms)),G=W-te,C=P-Re);var Ie="M"+y+","+B+ce(Oe,Fe,Oe,Fe,Rn,$i,!1).replace("M","L")+" L"+G+","+C+ce(Oe,Fe,$e,Xe,Gt,Xp,!1).replace("M","L")+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"bracePair":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),xe=8333*U,X=25e3*U,ae=5e4*U,pn=1e5*U;ve!==void 0&&(xe=parseInt(ve.substr(4))*U);var P=n/2,dd=360,bn=180,Ln=90,yn=270,_e,y,G,w,de,C,K,ie;xe<0?_e=0:xe>X?_e=X:_e=xe;var tn=Math.min(e,n);y=tn*_e/pn,G=tn*_e/ae,w=e-G,de=e-y,C=P-y,K=P+y,ie=n-y;var Ie="M"+G+","+n+ce(G,ie,y,y,Ln,bn,!1).replace("M","L")+" L"+y+","+K+ce(0,K,y,y,0,-Ln,!1).replace("M","L")+ce(0,C,y,y,Ln,0,!1).replace("M","L")+" L"+y+","+y+ce(G,y,y,y,bn,yn,!1).replace("M","L")+" M"+w+",0"+ce(w,y,y,y,yn,dd,!1).replace("M","L")+" L"+de+","+C+ce(e,C,y,y,bn,Ln,!1).replace("M","L")+ce(e,K,y,y,yn,bn,!1).replace("M","L")+" L"+de+","+ie+ce(w,ie,y,y,0,Ln,!1).replace("M","L");g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"leftBrace":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=8333*U,Ue,Q=5e4*U,ae=1e5*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"&&(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U)}var P=n/2,bn=180,Ln=90,yn=270,ee,pe,Fn,Tn,ca,B,C,K,ie;Q<0?pe=0:Q>ae?pe=ae:pe=Q;var tn=Math.min(e,n);Fn=ae-pe,Fn<pe?Tn=Fn:Tn=pe,ca=Tn/2;var an=ca*n/tn;z<0?ee=0:z>an?ee=an:ee=z,B=tn*ee/ae,K=n*pe/ae,C=K-B,ie=K+B;var Ie="M"+e+","+n+ce(e,n-B,e/2,B,Ln,bn,!1).replace("M","L")+" L"+e/2+","+ie+ce(0,ie,e/2,B,0,-Ln,!1).replace("M","L")+ce(0,C,e/2,B,Ln,0,!1).replace("M","L")+" L"+e/2+","+B+ce(e,B,e/2,B,bn,yn,!1).replace("M","L");g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"rightBrace":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=8333*U,Ue,Q=5e4*U,ae=1e5*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"&&(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U)}var P=n/2,dd=360,bn=180,Ln=90,yn=270,ee,pe,Fn,Tn,ca,B,C,K,ie;Q<0?pe=0:Q>ae?pe=ae:pe=Q;var tn=Math.min(e,n);Fn=ae-pe,Fn<pe?Tn=Fn:Tn=pe,ca=Tn/2;var an=ca*n/tn;z<0?ee=0:z>an?ee=an:ee=z,B=tn*ee/ae,K=n*pe/ae,C=K-B,ie=n-B;var Ie="M0,0"+ce(0,B,e/2,B,yn,dd,!1).replace("M","L")+" L"+e/2+","+C+ce(e,C,e/2,B,bn,Ln,!1).replace("M","L")+ce(e,K+B,e/2,B,yn,bn,!1).replace("M","L")+" L"+e/2+","+ie+ce(0,ie,e/2,B,0,Ln,!1).replace("M","L");g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"bracketPair":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),xe=16667*U,X=5e4*U,ae=1e5*U;ve!==void 0&&(xe=parseInt(ve.substr(4))*U);var fn=e,nn=n,bn=180,Ln=90,yn=270,_e,y,G,C;xe<0?_e=0:xe>X?_e=X:_e=xe,y=Math.min(e,n)*_e/ae,G=fn-y,C=nn-y;var Ie=ce(y,y,y,y,yn,bn,!1)+ce(y,C,y,y,bn,Ln,!1).replace("M","L")+ce(G,y,y,y,yn,yn+Ln,!1)+ce(G,C,y,y,0,Ln,!1).replace("M","L");g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"leftBracket":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),xe=8333*U,X=5e4*U,ae=1e5*U,cn=X*n/Math.min(e,n);ve!==void 0&&(xe=parseInt(ve.substr(4))*U);var fn=e,nn=n,bn=180,Ln=90,yn=270,_e,B,C;xe<0?_e=0:xe>cn?_e=cn:_e=xe,B=Math.min(e,n)*_e/ae,B>e&&(B=e),C=nn-B;var Ie="M"+fn+","+nn+ce(B,C,B,B,Ln,bn,!1).replace("M","L")+" L0,"+B+ce(B,B,B,B,bn,yn,!1).replace("M","L")+" L"+fn+",0";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"rightBracket":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),xe=8333*U,X=5e4*U,ae=1e5*U,cn=X*n/Math.min(e,n);ve!==void 0&&(xe=parseInt(ve.substr(4))*U);var dd=360,bn=180,Ln=90,yn=270,_e,B,C,K;xe<0?_e=0:xe>cn?_e=cn:_e=xe,B=Math.min(e,n)*_e/ae,C=n-B,K=e-B;var Ie="M0,"+n+ce(K,C,B,B,Ln,0,!1).replace("M","L")+" L"+e+","+n/2+ce(K,B,B,B,dd,yn,!1).replace("M","L")+" L0,0";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"moon":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),xe=.5;ve!==void 0&&(xe=parseInt(ve.substr(4))/1e5);var Fe,bn,Ln;Fe=n/2,bn=180,Ln=90;var Q=(1-xe)*e,Ie="M"+e+","+n+ce(e,Fe,e,Fe,Ln,Ln+bn,!1).replace("M","L")+ce(e,Fe,Q,Fe,Ln+bn,Ln,!1).replace("M","L")+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"corner":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,we=5e4*U,Ue,Ae=5e4*U,Et=1e5*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),we=parseInt(me.substr(4))*U):j=="adj2"&&(Ue=r(M[I],["attrs","fmla"]),Ae=parseInt(Ue.substr(4))*U)}var tn=Math.min(e,n),an=Et*n/tn,gn=Et*e/tn,ee,pe,y,Te,B;we<0?ee=0:we>an?ee=an:ee=we,Ae<0?pe=0:Ae>gn?pe=gn:pe=Ae,y=tn*pe/Et,Te=tn*ee/Et,B=n-Te;var Ie="M0,0 L"+y+",0 L"+y+","+B+" L"+e+","+B+" L"+e+","+n+" L0,"+n+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"diagStripe":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),we=5e4*U,Et=1e5*U;ve!==void 0&&(we=parseInt(ve.substr(4))*U);var ee,G,C;we<0?ee=0:we>Et?ee=Et:ee=we,G=e*ee/Et,C=n*ee/Et;var Ie="M0,"+C+" L"+G+",0 L"+e+",0 L0,"+n+" z";g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"gear6":case"gear9":H=0;var Sf=_.substr(4),Ie;Sf=="6",Ie=bl(e,n/3.5,parseInt(Sf)),g+="<path d='"+Ie+"' transform='rotate(20,"+3/7*n+","+3/7*n+")' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"bentConnector3":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),Ws=.5;ve!==void 0&&(Ws=parseInt(ve.substr(4))/1e5,g+=" <polyline points='0 0,"+Ws*e+" 0,"+Ws*e+" "+n+","+e+" "+n+"' fill='transparent'' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' ",hn!==void 0&&(hn.type==="triangle"||hn.type==="arrow")&&(g+="marker-start='url(#markerTriangle_"+o+")' "),je!==void 0&&(je.type==="triangle"||je.type==="arrow")&&(g+="marker-end='url(#markerTriangle_"+o+")' "),g+="/>");break;case"plus":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),z=.25;ve!==void 0&&(z=parseInt(ve.substr(4))/1e5);var Q=1-z;g+=" <polygon points='"+z*e+" 0,"+z*e+" "+z*n+",0 "+z*n+",0 "+Q*n+","+z*e+" "+Q*n+","+z*e+" "+n+","+Q*e+" "+n+","+Q*e+" "+Q*n+","+e+" "+Q*n+","+ +e+" "+z*n+","+Q*e+" "+z*n+","+Q*e+" 0' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"teardrop":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),z=1e5*U,od=z,d0=2e5*U;ve!==void 0&&(z=parseInt(ve.substr(4))*U);var ee,Ff,Cl,dn,El,zl,Ce,Te,y,B,G,C,Cf;z<0?ee=0:z>d0?ee=d0:ee=z,Ff=Math.sqrt(2),Cl=Ff*(e/2),dn=Ff*(n/2),El=Cl*ee/od,zl=dn*ee/od,Cf=45*Math.PI/180,Ce=El*Math.cos(Cf),Te=zl*Math.cos(Cf),y=e/2+Ce,B=n/2-Te,G=(e/2+y)/2,C=(n/2+B)/2;var We=ce(e/2,n/2,e/2,n/2,180,270,!1)+"Q "+G+",0 "+y+","+B+"Q "+e+","+C+" "+e+","+n/2+ce(e/2,n/2,e/2,n/2,0,90,!1).replace("M","L")+ce(e/2,n/2,e/2,n/2,90,180,!1).replace("M","L")+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"plaque":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),z=16667*U,od=5e4*U,d0=1e5*U;ve!==void 0&&(z=parseInt(ve.substr(4))*U);var ee,y,G,C;z<0?ee=0:z>od?ee=od:ee=z,y=ee*Math.min(e,n)/d0,G=e-y,C=n-y;var We="M0,"+y+ce(0,0,y,y,90,0,!1).replace("M","L")+" L"+G+",0"+ce(e,0,y,y,180,90,!1).replace("M","L")+" L"+e+","+C+ce(e,n,y,y,270,180,!1).replace("M","L")+" L"+y+","+n+ce(0,n,y,y,0,-90,!1).replace("M","L")+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"sun":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),ue=U,z=25e3*ue,X=12500*ue,ae=46875*ue;ve!==void 0&&(z=parseInt(ve.substr(4))*ue);var ee;z<X?ee=X:z>ae?ee=ae:ee=z;var dc=5e4*ue,ma=1e5*ue,fd=dc-ee,o0=fd*(30274*ue)/(32768*ue),Er=fd*(12540*ue)/(32768*ue),f0=o0+dc,h0=Er+dc,hd=dc-o0,oc=dc-Er,zr=fd*(23170*ue)/(32768*ue),hr=dc+zr,Ve=dc-zr,En=hd*3/4,Ke=oc*3/4,Bn=En+3662*ue,Ge=Ke+36620*ue,On=Ke+12500*ue,$n=ma-En,jn=ma-Bn,Kn=ma-Ge,Ya=ma-On,Rl=e*(18436*ue)/(21600*ue),Gl=n*(3163*ue)/(21600*ue),Nl=e*(3163*ue)/(21600*ue),Ol=n*(18436*ue)/(21600*ue),vn=e*hr/ma,Jn=e*Ve/ma,ka=e*En/ma,Ki=e*Bn/ma,Ji=e*Ge/ma,lr=e*On/ma,fc=e*$n/ma,Zl=e*jn/ma,Hl=e*Kn/ma,Ql=e*Ya/ma,wp=e*ee/ma,Gn=e*fd/ma,qe=n*fd/ma,la=n*hr/ma,xt=n*Ve/ma,Yt=n*En/ma,Bs=n*Bn/ma,Is=n*Ge/ma,Ps=n*On/ma,Yl=n*$n/ma,$l=n*jn/ma,Kl=n*Kn/ma,Jl=n*Ya/ma,We="M"+e+","+n/2+" L"+fc+","+Jl+" L"+fc+","+Ps+"z M"+Rl+","+Gl+" L"+Zl+","+Kl+" L"+Ji+","+Bs+"z M"+e/2+",0 L"+Ql+","+Yt+" L"+lr+","+Yt+"z M"+Nl+","+Gl+" L"+Hl+","+Bs+" L"+Ki+","+Kl+"z M0,"+n/2+" L"+ka+","+Ps+" L"+ka+","+Jl+"z M"+Nl+","+Ol+" L"+Ki+","+Is+" L"+Hl+","+$l+"z M"+e/2+","+n+" L"+lr+","+Yl+" L"+Ql+","+Yl+"z M"+Rl+","+Ol+" L"+Ji+","+$l+" L"+Zl+","+Is+" z M"+wp+","+n/2+ce(e/2,n/2,Gn,qe,180,540,!1).replace("M","L")+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"heart":var Ce,te,y,G,w,de,B;Ce=e*49/48,te=e*10/48,y=e/2-Ce,G=e/2-te,w=e/2+te,de=e/2+Ce,B=-n/3;var We="M"+e/2+","+n/4+"C"+w+","+B+" "+de+","+n/4+" "+e/2+","+n+"C"+y+","+n/4+" "+G+","+B+" "+e/2+","+n/4+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"lightningBolt":var y=e*5022/21600,G=e*11050/21600,w=e*8472/21600,de=e*8757/21600,ze=e*10012/21600,Je=e*14767/21600,un=e*12222/21600,vn=e*12860/21600,Jn=e*13917/21600,ka=e*7602/21600,Xi=e*16577/21600,B=n*3890/21600,C=n*6080/21600,K=n*6797/21600,ie=n*7437/21600,Ne=n*12877/21600,rn=n*9705/21600,Mn=n*12007/21600,la=n*13987/21600,xt=n*8382/21600,Yt=n*14277/21600,hc=n*14915/21600,We="M"+w+",0 L"+vn+","+C+" L"+G+","+K+" L"+Xi+","+Mn+" L"+Je+","+Ne+" L"+e+","+n+" L"+ze+","+hc+" L"+un+","+la+" L"+y+","+rn+" L"+ka+","+xt+" L0,"+B+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"cube":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),ue=U,xe=25e3*ue;ve!==void 0&&(xe=parseInt(ve.substr(4))*ue);var We,ae=1e5*ue,De=Math.min(e,n),_e,B,ie,de;_e=xe<0?0:xe>ae?ae:xe,B=De*_e/ae,ie=n-B,de=e-B,We="M0,"+B+" L"+B+",0 L"+e+",0 L"+e+","+ie+" L"+de+","+n+" L0,"+n+" zM0,"+B+" L"+de+","+B+" M"+de+","+B+" L"+e+",0M"+de+","+B+" L"+de+","+n,g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"bevel":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),ue=U,xe=12500*ue;ve!==void 0&&(xe=parseInt(ve.substr(4))*ue);var We,X=5e4*ue,ae=1e5*ue,De=Math.min(e,n),_e,y,G,C;_e=xe<0?0:xe>X?X:xe,y=De*_e/ae,G=e-y,C=n-y,We="M0,0 L"+e+",0 L"+e+","+n+" L0,"+n+" z M"+y+","+y+" L"+G+","+y+" L"+G+","+C+" L"+y+","+C+" z M0,0 L"+y+","+y+" M0,"+n+" L"+y+","+C+" M"+e+",0 L"+G+","+y+" M"+e+","+n+" L"+G+","+C,g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"foldedCorner":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),ue=U,xe=16667*ue;ve!==void 0&&(xe=parseInt(ve.substr(4))*ue);var We,X=5e4*ue,ae=1e5*ue,De=Math.min(e,n),_e,Re,Te,y,G,C,B;_e=xe<0?0:xe>X?X:xe,Re=De*_e/ae,Te=Re/5,y=e-Re,G=y+Te,C=n-Re,B=C+Te,We="M"+y+","+n+" L"+G+","+B+" L"+e+","+C+" L"+y+","+n+" L0,"+n+" L0,0 L"+e+",0 L"+e+","+C,g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"cloud":case"cloudCallout":var Ef,y,G,w,de,ze,Je,un,vn,Jn,ka,Xi,zf,B,C,K,ie,Ne,rn,Mn,la,xt,Yt,hc,Rf,Gf,Nf,Of,l0,th,Nd,ah,Rd;Ef=e*3900/43200,y=e*4693/43200,G=e*6928/43200,w=e*16478/43200,de=e*28827/43200,ze=e*34129/43200,Je=e*41798/43200,un=e*38324/43200,vn=e*29078/43200,Jn=e*22141/43200,ka=e*14e3/43200,Xi=e*4127/43200,zf=n*14370/43200,B=n*26177/43200,C=n*34899/43200,K=n*39090/43200,ie=n*34751/43200,Ne=n*22954/43200,rn=n*15354/43200,Mn=n*5426/43200,la=n*3952/43200,xt=n*4720/43200,Yt=n*5192/43200,hc=n*15789/43200;var Xl=e*6753/43200,wl=n*9190/43200,g0=e*5333/43200,Al=n*7267/43200,ql=e*4365/43200,u0=n*5945/43200,Vl=e*4857/43200,jl=n*6595/43200,eg=n*7273/43200,ng=e*6775/43200,ag=n*9220/43200,tg=e*5785/43200,ig=n*7867/43200,rg=e*6752/43200,cg=n*9215/43200,sg=e*7720/43200,dg=n*10543/43200,og=e*4360/43200,fg=n*5918/43200,hg=e*4345/43200,p0=-11429249/6e4,Ap=7426832/6e4,b0=-8646143/6e4,qp=5396714/6e4,m0=-8748475/6e4,Vp=5983381/6e4,D0=-7859164/6e4,jp=7034504/6e4,v0=-4722533/6e4,eb=6541615/6e4,U0=-2776035/6e4,nb=7816140/6e4,x0=37501/6e4,ab=6842e3/6e4,L0=1347096/6e4,tb=6910353/6e4,T0=3974558/6e4,ib=4542661/6e4,y0=-16496525/6e4,rb=8804134/6e4,k0=-14809710/6e4,cb=9151131/6e4,lg,mi,Gr,M0,ld,gg,ug,pg,bg,mg,Dg,vg,gr,Rr,_0,W0,Ug,xg,Lg,Tg,yg,kg,B0,I0,P0,S0,F0,C0,E0,z0,R0,G0,Mg,Zf,Hf,Qf,Yf,$f,Kf,Jf,Xf,wf,Af;lg=Ef-Xl*Math.cos(p0*Math.PI/180),vg=zf-wl*Math.sin(p0*Math.PI/180),B0=ce(lg,vg,Xl,wl,p0,p0+Ap,!1).replace("M","L"),Zf=B0.substr(B0.lastIndexOf("L")+1).split(" "),mi=parseInt(Zf[0])-g0*Math.cos(b0*Math.PI/180),gr=parseInt(Zf[1])-Al*Math.sin(b0*Math.PI/180),I0=ce(mi,gr,g0,Al,b0,b0+qp,!1).replace("M","L"),Hf=I0.substr(I0.lastIndexOf("L")+1).split(" "),Gr=parseInt(Hf[0])-ql*Math.cos(m0*Math.PI/180),Rr=parseInt(Hf[1])-u0*Math.sin(m0*Math.PI/180),P0=ce(Gr,Rr,ql,u0,m0,m0+Vp,!1).replace("M","L"),Qf=P0.substr(P0.lastIndexOf("L")+1).split(" "),M0=parseInt(Qf[0])-Vl*Math.cos(D0*Math.PI/180),_0=parseInt(Qf[1])-jl*Math.sin(D0*Math.PI/180),S0=ce(M0,_0,Vl,jl,D0,D0+jp,!1).replace("M","L"),Yf=S0.substr(S0.lastIndexOf("L")+1).split(" "),ld=parseInt(Yf[0])-g0*Math.cos(v0*Math.PI/180),W0=parseInt(Yf[1])-eg*Math.sin(v0*Math.PI/180),F0=ce(ld,W0,g0,eg,v0,v0+eb,!1).replace("M","L"),$f=F0.substr(F0.lastIndexOf("L")+1).split(" "),gg=parseInt($f[0])-ng*Math.cos(U0*Math.PI/180),Ug=parseInt($f[1])-ag*Math.sin(U0*Math.PI/180),C0=ce(gg,Ug,ng,ag,U0,U0+nb,!1).replace("M","L"),Kf=C0.substr(C0.lastIndexOf("L")+1).split(" "),ug=parseInt(Kf[0])-tg*Math.cos(x0*Math.PI/180),xg=parseInt(Kf[1])-ig*Math.sin(x0*Math.PI/180),E0=ce(ug,xg,tg,ig,x0,x0+ab,!1).replace("M","L"),Jf=E0.substr(E0.lastIndexOf("L")+1).split(" "),pg=parseInt(Jf[0])-rg*Math.cos(L0*Math.PI/180),Lg=parseInt(Jf[1])-cg*Math.sin(L0*Math.PI/180),z0=ce(pg,Lg,rg,cg,L0,L0+tb,!1).replace("M","L"),Xf=z0.substr(z0.lastIndexOf("L")+1).split(" "),bg=parseInt(Xf[0])-sg*Math.cos(T0*Math.PI/180),Tg=parseInt(Xf[1])-dg*Math.sin(T0*Math.PI/180),R0=ce(bg,Tg,sg,dg,T0,T0+ib,!1).replace("M","L"),wf=R0.substr(R0.lastIndexOf("L")+1).split(" "),mg=parseInt(wf[0])-og*Math.cos(y0*Math.PI/180),yg=parseInt(wf[1])-fg*Math.sin(y0*Math.PI/180),G0=ce(mg,yg,og,fg,y0,y0+rb,!1).replace("M","L"),Af=G0.substr(G0.lastIndexOf("L")+1).split(" "),Dg=parseInt(Af[0])-hg*Math.cos(k0*Math.PI/180),kg=parseInt(Af[1])-u0*Math.sin(k0*Math.PI/180),Mg=ce(Dg,kg,hg,u0,k0,k0+cb,!1).replace("M","L");var _g="M"+Ef+","+zf+B0+I0+P0+S0+F0+C0+E0+z0+R0+G0+Mg+" z";if(_=="cloudCallout"){var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),ue=U,me,z=-20833*ue,Ue,Q=62500*ue;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*ue):j=="adj2"&&(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*ue)}var We,ae=1e5*ue,De=Math.min(e,n),Oe=e/2,Fe=n/2,ra,ha,$a,Ka,qf,Vf,Er,f0,h0,hd,oc,zr,hr,Ve,En,Ke,Bn,Ge,On,$n,jn,Kn,Ya,ba,da,Wa,tt,qa,ya,Sa,it,Wg,jf,eh;ra=e*z/ae,ha=n*Q/ae,$a=Oe+ra,Ka=Fe+ha,qf=Fe*Math.cos(Math.atan(ha/ra)),Vf=Oe*Math.sin(Math.atan(ha/ra)),Er=Oe*Math.cos(Math.atan(Vf/qf)),f0=Fe*Math.sin(Math.atan(Vf/qf)),z>=0?(h0=Oe+Er,hd=Fe+f0):(h0=Oe-Er,hd=Fe-f0),oc=h0-$a,zr=hd-Ka,hr=Math.sqrt(oc*oc+zr*zr),Ve=De*6600/21600,En=hr-Ve,Ke=En/3,Bn=De*1800/21600,Ge=Ke+Bn,On=Ge*oc/hr,$n=Ge*zr/hr,jn=On+$a,Kn=$n+Ka,Ya=De*4800/21600,ba=Ke*2,da=Ya+ba,Wa=da*oc/hr,tt=da*zr/hr,qa=Wa+$a,ya=tt+Ka,Sa=De*1200/21600,it=De*600/21600,Wg=$a+it,jf=jn+Sa,eh=qa+Bn,We=ce(Wg-it,Ka,it,it,0,360,!1)+" z M"+jf+","+Kn+ce(jf-Sa,Kn,Sa,Sa,0,360,!1).replace("M","L")+" z M"+eh+","+ya+ce(eh-Bn,ya,Bn,Bn,0,360,!1).replace("M","L")+" z",_g+=We}g+="<path d='"+_g+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"smileyFace":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),ue=U,xe=4653*ue;ve!==void 0&&(xe=parseInt(ve.substr(4))*ue);var We,X=5e4*ue,ae=1e5*ue,pn=4653*ue,De=Math.min(e,n),_e,y,G,w,de,B,K,Re,C,ie,Hn,Ne,Gn,qe,Oe,Fe;Oe=e/2,Fe=n/2,_e=xe<-pn?-pn:xe>pn?pn:xe,y=e*4969/21699,G=e*6215/21600,w=e*13135/21600,de=e*16640/21600,B=n*7570/21600,K=n*16515/21600,Re=n*_e/ae,C=K-Re,ie=K+Re,Hn=n*_e/X,Ne=ie+Hn,Gn=e*1125/21600,qe=n*1125/21600;var mi=G-Gn*Math.cos(Math.PI),gr=B-qe*Math.sin(Math.PI),Gr=w-Gn*Math.cos(Math.PI);We=ce(mi,gr,Gn,qe,180,540,!1)+ce(Gr,gr,Gn,qe,180,540,!1)+" M"+y+","+C+" Q"+Oe+","+Ne+" "+de+","+C+" Q"+Oe+","+Ne+" "+y+","+C+" M0,"+Fe+ce(Oe,Fe,Oe,Fe,180,540,!1).replace("M","L")+" z",g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"verticalScroll":case"horizontalScroll":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),ue=U,xe=12500*ue;ve!==void 0&&(xe=parseInt(ve.substr(4))*ue);var We,X=25e3*ue,ae=1e5*ue,De=Math.min(e,n),Nn=0,kn=0,nn=n,fn=e,_e,fa,xn,ur;if(_e=xe<0?0:xe>X?X:xe,fa=De*_e/ae,xn=fa/2,ur=fa/4,_=="verticalScroll"){var w,de,Je,un,ze,K,ie;w=fa+xn,de=fa+fa,Je=fn-fa,un=fn-xn,ze=Je-xn,K=nn-fa,ie=nn-xn,We="M"+fa+","+K+" L"+fa+","+xn+ce(w,xn,xn,xn,180,270,!1).replace("M","L")+" L"+un+","+Nn+ce(un,xn,xn,xn,270,450,!1).replace("M","L")+" L"+Je+","+fa+" L"+Je+","+ie+ce(ze,ie,xn,xn,0,90,!1).replace("M","L")+" L"+xn+","+nn+ce(xn,ie,xn,xn,90,270,!1).replace("M","L")+" z M"+w+","+Nn+ce(w,xn,xn,xn,270,450,!1).replace("M","L")+ce(w,w/2,ur,ur,90,270,!1).replace("M","L")+" L"+de+","+xn+" M"+Je+","+fa+" L"+w+","+fa+" M"+fa+","+ie+ce(xn,ie,xn,xn,0,270,!1).replace("M","L")+ce(xn,(ie+K)/2,ur,ur,270,450,!1).replace("M","L")+" z M"+fa+","+ie+" L"+fa+","+K}else if(_=="horizontalScroll"){var K,ie,rn,Mn,Ne,w,de;K=fa+xn,ie=fa+fa,rn=nn-fa,Mn=nn-xn,Ne=rn-xn,w=fn-fa,de=fn-xn,We="M"+kn+","+K+ce(xn,K,xn,xn,180,270,!1).replace("M","L")+" L"+w+","+fa+" L"+w+","+xn+ce(de,xn,xn,xn,180,360,!1).replace("M","L")+" L"+fn+","+Ne+ce(de,Ne,xn,xn,0,90,!1).replace("M","L")+" L"+fa+","+rn+" L"+fa+","+Mn+ce(xn,Mn,xn,xn,0,180,!1).replace("M","L")+" zM"+de+","+fa+ce(de,xn,xn,xn,90,-180,!1).replace("M","L")+ce((w+de)/2,xn,ur,ur,180,0,!1).replace("M","L")+" z M"+de+","+fa+" L"+w+","+fa+" M"+xn+","+ie+" L"+xn+","+K+ce(K/2,K,ur,ur,180,360,!1).replace("M","L")+ce(xn,K,xn,xn,0,180,!1).replace("M","L")+" M"+fa+","+K+" L"+fa+","+rn}g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"wedgeEllipseCallout":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),ue=U,me,z=-20833*ue,Ue,Q=62500*ue;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*ue):j=="adj2"&&(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*ue)}var We,X=1e5*U,lc=11*Math.PI/180,De=Math.min(e,n),ra,ha,$a,Ka,Ss,Fs,nh,Rn,It,Ce,Te,y,B,te,Re,G,C,Nr,jt,Zn,P=n/2,W=e/2;ra=e*z/X,ha=n*Q/X,$a=W+ra,Ka=P+ha,Ss=ra*n,Fs=ha*e,nh=Math.atan(Fs/Ss),Rn=nh+lc,It=nh-lc,console.log("dxPos: ",ra,"dyPos: ",ha),Ce=W*Math.cos(Rn),Te=P*Math.sin(Rn),te=W*Math.cos(It),Re=P*Math.sin(It),ra>=0?(y=W+Ce,B=P+Te,G=W+te,C=P+Re):(y=W-Ce,B=P-Te,G=W-te,C=P-Re),We="M"+y+","+B+" L"+$a+","+Ka+" L"+G+","+C+ce(W,P,W,P,0,360,!0),g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"wedgeRectCallout":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),ue=U,me,z=-20833*ue,Ue,Q=62500*ue;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*ue):j=="adj2"&&(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*ue)}var We,X=1e5*U,ra,ha,$a,Ka,Ti,Li,gd,ud,pd,st,bd,md,y,G,Dd,vd,B,C,Ud,xd,Ld,Td,Cs,yd,kd,Md,_d,Wd,Bd,Id,Pd,Sd,Fd,Cd,P=n/2,W=e/2;ra=e*z/X,ha=n*Q/X,$a=W+ra,Ka=P+ha,Ti=$a-W,Li=Ka-P,gd=ra*n/e,ud=Math.abs(ha),pd=Math.abs(gd),st=ud-pd,bd=ra>0?7:2,md=ra>0?10:5,y=e*bd/12,G=e*md/12,Dd=ha>0?7:2,vd=ha>0?10:5,B=n*Dd/12,C=n*vd/12,Ud=ra>0?0:$a,xd=st>0?0:Ud,Ld=ha>0?y:$a,Td=st>0?Ld:y,Cs=ra>0?$a:e,yd=st>0?e:Cs,kd=ha>0?$a:y,Md=st>0?kd:y,_d=ra>0?B:Ka,Wd=st>0?B:_d,Bd=ha>0?0:Ka,Id=st>0?Bd:0,Pd=ra>0?Ka:B,Sd=st>0?B:Pd,Fd=ha>0?Ka:n,Cd=st>0?Fd:n,We="M0,0 L"+y+",0 L"+Td+","+Id+" L"+G+",0 L"+e+",0 L"+e+","+B+" L"+yd+","+Sd+" L"+e+","+C+" L"+e+","+n+" L"+G+","+n+" L"+Md+","+Cd+" L"+y+","+n+" L0,"+n+" L0,"+C+" L"+xd+","+Wd+" L0,"+B+" z",g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"wedgeRoundRectCallout":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),ue=U,me,z=-20833*ue,Ue,Q=62500*ue,en,be=16667*ue;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*ue):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*ue):j=="adj3"&&(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))*ue)}var We,X=1e5*U,De=Math.min(e,n),ra,ha,$a,Ka,gd,ud,pd,st,bd,md,y,G,Dd,vd,B,C,Ud,xd,Ld,Td,Cs,yd,kd,Md,_d,Wd,Bd,Id,Pd,Sd,Fd,Cd,ga,Pt,ji,P=n/2,W=e/2;ra=e*z/X,ha=n*Q/X,$a=W+ra,Ka=P+ha,gd=ra*n/e,ud=Math.abs(ha),pd=Math.abs(gd),st=ud-pd,bd=ra>0?7:2,md=ra>0?10:5,y=e*bd/12,G=e*md/12,Dd=ha>0?7:2,vd=ha>0?10:5,B=n*Dd/12,C=n*vd/12,Ud=ra>0?0:$a,xd=st>0?0:Ud,Ld=ha>0?y:$a,Td=st>0?Ld:y,Cs=ra>0?$a:e,yd=st>0?e:Cs,kd=ha>0?$a:y,Md=st>0?kd:y,_d=ra>0?B:Ka,Wd=st>0?B:_d,Bd=ha>0?0:Ka,Id=st>0?Bd:0,Pd=ra>0?Ka:B,Sd=st>0?B:Pd,Fd=ha>0?Ka:n,Cd=st>0?Fd:n,ga=De*be/X,Pt=e-ga,ji=n-ga,We="M0,"+ga+ce(ga,ga,ga,ga,180,270,!1).replace("M","L")+" L"+y+",0 L"+Td+","+Id+" L"+G+",0 L"+Pt+",0"+ce(Pt,ga,ga,ga,270,360,!1).replace("M","L")+" L"+e+","+B+" L"+yd+","+Sd+" L"+e+","+C+" L"+e+","+ji+ce(Pt,ji,ga,ga,0,90,!1).replace("M","L")+" L"+G+","+n+" L"+Md+","+Cd+" L"+y+","+n+" L"+ga+","+n+ce(ga,ji,ga,ga,90,180,!1).replace("M","L")+" L0,"+C+" L"+xd+","+Wd+" L0,"+B+" z",g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"accentBorderCallout1":case"accentBorderCallout2":case"accentBorderCallout3":case"borderCallout1":case"borderCallout2":case"borderCallout3":case"accentCallout1":case"accentCallout2":case"accentCallout3":case"callout1":case"callout2":case"callout3":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),ue=U,me,z=18750*ue,Ue,Q=-8333*ue,en,be=18750*ue,ea,ln=-16667*ue,ki,Ia=1e5*ue,Bg,pr=-16667*ue,Ig,Ed=112963*ue,Pg,zd=-8333*ue;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*ue):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*ue):j=="adj3"?(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))*ue):j=="adj4"?(ea=r(M[I],["attrs","fmla"]),ln=parseInt(ea.substr(4))*ue):j=="adj5"?(ki=r(M[I],["attrs","fmla"]),Ia=parseInt(ki.substr(4))*ue):j=="adj6"?(Bg=r(M[I],["attrs","fmla"]),pr=parseInt(Bg.substr(4))*ue):j=="adj7"?(Ig=r(M[I],["attrs","fmla"]),Ed=parseInt(Ig.substr(4))*ue):j=="adj8"&&(Pg=r(M[I],["attrs","fmla"]),zd=parseInt(Pg.substr(4))*ue)}var We,X=1e5*ue;switch(_){case"borderCallout1":case"callout1":M===void 0&&(z=18750*ue,Q=-8333*ue,be=112500*ue,ln=-38333*ue);var B,y,C,G;B=n*z/X,y=e*Q/X,C=n*be/X,G=e*ln/X,We="M0,0 L"+e+",0 L"+e+","+n+" L0,"+n+" z M"+y+","+B+" L"+G+","+C;break;case"borderCallout2":case"callout2":M===void 0&&(z=18750*ue,Q=-8333*ue,be=18750*ue,ln=-16667*ue,Ia=112500*ue,pr=-46667*ue);var B,y,C,G,K,w;B=n*z/X,y=e*Q/X,C=n*be/X,G=e*ln/X,K=n*Ia/X,w=e*pr/X,We="M0,0 L"+e+",0 L"+e+","+n+" L0,"+n+" z M"+y+","+B+" L"+G+","+C+" L"+w+","+K+" L"+G+","+C;break;case"borderCallout3":case"callout3":M===void 0&&(z=18750*ue,Q=-8333*ue,be=18750*ue,ln=-16667*ue,Ia=1e5*ue,pr=-16667*ue,Ed=112963*ue,zd=-8333*ue);var B,y,C,G,K,w,ie,de;B=n*z/X,y=e*Q/X,C=n*be/X,G=e*ln/X,K=n*Ia/X,w=e*pr/X,ie=n*Ed/X,de=e*zd/X,We="M0,0 L"+e+",0 L"+e+","+n+" L0,"+n+" z M"+y+","+B+" L"+G+","+C+" L"+w+","+K+" L"+de+","+ie+" L"+w+","+K+" L"+G+","+C;break;case"accentBorderCallout1":case"accentCallout1":M===void 0&&(z=18750*ue,Q=-8333*ue,be=112500*ue,ln=-38333*ue);var B,y,C,G;B=n*z/X,y=e*Q/X,C=n*be/X,G=e*ln/X,We="M0,0 L"+e+",0 L"+e+","+n+" L0,"+n+" z M"+y+","+B+" L"+G+","+C+" M"+y+",0 L"+y+","+n;break;case"accentBorderCallout2":case"accentCallout2":M===void 0&&(z=18750*ue,Q=-8333*ue,be=18750*ue,ln=-16667*ue,Ia=112500*ue,pr=-46667*ue);var B,y,C,G,K,w;B=n*z/X,y=e*Q/X,C=n*be/X,G=e*ln/X,K=n*Ia/X,w=e*pr/X,We="M0,0 L"+e+",0 L"+e+","+n+" L0,"+n+" z M"+y+","+B+" L"+G+","+C+" L"+w+","+K+" L"+G+","+C+" M"+y+",0 L"+y+","+n;break;case"accentBorderCallout3":case"accentCallout3":M===void 0&&(z=18750*ue,Q=-8333*ue,be=18750*ue,ln=-16667*ue,Ia=1e5*ue,pr=-16667*ue,Ed=112963*ue,zd=-8333*ue);var B,y,C,G,K,w,ie,de;B=n*z/X,y=e*Q/X,C=n*be/X,G=e*ln/X,K=n*Ia/X,w=e*pr/X,ie=n*Ed/X,de=e*zd/X,We="M0,0 L"+e+",0 L"+e+","+n+" L0,"+n+" z M"+y+","+B+" L"+G+","+C+" L"+w+","+K+" L"+de+","+ie+" L"+w+","+K+" L"+G+","+C+" M"+y+",0 L"+y+","+n;break}g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"leftRightRibbon":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),ue=U,me,z=5e4*ue,Ue,Q=5e4*ue,en,be=16667*ue;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*ue):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*ue):j=="adj3"&&(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))*ue)}var We,X=33333*ue,ae=1e5*ue,pn=2e5*ue,Da=4e5*ue,De=Math.min(e,n),He,an,ee,Sg,gn,pe,y,de,Te,Re,Es,Rd,N0,ah,O0,th,Gd,Nd,qe,G,w,B,C,Ba=e/32,P=n/2,W=e/2;He=be<0?0:be>X?X:be,an=ae-He,ee=z<0?0:z>an?an:z,Sg=W-Ba,gn=ae*Sg/De,pe=Q<0?0:Q>gn?gn:Q,y=De*pe/ae,de=e-y,Te=n*ee/pn,Re=n*He/-pn,Es=P+Re-Te,Rd=P+Te-Re,N0=Es+Te,ah=n-N0,O0=N0*2,th=n-O0,Gd=O0-Es,Nd=n-Gd,qe=He*De/Da,G=W-Ba,w=W+Ba,B=Es+qe,C=Nd-qe,We="M0,"+N0+"L"+y+",0L"+y+","+Es+"L"+W+","+Es+ce(W,B,Ba,qe,270,450,!1).replace("M","L")+ce(W,C,Ba,qe,270,90,!1).replace("M","L")+"L"+de+","+Nd+"L"+de+","+th+"L"+e+","+ah+"L"+de+","+n+"L"+de+","+Rd+"L"+W+","+Rd+ce(W,Rd-qe,Ba,qe,90,180,!1).replace("M","L")+"L"+G+","+Gd+"L"+y+","+Gd+"L"+y+","+O0+" zM"+w+","+B+"L"+w+","+Nd+"M"+G+","+C+"L"+G+","+Gd,g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"ribbon":case"ribbon2":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=16667*U,Ue,Q=5e4*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"&&(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U)}var We,X=25e3*U,ae=33333*U,pn=75e3*U,Da=1e5*U,Mt=2e5*U,gt=4e5*U,W=e/2,Nn=0,kn=0,nn=n,fn=e,vi=e/8,Ba=e/32,ee,pe,ka,te,G,Jn,w,vn,ze,Je,de,un,B,C,ie,K,qe,rn;if(ee=z<0?0:z>ae?ae:z,pe=Q<X?X:Q>pn?pn:Q,ka=fn-vi,te=e*pe/Mt,G=W-te,Jn=W+te,w=G+Ba,vn=Jn-Ba,ze=G+vi,Je=Jn-vi,de=ze-Ba,un=Je+Ba,qe=n*ee/gt,_=="ribbon2"){var Te,Re,Mn;Te=n*ee/Mt,B=nn-Te,Re=n*ee/Da,C=nn-Re,ie=Nn+Re,K=(ie+nn)/2,rn=nn-qe,Mn=B-qe,We="M"+kn+","+nn+" L"+vi+","+K+" L"+kn+","+ie+" L"+G+","+ie+" L"+G+","+qe+ce(w,qe,Ba,qe,180,270,!1).replace("M","L")+" L"+vn+","+Nn+ce(vn,qe,Ba,qe,270,360,!1).replace("M","L")+" L"+Jn+","+ie+" L"+Jn+","+ie+" L"+fn+","+ie+" L"+ka+","+K+" L"+fn+","+nn+" L"+un+","+nn+ce(un,rn,Ba,qe,90,270,!1).replace("M","L")+" L"+vn+","+B+ce(vn,Mn,Ba,qe,90,-90,!1).replace("M","L")+" L"+w+","+C+ce(w,Mn,Ba,qe,270,90,!1).replace("M","L")+" L"+de+","+B+ce(de,rn,Ba,qe,270,450,!1).replace("M","L")+" z M"+ze+","+C+" L"+ze+","+rn+"M"+Je+","+rn+" L"+Je+","+C+"M"+G+","+Mn+" L"+G+","+ie+"M"+Jn+","+ie+" L"+Jn+","+Mn}else if(_=="ribbon"){var Ne;B=n*ee/Mt,C=n*ee/Da,ie=nn-C,K=ie/2,Ne=nn-qe,rn=C-qe,We="M"+kn+","+Nn+" L"+de+","+Nn+ce(de,qe,Ba,qe,270,450,!1).replace("M","L")+" L"+w+","+B+ce(w,rn,Ba,qe,270,90,!1).replace("M","L")+" L"+vn+","+C+ce(vn,rn,Ba,qe,90,-90,!1).replace("M","L")+" L"+un+","+B+ce(un,qe,Ba,qe,90,270,!1).replace("M","L")+" L"+fn+","+Nn+" L"+ka+","+K+" L"+fn+","+ie+" L"+Jn+","+ie+" L"+Jn+","+Ne+ce(vn,Ne,Ba,qe,0,90,!1).replace("M","L")+" L"+w+","+nn+ce(w,Ne,Ba,qe,90,180,!1).replace("M","L")+" L"+G+","+ie+" L"+kn+","+ie+" L"+vi+","+K+" z M"+ze+","+qe+" L"+ze+","+C+"M"+Je+","+C+" L"+Je+","+qe+"M"+G+","+ie+" L"+G+","+rn+"M"+Jn+","+rn+" L"+Jn+","+ie}g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"doubleWave":case"wave":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=_=="doubleWave"?6250*U:12500*U,Ue,Q=0;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"&&(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U)}var We,ae=-1e4*U,pn=5e4*U,Da=1e5*U,W=e/2,Nn=0,kn=0,nn=n,fn=e,vi=e/8,Ba=e/32;if(_=="doubleWave"){var X=12500*U,ee,pe,B,Re,C,K,ie,Ne,rn,Di,te,G,ih,vn,mn,w,_t,de,ze,Je,un,Jn,fc,ka,Xi,Ki,Ji,lr;ee=z<0?0:z>X?X:z,pe=Q<ae?ae:Q>Da?Da:Q,B=n*ee/Da,Re=B*10/3,C=B-Re,K=B+Re,ie=nn-B,Ne=ie-Re,rn=ie+Re,Di=e*pe/pn,te=Di>0?0:Di,G=kn-te,ih=Di>0?Di:0,vn=fn-ih,mn=(te+vn)/6,w=G+mn,_t=(te+vn)/3,de=G+_t,ze=(G+vn)/2,Je=ze+mn,un=(Je+vn)/2,Jn=kn+ih,fc=fn+te,ka=Jn+mn,Xi=Jn+_t,Ki=(Jn+fc)/2,Ji=Ki+mn,lr=(Ji+fc)/2,We="M"+G+","+B+" C"+w+","+C+" "+de+","+K+" "+ze+","+B+" C"+Je+","+C+" "+un+","+K+" "+vn+","+B+" L"+fc+","+ie+" C"+lr+","+rn+" "+Ji+","+Ne+" "+Ki+","+ie+" C"+Xi+","+rn+" "+ka+","+Ne+" "+Jn+","+ie+" z"}else if(_=="wave"){var Mt=2e4*U,ee,pe,B,Re,C,K,ie,Ne,rn,Di,te,G,Rt,ze,mn,w,de,Je,ka,un,vn;ee=z<0?0:z>Mt?Mt:z,pe=Q<ae?ae:Q>Da?Da:Q,B=n*ee/Da,Re=B*10/3,C=B-Re,K=B+Re,ie=nn-B,Ne=ie-Re,rn=ie+Re,Di=e*pe/pn,te=Di>0?0:Di,G=kn-te,Rt=Di>0?Di:0,ze=fn-Rt,mn=(te+ze)/3,w=G+mn,de=(w+ze)/2,Je=kn+Rt,ka=fn+te,un=Je+mn,vn=(un+ka)/2,We="M"+G+","+B+" C"+w+","+C+" "+de+","+K+" "+ze+","+B+" L"+ka+","+ie+" C"+vn+","+rn+" "+un+","+Ne+" "+Je+","+ie+" z"}g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"ellipseRibbon":case"ellipseRibbon2":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=25e3*U,Ue,Q=5e4*U,en,be=12500*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U):j=="adj3"&&(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))*U)}var We,X=25e3*U,pn=75e3*U,Da=1e5*U,Mt=2e5*U,W=e/2,Nn=0,kn=0,nn=n,fn=e,vi=e/8,ee,pe,Na,Oa,Aa,rh,He,te,G,w,de,ze,Je,Te,gc,Fn,Tn,zs,ch,Fn,Hn,ca,pa,Pa,zt,Ga,Od,wa,sh;if(ee=z<0?0:z>Da?Da:z,pe=Q<X?X:Q>pn?pn:Q,Na=Da-ee,Oa=Na/2,Aa=ee-Oa,rh=0>Aa?0:Aa,He=be<rh?rh:be>ee?ee:be,te=e*pe/Mt,G=W-te,w=G+vi,de=fn-w,ze=fn-G,Je=fn-vi,Te=n*He/Da,gc=4*Te/e,Fn=w*w/e,Tn=w-Fn,zs=w/2,ch=fn-zs,Fn=n*ee/Da,Hn=Fn-Te,ca=G*G/e,pa=G-ca,Pa=gc*pa,zt=nn-Fn,Ga=Te*14/16,Od=G/2,wa=gc*Od,sh=fn-Od,_=="ellipseRibbon"){var B,uc,K,Ea,qn,Rs,C,Ne,rn,pc,Zd,Mn,la;B=gc*Tn,uc=gc*zs,K=Pa+Hn,Ea=Te+Hn-K,qn=Ea+Te,Rs=qn+Hn,C=(Ga+zt)/2,Ne=Pa+zt,rn=K+zt,pc=wa+zt,Zd=Rs+zt,Mn=B+Hn,la=nn-Te,We="M"+kn+","+Nn+" Q"+zs+","+uc+" "+w+","+B+" L"+G+","+K+" Q"+W+","+Rs+" "+ze+","+K+" L"+de+","+B+" Q"+ch+","+uc+" "+fn+","+Nn+" L"+Je+","+C+" L"+fn+","+zt+" Q"+sh+","+pc+" "+ze+","+Ne+" L"+ze+","+rn+" Q"+W+","+Zd+" "+G+","+rn+" L"+G+","+Ne+" Q"+Od+","+pc+" "+kn+","+zt+" L"+vi+","+C+" zM"+G+","+Ne+" L"+G+","+K+"M"+ze+","+K+" L"+ze+","+Ne+"M"+w+","+B+" L"+w+","+Mn+"M"+de+","+Mn+" L"+de+","+B}else if(_=="ellipseRibbon2"){var ga,B,Fg,uc,ca,Pa,ti,K,Ea,qn,dh,Rs,zt,Ga,Pt,C,Zr,Ne,Hr,rn,Cg,pc,Eg,Zd,Qr,Mn;ga=gc*Tn,B=nn-ga,Fg=gc*zs,uc=nn-Fg,ti=Pa+Hn,K=nn-ti,Ea=Te+Hn-ti,qn=Ea+Te,dh=qn+Hn,Rs=nn-dh,Pt=(Ga+zt)/2,C=nn-Pt,Zr=Pa+zt,Ne=nn-Zr,Hr=ti+zt,rn=nn-Hr,Cg=wa+zt,pc=nn-Cg,Eg=dh+zt,Zd=nn-Eg,Qr=ga+Hn,Mn=nn-Qr,We="M"+kn+","+nn+" L"+vi+","+C+" L"+kn+","+Fn+" Q"+Od+","+pc+" "+G+","+Ne+" L"+G+","+rn+" Q"+W+","+Zd+" "+ze+","+rn+" L"+ze+","+Ne+" Q"+sh+","+pc+" "+fn+","+Fn+" L"+Je+","+C+" L"+fn+","+nn+" Q"+ch+","+uc+" "+de+","+B+" L"+ze+","+K+" Q"+W+","+Rs+" "+G+","+K+" L"+w+","+B+" Q"+zs+","+uc+" "+kn+","+nn+" zM"+G+","+K+" L"+G+","+Ne+"M"+ze+","+Ne+" L"+ze+","+K+"M"+w+","+Mn+" L"+w+","+B+"M"+de+","+B+" L"+de+","+Mn}g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"line":case"straightConnector1":case"bentConnector4":case"bentConnector5":case"curvedConnector2":case"curvedConnector3":case"curvedConnector4":case"curvedConnector5":g+="<line x1='0' y1='0' x2='"+e+"' y2='"+n+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' ",hn!==void 0&&(hn.type==="triangle"||hn.type==="arrow")&&(g+="marker-start='url(#markerTriangle_"+o+")' "),je!==void 0&&(je.type==="triangle"||je.type==="arrow")&&(g+="marker-end='url(#markerTriangle_"+o+")' "),g+="/>";break;case"rightArrow":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,we=.25,Ue,Ae=.5,xi=e/n;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);if(j=="adj1")me=r(M[I],["attrs","fmla"]),we=.5-parseInt(me.substr(4))/2e5;else if(j=="adj2"){Ue=r(M[I],["attrs","fmla"]);var Ui=parseInt(Ue.substr(4))/1e5;Ae=1-Ui/xi}}g+=" <polygon points='"+e+" "+n/2+","+Ae*e+" 0,"+Ae*e+" "+we*n+",0 "+we*n+",0 "+(1-we)*n+","+Ae*e+" "+(1-we)*n+", "+Ae*e+" "+n+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"leftArrow":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,we=.25,Ue,Ae=.5,xi=e/n;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);if(j=="adj1")me=r(M[I],["attrs","fmla"]),we=.5-parseInt(me.substr(4))/2e5;else if(j=="adj2"){Ue=r(M[I],["attrs","fmla"]);var Ui=parseInt(Ue.substr(4))/1e5;Ae=Ui/xi}}g+=" <polygon points='0 "+n/2+","+Ae*e+" "+n+","+Ae*e+" "+(1-we)*n+","+e+" "+(1-we)*n+","+e+" "+we*n+","+Ae*e+" "+we*n+", "+Ae*e+" 0' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"downArrow":case"flowChartOffpageConnector":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,we=.25,Ue,Ae=.5,xi=n/e;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);if(j=="adj1")me=r(M[I],["attrs","fmla"]),we=parseInt(me.substr(4))/2e5;else if(j=="adj2"){Ue=r(M[I],["attrs","fmla"]);var Ui=parseInt(Ue.substr(4))/1e5;Ae=Ui/xi}}_=="flowChartOffpageConnector"&&(we=.5,Ae=.212),g+=" <polygon points='"+(.5-we)*e+" 0,"+(.5-we)*e+" "+(1-Ae)*n+",0 "+(1-Ae)*n+","+e/2+" "+n+","+e+" "+(1-Ae)*n+","+(.5+we)*e+" "+(1-Ae)*n+", "+(.5+we)*e+" 0' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"upArrow":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,we=.25,Ue,Ae=.5,xi=n/e;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);if(j=="adj1")me=r(M[I],["attrs","fmla"]),we=parseInt(me.substr(4))/2e5;else if(j=="adj2"){Ue=r(M[I],["attrs","fmla"]);var Ui=parseInt(Ue.substr(4))/1e5;Ae=Ui/xi}}g+=" <polygon points='"+e/2+" 0,0 "+Ae*n+","+(.5-we)*e+" "+Ae*n+","+(.5-we)*e+" "+n+","+(.5+we)*e+" "+n+","+(.5+we)*e+" "+Ae*n+", "+e+" "+Ae*n+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"leftRightArrow":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,we=.25,Ue,Ae=.25,xi=e/n;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);if(j=="adj1")me=r(M[I],["attrs","fmla"]),we=.5-parseInt(me.substr(4))/2e5;else if(j=="adj2"){Ue=r(M[I],["attrs","fmla"]);var Ui=parseInt(Ue.substr(4))/1e5;Ae=Ui/xi}}g+=" <polygon points='0 "+n/2+","+Ae*e+" "+n+","+Ae*e+" "+(1-we)*n+","+(1-Ae)*e+" "+(1-we)*n+","+(1-Ae)*e+" "+n+","+e+" "+n/2+", "+(1-Ae)*e+" 0,"+(1-Ae)*e+" "+we*n+","+Ae*e+" "+we*n+","+Ae*e+" 0' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"upDownArrow":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,we=.25,Ue,Ae=.25,xi=n/e;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);if(j=="adj1")me=r(M[I],["attrs","fmla"]),we=.5-parseInt(me.substr(4))/2e5;else if(j=="adj2"){Ue=r(M[I],["attrs","fmla"]);var Ui=parseInt(Ue.substr(4))/1e5;Ae=Ui/xi}}g+=" <polygon points='"+e/2+" 0,0 "+Ae*n+","+we*e+" "+Ae*n+","+we*e+" "+(1-Ae)*n+",0 "+(1-Ae)*n+","+e/2+" "+n+", "+e+" "+(1-Ae)*n+","+(1-we)*e+" "+(1-Ae)*n+","+(1-we)*e+" "+Ae*n+","+e+" "+Ae*n+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"quadArrow":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=22500*U,Ue,Q=22500*U,en,be=22500*U,X=5e4*U,ae=1e5*U,pn=2e5*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U):j=="adj3"&&(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))*U)}var P=n/2,W=e/2,ee,pe,He,Fn,y,G,te,w,mn,de,ze,Je,C,K,ie,Ne,rn,an,sn,tn=Math.min(e,n);Q<0?pe=0:Q>X?pe=X:pe=Q,an=2*pe,z<0?ee=0:z>an?ee=an:ee=z,Fn=ae-an,sn=Fn/2,be<0?He=0:be>sn?He=sn:He=be,y=tn*He/ae,te=tn*pe/ae,G=W-te,ze=W+te,mn=tn*ee/pn,w=W-mn,de=W+mn,Je=e-y,C=P-te,Ne=P+te,K=P-mn,ie=P+mn,rn=n-y;var We="M0,"+P+" L"+y+","+C+" L"+y+","+K+" L"+w+","+K+" L"+w+","+y+" L"+G+","+y+" L"+W+",0 L"+ze+","+y+" L"+de+","+y+" L"+de+","+K+" L"+Je+","+K+" L"+Je+","+C+" L"+e+","+P+" L"+Je+","+Ne+" L"+Je+","+ie+" L"+de+","+ie+" L"+de+","+rn+" L"+ze+","+rn+" L"+W+","+n+" L"+G+","+rn+" L"+w+","+rn+" L"+w+","+ie+" L"+y+","+ie+" L"+y+","+Ne+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"leftRightUpArrow":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=25e3*U,Ue,Q=25e3*U,en,be=25e3*U,X=5e4*U,ae=1e5*U,pn=2e5*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U):j=="adj3"&&(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))*U)}var P=n/2,W=e/2,ee,pe,He,Fn,y,G,te,w,mn,de,ze,Je,C,Re,K,ie,Ne,an,sn,tn=Math.min(e,n);Q<0?pe=0:Q>X?pe=X:pe=Q,an=2*pe,z<0?ee=0:z>an?ee=an:ee=z,Fn=ae-an,sn=Fn/2,be<0?He=0:be>sn?He=sn:He=be,y=tn*He/ae,te=tn*pe/ae,G=W-te,ze=W+te,mn=tn*ee/pn,w=W-mn,de=W+mn,Je=e-y,Re=tn*pe/X,C=n-Re,ie=n-te,K=ie-mn,Ne=ie+mn;var We="M0,"+ie+" L"+y+","+C+" L"+y+","+K+" L"+w+","+K+" L"+w+","+y+" L"+G+","+y+" L"+W+",0 L"+ze+","+y+" L"+de+","+y+" L"+de+","+K+" L"+Je+","+K+" L"+Je+","+C+" L"+e+","+ie+" L"+Je+","+n+" L"+Je+","+Ne+" L"+y+","+Ne+" L"+y+","+n+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"leftUpArrow":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=25e3*U,Ue,Q=25e3*U,en,be=25e3*U,X=5e4*U,ae=1e5*U,pn=2e5*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U):j=="adj3"&&(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))*U)}var P=n/2,W=e/2,ee,pe,He,y,G,_t,mn,w,de,ze,C,K,ie,Ne,an,sn,tn=Math.min(e,n);Q<0?pe=0:Q>X?pe=X:pe=Q,an=2*pe,z<0?ee=0:z>an?ee=an:ee=z,sn=ae-an,be<0?He=0:be>sn?He=sn:He=be,y=tn*He/ae,te=tn*pe/X,G=e-te,C=n-te,_t=tn*pe/ae,de=e-_t,ie=n-_t,mn=tn*ee/pn,w=de-mn,ze=de+mn,K=ie-mn,Ne=ie+mn;var We="M0,"+ie+" L"+y+","+C+" L"+y+","+K+" L"+w+","+K+" L"+w+","+y+" L"+G+","+y+" L"+de+",0 L"+e+","+y+" L"+ze+","+y+" L"+ze+","+Ne+" L"+y+","+Ne+" L"+y+","+n+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"bentUpArrow":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=25e3*U,Ue,Q=25e3*U,en,be=25e3*U,X=5e4*U,ae=1e5*U,pn=2e5*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U):j=="adj3"&&(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))*U)}var P=n/2,W=e/2,ee,pe,He,Ce,y,te,G,mn,w,de,B,C,Re,tn=Math.min(e,n);z<0?ee=0:z>X?ee=X:ee=z,Q<0?pe=0:Q>X?pe=X:pe=Q,be<0?He=0:be>sn?He=sn:He=be,B=tn*He/ae,Ce=tn*pe/X,y=e-Ce,mn=tn*pe/ae,w=e-mn,te=tn*ee/pn,G=w-te,de=w+te,Re=tn*ee/ae,C=n-Re;var We="M0,"+C+" L"+G+","+C+" L"+G+","+B+" L"+y+","+B+" L"+w+",0 L"+e+","+B+" L"+de+","+B+" L"+de+","+n+" L0,"+n+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"bentArrow":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=25e3*U,Ue,Q=25e3*U,en,be=25e3*U,ea,ln=43750*U,X=5e4*U,ae=1e5*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U):j=="adj3"?(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))*U):j=="adj4"&&(ea=r(M[I],["attrs","fmla"]),ln=parseInt(ea.substr(4))*U)}var ee,pe,He,ua,w,de,K,ie,Ne,rn,an,aa,tn=Math.min(e,n);Q<0?pe=0:Q>X?pe=X:pe=Q,an=2*pe,z<0?ee=0:z>an?ee=an:ee=z,be<0?He=0:be>X?He=X:He=be;var dn,Va,vt,wi,zn,bc,oh,Hd,ut,mc,$t,dn=tn*ee/ae;Va=tn*pe/ae,vt=dn/2,wi=Va-vt,zn=tn*He/ae,bc=e-zn,oh=n-wi,Hd=bc<oh?bc:oh,aa=ae*Hd/tn,ln<0?ua=0:ln>aa?ua=aa:ua=ln,ut=tn*ua/ae,mc=ut-dn,$t=mc>0?mc:0,w=dn+$t,de=e-zn,K=wi+dn,ie=K+wi,Ne=wi+ut,rn=K+$t;var We="M0,"+n+" L0,"+Ne+ce(ut,Ne,ut,ut,180,270,!1).replace("M","L")+" L"+de+","+wi+" L"+de+",0 L"+e+","+Va+" L"+de+","+ie+" L"+de+","+K+" L"+w+","+K+ce(w,rn,$t,$t,270,180,!1).replace("M","L")+" L"+dn+","+n+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"uturnArrow":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=25e3*U,Ue,Q=25e3*U,en,be=25e3*U,ea,ln=43750*U,ki,Ia=75e3*U,X=25e3*U,ae=1e5*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U):j=="adj3"?(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))*U):j=="adj4"?(ea=r(M[I],["attrs","fmla"]),ln=parseInt(ea.substr(4))*U):j=="adj5"&&(ki=r(M[I],["attrs","fmla"]),Ia=parseInt(ki.substr(4))*U)}var ee,pe,He,ua,ai,Fn,Tn,ca,w,de,ze,Je,un,vn,Jn,ie,Ne,fh,an,sn,aa,tn=Math.min(e,n);Q<0?pe=0:Q>X?pe=X:pe=Q,an=2*pe,z<0?ee=0:z>an?ee=an:ee=z,Tn=ee*tn/n,ca=ae-Tn,sn=ca*n/tn,be<0?He=0:be>sn?He=sn:He=be,Fn=He+ee,fh=Fn*tn/n,Ia<fh?ai=fh:Ia>ae?ai=ae:ai=Ia;var dn,Va,vt,wi,zn,bc,Hd,ut,mc,$t,dn=tn*ee/ae;Va=tn*pe/ae,vt=dn/2,wi=Va-vt,Ne=n*ai/ae,zn=tn*He/ae,ie=Ne-zn,Jn=e-wi,bc=Jn/2,Hd=bc<ie?bc:ie,aa=ae*Hd/tn,ln<0?ua=0:ln>aa?ua=aa:ua=ln,ut=tn*ua/ae,mc=ut-dn,$t=mc>0?mc:0,w=dn+$t,vn=e-Va,Je=vn-Va,un=Je+wi,de=Jn-ut,ze=un-$t;var We="M0,"+n+" L0,"+ut+ce(ut,ut,ut,ut,180,270,!1).replace("M","L")+" L"+de+",0"+ce(de,ut,ut,ut,270,360,!1).replace("M","L")+" L"+Jn+","+ie+" L"+e+","+ie+" L"+vn+","+Ne+" L"+Je+","+ie+" L"+un+","+ie+" L"+un+","+w+ce(ze,w,$t,$t,0,-90,!1).replace("M","L")+" L"+w+","+dn+ce(w,w,$t,$t,270,180,!1).replace("M","L")+" L"+dn+","+n+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"stripedRightArrow":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=5e4*U,Ue,Q=5e4*U,X=1e5*U,ae=2e5*U,pn=84375*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"&&(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U)}var ee,pe,de,ze,Rt,Je,Z0,B,Te,C,gn,P=n/2,tn=Math.min(e,n);gn=pn*e/tn,z<0?ee=0:z>X?ee=X:ee=z,Q<0?pe=0:Q>gn?pe=gn:pe=Q,de=tn*5/32,Rt=tn*pe/X,ze=e-Rt,Te=n*ee/ae,B=P-Te,C=P+Te;var Os=tn/8,zg=tn/16,Rg=tn/32,We="M0,"+B+" L"+Rg+","+B+" L"+Rg+","+C+" L0,"+C+" z M"+zg+","+B+" L"+Os+","+B+" L"+Os+","+C+" L"+zg+","+C+" z M"+de+","+B+" L"+ze+","+B+" L"+ze+",0 L"+e+","+P+" L"+ze+","+n+" L"+ze+","+C+" L"+de+","+C+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"notchedRightArrow":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=5e4*U,Ue,Q=5e4*U,X=1e5*U,ae=2e5*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"&&(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U)}var ee,pe,y,G,te,B,Te,C,gn,P=n/2,Fe=P,tn=Math.min(e,n);gn=X*e/tn,z<0?ee=0:z>X?ee=X:ee=z,Q<0?pe=0:Q>gn?pe=gn:pe=Q,te=tn*pe/X,G=e-te,Te=n*ee/ae,B=P-Te,C=P+Te,y=Te*te/Fe;var We="M0,"+B+" L"+G+","+B+" L"+G+",0 L"+e+","+P+" L"+G+","+n+" L"+G+","+C+" L0,"+C+" L"+y+","+P+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"homePlate":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),xe=5e4*U,X=1e5*U;ve!==void 0&&(xe=parseInt(ve.substr(4))*U);var _e,y,Ce,cn,P=n/2,tn=Math.min(e,n);cn=X*e/tn,xe<0?_e=0:xe>cn?_e=cn:_e=xe,Ce=tn*_e/X,y=e-Ce;var We="M0,0 L"+y+",0 L"+e+","+P+" L"+y+","+n+" L0,"+n+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"chevron":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),xe=5e4*U,X=1e5*U;ve!==void 0&&(xe=parseInt(ve.substr(4))*U);var _e,y,Ce,G,cn,P=n/2,tn=Math.min(e,n);cn=X*e/tn,xe<0?_e=0:xe>cn?_e=cn:_e=xe,y=tn*_e/X,G=e-y;var We="M0,0 L"+G+",0 L"+e+","+P+" L"+G+","+n+" L0,"+n+" L"+y+","+P+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"rightArrowCallout":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=25e3*U,Ue,Q=25e3*U,en,be=25e3*U,ea,ln=64977*U,X=5e4*U,ae=1e5*U,pn=2e5*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U):j=="adj3"?(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))*U):j=="adj4"&&(ea=r(M[I],["attrs","fmla"]),ln=parseInt(ea.substr(4))*U)}var gn,pe,an,ee,sn,He,Tn,aa,ua,Te,Re,B,C,K,ie,mn,w,G,y,P=n/2,fn=e,nn=n,kn=0,Nn=0,De=Math.min(e,n);gn=X*n/De,pe=Q<0?0:Q>gn?gn:Q,an=pe*2,ee=z<0?0:z>an?an:z,sn=ae*e/De,He=be<0?0:be>sn?sn:be,Tn=He*De/e,aa=hf-Tn,ua=ln<0?0:ln>aa?aa:ln,Te=De*pe/ae,Re=De*ee/pn,B=P-Te,C=P-Re,K=P+Re,ie=P+Te,mn=De*He/ae,w=fn-mn,G=e*ua/ae,y=G/2;var We="M"+kn+","+Nn+" L"+G+","+Nn+" L"+G+","+C+" L"+w+","+C+" L"+w+","+B+" L"+fn+","+P+" L"+w+","+ie+" L"+w+","+K+" L"+G+","+K+" L"+G+","+nn+" L"+kn+","+nn+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"downArrowCallout":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=25e3*U,Ue,Q=25e3*U,en,be=25e3*U,ea,ln=64977*U,X=5e4*U,ae=1e5*U,pn=2e5*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U):j=="adj3"?(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))*U):j=="adj4"&&(ea=r(M[I],["attrs","fmla"]),ln=parseInt(ea.substr(4))*U)}var gn,pe,an,ee,sn,He,Tn,aa,ua,Ce,te,y,G,w,de,Hn,K,C,B,W=e/2,fn=e,nn=n,kn=0,Nn=0,De=Math.min(e,n);gn=X*e/De,pe=Q<0?0:Q>gn?gn:Q,an=pe*2,ee=z<0?0:z>an?an:z,sn=ae*n/De,He=be<0?0:be>sn?sn:be,Tn=He*De/n,aa=ae-Tn,ua=ln<0?0:ln>aa?aa:ln,Ce=De*pe/ae,te=De*ee/pn,y=W-Ce,G=W-te,w=W+te,de=W+Ce,Hn=De*He/ae,K=nn-Hn,C=n*ua/ae,B=C/2;var We="M"+kn+","+Nn+" L"+fn+","+Nn+" L"+fn+","+C+" L"+w+","+C+" L"+w+","+K+" L"+de+","+K+" L"+W+","+nn+" L"+y+","+K+" L"+G+","+K+" L"+G+","+C+" L"+kn+","+C+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"leftArrowCallout":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=25e3*U,Ue,Q=25e3*U,en,be=25e3*U,ea,ln=64977*U,X=5e4*U,ae=1e5*U,pn=2e5*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U):j=="adj3"?(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))*U):j=="adj4"&&(ea=r(M[I],["attrs","fmla"]),ln=parseInt(ea.substr(4))*U)}var gn,pe,an,ee,sn,He,Tn,aa,ua,Te,Re,B,C,K,ie,y,te,G,w,P=n/2,fn=e,nn=n,kn=0,Nn=0,De=Math.min(e,n);gn=X*n/De,pe=Q<0?0:Q>gn?gn:Q,an=pe*2,ee=z<0?0:z>an?an:z,sn=ae*e/De,He=be<0?0:be>sn?sn:be,Tn=He*De/e,aa=ae-Tn,ua=ln<0?0:ln>aa?aa:ln,Te=De*pe/ae,Re=De*ee/pn,B=P-Te,C=P-Re,K=P+Re,ie=P+Te,y=De*He/ae,te=e*ua/ae,G=fn-te,w=(G+fn)/2;var We="M"+kn+","+P+" L"+y+","+B+" L"+y+","+C+" L"+G+","+C+" L"+G+","+Nn+" L"+fn+","+Nn+" L"+fn+","+nn+" L"+G+","+nn+" L"+G+","+K+" L"+y+","+K+" L"+y+","+ie+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"upArrowCallout":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=25e3*U,Ue,Q=25e3*U,en,be=25e3*U,ea,ln=64977*U,X=5e4*U,ae=1e5*U,pn=2e5*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U):j=="adj3"?(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))*U):j=="adj4"&&(ea=r(M[I],["attrs","fmla"]),ln=parseInt(ea.substr(4))*U)}var gn,pe,an,ee,sn,He,Tn,aa,ua,Ce,te,y,G,w,de,B,Re,C,K,W=e/2,fn=e,nn=n,kn=0,Nn=0,De=Math.min(e,n);gn=X*e/De,pe=Q<0?0:Q>gn?gn:Q,an=pe*2,ee=z<0?0:z>an?an:z,sn=ae*n/De,He=be<0?0:be>sn?sn:be,Tn=He*De/n,aa=ae-Tn,ua=ln<0?0:ln>aa?aa:ln,Ce=De*pe/ae,te=De*ee/pn,y=W-Ce,G=W-te,w=W+te,de=W+Ce,B=De*He/ae,Re=n*ua/ae,C=nn-Re,K=(C+nn)/2;var We="M"+kn+","+C+" L"+G+","+C+" L"+G+","+B+" L"+y+","+B+" L"+W+","+Nn+" L"+de+","+B+" L"+w+","+B+" L"+w+","+C+" L"+fn+","+C+" L"+fn+","+nn+" L"+kn+","+nn+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"leftRightArrowCallout":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=25e3*U,Ue,Q=25e3*U,en,be=25e3*U,ea,ln=48123*U,X=5e4*U,ae=1e5*U,pn=2e5*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U):j=="adj3"?(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))*U):j=="adj4"&&(ea=r(M[I],["attrs","fmla"]),ln=parseInt(ea.substr(4))*U)}var gn,pe,an,ee,sn,He,Tn,aa,ua,Te,Re,B,C,K,ie,y,de,te,G,w,P=n/2,W=e/2,fn=e,nn=n,kn=0,Nn=0,De=Math.min(e,n);gn=X*n/De,pe=Q<0?0:Q>gn?gn:Q,an=pe*2,ee=z<0?0:z>an?an:z,sn=X*e/De,He=be<0?0:be>sn?sn:be,Tn=He*De/Oe,aa=ae-Tn,ua=ln<0?0:ln>aa?aa:ln,Te=De*pe/ae,Re=De*ee/pn,B=P-Te,C=P-Re,K=P+Re,ie=P+Te,y=De*He/ae,de=fn-y,te=e*ua/pn,G=W-te,w=W+te;var We="M"+kn+","+P+" L"+y+","+B+" L"+y+","+C+" L"+G+","+C+" L"+G+","+Nn+" L"+w+","+Nn+" L"+w+","+C+" L"+de+","+C+" L"+de+","+B+" L"+fn+","+P+" L"+de+","+ie+" L"+de+","+K+" L"+w+","+K+" L"+w+","+nn+" L"+G+","+nn+" L"+G+","+K+" L"+y+","+K+" L"+y+","+ie+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"quadArrowCallout":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=18515*U,Ue,Q=18515*U,en,be=18515*U,ea,ln=48123*U,X=5e4*U,ae=1e5*U,pn=2e5*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U):j=="adj3"?(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))*U):j=="adj4"&&(ea=r(M[I],["attrs","fmla"]),ln=parseInt(ea.substr(4))*U)}var P=n/2,W=e/2,fn=e,nn=n,kn=0,Nn=0,De=Math.min(e,n),pe,an,ee,sn,He,Tn,aa,ua,te,mn,zn,Ce,Te,vn,G,un,w,Je,de,ze,la,C,Mn,K,rn,ie,Ne;pe=Q<0?0:Q>X?X:Q,an=pe*2,ee=z<0?0:z>an?an:z,sn=X-pe,He=be<0?0:be>sn?sn:be,Tn=He*2,aa=ae-Tn,ua=ln<ee?ee:ln>aa?aa:ln,te=De*pe/ae,mn=De*ee/pn,zn=De*He/ae,Ce=e*ua/pn,Te=n*ua/pn,vn=fn-zn,G=W-Ce,un=W+Ce,w=W-te,Je=W+te,de=W-mn,ze=W+mn,la=nn-zn,C=P-Te,Mn=P+Te,K=P-te,rn=P+te,ie=P-mn,Ne=P+mn;var We="M"+kn+","+P+" L"+zn+","+K+" L"+zn+","+ie+" L"+G+","+ie+" L"+G+","+C+" L"+de+","+C+" L"+de+","+zn+" L"+w+","+zn+" L"+W+","+Nn+" L"+Je+","+zn+" L"+ze+","+zn+" L"+ze+","+C+" L"+un+","+C+" L"+un+","+ie+" L"+vn+","+ie+" L"+vn+","+K+" L"+fn+","+P+" L"+vn+","+rn+" L"+vn+","+Ne+" L"+un+","+Ne+" L"+un+","+Mn+" L"+ze+","+Mn+" L"+ze+","+la+" L"+Je+","+la+" L"+W+","+nn+" L"+w+","+la+" L"+de+","+la+" L"+de+","+Mn+" L"+G+","+Mn+" L"+G+","+Ne+" L"+zn+","+Ne+" L"+zn+","+rn+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"curvedDownArrow":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=25e3*U,Ue,Q=5e4*U,en,be=25e3*U,X=5e4*U,ae=1e5*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U):j=="adj3"&&(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))*U)}var P=n/2,W=e/2,Oe=e/2,fn=e,nn=n,kn=0,Nn=0,yn=270,bn=180,Ln=90,De=Math.min(e,n),gn,pe,ee,dn,dt,Fn,Gn,qn,Ga,wa,Na,Oa,xa,sn,He,zn,w,Tn,ca,pa,Pa,Ti,ze,un,Ea,Wt,de,vn,Va,Je,B,Zn,br,Aa,ja,Rn,mr,jt,Or;gn=X*e/De,pe=Q<0?0:Q>gn?gn:Q,ee=z<0?0:z>ae?ae:z,dn=De*ee/ae,dt=De*pe/ae,Fn=(dn+dt)/4,Gn=Oe-Fn,qn=Gn*2,Ga=qn*qn,wa=dn*dn,Na=Ga-wa,Oa=Math.sqrt(Na),xa=Oa*n/qn,sn=ae*xa/De,He=be<0?0:be>sn?sn:be,zn=De*be/ae,w=Gn+dn,Tn=n*n,ca=zn*zn,pa=Tn-ca,Pa=Math.sqrt(pa),Ti=Pa*Gn/n,ze=Gn+Ti,un=w+Ti,Ea=dt-dn,Wt=Ea/2,de=ze-Wt,vn=un+Wt,Va=dt/2,Je=fn-Va,B=nn-zn,Zn=Math.atan(Ti/zn);var hh=Zn*180/Math.PI;br=-hh,Aa=dn/2,ja=Math.atan(Aa/xa);var lh=ja*180/Math.PI;Rn=yn+hh,mr=yn-lh,jt=lh-Ln,Or=Ln+lh;var We="M"+Je+","+nn+" L"+de+","+B+" L"+ze+","+B+ce(Gn,n,Gn,n,Rn,Rn+br,!1).replace("M","L")+" L"+w+","+Nn+ce(w,n,Gn,n,yn,yn+hh,!1).replace("M","L")+" L"+(ze+dn)+","+B+" L"+vn+","+B+" zM"+w+","+Nn+ce(w,n,Gn,n,mr,mr+jt,!1).replace("M","L")+ce(Gn,n,Gn,n,bn,bn+Or,!1).replace("M","L");g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"curvedLeftArrow":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=25e3*U,Ue,Q=5e4*U,en,be=25e3*U,X=5e4*U,ae=1e5*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U):j=="adj3"&&(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))*U)}var P=n/2,W=e/2,Fe=n/2,fn=e,nn=n,kn=0,Nn=0,yn=270,bn=180,Ln=90,De=Math.min(e,n),gn,pe,ee,dn,dt,Fn,qe,qn,Ga,wa,Na,Oa,Fa,sn,He,zn,K,Tn,ca,pa,Pa,Li,Ne,Mn,Ea,Wt,ie,la,Va,rn,y,Zn,br,Aa,ja,jt,Or,Dc;gn=X*n/De,pe=Q<0?0:Q>gn?gn:Q,ee=z<0?0:z>pe?pe:z,dn=De*ee/ae,dt=De*pe/ae,Fn=(dn+dt)/4,qe=Fe-Fn,qn=qe*2,Ga=qn*qn,wa=dn*dn,Na=Ga-wa,Oa=Math.sqrt(Na),Fa=Oa*e/qn,sn=ae*Fa/De,He=be<0?0:be>sn?sn:be,zn=De*He/ae,K=qe+dn,Tn=e*e,ca=zn*zn,pa=Tn-ca,Pa=Math.sqrt(pa),Li=Pa*qe/e,Ne=qe+Li,Mn=K+Li,Ea=dt-dn,Wt=Ea/2,ie=Ne-Wt,la=Mn+Wt,Va=dt/2,rn=nn-Va,y=kn+zn,Zn=Math.atan(Li/zn),br=-Zn,Aa=dn/2,ja=Math.atan(Aa/Fa),jt=ja-Zn,Or=Zn+ja,Dc=-ja;var Ai,Gg,H0;Ai=Zn*180/Math.PI,Gg=jt*180/Math.PI,H0=Dc*180/Math.PI;var We="M"+fn+","+K+ce(kn,qe,e,qe,0,-Ln,!1).replace("M","L")+" L"+kn+","+Nn+ce(kn,K,e,qe,yn,yn+Ln,!1).replace("M","L")+" L"+fn+","+K+ce(kn,K,e,qe,0,Ai,!1).replace("M","L")+" L"+y+","+Mn+" L"+y+","+la+" L"+kn+","+rn+" L"+y+","+ie+" L"+y+","+Ne+ce(kn,qe,e,qe,Ai,Ai+Gg,!1).replace("M","L")+ce(kn,qe,e,qe,0,-Ln,!1).replace("M","L")+ce(kn,K,e,qe,yn,yn+Ln,!1).replace("M","L");g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"curvedRightArrow":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=25e3*U,Ue,Q=5e4*U,en,be=25e3*U,X=5e4*U,ae=1e5*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U):j=="adj3"&&(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))*U)}var P=n/2,W=e/2,Fe=n/2,fn=e,nn=n,kn=0,Nn=0,yn=270,bn=180,Ln=90,De=Math.min(e,n),gn,pe,ee,dn,dt,Fn,qe,qn,Ga,wa,Na,Oa,Fa,sn,He,zn,K,Tn,ca,pa,Pa,Li,Ne,Mn,Ea,Wt,ie,la,Va,rn,y,Zn,Rn,br,Aa,ja,jt,Or,Dc;gn=X*n/De,pe=Q<0?0:Q>gn?gn:Q,ee=z<0?0:z>pe?pe:z,dn=De*ee/ae,dt=De*pe/ae,Fn=(dn+dt)/4,qe=Fe-Fn,qn=qe*2,Ga=qn*qn,wa=dn*dn,Na=Ga-wa,Oa=Math.sqrt(Na),Fa=Oa*e/qn,sn=ae*Fa/De,He=be<0?0:be>sn?sn:be,zn=De*He/ae,K=qe+dn,Tn=e*e,ca=zn*zn,pa=Tn-ca,Pa=Math.sqrt(pa),Li=Pa*qe/e,Ne=qe+Li,Mn=K+Li,Ea=dt-dn,Wt=Ea/2,ie=Ne-Wt,la=Mn+Wt,Va=dt/2,rn=nn-Va,y=fn-zn,Zn=Math.atan(Li/zn),Rn=Math.PI+0-Zn,br=-Zn,Aa=dn/2,ja=Math.atan(Aa/Fa),jt=ja-Math.PI/2,Or=Math.PI/2+ja,Dc=Math.PI-ja;var gh,Ng,Ai,Gs;gh=Rn*180/Math.PI,Ng=br*180/Math.PI,Ai=Zn*180/Math.PI,Gs=jt*180/Math.PI;var We="M"+kn+","+qe+ce(e,qe,e,qe,bn,bn+Ng,!1).replace("M","L")+" L"+y+","+Ne+" L"+y+","+ie+" L"+fn+","+rn+" L"+y+","+la+" L"+y+","+Mn+ce(e,K,e,qe,gh,gh+Ai,!1).replace("M","L")+" L"+kn+","+qe+ce(e,qe,e,qe,bn,bn+Ln,!1).replace("M","L")+" L"+fn+","+dn+ce(e,K,e,qe,yn,yn+Gs,!1).replace("M","L");g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"curvedUpArrow":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=25e3*U,Ue,Q=5e4*U,en,be=25e3*U,X=5e4*U,ae=1e5*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*U):j=="adj3"&&(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))*U)}var P=n/2,W=e/2,Oe=e/2,fn=e,nn=n,kn=0,Nn=0,yn=270,bn=180,Ln=90,De=Math.min(e,n),gn,pe,ee,dn,dt,Fn,Gn,qn,Ga,wa,Na,Oa,xa,sn,He,zn,w,Tn,ca,pa,Pa,Ti,ze,un,Ea,Wt,de,vn,Va,Je,B,Zn,br,Aa,ja,jt,Dc,Or,mr;gn=X*e/De,pe=Q<0?0:Q>gn?gn:Q,ee=z<0?0:z>ae?ae:z,dn=De*ee/ae,dt=De*pe/ae,Fn=(dn+dt)/4,Gn=Oe-Fn,qn=Gn*2,Ga=qn*qn,wa=dn*dn,Na=Ga-wa,Oa=Math.sqrt(Na),xa=Oa*n/qn,sn=ae*xa/De,He=be<0?0:be>sn?sn:be,zn=De*be/ae,w=Gn+dn,Tn=n*n,ca=zn*zn,pa=Tn-ca,Pa=Math.sqrt(pa),Ti=Pa*Gn/n,ze=Gn+Ti,un=w+Ti,Ea=dt-dn,Wt=Ea/2,de=ze-Wt,vn=un+Wt,Va=dt/2,Je=fn-Va,B=Nn+zn,Zn=Math.atan(Ti/zn),br=-Zn,Aa=dn/2,ja=Math.atan(Aa/xa),jt=ja-Zn,Dc=Math.PI/2-Zn,Or=Zn+ja,mr=Math.PI/2-ja;var uh,Gs,Ai,Gs;uh=mr*180/Math.PI,Gs=jt*180/Math.PI,H0=Dc*180/Math.PI,Ai=Zn*180/Math.PI;var We=ce(Gn,0,Gn,n,uh,uh+Gs,!1)+" L"+ze+","+B+" L"+de+","+B+" L"+Je+","+Nn+" L"+vn+","+B+" L"+un+","+B+ce(w,0,Gn,n,H0,H0+Ai,!1).replace("M","L")+" L"+Gn+","+nn+ce(Gn,0,Gn,n,Ln,bn,!1).replace("M","L")+" L"+dn+","+Nn+ce(w,0,Gn,n,bn,Ln,!1).replace("M","L");g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"mathDivide":case"mathEqual":case"mathMinus":case"mathMultiply":case"mathNotEqual":case"mathPlus":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z,Ue,Q,en,be;if(M!==void 0)if(M.constructor===Array)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))):j=="adj3"&&(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4)))}else me=r(M,["attrs","fmla"]),z=parseInt(me.substr(4));var X=5e4*U,ae=1e5*U,pn=2e5*U,ni,W=e/2,P=n/2,Fe=n/2;if(_=="mathNotEqual"){M===void 0?(z=23520*U,Q=110*Math.PI/180,be=11760*U):(z=z*U,Q=Q/6e4*Math.PI/180,be=be*U);var ee,Og,Qd,sn,He,Te,Re,Ce,y,vn,C,K,B,ie,Ns,qi,Q0,vc,Zg,un,Hg,Je,Qg,ze,Yg,de,$g,w,Kg,G,l0,Of,Nf,Gf,Rf,wr,Jg,Xg,ph,bh,Hn,Kt,mh,Dh,wg,Ag,qg,Vg,lc=70*Math.PI/180,jg=110*Math.PI/180,Da=73490*U;ee=z<0?0:z>X?X:z,Og=Q<lc?lc:Q>jg?jg:Q,Qd=ee*2,sn=ae-Qd,He=be<0?0:be>sn?sn:be,Te=n*ee/ae,Re=n*He/pn,Ce=e*Da/pn,y=W-Ce,vn=W+Ce,C=P-Re,K=P+Re,B=C-Te,ie=K+Te,Ns=Og-Math.PI/2,qi=Fe*Math.tan(Ns),Q0=Math.sqrt(qi*qi+Fe*Fe),vc=Q0*Te/Fe,Zg=vc/2,un=W+qi-Zg,Hg=qi*B/Fe,Je=un-Hg,Qg=qi*C/Fe,ze=un-Qg,Yg=qi*K/Fe,de=un-Yg,$g=qi*ie/Fe,w=un-$g,Kg=qi*2,G=un-Kg,l0=un+vc,Of=Je+vc,Nf=ze+vc,Gf=de+vc,Rf=w+vc,wr=Te*Fe/Q0,Jg=un+wr,Xg=l0-wr,ph=Ns>0?Jg:l0,bh=Ns>0?un:Xg,Hn=Te*qi/Q0,Kt=-Hn,mh=Ns>0?Hn:0,Dh=Ns>0?0:Kt,wg=e-ph,Ag=e-bh,qg=n-mh,Vg=n-Dh,ni="M"+y+","+B+" L"+Je+","+B+" L"+bh+","+Dh+" L"+ph+","+mh+" L"+Of+","+B+" L"+vn+","+B+" L"+vn+","+C+" L"+Nf+","+C+" L"+Gf+","+K+" L"+vn+","+K+" L"+vn+","+ie+" L"+Rf+","+ie+" L"+Ag+","+Vg+" L"+wg+","+qg+" L"+w+","+ie+" L"+y+","+ie+" L"+y+","+K+" L"+de+","+K+" L"+ze+","+C+" L"+y+","+C+" z"}else if(_=="mathDivide"){M===void 0?(z=23520*U,Q=5880*U,be=11760*U):(z=z*U,Q=Q*U,be=be*U);var ee,eu,vh,Uh,sn,He,nu,gn,pe,Te,au,ei,Ce,K,ie,_e,C,B,Ne,y,w,G,Da=1e3*U,Mt=36745*U,gt=73490*U;ee=z<Da?Da:z>Mt?Mt:z,eu=-ee,vh=(gt+eu)/4,Uh=Mt*e/n,sn=vh<Uh?vh:Uh,He=be<Da?Da:be>sn?sn:be,nu=-4*He,gn=gt+nu-ee,pe=Q<0?0:Q>gn?gn:Q,Te=n*ee/pn,au=n*pe/ae,ei=n*He/ae,Ce=e*gt/pn,K=P-Te,ie=P+Te,_e=au+ei,C=K-_e,B=C-ei,Ne=n-B,y=W-Ce,w=W+Ce,G=W-ei;var Ln=90,yn=270,mi=W-Math.cos(yn*Math.PI/180)*ei,gr=B-Math.sin(yn*Math.PI/180)*ei,Gr=W-Math.cos(Math.PI/2)*ei,Rr=Ne-Math.sin(Math.PI/2)*ei;ni="M"+W+","+B+ce(mi,gr,ei,ei,yn,yn+360,!1).replace("M","L")+" z M"+W+","+Ne+ce(Gr,Rr,ei,ei,Ln,Ln+360,!1).replace("M","L")+" z M"+y+","+K+" L"+w+","+K+" L"+w+","+ie+" L"+y+","+ie+" z"}else if(_=="mathEqual"){M===void 0?(z=23520*U,Q=11760*U):(z=z*U,Q=Q*U);var Mt=36745*U,gt=73490*U,ee,Qd,xh,pe,Te,Re,Ce,C,K,B,ie,y,G;ee=z<0?0:z>Mt?Mt:z,Qd=ee*2,xh=ae-Qd,pe=Q<0?0:Q>xh?xh:Q,Te=n*ee/ae,Re=n*pe/pn,Ce=e*gt/pn,C=P-Re,K=P+Re,B=C-Te,ie=K+Te,y=W-Ce,G=W+Ce,ni="M"+y+","+B+" L"+G+","+B+" L"+G+","+C+" L"+y+","+C+" zM"+y+","+K+" L"+G+","+K+" L"+G+","+ie+" L"+y+","+ie+" z"}else if(_=="mathMinus"){M===void 0?z=23520*U:z=z*U;var gt=73490*U,ee,Te,Ce,B,C,y,G;ee=z<0?0:z>ae?ae:z,Te=n*ee/pn,Ce=e*gt/pn,B=P-Te,C=P+Te,y=W-Ce,G=W+Ce,ni="M"+y+","+B+" L"+G+","+B+" L"+G+","+C+" L"+y+","+C+" z"}else if(_=="mathMultiply"){M===void 0?z=23520*U:z=z*U;var gt=51965*U,ee,dn,_e,Lh,Th,yh,kh,tu,Mh,_h,Wh,Bh,Ih,Pi,Si,pt,Ut,iu,ru,ri,Zs,ii,cu,Ph,Ft,su,Fi,Ii,du,De=Math.min(e,n);ee=z<0?0:z>gt?gt:z,dn=De*ee/ae,_e=Math.atan(n/e),Lh=1*Math.sin(_e),Th=1*Math.cos(_e),yh=1*Math.tan(_e),kh=Math.sqrt(e*e+n*n),tu=kh*gt/ae,Mh=kh-tu,_h=Th*Mh/2,Wh=Lh*Mh/2,Bh=Lh*dn/2,Ih=Th*dn/2,Pi=_h-Bh,Si=Wh+Ih,pt=_h+Bh,Ut=Wh-Ih,iu=W-pt,ru=iu*yh,ri=ru+Ut,Zs=e-pt,ii=e-Pi,cu=P-Si,Ph=cu/yh,Ft=ii-Ph,su=Pi+Ph,Fi=n-Si,Ii=n-Ut,du=n-ri,ni="M"+Pi+","+Si+" L"+pt+","+Ut+" L"+W+","+ri+" L"+Zs+","+Ut+" L"+ii+","+Si+" L"+Ft+","+P+" L"+ii+","+Fi+" L"+Zs+","+Ii+" L"+W+","+du+" L"+pt+","+Ii+" L"+Pi+","+Fi+" L"+su+","+P+" z"}else if(_=="mathPlus"){M===void 0?z=23520*U:z=z*U;var gt=73490*U,De=Math.min(e,n),ee,Ce,Te,te,y,G,w,de,B,C,K,ie;ee=z<0?0:z>gt?gt:z,Ce=e*gt/pn,Te=n*gt/pn,te=De*ee/pn,y=W-Ce,G=W-te,w=W+te,de=W+Ce,B=P-Te,C=P-te,K=P+te,ie=P+Te,ni="M"+y+","+C+" L"+G+","+C+" L"+G+","+B+" L"+w+","+B+" L"+w+","+C+" L"+de+","+C+" L"+de+","+K+" L"+w+","+K+" L"+w+","+ie+" L"+G+","+ie+" L"+G+","+K+" L"+y+","+K+" z"}g+="<path d='"+ni+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"can":case"flowChartMagneticDisk":case"flowChartMagneticDrum":var ve=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd","attrs","fmla"]),xe=25e3*U,X=5e4*U,ae=2e5*U;ve!==void 0&&(xe=parseInt(ve.substr(4))*U);var De=Math.min(e,n),cn,_e,B,C,K,ni;(_=="flowChartMagneticDisk"||_=="flowChartMagneticDrum")&&(xe=5e4*U),cn=X*n/De,_e=xe<0?0:xe>cn?cn:xe,B=De*_e/ae,C=B+B,K=n-B;var bn=180,Oe=e/2,yi="";_=="flowChartMagneticDrum"&&(yi="transform='rotate(90 "+e/2+","+n/2+")'"),ni=ce(Oe,B,Oe,B,0,bn,!1)+ce(Oe,B,Oe,B,bn,bn+bn,!1).replace("M","L")+" L"+e+","+K+ce(Oe,K,Oe,B,0,bn,!1).replace("M","L")+" L0,"+B,g+="<path "+yi+" d='"+ni+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"swooshArrow":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),ue=U,me,z=25e3*ue,Ue,Q=16667*ue;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*ue):j=="adj2"&&(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))*ue)}var X=1*ue,ae=7e4*ue,pn=75e3*ue,Da=1e5*ue,De=Math.min(e,n),Os=De/8,Sh=n/6,ee,gn,pe,Fh,ou,pt,Ut,Ch,Eh,Qi,Ce,Xt,Ft,ii,Yr,Re,fu,Hn,so,Kt,hu,lu,Vi,gu,uu;ee=z<X?X:z>pn?pn:z,gn=ae*e/De,pe=Q<0?0:Q>gn?gn:Q,Fh=n*ee/Da,ou=De*pe/Da,pt=e-ou,Ut=Os,Ch=Math.PI/2/14,Eh=Os*Math.tan(Ch),Qi=pt-Eh,Ce=Fh*Math.tan(Ch),Xt=Ut+Fh,Ft=pt+Ce,ii=Ft+Eh,Yr=Xt+Os,Re=Yr-0,fu=Re/2,Hn=n/20,so=fu-Hn,Kt=Sh,hu=Sh+Kt,lu=e/6,Vi=Sh/2,gu=Xt+Vi,uu=e/4;var ni="M0,"+n+" Q"+lu+","+hu+" "+pt+","+Ut+" L"+Qi+",0 L"+e+","+so+" L"+ii+","+Yr+" L"+Ft+","+Xt+" Q"+uu+","+gu+" 0,"+n+" z";g+="<path d='"+ni+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"circularArrow":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=12500*U,Ue,Q=1142319/6e4*Math.PI/180,en,be=20457681/6e4*Math.PI/180,ea,ln=108e5/6e4*Math.PI/180,ki,Ia=12500*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))/6e4*Math.PI/180):j=="adj3"?(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))/6e4*Math.PI/180):j=="adj4"?(ea=r(M[I],["attrs","fmla"]),ln=parseInt(ea.substr(4))/6e4*Math.PI/180):j=="adj5"&&(ki=r(M[I],["attrs","fmla"]),Ia=parseInt(ki.substr(4))*U)}var P=n/2,W=e/2,fn=e,nn=n,kn=0,Nn=0,Oe=e/2,Fe=n/2,De=Math.min(e,n),ai,an,ee,It,Rn,dn,Dt,vt,Ja,Xa,ot,ft,Mi,_i,Uc,xc,Wi,Bi,Lc,Ii,Ca,ga,Pt,ti,Tc,Zr,Hr,Qr,$d,Kd,Jd,Xd,wd,vr,Ad,qd,Ur,Vd,xr,jd,eo,no,zh,ao,St,yc,kc,to,io,Pi,Si,Mc,_c,ro,co,ii,Yr,oo,fo,Wc,Fi,ho,lo,pt,Ut,Sn,_n,In,Wn,ht,Bc,Ic,Ci,Ei,zi,Jt,Pc,Fn,Tn,Ri,ca,pa,Pa,Ea,qn,Ga,Sc,go,Fc,wa,Na,Oa,Cc,Aa,Ec,uo,zc,Rc,Gc,po,Nc,Oc,Zc,Hc,Qc,bo,mo,Yc,Do,vo,$c,Kc,Ft,Xt,Gi,Ni,Jc,Xc,Oi,Zi,wc,Uo,ji,Hi,xo,wt,Lo,To,Ac,yo,qc,ko,Vc,jc,es,Mo,ns,_o,as,ts,is,Wo,rs,cs,ss,ds,os,Bo,Io,fs,Po,So,hs,ls,Qi,ri,Lr,Fo,Gt,Tr,Co,$r,gs,us,Eo,zo,Yi,Ro,Go,No,Oo,yr,Zo,Ho,kr,Qo,Zn,X=25e3*U,ae=1e5*U,Yd=1/6e4*Math.PI/180,Dr=21599999/6e4*Math.PI/180,Bt=2*Math.PI;ai=Ia<0?0:Ia>X?X:Ia,an=ai*2,ee=z<0?0:z>an?an:z,It=be<Yd?Yd:be>Dr?Dr:be,Rn=ln<0?0:ln>Dr?Dr:ln,dn=De*ee/ae,Dt=De*ai/ae,vt=dn/2,Ja=Oe+vt-Dt,Xa=Fe+vt-Dt,ot=Ja-dn,ft=Xa-dn,Mi=ot+vt,_i=ft+vt,Uc=Mi*Math.sin(It),xc=_i*Math.cos(It),Wi=Mi*Math.cos(Math.atan2(Uc,xc)),Bi=_i*Math.sin(Math.atan2(Uc,xc)),Lc=W+Wi,Ii=P+Bi,Ca=ot<ft?ot:ft,ga=Wi*Wi,Pt=Bi*Bi,ti=Ca*Ca,Tc=ga-ti,Zr=Pt-ti,Hr=Tc*Zr/ga,Qr=Hr/Pt,$d=1-Qr,Kd=Math.sqrt($d),Jd=Tc/Wi,Xd=Jd/Bi,wd=(1+Kd)/Xd,vr=Math.atan2(wd,1),Ad=vr+Bt,qd=vr>0?vr:Ad,Ur=qd-It,Vd=Ur+Bt,xr=Ur>0?Ur:Vd,jd=xr-bn,eo=xr-Bt,no=jd>0?eo:xr,zh=Math.abs(no),ao=Q<0?0:Q>zh?zh:Q,St=It+ao,yc=Mi*Math.sin(St),kc=_i*Math.cos(St),to=Mi*Math.cos(Math.atan2(yc,kc)),io=_i*Math.sin(Math.atan2(yc,kc)),Pi=W+to,Si=P+io,Mc=Ja*Math.sin(Rn),_c=Xa*Math.cos(Rn),ro=Ja*Math.cos(Math.atan2(Mc,_c)),co=Xa*Math.sin(Math.atan2(Mc,_c)),ii=W+ro,Yr=P+co,oo=Dt*Math.cos(St),fo=Dt*Math.sin(St),Wc=Lc+oo,Fi=Ii+fo,ho=Dt*Math.cos(St),lo=Dt*Math.sin(St),pt=Lc-ho,Ut=Ii-lo,Sn=pt-W,_n=Ut-P,In=Wc-W,Wn=Fi-P,ht=Ja<Xa?Ja:Xa,Bc=Sn*ht/Ja,Ic=_n*ht/Xa,Ci=In*ht/Ja,Ei=Wn*ht/Xa,zi=Ci-Bc,Jt=Ei-Ic,Pc=Math.sqrt(zi*zi+Jt*Jt),Fn=Bc*Ei,Tn=Ci*Ic,Ri=Fn-Tn,ca=ht*ht,pa=Pc*Pc,Pa=ca*pa,Ea=Ri*Ri,qn=Pa-Ea,Ga=qn>0?qn:0,Sc=Math.sqrt(Ga),go=Jt*-1,Fc=go>0?-1:1,wa=Fc*zi,Na=wa*Sc,Oa=Ri*Jt,Cc=(Oa+Na)/pa,Aa=Oa-Na,Ec=Aa/pa,uo=Math.abs(Jt),zc=uo*Sc,Rc=Ri*zi/-1,Gc=(Rc+zc)/pa,po=Rc-zc,Nc=po/pa,Oc=Ci-Cc,Zc=Ci-Ec,Hc=Ei-Gc,Qc=Ei-Nc,bo=Math.sqrt(Oc*Oc+Hc*Hc),mo=Math.sqrt(Zc*Zc+Qc*Qc),Yc=mo-bo,Do=Yc>0?Cc:Ec,vo=Yc>0?Gc:Nc,$c=Do*Ja/ht,Kc=vo*Xa/ht,Ft=W+$c,Xt=P+Kc,Gi=Sn*Ca/ot,Ni=_n*Ca/ft,Jc=In*Ca/ot,Xc=Wn*Ca/ft,Oi=Jc-Gi,Zi=Xc-Ni,wc=Math.sqrt(Oi*Oi+Zi*Zi),Uo=Gi*Xc,ji=Jc*Ni,Hi=Uo-ji,xo=Ca*Ca,wt=wc*wc,Lo=xo*wt,To=Hi*Hi,Ac=Lo-To,yo=Ac>0?Ac:0,qc=Math.sqrt(yo),ko=Fc*Oi,Vc=ko*qc,jc=Hi*Zi,es=(jc+Vc)/wt,Mo=jc-Vc,ns=Mo/wt,_o=Math.abs(Zi),as=_o*qc,ts=Hi*Oi/-1,is=(ts+as)/wt,Wo=ts-as,rs=Wo/wt,cs=Gi-es,ss=Gi-ns,ds=Ni-is,os=Ni-rs,Bo=Math.sqrt(cs*cs+ds*ds),Io=Math.sqrt(ss*ss+os*os),fs=Io-Bo,Po=fs>0?es:ns,So=fs>0?is:rs,hs=Po*ot/Ca,ls=So*ft/Ca,Qi=W+hs,ri=P+ls,Lr=Math.atan2(ls,hs),Fo=Lr+Bt,Gt=Lr>0?Lr:Fo,Tr=Rn-Gt,Co=Tr-Bt,$r=Tr>0?Co:Tr,gs=Ft-Qi,us=Xt-ri,Eo=Math.sqrt(gs*gs+us*us),zo=Eo/2,Yi=zo-Dt,Ro=Yi>0?Ft:Wc,Go=Yi>0?Xt:Fi,No=Yi>0?Qi:pt,Oo=Yi>0?ri:Ut,yr=Math.atan2(Kc,$c),Zo=yr+Bt,Ho=yr>0?yr:Zo,kr=Ho-Rn,Qo=kr+Bt,Zn=kr>0?kr:Qo;var Y0=Rn*180/Math.PI,$i=Y0+Zn*180/Math.PI,Yo=Gt*180/Math.PI,Hh=$r*180/Math.PI,Qh=Yo+Hh,We=ce(e/2,n/2,Ja,Xa,Y0,$i,!1)+" L"+Ro+","+Go+" L"+Pi+","+Si+" L"+No+","+Oo+" L"+Qi+","+ri+ce(e/2,n/2,ot,ft,Yo,Qh,!1).replace("M","L")+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"leftCircularArrow":var M=r(a,["p:spPr","a:prstGeom","a:avLst","a:gd"]),me,z=12500*U,Ue,Q=-1142319/6e4*Math.PI/180,en,be=1142319/6e4*Math.PI/180,ea,ln=108e5/6e4*Math.PI/180,ki,Ia=12500*U;if(M!==void 0)for(var I=0;I<M.length;I++){var j=r(M[I],["attrs","name"]);j=="adj1"?(me=r(M[I],["attrs","fmla"]),z=parseInt(me.substr(4))*U):j=="adj2"?(Ue=r(M[I],["attrs","fmla"]),Q=parseInt(Ue.substr(4))/6e4*Math.PI/180):j=="adj3"?(en=r(M[I],["attrs","fmla"]),be=parseInt(en.substr(4))/6e4*Math.PI/180):j=="adj4"?(ea=r(M[I],["attrs","fmla"]),ln=parseInt(ea.substr(4))/6e4*Math.PI/180):j=="adj5"&&(ki=r(M[I],["attrs","fmla"]),Ia=parseInt(ki.substr(4))*U)}var P=n/2,W=e/2,fn=e,nn=n,kn=0,Nn=0,Oe=e/2,Fe=n/2,De=Math.min(e,n),X=25e3*U,ae=1e5*U,Yd=1/6e4*Math.PI/180,Dr=21599999/6e4*Math.PI/180,Bt=2*Math.PI,ai,an,ee,It,Rn,dn,Dt,vt,Ja,Xa,ot,ft,Mi,_i,Uc,xc,Wi,Bi,Lc,Ii,Ca,ga,Pt,ti,Tc,Zr,Hr,Qr,$d,Kd,Jd,Xd,wd,vr,Ad,qd,Ur,Vd,xr,jd,eo,no,pu,Rh,bu,pe,ao,St,yc,kc,to,io,Pi,Si,Mc,_c,ro,co,ii,Yr,Gh,Nh,mu,Du,Zs,so,oo,fo,Wc,Fi,ho,lo,pt,Ut,Sn,_n,In,Wn,ht,Bc,Ic,Ci,Ei,zi,Jt,Pc,Fn,Tn,Ri,ca,pa,Pa,Ea,qn,Ga,Sc,go,Fc,wa,Na,Oa,Cc,Aa,Ec,uo,zc,Rc,Gc,po,Nc,Oc,Zc,Hc,Qc,bo,mo,Yc,Do,vo,$c,Kc,Ft,Xt,Gi,Ni,Jc,Xc,Oi,Zi,wc,Uo,ji,Hi,xo,wt,Lo,To,Ac,yo,qc,ko,Vc,jc,es,Mo,ns,_o,as,ts,is,Wo,rs,cs,ss,ds,os,Bo,Io,fs,Po,So,hs,ls,Qi,ri,Lr,Fo,Oh,Tr,Co,Zh,Gt,$r,gs,us,Eo,zo,Yi,Ro,Go,No,Oo,yr,Zo,Ho,kr,Qo,Zn,vu;ai=Ia<0?0:Ia>X?X:Ia,an=ai*2,ee=z<0?0:z>an?an:z,It=be<Yd?Yd:be>Dr?Dr:be,Rn=ln<0?0:ln>Dr?Dr:ln,dn=De*ee/ae,Dt=De*ai/ae,vt=dn/2,Ja=Oe+vt-Dt,Xa=Fe+vt-Dt,ot=Ja-dn,ft=Xa-dn,Mi=ot+vt,_i=ft+vt,Uc=Mi*Math.sin(It),xc=_i*Math.cos(It),Wi=Mi*Math.cos(Math.atan2(Uc,xc)),Bi=_i*Math.sin(Math.atan2(Uc,xc)),Lc=W+Wi,Ii=P+Bi,Ca=ot<ft?ot:ft,ga=Wi*Wi,Pt=Bi*Bi,ti=Ca*Ca,Tc=ga-ti,Zr=Pt-ti,Hr=Tc*Zr/ga,Qr=Hr/Pt,$d=1-Qr,Kd=Math.sqrt($d),Jd=Tc/Wi,Xd=Jd/Bi,wd=(1+Kd)/Xd,vr=Math.atan2(wd,1),Ad=vr+Bt,qd=vr>0?vr:Ad,Ur=qd-It,Vd=Ur+Bt,xr=Ur>0?Ur:Vd,jd=xr-bn,eo=xr-Bt,no=jd>0?eo:xr,pu=Math.abs(no),Rh=pu*-1,bu=Math.abs(Q),pe=bu*-1,ao=pe<Rh?Rh:pe>0?0:pe,St=It+ao,yc=Mi*Math.sin(St),kc=_i*Math.cos(St),to=Mi*Math.cos(Math.atan2(yc,kc)),io=_i*Math.sin(Math.atan2(yc,kc)),Pi=W+to,Si=P+io,Mc=Ja*Math.sin(Rn),_c=Xa*Math.cos(Rn),ro=Ja*Math.cos(Math.atan2(Mc,_c)),co=Xa*Math.sin(Math.atan2(Mc,_c)),ii=W+ro,Yr=P+co,Gh=ot*Math.sin(Rn),Nh=ft*Math.cos(Rn),mu=ot*Math.cos(Math.atan2(Gh,Nh)),Du=ft*Math.sin(Math.atan2(Gh,Nh)),Zs=W+mu,so=P+Du,oo=Dt*Math.cos(St),fo=Dt*Math.sin(St),Wc=Lc+oo,Fi=Ii+fo,ho=Dt*Math.cos(St),lo=Dt*Math.sin(St),pt=Lc-ho,Ut=Ii-lo,Sn=pt-W,_n=Ut-P,In=Wc-W,Wn=Fi-P,ht=Ja<Xa?Ja:Xa,Bc=Sn*ht/Ja,Ic=_n*ht/Xa,Ci=In*ht/Ja,Ei=Wn*ht/Xa,zi=Ci-Bc,Jt=Ei-Ic,Pc=Math.sqrt(zi*zi+Jt*Jt),Fn=Bc*Ei,Tn=Ci*Ic,Ri=Fn-Tn,ca=ht*ht,pa=Pc*Pc,Pa=ca*pa,Ea=Ri*Ri,qn=Pa-Ea,Ga=qn>0?qn:0,Sc=Math.sqrt(Ga),go=Jt*-1,Fc=go>0?-1:1,wa=Fc*zi,Na=wa*Sc,Oa=Ri*Jt,Cc=(Oa+Na)/pa,Aa=Oa-Na,Ec=Aa/pa,uo=Math.abs(Jt),zc=uo*Sc,Rc=Ri*zi/-1,Gc=(Rc+zc)/pa,po=Rc-zc,Nc=po/pa,Oc=Ci-Cc,Zc=Ci-Ec,Hc=Ei-Gc,Qc=Ei-Nc,bo=Math.sqrt(Oc*Oc+Hc*Hc),mo=Math.sqrt(Zc*Zc+Qc*Qc),Yc=mo-bo,Do=Yc>0?Cc:Ec,vo=Yc>0?Gc:Nc,$c=Do*Ja/ht,Kc=vo*Xa/ht,Ft=W+$c,Xt=P+Kc,Gi=Sn*Ca/ot,Ni=_n*Ca/ft,Jc=In*Ca/ot,Xc=Wn*Ca/ft,Oi=Jc-Gi,Zi=Xc-Ni,wc=Math.sqrt(Oi*Oi+Zi*Zi),Uo=Gi*Xc,ji=Jc*Ni,Hi=Uo-ji,xo=Ca*Ca,wt=wc*wc,Lo=xo*wt,To=Hi*Hi,Ac=Lo-To,yo=Ac>0?Ac:0,qc=Math.sqrt(yo),ko=Fc*Oi,Vc=ko*qc,jc=Hi*Zi,es=(jc+Vc)/wt,Mo=jc-Vc,ns=Mo/wt,_o=Math.abs(Zi),as=_o*qc,ts=Hi*Oi/-1,is=(ts+as)/wt,Wo=ts-as,rs=Wo/wt,cs=Gi-es,ss=Gi-ns,ds=Ni-is,os=Ni-rs,Bo=Math.sqrt(cs*cs+ds*ds),Io=Math.sqrt(ss*ss+os*os),fs=Io-Bo,Po=fs>0?es:ns,So=fs>0?is:rs,hs=Po*ot/Ca,ls=So*ft/Ca,Qi=W+hs,ri=P+ls,Lr=Math.atan2(ls,hs),Fo=Lr+Bt,Oh=Lr>0?Lr:Fo,Tr=Rn-Oh,Co=Tr+Bt,Zh=Tr>0?Tr:Co,Gt=Oh+Zh,$r=-Zh,gs=Ft-Qi,us=Xt-ri,Eo=Math.sqrt(gs*gs+us*us),zo=Eo/2,Yi=zo-Dt,Ro=Yi>0?Ft:Wc,Go=Yi>0?Xt:Fi,No=Yi>0?Qi:pt,Oo=Yi>0?ri:Ut,yr=Math.atan2(Kc,$c),Zo=yr+Bt,Ho=yr>0?yr:Zo,kr=Ho-Rn,Qo=kr-Bt,Zn=kr>0?Qo:kr,vu=Rn+Zn;var Y0=vu*180/Math.PI,$i=Rn*180/Math.PI,Yo=Gt*180/Math.PI,Hh=$r*180/Math.PI,Qh=Yo+Hh,We="M"+ii+","+Yr+" L"+Zs+","+so+ce(e/2,n/2,ot,ft,Yo,Qh,!1).replace("M","L")+" L"+No+","+Oo+" L"+Pi+","+Si+" L"+Ro+","+Go+" L"+Ft+","+Xt+ce(e/2,n/2,Ja,Xa,Y0,$i,!1).replace("M","L")+" z";g+="<path d='"+We+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+b.color+"' stroke-width='"+b.width+"' stroke-dasharray='"+b.strokeDasharray+"' />";break;case"leftRightCircularArrow":case"chartPlus":case"chartStar":case"chartX":case"cornerTabs":case"flowChartOfflineStorage":case"folderCorner":case"funnel":case"lineInv":case"nonIsoscelesTrapezoid":case"plaqueTabs":case"squareTabs":case"upDownArrowCallout":console.log(_," -unsupported shape type.");break;case void 0:default:console.warn("Undefine shape type.("+_+")")}g+="</svg>",g+="<div class='block "+tf(a,t,l)+" "+rf()+"' _id='"+s+"' _idx='"+f+"' _type='"+d+"' _name='"+i+"' style='"+tr(T,c,u,D,x)+ir(T,u,D)+" z-index: "+h+";transform: rotate("+(H!==void 0?H:0)+"deg);'>",a["p:txBody"]!==void 0&&(L===void 0||L===!0)&&(d!="diagram"&&d!="textBox"&&(d="shape"),g+=yield Vo(a["p:txBody"],a,t,l,d,f,p)),g+="</div>"}else if(O!==void 0){var sb=r(O,["a:pathLst"]),Hs=r(sb,["a:path"]);const et=Hs.attrs||{w:j0,h:ef};var db=parseInt(et.w),ob=parseInt(et.h),Qs=1/db*e,Ys=1/ob*n,ps=r(Hs,["a:moveTo"])||[];ps.length;var Yh=Hs["a:lnTo"],$s=Hs["a:cubicBezTo"],$h=Hs["a:arcTo"],Ks=r(Hs,["a:close"]);Array.isArray(ps)||(ps=[ps]);var va=[];if(ps.length>0){if(Object.keys(ps).forEach(function(ci){var Lt=ps[ci]["a:pt"];Lt!==void 0&&Object.keys(Lt).forEach(function(Kr){var bt={},_r=Lt[Kr],Jh=_r.x,Xh=_r.y,wh=_r.order;bt.type="movto",bt.order=wh,bt.x=Jh,bt.y=Xh,va.push(bt)})}),Yh!==void 0&&Object.keys(Yh).forEach(function(ci){var Lt=Yh[ci]["a:pt"];Lt!==void 0&&Object.keys(Lt).forEach(function(Kr){var bt={},_r=Lt[Kr],Jh=_r.x,Xh=_r.y,wh=_r.order;bt.type="lnto",bt.order=wh,bt.x=Jh,bt.y=Xh,va.push(bt)})}),$s!==void 0){var Uu=[];Array.isArray($s)||($s=[$s]),Object.keys($s).forEach(function(ci){Uu.push($s[ci]["a:pt"])}),Uu.forEach(function(ci){var Lt={};Lt.type="cubicBezTo",Lt.order=ci[0].attrs.order;var Kr=[];ci.forEach(function(bt){var _r={x:bt.attrs.x,y:bt.attrs.y};Kr.push(_r)}),Lt.cubBzPt=Kr,va.push(Lt)})}if($h!==void 0){var $o=$h.attrs,fb=$o.order,qe=$o.hR,Gn=$o.wR,Rn=$o.stAng,Zn=$o.swAng,xu=0,Lu=0,Kh=r($h,["a:pt","attrs"]);Kh!==void 0&&(xu=Kh.x,Lu=Kh.y);var Mr={};Mr.type="arcTo",Mr.order=fb,Mr.hR=qe,Mr.wR=Gn,Mr.stAng=Rn,Mr.swAng=Zn,Mr.shftX=xu,Mr.shftY=Lu,va.push(Mr)}Ks!==void 0&&(Array.isArray(Ks)||(Ks=[Ks]),Object.keys(Ks).forEach(function(ci){var Lt=Ks[ci].attrs,Kr=Lt.order,bt={};bt.type="close",bt.order=Kr,va.push(bt)})),va.sort(function(ci,Lt){return ci.order-Lt.order});for(var Za=0,id=!1,Ie="";Za<va.length;){if(va[Za].type=="movto"){var hb=parseInt(va[Za].x)*Qs,lb=parseInt(va[Za].y)*Ys;Ie+=" M"+hb+","+lb}else if(va[Za].type=="lnto"){var gb=parseInt(va[Za].x)*Qs,ub=parseInt(va[Za].y)*Ys;Ie+=" L"+gb+","+ub}else if(va[Za].type=="cubicBezTo"){var pb=parseInt(va[Za].cubBzPt[0].x)*Qs,bb=parseInt(va[Za].cubBzPt[0].y)*Ys,mb=parseInt(va[Za].cubBzPt[1].x)*Qs,Db=parseInt(va[Za].cubBzPt[1].y)*Ys,vb=parseInt(va[Za].cubBzPt[2].x)*Qs,Ub=parseInt(va[Za].cubBzPt[2].y)*Ys;Ie+=" C"+pb+","+bb+" "+mb+","+Db+" "+vb+","+Ub}else if(va[Za].type=="arcTo"){var qe=parseInt(va[Za].hR)*Qs,Gn=parseInt(va[Za].wR)*Ys,Rn=parseInt(va[Za].stAng)/6e4,Zn=parseInt(va[Za].swAng)/6e4,$i=Rn+Zn;Ie+=ce(Gn,qe,Gn,qe,Rn,$i,!1)}else va[Za].type=="quadBezTo"?console.log("custShapType: quadBezTo - TODO"):va[Za].type=="close"&&(Ie+="z");Za++}g+="<path d='"+Ie+"' fill='"+(Y?"url(#imgPtrn_"+o+")":R?"url(#linGrd_"+o+")":N)+"' stroke='"+(b===void 0?"":b.color)+"' stroke-width='"+(b===void 0?"":b.width)+"' stroke-dasharray='"+(b===void 0?"":b.strokeDasharray)+"' ",g+="/>"}g+="</svg>",g+="<div class='block "+tf(a,t,l)+" "+rf()+"' _id='"+s+"' _idx='"+f+"' _type='"+d+"' _name='"+i+"' style='"+tr(T,c,u,D,x)+ir(T,u,D)+" z-index: "+h+";transform: rotate("+(H!==void 0?H:0)+"deg);'>",a["p:txBody"]!==void 0&&(L===void 0||L===!0)&&(d!="diagram"&&d!="textBox"&&(d="shape"),g+=yield Vo(a["p:txBody"],a,t,l,d,f,p)),g+="</div>"}else g+="<div class='block "+tf(a,t,l)+" "+rf()+"' _id='"+s+"' _idx='"+f+"' _type='"+d+"' _name='"+i+"' style='"+tr(T,c,u,D,x)+ir(T,u,D)+oi(a,c,!1,"shape",p)+(yield jo(a,c,!1,p,k))+" z-index: "+h+";transform: rotate("+(H!==void 0?H:0)+"deg);'>",a["p:txBody"]!==void 0&&(L===void 0||L===!0)&&(g+=yield Vo(a["p:txBody"],a,t,l,d,f,p)),g+="</div>";return g})}function cp(a,c,t,l,s){var i=parseInt(l),f=parseInt(t),d=parseInt(a),h=d/2,p=i-f;p<0&&(p=360+p),p=Math.min(Math.max(p,0),360);var L=Math.cos(2*Math.PI/(360/p)),x=Math.sin(2*Math.PI/(360/p)),k,v,T;if(s)k=p<=180?0:1,v="M"+h+","+h+" L"+h+",0 A"+h+","+h+" 0 "+k+",1 "+(h+x*h)+","+(h-L*h)+" z",T="rotate("+(f-270)+", "+h+", "+h+")";else{k=p<=180?0:1;var u=h,D=c/2;v="M"+u+",0 A"+D+","+u+" 0 "+k+",1 "+(D+x*D)+","+(u-L*u),T="rotate("+(f+90)+", "+h+", "+h+")"}return[v,T]}function bl(a,c,t){var l=c,s=1.5*l,i=s;const f=s,d=t,h=s,p=l,L=50,x=35,k=2*Math.PI,v=k/(d*2),T=v*x*.005,u=v*L*.005;let D=v,g=!1;for(var o=" M"+(i+h*Math.cos(u))+" "+(f+h*Math.sin(u));D<=k+v;D+=v)g?(o+=" L"+(i+p*Math.cos(D-T))+","+(f+p*Math.sin(D-T)),o+=" L"+(i+h*Math.cos(D+u))+","+(f+h*Math.sin(D+u))):(o+=" L"+(i+h*Math.cos(D-u))+","+(f+h*Math.sin(D-u)),o+=" L"+(i+p*Math.cos(D+T))+","+(f+p*Math.sin(D+T))),g=!g;return o+=" ",o}function ce(a,c,t,l,s,i,f){var d,h=s;if(i>=s)for(;h<=i;){var p=h*(Math.PI/180),L=a+Math.cos(p)*t,x=c+Math.sin(p)*l;h==s&&(d=" M"+L+" "+x),d+=" L"+L+" "+x,h++}else for(;h>i;){var p=h*(Math.PI/180),L=a+Math.cos(p)*t,x=c+Math.sin(p)*l;h==s&&(d=" M "+L+" "+x),d+=" L "+L+" "+x,h--}return d+=f?" z":"",d}function sp(a,c,t,l,s,i){var f,d,h,p;i=="cornr1"?(f=0,d=0,h=0,p=t):i=="cornr2"?(f=t,d=l,h=l,p=t):i=="cornrAll"?(f=t,d=t,h=t,p=t):i=="diag"&&(f=t,d=l,h=t,p=l);var L;return s=="round"?L="M0,"+(c/2+(1-d)*(c/2))+" Q0,"+c+" "+d*(a/2)+","+c+" L"+(a/2+(1-h)*(a/2))+","+c+" Q"+a+","+c+" "+a+","+(c/2+c/2*(1-h))+"L"+a+","+c/2*p+" Q"+a+",0 "+(a/2+a/2*(1-p))+",0 L"+a/2*f+",0 Q0,0 0,"+c/2*f+" z":s=="snip"&&(L="M0,"+f*(c/2)+" L0,"+(c/2+c/2*(1-d))+"L"+d*(a/2)+","+c+" L"+(a/2+a/2*(1-h))+","+c+"L"+a+","+(c/2+c/2*(1-h))+" L"+a+","+p*(c/2)+"L"+(a/2+a/2*(1-p))+",0 L"+a/2*f+",0 z"),L}function dp(a,c,t,l){return sa(this,null,function*(){var s="",i=!1,f=a.attrs.order,d=a["p:blipFill"]["a:blip"].attrs["r:embed"],h;t=="slideMasterBg"?h=c.masterResObj:t=="slideLayoutBg"?h=c.layoutResObj:h=c.slideResObj;var p=h[d].target,L=of(p).toLowerCase(),x=c.zip,k=yield x.file(p).async("arraybuffer"),v="",T=a["p:spPr"]["a:xfrm"];if(T===void 0){var u=r(a,["p:nvPicPr","p:nvPr","p:ph","attrs","idx"]);r(a,["p:nvPicPr","p:nvPr","p:ph","attrs","type"]),u!==void 0&&(T=r(c.slideLayoutTables,["idxTable",u,"p:spPr","a:xfrm"]))}var D=0,g=r(a,["p:spPr","a:xfrm","attrs","rot"]);g!==void 0&&(D=xs(g));var o=r(a,["p:nvPicPr","p:nvPr","a:videoFile"]),_,O,Z,se,ne,A,H,fe=!1,ke=!1,F=As.mediaProcess;if(o!==void 0&F){_=o.attrs["r:link"],O=h[_].target;var oe=Yp(O);oe?(O=t0(O),ke=!0,fe=!0,i=!0):(Z=of(O).toLowerCase(),(Z=="mp4"||Z=="webm"||Z=="ogg")&&(ne=yield x.file(O).async("arraybuffer"),se=a0(Z),A=new Blob([ne],{type:se}),H=URL.createObjectURL(A),fe=!0,i=!0))}var e=r(a,["p:nvPicPr","p:nvPr","a:audioFile"]),n,le,he,N,R,Y,V=!1,J;if(e!==void 0&F&&(n=e.attrs["r:link"],le=h[n].target,he=of(le).toLowerCase(),he=="mp3"||he=="wav"||he=="ogg")){N=yield x.file(le).async("arraybuffer"),R=new Blob([N]),Y=URL.createObjectURL(R);var Qe=parseInt(T["a:ext"].attrs.cx)*20,Pe=T["a:ext"].attrs.cy,ye=parseInt(T["a:off"].attrs.x)/2.5,Dn=T["a:off"].attrs.y;J={"a:ext":{attrs:{cx:Qe,cy:Pe}},"a:off":{attrs:{x:ye,y:Dn}}},V=!0,fe=!0,i=!0}return v=a0(L),s="<div class='block content' style='"+tr(F&&V?J:T,a,void 0,void 0)+ir(F&&V?J:T,void 0,void 0)+" z-index: "+f+";transform: rotate("+D+"deg);'>",o===void 0&&e===void 0||!F||!fe?s+="<img src='data:"+v+";base64,"+df(k)+"' style='width: 100%; height: 100%'/>":(o!==void 0||e!==void 0)&&F&&fe&&(o!==void 0&&!ke?s+="<video src='"+H+"' controls style='width: 100%; height: 100%'>Your browser does not support the video tag.</video>":o!==void 0&&ke&&(s+="<iframe src='"+O+"' controls style='width: 100%; height: 100%'></iframe >"),e!==void 0&&(s+='<audio id="audio_player" controls ><source src="'+Y+'"></audio>')),!fe&&i&&(s+="<span style='color:red;font-size:40px;position: absolute;'>This media file Not supported by HTML5</span>"),(o!==void 0||e!==void 0)&&!F&&fe&&console.log("Founded supported media file but media process disabled (mediaProcess=false)"),s+="</div>",s})}function op(a,c,t,l){return sa(this,null,function*(){var s="",i=r(a,["a:graphic","a:graphicData","attrs","uri"]);switch(i){case"http://schemas.openxmlformats.org/drawingml/2006/table":s=yield pp(a,c);break;case"http://schemas.openxmlformats.org/drawingml/2006/chart":s=yield bp(a,c);break;case"http://schemas.openxmlformats.org/drawingml/2006/diagram":s=yield mp(a,c,t,l);break;case"http://schemas.openxmlformats.org/presentationml/2006/ole":var f=r(a,["a:graphic","a:graphicData","mc:AlternateContent","mc:Fallback","p:oleObj"]);f===void 0&&(f=r(a,["a:graphic","a:graphicData","p:oleObj"])),f!==void 0&&(s=yield af(f,c,t));break}return s})}var qo=!1;function Vo(a,c,t,l,s,i,f,d){return sa(this,null,function*(){var h="";if(f.slideMasterTextStyles,a===void 0)return h;var p=r(c,["p:style","a:fontRef"]),L=a["a:p"];L.constructor!==Array&&(L=[L]);for(var x=0;x<L.length;x++){var k=L[x],v=k["a:r"],T=k["a:fld"],u=k["a:br"];v!==void 0&&(v=v.constructor===Array?v:[v]),v!==void 0&&T!==void 0&&(T=T.constructor===Array?T:[T],v=v.concat(T)),v!==void 0&&u!==void 0&&(qo=!0,u=u.constructor===Array?u:[u],u.forEach(function(Y,V){Y.type="br"}),u.length>1&&u.shift(),v=v.concat(u),v.sort(function(Y,V){return Y.attrs.order-V.attrs.order}));var D="",g=Dp(k,a,s,i,f);g!=""&&(D=g),(s=="body"||s=="obj"||s=="shape")&&(D+="font-size: 0px;",D+="font-weight: 100;",D+="font-style: normal;");var o="";D in za?o=za[D].name:(o="_css_"+(Object.keys(za).length+1),za[D]={name:o,text:D});var _=r(c,["p:spPr","a:xfrm","a:ext","attrs","cx"]),O,Z=_!==void 0?"width:"+ws(parseInt(_))+"px;":"width:inherit;",se=O!==void 0?"height:"+ws(parseInt(O))+"px;":"",ne=Up(k,a,i,s,f);h+="<div style='display: flex;"+Z+se+"' class='slide-prgrph "+vp(k,a,i,s,ne,f)+" "+ne+" "+o+"' >";var A=yield fp(k,x,c,a,p,i,s,f),H=A[0]!==void 0&&A[0]!==null&&A[0]!="",fe=A[1]!==void 0&&A[1]!==null&&H?A[1]+A[2]:0;h+=A[0]!==void 0?A[0]:"";var ke=gp(k,i,s,H,f),F=ke[0],oe=ke[1];_===void 0&&d!==void 0&&_!=0&&(_=d);var e="",n=0;if(v===void 0&&k!==void 0){var le=yield ml(k,void 0,c,a,p,t,i,s,1,f);if(H){var he=$(le).css({position:"absolute",float:"left","white-space":"nowrap",visibility:"hidden"}).appendTo($("body"));n+=he.outerWidth(),he.remove()}e+=le}else if(v!==void 0)for(var N=0;N<v.length;N++){var le=yield ml(v[N],N,k,a,p,t,i,s,v.length,f);if(H){var he=$(le).css({position:"absolute",float:"left","white-space":"nowrap",visibility:"hidden"}).appendTo($("body"));n+=he.outerWidth(),he.remove()}e+=le}_=ws(parseInt(_))-fe-oe,H&&n<_&&(_=n+fe);var R=_!==void 0?"width:"+_+"px;":"width:inherit;";h+="<div style='height: 100%;direction: initial;overflow-wrap:break-word;word-wrap: break-word;"+R+F+"' >",h+=e,h+="</div>",h+="</div>"}return h})}function fp(a,c,t,l,s,i,f,d){return sa(this,null,function*(){d.slideMasterTextStyles;var h=l["a:lstStyle"];let p="";var L=r(a,["a:r"]);L!==void 0&&L.constructor===Array&&(L=L[0]);var x=parseInt(r(a["a:pPr"],["attrs","lvl"]))+1;isNaN(x)&&(x=1);var k="a:lvl"+x+"pPr",v,T,u,D,g;if(L!==void 0)v=yield vl(L,t,h,s,x,i,f,d),g=v[2],T=cf(L,l,s,x,f,d);else return"";var o="",_="",O="",Z=0,se=0,ne=a["a:pPr"],A=r(ne,["a:buNone"]);if(A!==void 0)return"";var H="TYPE_NONE",fe=qs(a,i,f,d),ke=fe.nodeLaout,F=fe.nodeMaster,oe=r(ne,["a:buChar","attrs","char"]),e=r(ne,["a:buAutoNum","attrs","type"]),n=r(ne,["a:buBlip"]);oe!==void 0&&(H="TYPE_BULLET"),e!==void 0&&(H="TYPE_NUMERIC"),n!==void 0&&(H="TYPE_BULPIC");var le=r(ne,["a:buSzPts","attrs","val"]);if(le===void 0){if(le=r(ne,["a:buSzPct","attrs","val"]),le!==void 0){var he=parseInt(le)/1e5,N=parseInt(T,"px");D=he*parseInt(N)+"px"}}else D=parseInt(le)/100*wo+"px";var R=r(ne,["a:buClr"]);if(oe===void 0&&e===void 0&&n===void 0&&h!==void 0){if(A=r(h,[k,"a:buNone"]),A!==void 0)return"";H="TYPE_NONE",oe=r(h,[k,"a:buChar","attrs","char"]),e=r(h,[k,"a:buAutoNum","attrs","type"]),n=r(h,[k,"a:buBlip"]),oe!==void 0&&(H="TYPE_BULLET"),e!==void 0&&(H="TYPE_NUMERIC"),n!==void 0&&(H="TYPE_BULPIC"),(oe!==void 0||e!==void 0||n!==void 0)&&(ne=h[k])}if(oe===void 0&&e===void 0&&n===void 0){if(ke!==void 0){if(A=r(ke,["a:buNone"]),A!==void 0)return"";H="TYPE_NONE",oe=r(ke,["a:buChar","attrs","char"]),e=r(ke,["a:buAutoNum","attrs","type"]),n=r(ke,["a:buBlip"]),oe!==void 0&&(H="TYPE_BULLET"),e!==void 0&&(H="TYPE_NUMERIC"),n!==void 0&&(H="TYPE_BULPIC")}if(oe===void 0&&e===void 0&&n===void 0&&F!==void 0){if(A=r(F,["a:buNone"]),A!==void 0)return"";H="TYPE_NONE",oe=r(F,["a:buChar","attrs","char"]),e=r(F,["a:buAutoNum","attrs","type"]),n=r(F,["a:buBlip"]),oe!==void 0&&(H="TYPE_BULLET"),e!==void 0&&(H="TYPE_NUMERIC"),n!==void 0&&(H="TYPE_BULPIC")}}var Y=r(ne,["attrs","rtl"]);Y===void 0&&(Y=r(ke,["attrs","rtl"]),Y===void 0&&f!="shape"&&(Y=r(F,["attrs","rtl"])));var V=!1;Y!==void 0&&Y=="1"&&(V=!0);var J=r(ne,["attrs","algn"]);J===void 0&&(J=r(ke,["attrs","algn"]),J===void 0&&(J=r(F,["attrs","algn"])));var Qe=r(ne,["attrs","indent"]);Qe===void 0&&(Qe=r(ke,["attrs","indent"]),Qe===void 0&&(Qe=r(F,["attrs","indent"])));var Pe=0;Qe!==void 0&&(Pe=parseInt(Qe)*U);var ye=r(ne,["attrs","marL"]);if(ye===void 0&&(ye=r(ke,["attrs","marL"]),ye===void 0&&(ye=r(F,["attrs","marL"]))),ye!==void 0){var Dn=parseInt(ye)*U;V?O="padding-right:":O="padding-left:",Z=Dn+Pe<0?0:Dn+Pe,O+=Z+"px;"}var b=r(ne,["attrs","marR"]);if(b===void 0&&ye===void 0&&(b=r(ke,["attrs","marR"]),b===void 0&&(b=r(F,["attrs","marR"]))),b!==void 0){var hn=parseInt(b)*U;V?O="padding-right:":O="padding-left:",_+=(hn+Pe<0?0:hn+Pe)+"px;"}R===void 0&&(R=r(h,[k,"a:buClr"])),R===void 0&&(R=r(ke,["a:buClr"]),R===void 0&&(R=r(F,["a:buClr"])));var je;if(R!==void 0?je=Un(R,void 0,void 0,d):s!==void 0&&(je=Un(s,void 0,void 0,d)),je===void 0||je=="NONE"?u=v:(u=[je,"","solid"],g="solid"),le===void 0)if(le=r(ke,["a:buSzPts","attrs","val"]),le===void 0){if(le=r(ke,["a:buSzPct","attrs","val"]),le!==void 0){var he=parseInt(le)/1e5,N=parseInt(T,"px");D=he*parseInt(N)+"px"}}else D=parseInt(le)/100*wo+"px";if(le===void 0)if(le=r(F,["a:buSzPts","attrs","val"]),le===void 0){if(le=r(F,["a:buSzPct","attrs","val"]),le!==void 0){var he=parseInt(le)/1e5,N=parseInt(T,"px");D=he*parseInt(N)+"px"}}else D=parseInt(le)/100*wo+"px";if(le===void 0&&(D=T),se=parseInt(D,"px"),H=="TYPE_BULLET"){var Qn=r(ne,["a:buFont","attrs","typeface"]),Cn="";if(Qn!==void 0&&(Cn="font-family: "+Qn),o="<div style='height: 100%;"+Cn+";"+O+_+"font-size:"+D+";",g=="solid")u[0]!==void 0&&u[0]!=""&&(o+="color:#"+u[0]+"; "),u[1]!==void 0&&u[1]!=""&&u[1]!=";"&&(o+="text-shadow:"+u[1]+";");else if(g=="pattern"||g=="pic"||g=="gradient"){if(g=="pattern")o+="background:"+u[0][0]+";",u[0][1]!==null&&u[0][1]!==void 0&&u[0][1]!=""&&(o+="background-size:"+u[0][1]+";"),u[0][2]!==null&&u[0][2]!==void 0&&u[0][2]!=""&&(o+="background-position:"+u[0][2]+";");else if(g=="pic")o+=u[0]+";";else if(g=="gradient"){var La=u[0].color,ta=u[0].rot;o+="background: linear-gradient("+ta+"deg,";for(var c=0;c<La.length;c++)c==La.length-1?o+="#"+La[c]+");":o+="#"+La[c]+", "}o+="-webkit-background-clip: text;background-clip: text;color: transparent;",u[1].border!==void 0&&u[1].border!==""&&(o+="-webkit-text-stroke: "+u[1].border+";"),u[1].effcts!==void 0&&u[1].effcts!==""&&(o+="filter: "+u[1].effcts+";")}V&&(o+="white-space: nowrap ;direction:rtl");var m=oe;fl||(m=hp(Qn,oe)),o+="'><div style='line-height: "+se/2+"px;'>"+m+"</div></div>"}else if(H=="TYPE_NUMERIC")o="<div style='height: 100%;"+O+_+"color:#"+u[0]+";font-size:"+D+";",V?o+="display: inline-block;white-space: nowrap ;direction:rtl;":o+="display: inline-block;white-space: nowrap ;direction:ltr;",o+="' data-bulltname = '"+e+"' data-bulltlvl = '"+x+"' class='numeric-bullet-style'></div>";else if(H=="TYPE_BULPIC"){var Le=r(n,["a:blip","attrs","r:embed"]),ge;if(Le!==void 0){var E=d.slideResObj[Le].target,S=yield d.zip.file(E).async("arraybuffer"),q=E.split(".").pop(),Be=a0(q);ge="<img src='data:"+Be+";base64,"+df(S)+"' style='width: 100%;'/>"}Le===void 0&&(ge="&#8227;"),o="<div style='height: 100%;"+O+_+"width:"+D+";display: inline-block; ",V&&(o+="display: inline-block;white-space: nowrap ;direction:rtl;"),o+="'>"+ge+" </div>"}return[p,Z,se]})}function hp(a,c){switch(c){case"§":return"&#9632;";case"q":return"&#10065;";case"v":return"&#10070;";case"Ø":return"&#11162;";case"ü":return"&#10004;";default:if(a=="Wingdings 2"||a=="Wingdings 3"){var t=lp(a,c);if(t!==null)return"&#"+t+";"}return"&#"+c.charCodeAt(0)+";"}}function lp(a,c){const t=c.codePointAt(0)&4095;return dl(a,t).codePoint}function qs(a,c,t,l){var s,i,f=a["a:pPr"],d=1,h=r(f,["attrs","lvl"]);if(h!==void 0&&(d=parseInt(h)+1),c!==void 0&&(s=r(l.slideLayoutTables.idxTable[c],["p:txBody","a:lstStyle","a:lvl"+d+"pPr"]),s===void 0&&(s=r(l.slideLayoutTables.idxTable[c],["p:txBody","a:p","a:pPr"]),s===void 0&&(s=r(l.slideLayoutTables.idxTable[c],["p:txBody","a:p",d-1,"a:pPr"])))),t!==void 0){var p="a:lvl"+d+"pPr";s===void 0&&(s=r(l,["slideLayoutTables","typeTable",t,"p:txBody","a:lstStyle",p])),t=="title"||t=="ctrTitle"?i=r(l,["slideMasterTextStyles","p:titleStyle",p]):t=="body"||t=="obj"||t=="subTitle"?i=r(l,["slideMasterTextStyles","p:bodyStyle",p]):t=="shape"||t=="diagram"?i=r(l,["slideMasterTextStyles","p:otherStyle",p]):t=="textBox"?i=r(l,["defaultTextStyle",p]):i=r(l,["slideMasterTables","typeTable",t,"p:txBody","a:lstStyle",p])}return{nodeLaout:s,nodeMaster:i}}function ml(a,c,t,l,s,i,f,d,h,p,L){return sa(this,null,function*(){var x="",k=l["a:lstStyle"];p.slideMasterTextStyles;var v=a["a:t"],T="<sapn",u="</sapn>",D="";if(v===void 0&&a.type!==void 0){if(qo)return qo=!1,"<sapn class='line-break-br' ></sapn>";D+="display: block;"}else qo=!0;typeof v!="string"&&(v=r(a,["a:fld","a:t"]),typeof v!="string"&&(v="&nbsp;"));var g=t["a:pPr"],o=1,_=r(g,["attrs","lvl"]);_!==void 0&&(o=parseInt(_)+1);var O=qs(t,f,d,p),Z=O.nodeLaout,se=O.nodeMaster,ne=r(a,["a:rPr","attrs","lang"]),A=ne!==void 0&&np.indexOf(ne)!==-1,H=r(g,["attrs","rtl"]);H===void 0&&(H=r(Z,["attrs","rtl"]),H===void 0&&d!="shape"&&(H=r(se,["attrs","rtl"])));var fe=r(a,["a:rPr","a:hlinkClick","attrs","r:id"]),ke="",F;if(fe!==void 0){ke=r(a,["a:rPr","a:hlinkClick","attrs","tooltip"]),ke!==void 0&&(ke="title='"+ke+"'"),F=Ll("a:hlink",void 0,void 0,p);var oe=r(a,["a:rPr","a:solidFill"]),e=Un(oe,void 0,void 0,p);e!==void 0&&e!=""&&(F=e)}var n=yield vl(a,t,k,s,o,f,d,p),le=n[2];if(le=="solid")fe===void 0&&n[0]!==void 0&&n[0]!=""?D+="color: #"+n[0]+";":fe!==void 0&&F!==void 0&&(D+="color: #"+F+";"),n[1]!==void 0&&n[1]!=""&&n[1]!=";"&&(D+="text-shadow:"+n[1]+";"),n[3]!==void 0&&n[3]!=""&&(D+="background-color: #"+n[3]+";");else if(le=="pattern"||le=="pic"||le=="gradient"){if(le=="pattern")D+="background:"+n[0][0]+";",n[0][1]!==null&&n[0][1]!==void 0&&n[0][1]!=""&&(D+="background-size:"+n[0][1]+";"),n[0][2]!==null&&n[0][2]!==void 0&&n[0][2]!=""&&(D+="background-position:"+n[0][2]+";");else if(le=="pic")D+=n[0]+";";else if(le=="gradient"){var he=n[0].color,N=n[0].rot;D+="background: linear-gradient("+N+"deg,";for(var R=0;R<he.length;R++)R==he.length-1?D+="#"+he[R]+");":D+="#"+he[R]+", "}D+="-webkit-background-clip: text;background-clip: text;color: transparent;",n[1].border!==void 0&&n[1].border!==""&&(D+="-webkit-text-stroke: "+n[1].border+";"),n[1].effcts!==void 0&&n[1].effcts!==""&&(D+="filter: "+n[1].effcts+";")}var Y=cf(a,l,s,o,d,p);x+="font-size:"+Y+";font-family:"+xp(a,d,p,s)+";font-weight:"+Lp(a)+";font-style:"+Tp(a)+";text-decoration:"+yp(a)+";text-align:"+kp(a,t,d,p)+";vertical-align:"+Mp(a)+";",A?D+="direction:rtl;":D+="direction:ltr;";var V=r(a,["a:rPr","a:highlight"]);V!==void 0&&(D+="background-color:#"+Un(V,void 0,void 0,p)+";");var J=r(a,["a:rPr","attrs","spc"]);if(J===void 0&&(J=r(Z,["a:defRPr","attrs","spc"]),J===void 0&&(J=r(se,["a:defRPr","attrs","spc"]))),J!==void 0){var Qe=parseInt(J)/100;D+="letter-spacing: "+Qe+"px;"}var Pe=r(a,["a:rPr","attrs","cap"]);Pe===void 0&&(Pe=r(Z,["a:defRPr","attrs","cap"]),Pe===void 0&&(Pe=r(se,["a:defRPr","attrs","cap"]))),(Pe=="small"||Pe=="all")&&(D+="text-transform: uppercase");var ye="";D in za?ye=za[D].name:(ye="_css_"+(Object.keys(za).length+1),za[D]={name:ye,text:D});var Dn="";if(le=="solid"&&fe!==void 0&&(Dn="style='color: inherit;'"),fe!==void 0&&fe!=""){var b=p.slideResObj[fe].target;return b=t0(b),T+" class='text-block "+ye+"' style='"+x+"'><a href='"+b+"' "+Dn+" "+ke+" target='_blank'>"+v.replace(/\t/g,"&nbsp;&nbsp;&nbsp;&nbsp;").replace(/\s/g,"&nbsp;")+"</a>"+u}else return T+" class='text-block "+ye+"' style='"+x+"'>"+v.replace(/\t/g,"&nbsp;&nbsp;&nbsp;&nbsp;").replace(/\s/g,"&nbsp;")+u})}function gp(a,c,t,l,s){if(!l)return["",0];var i="",f=0,d=a["a:pPr"],h=qs(a,c,t,s),p=h.nodeLaout,L=h.nodeMaster,x=r(d,["attrs","rtl"]);x===void 0&&(x=r(p,["attrs","rtl"]),x===void 0&&t!="shape"&&(x=r(L,["attrs","rtl"])));var k=!1;x!==void 0&&x=="1"&&(k=!0);var v=r(d,["attrs","algn"]);v===void 0&&(v=r(p,["attrs","algn"]),v===void 0&&(v=r(L,["attrs","algn"])));var T=r(d,["attrs","indent"]);T===void 0&&(T=r(p,["attrs","indent"]),T===void 0&&(T=r(L,["attrs","indent"])));var u=0;T!==void 0&&(u=parseInt(T)*U);var D=r(d,["attrs","marL"]);D===void 0&&(D=r(p,["attrs","marL"]),D===void 0&&(D=r(L,["attrs","marL"])));var g=0;D!==void 0&&(g=parseInt(D)*U),(T!==void 0||D!==void 0)&&(k?i="padding-right: ":i="padding-left: ",l?(f=Math.abs(0-u),i+=f+"px;"):(f=Math.abs(g+u),i+=f+"px;"));var o=r(d,["attrs","marR"]);return o===void 0&&D===void 0&&(o=r(p,["attrs","marR"]),o===void 0&&(o=r(L,["attrs","marR"]))),[i,f]}function up(){var a="";for(var c in za){var t="";a+=t+" ."+za[c].name+(za[c].suffix?za[c].suffix:"")+"{"+za[c].text+`}
18
+ `}return a}function pp(a,c){return sa(this,null,function*(){var t=a.attrs.order,l=r(a,["a:graphic","a:graphicData","a:tbl"]),s=r(a,["p:xfrm"]),i=r(a,["a:graphic","a:graphicData","a:tbl","a:tblPr"]),f=r(a,["a:graphic","a:graphicData","a:tbl","a:tblGrid","a:gridCol"]),d="";if(i!==void 0){var h=i.attrs.rtl;d=h==1?"dir=rtl":"dir=ltr"}var p=i.attrs.firstRow,L=i.attrs.firstCol,x=i.attrs.lastRow,k=i.attrs.lastCol,v=i.attrs.bandRow,T=i.attrs.bandCol,u={isFrstRowAttr:p!==void 0&&p=="1"?1:0,isFrstColAttr:L!==void 0&&L=="1"?1:0,isLstRowAttr:x!==void 0&&x=="1"?1:0,isLstColAttr:k!==void 0&&k=="1"?1:0,isBandRowAttr:v!==void 0&&v=="1"?1:0,isBandColAttr:T!==void 0&&T=="1"?1:0},D,g=i["a:tableStyleId"];if(g!==void 0){var o=ll["a:tblStyleLst"]["a:tblStyle"];if(o!==void 0)if(o.constructor===Array)for(var _=0;_<o.length;_++)o[_].attrs.styleId==g&&(D=o[_]);else o.attrs.styleId==g&&(D=o)}D!==void 0&&(D.tblStylAttrObj=u,c.thisTbiStyle=D);var O=r(D,["a:wholeTbl","a:tcStyle"]),Z=r(O,["a:tcBdr"]),se="";Z!==void 0&&(se=Vs(Z,c));var ne="",A=r(D,["a:tblBg","a:fillRef"]);A!==void 0&&(ne=Un(A,void 0,void 0,c)),A===void 0&&(A=r(D,["a:wholeTbl","a:tcStyle","a:fill","a:solidFill"]),ne=Un(A,void 0,void 0,c)),ne!==""&&(ne="background-color: #"+ne+";");var H="<table "+d+" style='border-collapse: collapse;"+tr(s,a,void 0,void 0)+ir(s,void 0,void 0)+" z-index: "+t+";"+se+";"+ne+"'>",fe=l["a:tr"];fe.constructor!==Array&&(fe=[fe]);for(var ke=[],F=0;F<fe.length;F++){var oe=fe[F].attrs.h,e=0,n="";oe!==void 0&&(e=parseInt(oe)*U,n+="height:"+e+"px;");var le="",he="",N="",R="";if(D!==void 0&&D["a:wholeTbl"]!==void 0){var Y=r(D,["a:wholeTbl","a:tcStyle","a:fill","a:solidFill"]);if(Y!==void 0){var V=Un(Y,void 0,void 0,c);V!==void 0&&(le=V)}var J=r(D,["a:wholeTbl","a:tcTxStyle"]);if(J!==void 0){var Qe=Un(J,void 0,void 0,c);Qe!==void 0&&(N=Qe);var Pe=r(J,["attrs","b"])=="on"?"bold":"";Pe!=""&&(R=Pe)}}if(F==0&&u.isFrstRowAttr==1&&D!==void 0){var Y=r(D,["a:firstRow","a:tcStyle","a:fill","a:solidFill"]);if(Y!==void 0){var V=Un(Y,void 0,void 0,c);V!==void 0&&(le=V)}var ye=r(D,["a:firstRow","a:tcStyle","a:tcBdr"]);if(ye!==void 0){var Dn=Vs(ye,c);Dn!=""&&(he=Dn)}var J=r(D,["a:firstRow","a:tcTxStyle"]);if(J!==void 0){var b=Un(J,void 0,void 0,c);b!==void 0&&(N=b);var Pe=r(J,["attrs","b"])=="on"?"bold":"";Pe!==""&&(R=Pe)}}else if(F>0&&u.isBandRowAttr==1&&D!==void 0){if(le="",he=void 0,F%2==0&&D["a:band2H"]!==void 0){var Y=r(D,["a:band2H","a:tcStyle","a:fill","a:solidFill"]);if(Y!==void 0){var V=Un(Y,void 0,void 0,c);V!==""&&(le=V)}var ye=r(D,["a:band2H","a:tcStyle","a:tcBdr"]);if(ye!==void 0){var Dn=Vs(ye,c);Dn!=""&&(he=Dn)}var J=r(D,["a:band2H","a:tcTxStyle"]);if(J!==void 0){var b=Un(J,void 0,void 0,c);b!==void 0&&(N=b)}var Pe=r(J,["attrs","b"])=="on"?"bold":"";Pe!==""&&(R=Pe)}if(F%2!=0&&D["a:band1H"]!==void 0){var Y=r(D,["a:band1H","a:tcStyle","a:fill","a:solidFill"]);if(Y!==void 0){var V=Un(Y,void 0,void 0,c);V!==void 0&&(le=V)}var ye=r(D,["a:band1H","a:tcStyle","a:tcBdr"]);if(ye!==void 0){var Dn=Vs(ye,c);Dn!=""&&(he=Dn)}var J=r(D,["a:band1H","a:tcTxStyle"]);if(J!==void 0){var b=Un(J,void 0,void 0,c);b!==void 0&&(N=b);var Pe=r(J,["attrs","b"])=="on"?"bold":"";Pe!=""&&(R=Pe)}}}if(F==fe.length-1&&u.isLstRowAttr==1&&D!==void 0){var Y=r(D,["a:lastRow","a:tcStyle","a:fill","a:solidFill"]);if(Y!==void 0){var V=Un(Y,void 0,void 0,c);V!==void 0&&(le=V)}var ye=r(D,["a:lastRow","a:tcStyle","a:tcBdr"]);if(ye!==void 0){var Dn=Vs(ye,c);Dn!=""&&(he=Dn)}var J=r(D,["a:lastRow","a:tcTxStyle"]);if(J!==void 0){var b=Un(J,void 0,void 0,c);b!==void 0&&(N=b);var Pe=r(J,["attrs","b"])=="on"?"bold":"";Pe!==""&&(R=Pe)}}n+=he!==void 0?he:"",n+=N!==void 0?" color: #"+N+";":"",n+=R!=""?" font-weight:"+R+";":"",le!==void 0&&le!=""&&(n+="background-color: #"+le+";"),H+="<tr style='"+n+"'>";var hn=fe[F]["a:tc"];if(hn!==void 0)if(hn.constructor===Array){var je=0;ke.length==0&&(ke=Array.apply(null,Array(hn.length)).map(function(){return 0}));for(var Qn=0;je<hn.length;){if(ke[je]==0&&Qn==0){var Cn;if(je==0&&u.isFrstColAttr==1)Cn="a:firstCol",u.isLstRowAttr==1&&F==fe.length-1&&r(D,["a:seCell"])!==void 0?Cn="a:seCell":u.isFrstRowAttr==1&&F==0&&r(D,["a:neCell"])!==void 0&&(Cn="a:neCell");else if(je>0&&u.isBandColAttr==1&&!(u.isFrstColAttr==1&&F==0)&&!(u.isLstRowAttr==1&&F==fe.length-1)&&je!=hn.length-1&&je%2!=0){var La=r(D,["a:band2V"]);La===void 0?(La=r(D,["a:band1V"]),La!==void 0&&(Cn="a:band2V")):Cn="a:band2V"}je==hn.length-1&&u.isLstColAttr==1&&(Cn="a:lastCol",u.isLstRowAttr==1&&F==fe.length-1&&r(D,["a:swCell"])!==void 0?Cn="a:swCell":u.isFrstRowAttr==1&&F==0&&r(D,["a:nwCell"])!==void 0&&(Cn="a:nwCell"));var ta=yield Dl(hn[je],f,F,je,D,Cn,c),m=ta[0],Le=ta[1],ge=ta[2],E=ta[3],S=ta[4];E!==void 0?(ke[je]=parseInt(E)-1,H+="<td class='"+ge+"' data-row='"+F+","+je+"' rowspan ='"+parseInt(E)+"' style='"+Le+"'>"+m+"</td>"):S!==void 0?(H+="<td class='"+ge+"' data-row='"+F+","+je+"' colspan = '"+parseInt(S)+"' style='"+Le+"'>"+m+"</td>",Qn=parseInt(S)-1):H+="<td class='"+ge+"' data-row='"+F+","+je+"' style = '"+Le+"'>"+m+"</td>"}else ke[je]!=0&&(ke[je]-=1),Qn!=0&&Qn--;je++}}else{var Cn;if(u.isFrstColAttr==1&&u.isLstRowAttr!=1)Cn="a:firstCol";else if(u.isBandColAttr==1&&u.isLstRowAttr!=1){var La=r(D,["a:band2V"]);La===void 0?(La=r(D,["a:band1V"]),La!==void 0&&(Cn="a:band2V")):Cn="a:band2V"}u.isLstColAttr==1&&u.isLstRowAttr!=1&&(Cn="a:lastCol");var ta=yield Dl(hn,f,F,void 0,D,Cn,c),m=ta[0],Le=ta[1],ge=ta[2],E=ta[3];E!==void 0?H+="<td class='"+ge+"' rowspan='"+parseInt(E)+"' style = '"+Le+"'>"+m+"</td>":H+="<td class='"+ge+"' style='"+Le+"'>"+m+"</td>"}H+="</tr>"}return H})}function Dl(a,c,t,l,s,i,f){return sa(this,null,function*(){var d=r(a,["attrs","rowSpan"]),h=r(a,["attrs","gridSpan"]);r(a,["attrs","vMerge"]),r(a,["attrs","hMerge"]);var p="word-wrap: break-word;",L,x="",k="",v="",T="",u="",D="",g="",o=parseInt(h),_=0;if(!isNaN(o)&&o>1)for(var O=0;O<o;O++)_+=parseInt(r(c[l+O],["attrs","w"]));else _=r(l===void 0?c:c[l],["attrs","w"]);var Z=yield Vo(a["a:txBody"],a,void 0,void 0,void 0,void 0,f,_);if(_!=0&&(L=parseInt(_)*U,p+="width:"+L+"px;"),T=r(a,["a:tcPr","a:lnB"]),T===void 0&&i!==void 0&&(i!==void 0&&(T=r(s[i],["a:tcStyle","a:tcBdr","a:bottom","a:ln"])),T===void 0&&(T=r(s,["a:wholeTbl","a:tcStyle","a:tcBdr","a:bottom","a:ln"]))),u=r(a,["a:tcPr","a:lnT"]),u===void 0&&(i!==void 0&&(u=r(s[i],["a:tcStyle","a:tcBdr","a:top","a:ln"])),u===void 0&&(u=r(s,["a:wholeTbl","a:tcStyle","a:tcBdr","a:top","a:ln"]))),D=r(a,["a:tcPr","a:lnL"]),D===void 0&&(i!==void 0&&(D=r(s[i],["a:tcStyle","a:tcBdr","a:left","a:ln"])),D===void 0&&(D=r(s,["a:wholeTbl","a:tcStyle","a:tcBdr","a:left","a:ln"]))),g=r(a,["a:tcPr","a:lnR"]),g===void 0&&(i!==void 0&&(g=r(s[i],["a:tcStyle","a:tcBdr","a:right","a:ln"])),g===void 0&&(g=r(s,["a:wholeTbl","a:tcStyle","a:tcBdr","a:right","a:ln"]))),r(a,["a:tcPr","a:lnBlToTr"]),r(a,["a:tcPr","a:InTlToBr"]),T!==void 0&&T!=""){var se=oi(T,void 0,!1,"",f);se!=""&&(p+="border-bottom:"+se+";")}if(u!==void 0&&u!=""){var ne=oi(u,void 0,!1,"",f);ne!=""&&(p+="border-top: "+ne+";")}if(D!==void 0&&D!=""){var A=oi(D,void 0,!1,"",f);A!=""&&(p+="border-left: "+A+";")}if(g!==void 0&&g!=""){var H=oi(g,void 0,!1,"",f);H!=""&&(p+="border-right:"+H+";")}var fe=r(a,["a:tcPr"]);if(fe!==void 0&&fe!=""){var ke={"p:spPr":fe};x=yield jo(ke,void 0,!1,f,"slide")}if(x==""||x=="background-color: inherit;"){var F;if(i!==void 0&&(F=r(s,[i,"a:tcStyle","a:fill","a:solidFill"])),F!==void 0){var oe=Un(F,void 0,void 0,f);oe!==void 0&&(x=" background-color: #"+oe+";")}}var e="";x!==void 0&&x!=""&&(x in za?e=za[x].name:(e="_tbl_cell_css_"+(Object.keys(za).length+1),za[x]={name:e,text:x}));var n;if(i!==void 0&&(n=r(s,[i,"a:tcTxStyle"])),n!==void 0){var le=Un(n,void 0,void 0,f);le!==void 0&&(k=le);var he=r(n,["attrs","b"])=="on"?"bold":"";he!==""&&(v=he)}return p+=k!==""?"color: #"+k+";":"",p+=v!=""?" font-weight:"+v+";":"",[Z,p,e,d,h]})}function bp(a,c){return sa(this,null,function*(){var t=a.attrs.order,l=r(a,["p:xfrm"]),s="<div id='chart"+Br+"' class='block content' style='"+tr(l,a,void 0,void 0)+ir(l,void 0,void 0)+" z-index: "+t+";'></div>",i=a["a:graphic"]["a:graphicData"]["c:chart"].attrs["r:id"],f=c.slideResObj[i].target,d=yield nt(c.zip,f),h=r(d,["c:chartSpace","c:chart","c:plotArea"]),p=null;for(var L in h)switch(L){case"c:lineChart":p={type:"createChart",data:{chartID:"chart"+Br,chartType:"lineChart",chartData:vs(h[L]["c:ser"])}};break;case"c:barChart":p={type:"createChart",data:{chartID:"chart"+Br,chartType:"barChart",chartData:vs(h[L]["c:ser"])}};break;case"c:pieChart":p={type:"createChart",data:{chartID:"chart"+Br,chartType:"pieChart",chartData:vs(h[L]["c:ser"])}};break;case"c:pie3DChart":p={type:"createChart",data:{chartID:"chart"+Br,chartType:"pie3DChart",chartData:vs(h[L]["c:ser"])}};break;case"c:areaChart":p={type:"createChart",data:{chartID:"chart"+Br,chartType:"areaChart",chartData:vs(h[L]["c:ser"])}};break;case"c:scatterChart":p={type:"createChart",data:{chartID:"chart"+Br,chartType:"scatterChart",chartData:vs(h[L]["c:ser"])}};break}return p!==null&&ol.MsgQueue.push(p),Br++,s})}function mp(a,c,t,l){return sa(this,null,function*(){a.attrs.order;var s=c.zip,i=r(a,["p:xfrm"]),f=r(a,["a:graphic","a:graphicData","dgm:relIds","attrs"]),d=f["r:cs"],h=f["r:dm"],p=f["r:lo"],L=f["r:qs"],x=c.slideResObj[d].target,k=c.slideResObj[h].target,v=c.slideResObj[p].target,T=c.slideResObj[L].target;yield nt(s,x),yield nt(s,k),yield nt(s,v),yield nt(s,T);var u=r(c.digramFileContent,["p:drawing","p:spTree","p:sp"]),D="";if(u!==void 0)for(var g=u.length,o=0;o<g;o++){var _=u[o];D+=yield ul(_,a,c,"diagramBg",l)}return"<div class='block diagram-content' style='"+tr(i,a,void 0,void 0,l)+ir(i,void 0,void 0)+"'>"+D+"</div>"})}function tr(a,c,t,l,s){var i,f=-1,d=-1;a!==void 0&&(i=a["a:off"].attrs),i===void 0&&t!==void 0?i=t["a:off"].attrs:i===void 0&&l!==void 0&&(i=l["a:off"].attrs);var h=0,p=0,L=0,x=0;if(s=="group"){var k=r(c,["p:grpSpPr","a:xfrm"]);v!==void 0&&(L=parseInt(k["a:off"].attrs.x)*U,x=parseInt(k["a:off"].attrs.y)*U)}if(s=="group-rotate"&&c["p:grpSpPr"]!==void 0){var v=c["p:grpSpPr"]["a:xfrm"],T=parseInt(v["a:chOff"].attrs.x)*U,u=parseInt(v["a:chOff"].attrs.y)*U;h=T,p=u}return i===void 0?"":(f=parseInt(i.x)*U,d=parseInt(i.y)*U,isNaN(f)||isNaN(d)?"":"top:"+(d-p+x)+"px; left:"+(f-h+L)+"px;")}function ir(a,c,t){var l=void 0,s=-1,i=-1;return a!==void 0?l=a["a:ext"].attrs:c!==void 0?l=c["a:ext"].attrs:t!==void 0&&(l=t["a:ext"].attrs),l===void 0?"":(s=ws(parseInt(l.cx)),i=ws(parseInt(l.cy)),isNaN(s)||isNaN(i)?"":"width:"+s+"px; height:"+i+"px;")}function Dp(a,c,t,l,s){var i=1,f=r(a,["a:pPr","a:spcBef","a:spcPts","attrs","val"]),d=r(a,["a:pPr","a:spcAft","a:spcPts","attrs","val"]),h=r(a,["a:pPr","a:lnSpc","a:spcPct","attrs","val"]),p="Pct";h===void 0&&(h=r(a,["a:pPr","a:lnSpc","a:spcPts","attrs","val"]),h!==void 0&&(p="Pts"));var L=r(a,["a:pPr","attrs","lvl"]);L!==void 0&&(i=parseInt(L)+1);var x;if(r(a,["a:r"])!==void 0){var k=cf(a["a:r"],c,void 0,i,t,s);k!="inherit"&&(x=parseInt(k,"px"))}var v=!0;if((t=="shape"||t=="textBox")&&(v=!1),v&&(f===void 0||d===void 0||h===void 0)&&l!==void 0){var T=r(s,["slideLayoutTables","idxTable",l,"p:txBody","a:p",i-1,"a:pPr"]);f===void 0&&(f=r(T,["a:spcBef","a:spcPts","attrs","val"])),d===void 0&&(d=r(T,["a:spcAft","a:spcPts","attrs","val"])),h===void 0&&(h=r(T,["a:lnSpc","a:spcPct","attrs","val"]),h===void 0&&(h=r(T,["a:pPr","a:lnSpc","a:spcPts","attrs","val"]),h!==void 0&&(p="Pts")))}if(v&&(f===void 0||d===void 0||h===void 0)){var u=s.slideMasterTextStyles,D="",i="a:lvl"+i+"pPr";switch(t){case"title":case"ctrTitle":D="p:titleStyle";break;case"body":case"obj":case"dt":case"ftr":case"sldNum":case"textBox":D="p:bodyStyle";break;case"shape":default:D="p:otherStyle"}var g=r(u,[D,i]);g!==void 0&&(f===void 0&&(f=r(g,["a:spcBef","a:spcPts","attrs","val"])),d===void 0&&(d=r(g,["a:spcAft","a:spcPts","attrs","val"])),h===void 0&&(h=r(g,["a:lnSpc","a:spcPct","attrs","val"]),h===void 0&&(h=r(g,["a:pPr","a:lnSpc","a:spcPts","attrs","val"]),h!==void 0&&(p="Pts"))))}var o=0,_=0,O=0,Z="";if(f!==void 0&&(o=parseInt(f)/100),d!==void 0&&(_=parseInt(d)/100),h!==void 0&&x!==void 0)if(p=="Pts")Z+="padding-top: "+(parseInt(h)/100-x)+"px;";else{var se=parseInt(h)/1e5;O=x*(se-1)-x;var ne=se>1?x:0;Z+="padding-top: "+ne+"px;",Z+="padding-bottom: "+O+"px;"}return Z+="margin-top: "+(o-1)+"px;",(d!==void 0||h!==void 0)&&(Z+="margin-bottom: "+_+"px;"),Z}function vp(a,c,t,l,s,i){var f=r(a,["a:pPr","attrs","algn"]);if(f===void 0){var d=1,h=r(a,["a:pPr","attrs","lvl"]);h!==void 0&&(d=parseInt(h)+1);var p="a:lvl"+d+"pPr",L=c["a:lstStyle"];f=r(L,[p,"attrs","algn"]),f===void 0&&t!==void 0&&(f=r(i.slideLayoutTables.idxTable[t],["p:txBody","a:lstStyle",p,"attrs","algn"]),f===void 0&&(f=r(i.slideLayoutTables.idxTable[t],["p:txBody","a:p","a:pPr","attrs","algn"]),f===void 0&&(f=r(i.slideLayoutTables.idxTable[t],["p:txBody","a:p",d-1,"a:pPr","attrs","algn"])))),f===void 0&&(l!==void 0?(f=r(i,["slideLayoutTables","typeTable",l,"p:txBody","a:lstStyle",p,"attrs","algn"]),f===void 0&&(l=="title"||l=="ctrTitle"?f=r(i,["slideMasterTextStyles","p:titleStyle",p,"attrs","algn"]):l=="body"||l=="obj"||l=="subTitle"?f=r(i,["slideMasterTextStyles","p:bodyStyle",p,"attrs","algn"]):l=="shape"||l=="diagram"?f=r(i,["slideMasterTextStyles","p:otherStyle",p,"attrs","algn"]):l=="textBox"?f=r(i,["defaultTextStyle",p,"attrs","algn"]):f=r(i,["slideMasterTables","typeTable",l,"p:txBody","a:lstStyle",p,"attrs","algn"]))):f=r(i,["slideMasterTextStyles","p:bodyStyle",p,"attrs","algn"]))}if(f===void 0){if(l=="title"||l=="subTitle"||l=="ctrTitle")return"h-mid";if(l=="sldNum")return"h-right"}if(f!==void 0)switch(f){case"l":return s=="pregraph-rtl"?"h-left-rtl":"h-left";case"r":return s=="pregraph-rtl"?"h-right-rtl":"h-right";case"ctr":return"h-mid";case"just":case"dist":default:return"h-"+f}}function Up(a,c,t,l,s){var i=r(a,["a:pPr","attrs","rtl"]);if(i===void 0){var f=qs(a,t,l,s),d=f.nodeLaout,h=f.nodeMaster;i=r(d,["attrs","rtl"]),i===void 0&&l!="shape"&&(i=r(h,["attrs","rtl"]))}return i=="1"?"pregraph-rtl":i=="0"?"pregraph-ltr":"pregraph-inherit"}function tf(a,c,t,l){var s=r(a,["p:txBody","a:bodyPr","attrs","anchor"]);return s===void 0&&(s=r(c,["p:txBody","a:bodyPr","attrs","anchor"]),s===void 0&&(s=r(t,["p:txBody","a:bodyPr","attrs","anchor"]),s===void 0&&(s="t"))),s==="ctr"?"v-mid":s==="b"?"v-down":"v-up"}function rf(a,c,t){return"content"}function xp(a,c,t,l){var s=r(a,["a:rPr","a:latin","attrs","typeface"]);if(s===void 0){var i="",f="";l!==void 0&&(i=r(l,["attrs","idx"]));var d=r(t.themeContent,["a:theme","a:themeElements","a:fontScheme"]);i==""&&(c=="title"||c=="subTitle"||c=="ctrTitle"?i="major":i="minor"),f="a:"+i+"Font",s=r(d,[f,"a:latin","attrs","typeface"])}return s===void 0?"inherit":s}function vl(a,c,t,l,s,i,f,d){return sa(this,null,function*(){var h=r(a,["a:rPr"]),p,L,ke,x="",k="";if(h!==void 0){if(p=qt(h),p=="SOLID_FILL"){var v=h["a:solidFill"];L=Un(v,void 0,void 0,d);var T=h["a:highlight"];T!==void 0&&(k=Un(T,void 0,void 0,d)),x="solid"}else if(p=="PATTERN_FILL"){var u=h["a:pattFill"];L=n0(u,d),x="pattern"}else if(p=="PIC_FILL")L=yield Xr(h,"slideBg",d,void 0),x="pic";else if(p=="GRADIENT_FILL"){var D=h["a:gradFill"];L=e0(D,d),x="gradient"}}if(L===void 0&&r(t,["a:lvl"+s+"pPr","a:defRPr"])!==void 0){var g=r(t,["a:lvl"+s+"pPr","a:defRPr"]);if(p=qt(g),p=="SOLID_FILL"){var v=g["a:solidFill"];L=Un(v,void 0,void 0,d);var T=g["a:highlight"];T!==void 0&&(k=Un(T,void 0,void 0,d)),x="solid"}else if(p=="PATTERN_FILL"){var u=g["a:pattFill"];L=n0(u,d),x="pattern"}else if(p=="PIC_FILL")L=yield Xr(g,"slideBg",d,void 0),x="pic";else if(p=="GRADIENT_FILL"){var D=g["a:gradFill"];L=e0(D,d),x="gradient"}}if(L===void 0){var o=r(c,["p:style","a:fontRef"]);if(o!==void 0){L=Un(o,void 0,void 0,d),L!==void 0&&(x="solid");var T=o["a:highlight"];T!==void 0&&(k=Un(T,void 0,void 0,d))}L===void 0&&l!==void 0&&(L=Un(l,void 0,void 0,d),L!==void 0&&(x="solid"))}if(L===void 0){var _=qs(c,i,f,d),O=_.nodeLaout,Z=_.nodeMaster;if(O!==void 0){var se=r(O,["a:defRPr","a:solidFill"]);if(se!==void 0){L=Un(se,void 0,void 0,d);var T=r(O,["a:defRPr","a:highlight"]);T!==void 0&&(k=Un(T,void 0,void 0,d)),x="solid"}}if(L===void 0&&Z!==void 0){var ne=r(Z,["a:defRPr","a:solidFill"]);if(ne!==void 0){L=Un(ne,void 0,void 0,d);var T=r(Z,["a:defRPr","a:highlight"]);T!==void 0&&(k=Un(T,void 0,void 0,d)),x="solid"}}}var A=[],H={},fe=r(a,["a:rPr","a:ln"]),ke="";if(fe!==void 0&&fe["a:noFill"]===void 0){var F=oi(a,c,!1,"text",d),oe=F.split(" "),e=parseInt(oe[0].substring(0,oe[0].indexOf("px")))+"px",n=oe[2];x=="solid"?(ke="-"+e+" 0 "+n+", 0 "+e+" "+n+", "+e+" 0 "+n+", 0 -"+e+" "+n,A.push(ke)):H.border=e+" "+n}var le=r(a,["a:rPr","a:effectLst","a:glow"]),he="";if(le!==void 0){var N=Un(le,void 0,void 0,d),R=le.attrs.rad?le.attrs.rad*U:0;he="0 0 "+R+"px #"+N+", 0 0 "+R+"px #"+N+", 0 0 "+R+"px #"+N+", 0 0 "+R+"px #"+N+", 0 0 "+R+"px #"+N+", 0 0 "+R+"px #"+N+", 0 0 "+R+"px #"+N,x=="solid"?A.push(he):A.push("drop-shadow(0 0 "+R/3+"px #"+N+") drop-shadow(0 0 "+R*2/3+"px #"+N+") drop-shadow(0 0 "+R+"px #"+N+")")}var Y=r(a,["a:rPr","a:effectLst","a:outerShdw"]),V="";if(Y!==void 0){var J=Un(Y,void 0,void 0,d),Qe=Y.attrs;Qe.algn;var Pe=Qe.dir?parseInt(Qe.dir)/6e4:0,ye=parseInt(Qe.dist)*U;Qe.rotWithShape;var Dn=Qe.blurRad?parseInt(Qe.blurRad)*U+"px":"";Qe.sx&&parseInt(Qe.sx)/1e5,Qe.sy&&parseInt(Qe.sy)/1e5;var b=ye*Math.sin(Pe*Math.PI/180),hn=ye*Math.cos(Pe*Math.PI/180);!isNaN(b)&&!isNaN(hn)&&(V=hn+"px "+b+"px "+Dn+" #"+J,x=="solid"?A.push(V):A.push("drop-shadow("+hn+"px "+b+"px "+Dn+" #"+J+")"))}var je="",Qn;return x=="solid"?(A.length>0&&(je=A.join(",")),Qn=je+";"):(A.length>0&&(je=A.join(" ")),H.effcts=je,Qn=H),[L,Qn,x,k]})}function cf(a,c,t,l,s,i){var f=c!==void 0?c["a:lstStyle"]:void 0,d="a:lvl"+l+"pPr",h=void 0,p,L;a["a:rPr"]!==void 0&&(h=parseInt(a["a:rPr"].attrs.sz)/100),(isNaN(h)||h===void 0&&a["a:fld"]!==void 0)&&(p=r(a["a:fld"],["a:rPr","attrs","sz"]),h=parseInt(p)/100),(isNaN(h)||h===void 0)&&a["a:t"]===void 0&&(p=r(a["a:endParaRPr"],["attrs","sz"]),h=parseInt(p)/100),(isNaN(h)||h===void 0)&&f!==void 0&&(p=r(f,[d,"a:defRPr","attrs","sz"]),h=parseInt(p)/100);var x=!1;if(c!==void 0){var k=r(c,["a:bodyPr","a:spAutoFit"]);k!==void 0&&(x=!0)}(isNaN(h)||h===void 0)&&(p=r(i.slideLayoutTables,["typeTable",s,"p:txBody","a:lstStyle",d,"a:defRPr","attrs","sz"]),h=parseInt(p)/100,L=r(i.slideLayoutTables,["typeTable",s,"p:txBody","a:lstStyle",d,"a:defRPr","attrs","kern"]),x&&L!==void 0&&!isNaN(h)&&h-parseInt(L)/100>0&&(h=h-parseInt(L)/100)),(isNaN(h)||h===void 0)&&(p=r(i.slideMasterTables,["typeTable",s,"p:txBody","a:lstStyle",d,"a:defRPr","attrs","sz"]),L=r(i.slideMasterTables,["typeTable",s,"p:txBody","a:lstStyle",d,"a:defRPr","attrs","kern"]),p===void 0&&(s=="title"||s=="subTitle"||s=="ctrTitle"?(p=r(i.slideMasterTextStyles,["p:titleStyle",d,"a:defRPr","attrs","sz"]),L=r(i.slideMasterTextStyles,["p:titleStyle",d,"a:defRPr","attrs","kern"])):s=="body"||s=="obj"||s=="dt"||s=="sldNum"||s==="textBox"?(p=r(i.slideMasterTextStyles,["p:bodyStyle",d,"a:defRPr","attrs","sz"]),L=r(i.slideMasterTextStyles,["p:bodyStyle",d,"a:defRPr","attrs","kern"])):s=="shape"&&(p=r(i.slideMasterTextStyles,["p:otherStyle",d,"a:defRPr","attrs","sz"]),L=r(i.slideMasterTextStyles,["p:otherStyle",d,"a:defRPr","attrs","kern"]),x=!1),p===void 0&&(p=r(i.defaultTextStyle,[d,"a:defRPr","attrs","sz"]),L=L===void 0?r(i.defaultTextStyle,[d,"a:defRPr","attrs","kern"]):void 0,x=!1)),h=parseInt(p)/100,x&&L!==void 0&&!isNaN(h)&&h-parseInt(L)/100>parseInt(L)/100&&(h=h-parseInt(L)/100));var v=r(a,["a:rPr","attrs","baseline"]);if(v!==void 0&&!isNaN(h)){var T=parseInt(v)/1e5;h-=T}if(!isNaN(h)){var u=r(c,["a:bodyPr","a:normAutofit","attrs","fontScale"]);u!==void 0&&u!=0&&(h=Math.round(h*(u/1e5)))}return isNaN(h)?s=="br"?"initial":"inherit":h*wo+"px"}function Lp(a,c,t){return a["a:rPr"]!==void 0&&a["a:rPr"].attrs.b==="1"?"bold":"inherit"}function Tp(a,c,t){return a["a:rPr"]!==void 0&&a["a:rPr"].attrs.i==="1"?"italic":"inherit"}function yp(a,c,t){if(a["a:rPr"]!==void 0){var l=a["a:rPr"].attrs.u!==void 0?a["a:rPr"].attrs.u:"none",s=a["a:rPr"].attrs.strike!==void 0?a["a:rPr"].attrs.strike:"noStrike";return l!="none"&&s=="noStrike"?"underline":l=="none"&&s!="noStrike"?"line-through":l!="none"&&s!="noStrike"?"underline line-through":"inherit"}else return"inherit"}function kp(a,c,t,l){var s=r(a,["a:pPr","attrs","algn"]);if(s===void 0&&(s=r(c,["a:pPr","attrs","algn"])),s===void 0)if(t=="title"||t=="ctrTitle"||t=="subTitle"){var i=1,f=r(c,["a:pPr","attrs","lvl"]);f!==void 0&&(i=parseInt(f)+1);var d="a:lvl"+i+"pPr";s=r(l,["slideLayoutTables","typeTable",t,"p:txBody","a:lstStyle",d,"attrs","algn"]),s===void 0&&(s=r(l,["slideMasterTables","typeTable",t,"p:txBody","a:lstStyle",d,"attrs","algn"]),s===void 0&&(s=r(l,["slideMasterTextStyles","p:titleStyle",d,"attrs","algn"]),s===void 0&&t==="subTitle"&&(s=r(l,["slideMasterTextStyles","p:bodyStyle",d,"attrs","algn"]))))}else t=="body"?s=r(l,["slideMasterTextStyles","p:bodyStyle","a:lvl1pPr","attrs","algn"]):s=r(l,["slideMasterTables","typeTable",t,"p:txBody","a:lstStyle","a:lvl1pPr","attrs","algn"]);var h="inherit";if(s!==void 0)switch(s){case"l":h="left";break;case"r":h="right";break;case"ctr":h="center";break;case"just":h="justify";break;case"dist":h="justify";break;default:h="inherit"}return h}function Mp(a,c,t){var l=r(a,["a:rPr","attrs","baseline"]);return l===void 0?"baseline":parseInt(l)/1e3+"%"}function Vs(a,c){var t="";if(a["a:bottom"]!==void 0){var l={"p:spPr":{"a:ln":a["a:bottom"]["a:ln"]}},s=oi(l,void 0,!1,"shape",c);t+=s.replace("border","border-bottom")}if(a["a:top"]!==void 0){var l={"p:spPr":{"a:ln":a["a:top"]["a:ln"]}},s=oi(l,void 0,!1,"shape",c);t+=s.replace("border","border-top")}if(a["a:right"]!==void 0){var l={"p:spPr":{"a:ln":a["a:right"]["a:ln"]}},s=oi(l,void 0,!1,"shape",c);t+=s.replace("border","border-right")}if(a["a:left"]!==void 0){var l={"p:spPr":{"a:ln":a["a:left"]["a:ln"]}},s=oi(l,void 0,!1,"shape",c);t+=s.replace("border","border-left")}return t}function oi(a,c,t,l,s){var i,f;l=="shape"?(i="border: ",f=a["p:spPr"]["a:ln"]):l=="text"&&(i="",f=a["a:rPr"]["a:ln"]);var d=r(f,["a:noFill"]);if(d!==void 0)return"hidden";if(f==null){var h=r(a,["p:style","a:lnRef"]);if(h!==void 0){var p=r(h,["attrs","idx"]);f=s.themeContent["a:theme"]["a:themeElements"]["a:fmtScheme"]["a:lnStyleLst"]["a:ln"][Number(p)-1]}}f==null&&(i="",f=a);var L;if(f!==void 0){var x=parseInt(r(f,["attrs","w"]))/12700;isNaN(x)||x<1?i+=4/3+"px ":i+=x+"px ";var k=r(f,["a:prstDash","attrs","val"]);k===void 0&&(k=r(f,["attrs","cmpd"]));var v="0";switch(k){case"solid":i+="solid",v="0";break;case"dash":i+="dashed",v="5";break;case"dashDot":i+="dashed",v="5, 5, 1, 5";break;case"dot":i+="dotted",v="1, 5";break;case"lgDash":i+="dashed",v="10, 5";break;case"dbl":i+="double",v="0";break;case"lgDashDotDot":i+="dashed",v="10, 5, 1, 5, 1, 5";break;case"sysDash":i+="dashed",v="5, 2";break;case"sysDashDot":i+="dashed",v="5, 2, 1, 5";break;case"sysDashDotDot":i+="dashed",v="5, 2, 1, 5, 1, 5";break;case"sysDot":i+="dotted",v="2, 5";break;case void 0:default:i+="solid",v="0"}var T=qt(f);T=="NO_FILL"?L=t?"none":"":T=="SOLID_FILL"?L=Un(f["a:solidFill"],void 0,void 0,s):T=="GRADIENT_FILL"?L=e0(f["a:gradFill"],s):T=="PATTERN_FILL"&&(L=n0(f["a:pattFill"],s))}if(L===void 0){var h=r(a,["p:style","a:lnRef"]);h!==void 0&&(L=Un(h,void 0,void 0,s))}return L===void 0?t?L="none":L="hidden":L="#"+L,i+=" "+L+" ",t?{color:L,width:x,type:k,strokeDasharray:v}:i+";"}function _p(a,c,t){return sa(this,null,function*(){a.slideContent;var l=a.slideLayoutContent,s=a.slideMasterContent,i=r(l,["p:sldLayout","p:cSld","p:spTree"]),f=r(s,["p:sldMaster","p:cSld","p:spTree"]),d=r(l,["p:sldLayout","attrs","showMasterSp"]),h=yield Ul(a),p="<div class='slide-background-"+t+"' style='width:"+c.width+"px; height:"+c.height+"px;"+h+"'>";if(i!==void 0)for(var L in i)if(i[L].constructor===Array)for(var x=0;x<i[L].length;x++){var k=r(i[L][x],["p:nvSpPr","p:nvPr","p:ph","attrs","type"]);k!="pic"&&(p+=yield Ir(L,i[L][x],i,a,"slideLayoutBg"))}else{var k=r(i[L],["p:nvSpPr","p:nvPr","p:ph","attrs","type"]);k!="pic"&&(p+=yield Ir(L,i[L],i,a,"slideLayoutBg"))}if(f!==void 0&&(d=="1"||d===void 0))for(var L in f)if(f[L].constructor===Array)for(var x=0;x<f[L].length;x++){var k=r(f[L][x],["p:nvSpPr","p:nvPr","p:ph","attrs","type"]);p+=yield Ir(L,f[L][x],f,a,"slideMasterBg")}else{var k=r(f[L],["p:nvSpPr","p:nvPr","p:ph","attrs","type"]);p+=yield Ir(L,f[L],f,a,"slideMasterBg")}return p})}function Ul(a,c){return sa(this,null,function*(){var t=a.slideContent,l=a.slideLayoutContent,s=a.slideMasterContent,i=r(t,["p:sld","p:cSld","p:bg","p:bgPr"]),f=r(t,["p:sld","p:cSld","p:bg","p:bgRef"]),d;if(i!==void 0){var h=qt(i);if(h=="SOLID_FILL"){var p=i["a:solidFill"],L,x=r(t,["p:sld","p:clrMapOvr","a:overrideClrMapping","attrs"]);if(x!==void 0)L=x;else{var x=r(l,["p:sldLayout","p:clrMapOvr","a:overrideClrMapping","attrs"]);x!==void 0?L=x:L=r(s,["p:sldMaster","p:clrMap","attrs"])}var k=Un(p,L,void 0,a);d="background: #"+k+";"}else h=="GRADIENT_FILL"?d=ms(i,void 0,s,a):h=="PIC_FILL"&&(d=yield Xr(i,"slideBg",a,void 0))}else if(f!==void 0){var L,x=r(t,["p:sld","p:clrMapOvr","a:overrideClrMapping","attrs"]);if(x!==void 0)L=x;else{var x=r(l,["p:sldLayout","p:clrMapOvr","a:overrideClrMapping","attrs"]);x!==void 0?L=x:L=r(s,["p:sldMaster","p:clrMap","attrs"])}var v=Un(f,L,void 0,a),T=Number(f.attrs.idx);if(!(T==0||T==1e3)){if(!(T>0&&T<1e3)){if(T>1e3){var u=T-1e3,D=a.themeContent["a:theme"]["a:themeElements"]["a:fmtScheme"]["a:bgFillStyleLst"],g=[];Object.keys(D).forEach(function(A){var H=D[A];if(A!="attrs")if(H.constructor===Array)for(var fe=0;fe<H.length;fe++){var ke={};ke[A]=H[fe],ke.idex=H[fe].attrs.order,ke.attrs={order:H[fe].attrs.order},g.push(ke)}else{var ke={};ke[A]=H,ke.idex=H.attrs.order,ke.attrs={order:H.attrs.order},g.push(ke)}});var o=g.slice(0);o.sort(function(A,H){return A.idex-H.idex});var _=o[u-1],h=qt(_);if(h=="SOLID_FILL"){var p=_["a:solidFill"],k=Un(p,L,void 0,a);d="background: #"+k+";"}else h=="GRADIENT_FILL"?d=ms(_,v,s,a):console.log(h)}}}}else{i=r(l,["p:sldLayout","p:cSld","p:bg","p:bgPr"]),f=r(l,["p:sldLayout","p:cSld","p:bg","p:bgRef"]);var L,x=r(l,["p:sldLayout","p:clrMapOvr","a:overrideClrMapping","attrs"]);if(x!==void 0?L=x:L=r(s,["p:sldMaster","p:clrMap","attrs"]),i!==void 0){var h=qt(i);if(h=="SOLID_FILL"){var p=i["a:solidFill"],k=Un(p,L,void 0,a);d="background: #"+k+";"}else h=="GRADIENT_FILL"?d=ms(i,void 0,s,a):h=="PIC_FILL"&&(d=yield Xr(i,"slideLayoutBg",a,void 0))}else if(f!==void 0){console.log("slideLayoutContent: bgRef",f);var v=Un(f,L,void 0,a),T=Number(f.attrs.idx);if(!(T==0||T==1e3)){if(!(T>0&&T<1e3)){if(T>1e3){var u=T-1e3,D=a.themeContent["a:theme"]["a:themeElements"]["a:fmtScheme"]["a:bgFillStyleLst"],g=[];Object.keys(D).forEach(function(n){var le=D[n];if(n!="attrs")if(le.constructor===Array)for(var he=0;he<le.length;he++){var N={};N[n]=le[he],N.idex=le[he].attrs.order,N.attrs={order:le[he].attrs.order},g.push(N)}else{var N={};N[n]=le,N.idex=le.attrs.order,N.attrs={order:le.attrs.order},g.push(N)}});var o=g.slice(0);o.sort(function(n,le){return n.idex-le.idex});var _=o[u-1],h=qt(_);if(h=="SOLID_FILL"){var p=_["a:solidFill"],k=Un(p,L,v,a);d="background: #"+k+";"}else h=="GRADIENT_FILL"?d=ms(_,v,s,a):h=="PIC_FILL"?d=yield Xr(_,"themeBg",a,v):console.log(h)}}}}else{i=r(s,["p:sldMaster","p:cSld","p:bg","p:bgPr"]),f=r(s,["p:sldMaster","p:cSld","p:bg","p:bgRef"]);var O=r(s,["p:sldMaster","p:clrMap","attrs"]);if(i!==void 0){var h=qt(i);if(h=="SOLID_FILL"){var p=i["a:solidFill"],k=Un(p,O,void 0,a);d="background: #"+k+";"}else h=="GRADIENT_FILL"?d=ms(i,void 0,s,a):h=="PIC_FILL"&&(d=yield Xr(i,"slideMasterBg",a,void 0))}else if(f!==void 0){var v=Un(f,O,void 0,a),T=Number(f.attrs.idx);if(!(T==0||T==1e3)){if(!(T>0&&T<1e3)){if(T>1e3){var u=T-1e3,D=a.themeContent["a:theme"]["a:themeElements"]["a:fmtScheme"]["a:bgFillStyleLst"],g=[];Object.keys(D).forEach(function(n){var le=D[n];if(n!="attrs")if(le.constructor===Array)for(var he=0;he<le.length;he++){var N={};N[n]=le[he],N.idex=le[he].attrs.order,N.attrs={order:le[he].attrs.order},g.push(N)}else{var N={};N[n]=le,N.idex=le.attrs.order,N.attrs={order:le.attrs.order},g.push(N)}});var o=g.slice(0);o.sort(function(n,le){return n.idex-le.idex});var _=o[u-1],h=qt(_);if(h=="SOLID_FILL"){var p=_["a:solidFill"],k=Un(p,O,v,a);d="background: #"+k+";"}else h=="GRADIENT_FILL"?d=ms(_,v,s,a):h=="PIC_FILL"?d=yield Xr(_,"themeBg",a,v):console.log(h)}}}}}}return d})}function ms(a,c,t,l){var s="";if(a!==void 0){for(var i=a["a:gradFill"],f=i["a:gsLst"]["a:gs"],d=[],h=[],p=0;p<f.length;p++){var L="",L=Un(f[p],t["p:sldMaster"]["p:clrMap"].attrs,c,l),x=r(f[p],["attrs","pos"]);x!==void 0?h[p]=x/1e3+"%":h[p]="",d[p]="#"+L}var k=i["a:lin"],v=90;k!==void 0&&(v=xs(k.attrs.ang),v=v+90),s="background: linear-gradient("+v+"deg,";for(var p=0;p<f.length;p++)p==f.length-1?s+=d[p]+" "+h[p]+");":s+=d[p]+" "+h[p]+", "}else c!==void 0&&(s="background: #"+c+";");return s}function Xr(a,c,t,l,s){return sa(this,null,function*(){var i,f=yield xl(c,a["a:blipFill"],t),d=a.attrs.order,h=a["a:blipFill"]["a:blip"],p=r(h,["a:duotone"]);if(p!==void 0){var L=[];Object.keys(p).forEach(function(o){if(o!="attrs"){var _={};_[o]=p[o],L.push(Un(_,void 0,l,t))}})}var x=r(h,["a:alphaModFix","attrs"]),k="";if(x!==void 0&&x.amt!==void 0&&x.amt!=""){var v=parseInt(x.amt)/1e5;k="opacity:"+v+";"}var T=r(a,["a:blipFill","a:tile","attrs"]),u="";T!==void 0&&T.sx!==void 0&&(parseInt(T.sx)/1e5,parseInt(T.sy)/1e5,parseInt(T.tx)/1e5,parseInt(T.ty)/1e5,T.algn,T.flip,u+="background-repeat: round;");var D=r(a,["a:blipFill","a:stretch"]);if(D!==void 0){var g=r(D,["a:fillRect","attrs"]);u+="background-repeat: no-repeat;",u+="background-position: center;",g!==void 0&&(u+="background-size: 100% 100%;;")}return i="background: url("+f+"); z-index: "+d+";"+u+k,i})}function jo(a,c,t,l,s){return sa(this,null,function*(){var i=qt(r(a,["p:spPr"])),f,d;if(i=="NO_FILL")return t?"none":"";if(i=="SOLID_FILL"?(d=a["p:spPr"]["a:solidFill"],f=Un(d,void 0,void 0,l)):i=="GRADIENT_FILL"?(d=a["p:spPr"]["a:gradFill"],f=e0(d,l)):i=="PATTERN_FILL"?(d=a["p:spPr"]["a:pattFill"],f=n0(d,l)):i=="PIC_FILL"&&(d=a["p:spPr"]["a:blipFill"],f=yield xl(s,d,l)),f===void 0){var h=r(a,["p:style","a:fillRef"]),p=parseInt(r(a,["p:style","a:fillRef","attrs","idx"]));if(p==0||p==1e3)return t?"none":"";f=Un(h,void 0,void 0,l)}if(f===void 0){var L=r(a,["p:spPr","a:grpFill"]);if(L!==void 0){var x=c["p:grpSpPr"],k={"p:spPr":x};return yield jo(k,a,t,l,s)}else if(i=="NO_FILL")return t?"none":""}if(f!==void 0)if(i=="GRADIENT_FILL"){if(t)return f;for(var v=f.color,T=f.rot,u="background: linear-gradient("+T+"deg,",D=0;D<v.length;D++)D==v.length-1?u+="#"+v[D]+");":u+="#"+v[D]+", ";return u}else{if(i=="PIC_FILL")return t?f:"background-image:url("+f+");";if(i=="PATTERN_FILL"){var g="",o="",_="";return g=f[0],f[1]!==null&&f[1]!==void 0&&f[1]!=""&&(o=" background-size:"+f[1]+";"),f[2]!==null&&f[2]!==void 0&&f[2]!=""&&(_=" background-position:"+f[2]+";"),"background: "+g+";"+o+_}else if(t){var O=Ze(f);return f=O.toRgbString(),f}else return"background-color: #"+f+";"}else return t?"none":"background-color: inherit;"})}function qt(a={}){var c="";return a["a:noFill"]!==void 0&&(c="NO_FILL"),a["a:solidFill"]!==void 0&&(c="SOLID_FILL"),a["a:gradFill"]!==void 0&&(c="GRADIENT_FILL"),a["a:pattFill"]!==void 0&&(c="PATTERN_FILL"),a["a:blipFill"]!==void 0&&(c="PIC_FILL"),a["a:grpFill"]!==void 0&&(c="GROUP_FILL"),c}function e0(a,c){for(var t=a["a:gsLst"]["a:gs"],l=[],s=0;s<t.length;s++){var i=Un(t[s],void 0,void 0,c);l[s]=i}var f=a["a:lin"],d=0;return f!==void 0&&(d=xs(f.attrs.ang)+90),{color:l,rot:d}}function xl(a,c,t){return sa(this,null,function*(){var l,s=c["a:blip"].attrs["r:embed"],i;if(a=="slideBg"||a=="slide"?i=r(t,["slideResObj",s,"target"]):a=="slideLayoutBg"?i=r(t,["layoutResObj",s,"target"]):a=="slideMasterBg"?i=r(t,["masterResObj",s,"target"]):a=="themeBg"?i=r(t,["themeResObj",s,"target"]):a=="diagramBg"&&(i=r(t,["diagramResObj",s,"target"])),i!==void 0){if(l=r(t,["loaded-images",i]),l===void 0){i=t0(i);var f=i.split(".").pop();if(f=="xml")return;var d=yield t.zip.file(i).async("arraybuffer"),h=a0(f);l="data:"+h+";base64,"+df(d),Pp(t,["loaded-images",i],l)}return l}})}function n0(a,c){var t="",l="",s="",i=a["a:bgClr"],f=a["a:fgClr"];s=a.attrs.prst,t=Un(f,void 0,void 0,c),l=Un(i,void 0,void 0,c);var d=Wp(s,l,t);return d}function Wp(a,c,t){switch(a){case"smGrid":return["linear-gradient(to right, #"+t+" -1px, transparent 1px ), linear-gradient(to bottom, #"+t+" -1px, transparent 1px) #"+c+";","4px 4px"];case"dotGrid":return["linear-gradient(to right, #"+t+" -1px, transparent 1px ), linear-gradient(to bottom, #"+t+" -1px, transparent 1px) #"+c+";","8px 8px"];case"lgGrid":return["linear-gradient(to right, #"+t+" -1px, transparent 1.5px ), linear-gradient(to bottom, #"+t+" -1px, transparent 1.5px) #"+c+";","8px 8px"];case"wdUpDiag":return["repeating-linear-gradient(-45deg, transparent 1px , transparent 4px, #"+t+" 7px)#"+c+";"];case"dkUpDiag":return["repeating-linear-gradient(-45deg, transparent 1px , #"+c+" 5px)#"+t+";"];case"ltUpDiag":return["repeating-linear-gradient(-45deg, transparent 1px , transparent 2px, #"+t+" 4px)#"+c+";"];case"wdDnDiag":return["repeating-linear-gradient(45deg, transparent 1px , transparent 4px, #"+t+" 7px)#"+c+";"];case"dkDnDiag":return["repeating-linear-gradient(45deg, transparent 1px , #"+c+" 5px)#"+t+";"];case"ltDnDiag":return["repeating-linear-gradient(45deg, transparent 1px , transparent 2px, #"+t+" 4px)#"+c+";"];case"dkHorz":return["repeating-linear-gradient(0deg, transparent 1px , transparent 2px, #"+c+" 7px)#"+t+";"];case"ltHorz":return["repeating-linear-gradient(0deg, transparent 1px , transparent 5px, #"+t+" 7px)#"+c+";"];case"narHorz":return["repeating-linear-gradient(0deg, transparent 1px , transparent 2px, #"+t+" 4px)#"+c+";"];case"dkVert":return["repeating-linear-gradient(90deg, transparent 1px , transparent 2px, #"+c+" 7px)#"+t+";"];case"ltVert":return["repeating-linear-gradient(90deg, transparent 1px , transparent 5px, #"+t+" 7px)#"+c+";"];case"narVert":return["repeating-linear-gradient(90deg, transparent 1px , transparent 2px, #"+t+" 4px)#"+c+";"];case"lgCheck":case"smCheck":var s="",l="";return a=="lgCheck"?(s="8px 8px",l="0 0, 4px 4px, 4px 4px, 8px 8px"):(s="4px 4px",l="0 0, 2px 2px, 2px 2px, 4px 4px"),["linear-gradient(45deg, #"+t+" 25%, transparent 0, transparent 75%, #"+t+" 0), linear-gradient(45deg, #"+t+" 25%, transparent 0, transparent 75%, #"+t+" 0) #"+c+";",s,l];case"dashUpDiag":return["repeating-linear-gradient(152deg, #"+t+", #"+t+" 5% , transparent 0, transparent 70%)#"+c+";","4px 4px"];case"dashDnDiag":return["repeating-linear-gradient(45deg, #"+t+", #"+t+" 5% , transparent 0, transparent 70%)#"+c+";","4px 4px"];case"diagBrick":return["linear-gradient(45deg, transparent 15%, #"+t+" 30%, transparent 30%), linear-gradient(-45deg, transparent 15%, #"+t+" 30%, transparent 30%), linear-gradient(-45deg, transparent 65%, #"+t+" 80%, transparent 0) #"+c+";","4px 4px"];case"horzBrick":return["linear-gradient(335deg, #"+c+" 1.6px, transparent 1.6px), linear-gradient(155deg, #"+c+" 1.6px, transparent 1.6px), linear-gradient(335deg, #"+c+" 1.6px, transparent 1.6px), linear-gradient(155deg, #"+c+" 1.6px, transparent 1.6px) #"+t+";","4px 4px","0 0.15px, 0.3px 2.5px, 2px 2.15px, 2.35px 0.4px"];case"dashVert":return["linear-gradient(0deg, #"+c+" 30%, transparent 30%),linear-gradient(90deg,transparent, transparent 40%, #"+t+" 40%, #"+t+" 60% , transparent 60%)#"+c+";","4px 4px"];case"dashHorz":return["linear-gradient(90deg, #"+c+" 30%, transparent 30%),linear-gradient(0deg,transparent, transparent 40%, #"+t+" 40%, #"+t+" 60% , transparent 60%)#"+c+";","4px 4px"];case"solidDmnd":return["linear-gradient(135deg, #"+t+" 25%, transparent 25%), linear-gradient(225deg, #"+t+" 25%, transparent 25%), linear-gradient(315deg, #"+t+" 25%, transparent 25%), linear-gradient(45deg, #"+t+" 25%, transparent 25%) #"+c+";","8px 8px"];case"openDmnd":return["linear-gradient(45deg, transparent 0%, transparent calc(50% - 0.5px), #"+t+" 50%, transparent calc(50% + 0.5px), transparent 100%), linear-gradient(-45deg, transparent 0%, transparent calc(50% - 0.5px) , #"+t+" 50%, transparent calc(50% + 0.5px), transparent 100%) #"+c+";","8px 8px"];case"dotDmnd":return["radial-gradient(#"+t+" 15%, transparent 0), radial-gradient(#"+t+" 15%, transparent 0) #"+c+";","4px 4px","0 0, 2px 2px"];case"zigZag":case"wave":var s="";return a=="zigZag"?s="0":s="1px",["linear-gradient(135deg, #"+t+" 25%, transparent 25%) 50px "+s+", linear-gradient(225deg, #"+t+" 25%, transparent 25%) 50px "+s+", linear-gradient(315deg, #"+t+" 25%, transparent 25%), linear-gradient(45deg, #"+t+" 25%, transparent 25%) #"+c+";","4px 4px"];case"lgConfetti":case"smConfetti":var s="";return a=="lgConfetti"?s="4px 4px":s="2px 2px",["linear-gradient(135deg, #"+t+" 25%, transparent 25%) 50px 1px, linear-gradient(225deg, #"+t+" 25%, transparent 25%), linear-gradient(315deg, #"+t+" 25%, transparent 25%) 50px 1px , linear-gradient(45deg, #"+t+" 25%, transparent 25%) #"+c+";",s];case"plaid":return["linear-gradient(0deg, transparent, transparent 25%, #"+t+"33 25%, #"+t+"33 50%),linear-gradient(90deg, transparent, transparent 25%, #"+t+"66 25%, #"+t+"66 50%) #"+c+";","4px 4px"];case"sphere":return["radial-gradient(#"+t+" 50%, transparent 50%),#"+c+";","4px 4px"];case"weave":case"shingle":return["linear-gradient(45deg, #"+c+" 1.31px , #"+t+" 1.4px, #"+t+" 1.5px, transparent 1.5px, transparent 4.2px, #"+t+" 4.2px, #"+t+" 4.3px, transparent 4.31px), linear-gradient(-45deg, #"+c+" 1.31px , #"+t+" 1.4px, #"+t+" 1.5px, transparent 1.5px, transparent 4.2px, #"+t+" 4.2px, #"+t+" 4.3px, transparent 4.31px) 0 4px, #"+c+";","4px 8px"];case"pct5":case"pct10":case"pct20":case"pct25":case"pct30":case"pct40":case"pct50":case"pct60":case"pct70":case"pct75":case"pct80":case"pct90":case"trellis":case"divot":var i;switch(a){case"pct5":i=["0.3px","10%","2px 2px"];break;case"divot":i=["0.3px","40%","4px 4px"];break;case"pct10":i=["0.3px","20%","2px 2px"];break;case"pct20":i=["0.2px","40%","2px 2px"];break;case"pct25":i=["0.2px","50%","2px 2px"];break;case"pct30":i=["0.5px","50%","2px 2px"];break;case"pct40":i=["0.5px","70%","2px 2px"];break;case"pct50":i=["0.09px","90%","2px 2px"];break;case"pct60":i=["0.3px","90%","2px 2px"];break;case"pct70":case"trellis":i=["0.5px","95%","2px 2px"];break;case"pct75":i=["0.65px","100%","2px 2px"];break;case"pct80":i=["0.85px","100%","2px 2px"];break;case"pct90":i=["1px","100%","2px 2px"];break}return["radial-gradient(#"+t+" "+i[0]+", transparent "+i[1]+"),#"+c+";",i[2]];default:return[0,0]}}function Un(a,c,t,l){if(a!==void 0){var s="",i;if(a["a:srgbClr"]!==void 0)i=a["a:srgbClr"],s=r(i,["attrs","val"]);else if(a["a:schemeClr"]!==void 0){i=a["a:schemeClr"];var f=r(i,["attrs","val"]);s=Ll("a:"+f,c,t,l)}else if(a["a:scrgbClr"]!==void 0){i=a["a:scrgbClr"];var d=i.attrs,h=d.r.indexOf("%")!=-1?d.r.split("%").shift():d.r,p=d.g.indexOf("%")!=-1?d.g.split("%").shift():d.g,L=d.b.indexOf("%")!=-1?d.b.split("%").shift():d.b;s=Ds(255*(Number(h)/100))+Ds(255*(Number(p)/100))+Ds(255*(Number(L)/100))}else if(a["a:prstClr"]!==void 0){i=a["a:prstClr"];var x=r(i,["attrs","val"]);s=Ip(x)}else if(a["a:hslClr"]!==void 0){i=a["a:hslClr"];var d=i.attrs,k=Number(d.hue)/1e5,v=Number(d.sat.indexOf("%")!=-1?d.sat.split("%").shift():d.sat)/100,T=Number(d.lum.indexOf("%")!=-1?d.lum.split("%").shift():d.lum)/100,u=Bp(k,v,T);s=Ds(u.r)+Ds(u.g)+Ds(u.b)}else if(a["a:sysClr"]!==void 0){i=a["a:sysClr"];var D=r(i,["attrs","lastClr"]);D!==void 0&&(s=D)}var g=!1,o=parseInt(r(i,["a:alpha","attrs","val"]))/1e5;if(!isNaN(o)){var _=Ze(s);_.setAlpha(o),s=_.toHex8(),g=!0}var O=parseInt(r(i,["a:hueMod","attrs","val"]))/1e5;isNaN(O)||(s=zp(s,O,g));var Z=parseInt(r(i,["a:lumMod","attrs","val"]))/1e5;isNaN(Z)||(s=Ep(s,Z,g));var se=parseInt(r(i,["a:lumOff","attrs","val"]))/1e5;isNaN(se)||(s=Cp(s,se,g));var ne=parseInt(r(i,["a:satMod","attrs","val"]))/1e5;isNaN(ne)||(s=Rp(s,ne,g));var A=parseInt(r(i,["a:shade","attrs","val"]))/1e5;isNaN(A)||(s=Sp(s,A,g));var H=parseInt(r(i,["a:tint","attrs","val"]))/1e5;return isNaN(H)||(s=Fp(s,H,g)),s}}function Ds(a){for(var c=a.toString(16);c.length<2;)c="0"+c;return c}function Bp(a,c,t){var l,s,i,f,d;return a=a/60,t<=.5?s=t*(c+1):s=t+c-t*c,l=t*2-s,i=sf(l,s,a+2)*255,f=sf(l,s,a)*255,d=sf(l,s,a-2)*255,{r:i,g:f,b:d}}function sf(a,c,t){return t<0&&(t+=6),t>=6&&(t-=6),t<1?(c-a)*t+a:t<3?c:t<4?(c-a)*(4-t)+a:a}function Ip(a){var c,t=["white","AliceBlue","AntiqueWhite","Aqua","Aquamarine","Azure","Beige","Bisque","black","BlanchedAlmond","Blue","BlueViolet","Brown","BurlyWood","CadetBlue","Chartreuse","Chocolate","Coral","CornflowerBlue","Cornsilk","Crimson","Cyan","DarkBlue","DarkCyan","DarkGoldenRod","DarkGray","DarkGrey","DarkGreen","DarkKhaki","DarkMagenta","DarkOliveGreen","DarkOrange","DarkOrchid","DarkRed","DarkSalmon","DarkSeaGreen","DarkSlateBlue","DarkSlateGray","DarkSlateGrey","DarkTurquoise","DarkViolet","DeepPink","DeepSkyBlue","DimGray","DimGrey","DodgerBlue","FireBrick","FloralWhite","ForestGreen","Fuchsia","Gainsboro","GhostWhite","Gold","GoldenRod","Gray","Grey","Green","GreenYellow","HoneyDew","HotPink","IndianRed","Indigo","Ivory","Khaki","Lavender","LavenderBlush","LawnGreen","LemonChiffon","LightBlue","LightCoral","LightCyan","LightGoldenRodYellow","LightGray","LightGrey","LightGreen","LightPink","LightSalmon","LightSeaGreen","LightSkyBlue","LightSlateGray","LightSlateGrey","LightSteelBlue","LightYellow","Lime","LimeGreen","Linen","Magenta","Maroon","MediumAquaMarine","MediumBlue","MediumOrchid","MediumPurple","MediumSeaGreen","MediumSlateBlue","MediumSpringGreen","MediumTurquoise","MediumVioletRed","MidnightBlue","MintCream","MistyRose","Moccasin","NavajoWhite","Navy","OldLace","Olive","OliveDrab","Orange","OrangeRed","Orchid","PaleGoldenRod","PaleGreen","PaleTurquoise","PaleVioletRed","PapayaWhip","PeachPuff","Peru","Pink","Plum","PowderBlue","Purple","RebeccaPurple","Red","RosyBrown","RoyalBlue","SaddleBrown","Salmon","SandyBrown","SeaGreen","SeaShell","Sienna","Silver","SkyBlue","SlateBlue","SlateGray","SlateGrey","Snow","SpringGreen","SteelBlue","Tan","Teal","Thistle","Tomato","Turquoise","Violet","Wheat","White","WhiteSmoke","Yellow","YellowGreen"],l=["ffffff","f0f8ff","faebd7","00ffff","7fffd4","f0ffff","f5f5dc","ffe4c4","000000","ffebcd","0000ff","8a2be2","a52a2a","deb887","5f9ea0","7fff00","d2691e","ff7f50","6495ed","fff8dc","dc143c","00ffff","00008b","008b8b","b8860b","a9a9a9","a9a9a9","006400","bdb76b","8b008b","556b2f","ff8c00","9932cc","8b0000","e9967a","8fbc8f","483d8b","2f4f4f","2f4f4f","00ced1","9400d3","ff1493","00bfff","696969","696969","1e90ff","b22222","fffaf0","228b22","ff00ff","dcdcdc","f8f8ff","ffd700","daa520","808080","808080","008000","adff2f","f0fff0","ff69b4","cd5c5c","4b0082","fffff0","f0e68c","e6e6fa","fff0f5","7cfc00","fffacd","add8e6","f08080","e0ffff","fafad2","d3d3d3","d3d3d3","90ee90","ffb6c1","ffa07a","20b2aa","87cefa","778899","778899","b0c4de","ffffe0","00ff00","32cd32","faf0e6","ff00ff","800000","66cdaa","0000cd","ba55d3","9370db","3cb371","7b68ee","00fa9a","48d1cc","c71585","191970","f5fffa","ffe4e1","ffe4b5","ffdead","000080","fdf5e6","808000","6b8e23","ffa500","ff4500","da70d6","eee8aa","98fb98","afeeee","db7093","ffefd5","ffdab9","cd853f","ffc0cb","dda0dd","b0e0e6","800080","663399","ff0000","bc8f8f","4169e1","8b4513","fa8072","f4a460","2e8b57","fff5ee","a0522d","c0c0c0","87ceeb","6a5acd","708090","708090","fffafa","00ff7f","4682b4","d2b48c","008080","d8bfd8","ff6347","40e0d0","ee82ee","f5deb3","ffffff","f5f5f5","ffff00","9acd32"],s=t.indexOf(a);return s!=-1&&(c=l[s]),c}function Ll(a,c,t,l){var s;if(c!==void 0)s=c;else{var i=r(l.slideContent,["p:sld","p:clrMapOvr","a:overrideClrMapping","attrs"]);if(i!==void 0)s=i;else{var i=r(l.slideLayoutContent,["p:sldLayout","p:clrMapOvr","a:overrideClrMapping","attrs"]);i!==void 0?s=i:s=r(l.slideMasterContent,["p:sldMaster","p:clrMap","attrs"])}}var f=a.substr(2);if(f=="phClr"&&t!==void 0)h=t;else{if(s!==void 0)switch(f){case"tx1":case"tx2":case"bg1":case"bg2":a="a:"+s[f];break}else switch(f){case"tx1":a="a:dk1";break;case"tx2":a="a:dk2";break;case"bg1":a="a:lt1";break;case"bg2":a="a:lt2";break}var d=r(l.themeContent,["a:theme","a:themeElements","a:clrScheme",a]),h=r(d,["a:srgbClr","attrs","val"]);h===void 0&&d!==void 0&&(h=r(d,["a:sysClr","attrs","lastClr"]))}return h}function vs(a){var c=new Array;if(a===void 0)return c;if(a["c:xVal"]!==void 0){var t=new Array;Us(a["c:xVal"]["c:numRef"]["c:numCache"]["c:pt"],function(l,s){return t.push(parseFloat(l["c:v"])),""}),c.push(t),t=new Array,Us(a["c:yVal"]["c:numRef"]["c:numCache"]["c:pt"],function(l,s){return t.push(parseFloat(l["c:v"])),""}),c.push(t)}else Us(a,function(l,s){var i=new Array,f=r(l,["c:tx","c:strRef","c:strCache","c:pt","c:v"])||s,d={};return r(l,["c:cat","c:strRef","c:strCache","c:pt"])!==void 0?Us(l["c:cat"]["c:strRef"]["c:strCache"]["c:pt"],function(h,p){return d[h.attrs.idx]=h["c:v"],""}):r(l,["c:cat","c:numRef","c:numCache","c:pt"])!==void 0&&Us(l["c:cat"]["c:numRef"]["c:numCache"]["c:pt"],function(h,p){return d[h.attrs.idx]=h["c:v"],""}),r(l,["c:val","c:numRef","c:numCache","c:pt"])!==void 0&&Us(l["c:val"]["c:numRef"]["c:numCache"]["c:pt"],function(h,p){return i.push({x:h.attrs.idx,y:parseFloat(h["c:v"])}),""}),c.push({key:f,values:i,xlabels:d}),""});return c}function r(a,c){if(c.constructor!==Array)throw Error("Error of path type! path is not array.");if(a===void 0)return;const t=c.length;for(let l=0;l<t;l++)if(a=a[c[l]],a===void 0)return;return a}function Pp(a,c,t){if(c.constructor!==Array)throw Error("Error of path type! path is not array.");a!==void 0&&(Object.prototype.set=function(l,s){for(var i=this,f=l.length,d=0;d<f;d++){var h=l[d];i[h]===void 0&&(d==f-1?i[h]=s:i[h]={}),i=i[h]}return i},a.set(c,t))}function Us(a,c){if(a!==void 0){var t="";if(a.constructor===Array)for(var l=a.length,s=0;s<l;s++)t+=c(a[s],s);else t+=c(a,0);return t}}function Sp(a,c,t){var l=Ze(a).toHsl();c>=1&&(c=1);var s=Math.min(l.l*c,1);return t?Ze({h:l.h,s:l.s,l:s,a:l.a}).toHex8():Ze({h:l.h,s:l.s,l:s,a:l.a}).toHex()}function Fp(a,c,t){var l=Ze(a).toHsl();c>=1&&(c=1);var s=l.l*c+(1-c);return t?Ze({h:l.h,s:l.s,l:s,a:l.a}).toHex8():Ze({h:l.h,s:l.s,l:s,a:l.a}).toHex()}function Cp(a,c,t){var l=Ze(a).toHsl(),s=c+l.l;return s>=1?t?Ze({h:l.h,s:l.s,l:1,a:l.a}).toHex8():Ze({h:l.h,s:l.s,l:1,a:l.a}).toHex():t?Ze({h:l.h,s:l.s,l:s,a:l.a}).toHex8():Ze({h:l.h,s:l.s,l:s,a:l.a}).toHex()}function Ep(a,c,t){var l=Ze(a).toHsl(),s=l.l*c;return s>=1&&(s=1),t?Ze({h:l.h,s:l.s,l:s,a:l.a}).toHex8():Ze({h:l.h,s:l.s,l:s,a:l.a}).toHex()}function zp(a,c,t){var l=Ze(a).toHsl(),s=l.h*c;return s>=360&&(s=s-360),t?Ze({h:cocacl_h,s:l.s,l:l.l,a:l.a}).toHex8():Ze({h:s,s:l.s,l:l.l,a:l.a}).toHex()}function Rp(a,c,t){var l=Ze(a).toHsl(),s=l.s*c;return s>=1&&(s=1),t?Ze({h:l.h,s,l:l.l,a:l.a}).toHex8():Ze({h:l.h,s,l:l.l,a:l.a}).toHex()}function xs(a){return a==""||a==null?0:Math.round(a/6e4)}function a0(a){var c="";switch(a.toLowerCase()){case"jpg":case"jpeg":c="image/jpeg";break;case"png":c="image/png";break;case"gif":c="image/gif";break;case"emf":c="image/x-emf";break;case"wmf":c="image/x-wmf";break;case"svg":c="image/svg+xml";break;case"mp4":c="video/mp4";break;case"webm":c="video/webm";break;case"ogg":c="video/ogg";break;case"avi":c="video/avi";break;case"mpg":c="video/mpg";break;case"wmv":c="video/wmv";break;case"mp3":c="audio/mpeg";break;case"wav":c="audio/wav";break;case"tif":case"tiff":c="image/tiff";break}return c}function Gp(a,c,t,l,s){var i=Np(l-2),f="",d=c,h=a,p="",L=Op(t,d,h),x=L[0],k=L[1],v=L[2],T=L[3],u=i.length,D=u<20?100:1e3;f=' gradientUnits="userSpaceOnUse" x1="'+x+'%" y1="'+k+'%" x2="'+v+'%" y2="'+T+'%"',f='<linearGradient id="linGrd_'+s+'"'+f+`>
19
+ `,p+=f;for(var g=0;g<u;g++){var o=Ze("#"+l[g]),_=o.getAlpha();p+='<stop offset="'+Math.round(parseFloat(i[g])/100*D)/D+'" style="stop-color:'+o.toHexString()+"; stop-opacity:"+_+';"',p+=`/>
20
20
  `}return p+=`</linearGradient>
21
- `,p}function Rp(a){var c=["0%","100%"];if(a==0)return c;for(var t=a;t--;){var l=100-100/(a+1)*(t+1),s=l+"%";c.splice(-1,0,s)}return c}function Gp(a,c,t){var l=parseFloat(t),s=parseFloat(c),i=parseFloat(a),f=2,d=2,h=l/2,p=s/2,u=2,D=2,g=2,o=2,L=(i%360+360)%360,x=(360-L)*Math.PI/180,k=Math.tan(x),v=p-k*h;L==0?(u=l,D=p,g=0,o=p):L<90?(d=l,f=0):L==90?(u=h,D=0,g=h,o=s):L<180?(d=0,f=0):L==180?(u=0,D=p,g=l,o=p):L<270?(d=0,f=s):L==270?(u=h,D=s,g=h,o=0):(d=l,f=s);var T=f+d/k,u=u==2?k*(T-v)/(Math.pow(k,2)+1):u,D=D==2?k*u+v:D,g=g==2?l-u:g,o=o==2?s-D:o,_=Math.round(g/l*100*100)/100,O=Math.round(o/s*100*100)/100,Z=Math.round(u/l*100*100)/100,se=Math.round(D/s*100*100)/100;return[_,O,Z,se]}async function Np(a,c,t,l){const[s,i]=await Op(c);var f=a["p:spPr"]["a:blipFill"],d=r(f,["a:tile","attrs"]);if(d!==void 0&&d.sx!==void 0)var h=parseInt(d.sx)/1e5*s,p=parseInt(d.sy)/1e5*i;const L=a["p:spPr"]["a:blipFill"]["a:blip"];var x=r(L,["a:alphaModFix","attrs"]),k="";if(x!==void 0&&x.amt!==void 0&&x.amt!=""){var v=parseInt(x.amt)/1e5,T=v;k="opacity='"+T+"'"}if(h!==void 0&&h!=0)var u='<pattern id="imgPtrn_'+t+'" x="0" y="0" width="'+h+'" height="'+p+'" patternUnits="userSpaceOnUse">';else var u='<pattern id="imgPtrn_'+t+'" patternContentUnits="objectBoundingBox" width="1" height="1">';var D=r(L,["a:duotone"]),g="",o="";if(D!==void 0){var _=[];Object.keys(D).forEach(function(O){if(O!="attrs"){var Z={};Z[O]=D[O];var se=Un(Z,void 0,void 0,l),ne=Ye("#"+se);_.push(ne.toRgb())}}),_.length==2&&(g='<filter id="svg_image_duotone"> <feColorMatrix type="matrix" values=".33 .33 .33 0 0.33 .33 .33 0 0.33 .33 .33 0 00 0 0 1 0"></feColorMatrix><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="'+_[0].r/255+" "+_[1].r/255+'"></feFuncR><feFuncG type="table" tableValues="'+_[0].g/255+" "+_[1].g/255+'"></feFuncG><feFuncB type="table" tableValues="'+_[0].b/255+" "+_[1].b/255+'"></feFuncB></feComponentTransfer> </filter>'),o='filter="url(#svg_image_duotone)"',u+=g}return c=Vo(c),h!==void 0&&h!=0?u+='<image xlink:href="'+c+'" x="0" y="0" width="'+h+'" height="'+p+'" '+k+" "+o+"></image>":u+='<image xlink:href="'+c+'" preserveAspectRatio="none" width="1" height="1" '+k+" "+o+"></image>",u+="</pattern>",u}async function Op(a){const c=await self.createImageBitmap(Zp(a));return[c.width,c.height]}function Zp(a){let c=a.split(","),t=c[0].match(/:(.*?);/)[1],l=atob(c[1]),s=l.length,i=new Uint8Array(s);for(;s--;)i[s]=l.charCodeAt(s);return new Blob([i],{type:t})}function nf(a){for(var c="",t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",l=new Uint8Array(a),s=l.byteLength,i=s%3,f=s-i,d,h,p,L,x,k=0;k<f;k=k+3)x=l[k]<<16|l[k+1]<<8|l[k+2],d=(x&16515072)>>18,h=(x&258048)>>12,p=(x&4032)>>6,L=x&63,c+=t[d]+t[h]+t[p]+t[L];return i==1?(x=l[f],d=(x&252)>>2,h=(x&3)<<4,c+=t[d]+t[h]+"=="):i==2&&(x=l[f]<<8|l[f+1],d=(x&64512)>>10,h=(x&1008)>>4,p=(x&15)<<2,c+=t[d]+t[h]+t[p]+"="),c}function Hp(a){var c=/^(https?|ftp):\/\/([a-zA-Z0-9.-]+(:[a-zA-Z0-9.&%$-]+)*@)*((25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9][0-9]?)(\.(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])){3}|([a-zA-Z0-9-]+\.)*[a-zA-Z0-9-]+\.(com|edu|gov|int|mil|net|org|biz|arpa|info|name|pro|aero|coop|museum|[a-zA-Z]{2}))(:[0-9]+)*(\/($|[a-zA-Z0-9.,?'\\+&%$#=~_-]+))*$/;return c.test(a)}function af(a){return a.substr((~-a.lastIndexOf(".")>>>0)+2)}function Vo(a){var c={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#039;"};return a.replace(/[&<>"']/g,function(t){return c[t]})}function Qp(a,c){a(async({type:s,data:i,options:f,IE11:d})=>{if(s==="processPPTX")try{$o.settings=f,$o.processFullTheme=f.themeProcess,$o.IE11=d,await l(i)}catch(h){console.error("AN ERROR HAPPENED DURING processPPTX",h),c({type:"ERROR",data:h.toString()})}},s=>{c(s)});async function t(s){return s.byteLength<10?console.error("读取pptx文件失败!"):Du.loadAsync(s)}async function l(s){const i=await t(s),f=new Date,d=T=>{h[T]&&p===T&&(c(h[p++]),delete h[T],d(p))},h={};let p=-1;if(i.file("docProps/thumbnail.jpeg")){const T=await i.file("docProps/thumbnail.jpeg").async("base64");c({type:"pptx-thumb",data:T,slide_num:p++})}else p=0;const L=await ep(i),x=await np(i);$o.tableStyles=await et(i,"ppt/tableStyles.xml"),console.log("slideSize: ",x),c({type:"slideSize",data:x,slide_num:p++});const k=L.slides,v=k.length;for(let T=0;T<v;T++){const u=k[T],D=u.includes("/")?u.lastIndexOf("/")+1:0,g=u.includes(".")?u.lastIndexOf("."):u.length,o=u.substring(D,g),_=o&&o.includes("slide")?Number(o.substr(5)):1,Z={type:"slide",data:await ap(i,u,T,x),slide_num:_,file_name:o};p===_?(c(Z),d(++p)):h[_]=Z,c({type:"progress-update",slide_num:v+T+1,data:(T+1)*100/v})}return c({type:"globalCSS",data:lp()}),c({type:"ExecutionTime",data:new Date-f,charts:tl}),h}}Qp((a,c)=>{self.onmessage=t=>a(t.data),self.onerror=t=>c(t)},a=>self.postMessage(a))})();
21
+ `,p}function Np(a){var c=["0%","100%"];if(a==0)return c;for(var t=a;t--;){var l=100-100/(a+1)*(t+1),s=l+"%";c.splice(-1,0,s)}return c}function Op(a,c,t){var l=parseFloat(t),s=parseFloat(c),i=parseFloat(a),f=2,d=2,h=l/2,p=s/2,u=2,D=2,g=2,o=2,L=(i%360+360)%360,x=(360-L)*Math.PI/180,k=Math.tan(x),v=p-k*h;L==0?(u=l,D=p,g=0,o=p):L<90?(d=l,f=0):L==90?(u=h,D=0,g=h,o=s):L<180?(d=0,f=0):L==180?(u=0,D=p,g=l,o=p):L<270?(d=0,f=s):L==270?(u=h,D=s,g=h,o=0):(d=l,f=s);var T=f+d/k,u=u==2?k*(T-v)/(Math.pow(k,2)+1):u,D=D==2?k*u+v:D,g=g==2?l-u:g,o=o==2?s-D:o,_=Math.round(g/l*100*100)/100,O=Math.round(o/s*100*100)/100,Z=Math.round(u/l*100*100)/100,se=Math.round(D/s*100*100)/100;return[_,O,Z,se]}function Zp(a,c,t,l){return sa(this,null,function*(){const[s,i]=yield Hp(c);var f=a["p:spPr"]["a:blipFill"],d=r(f,["a:tile","attrs"]);if(d!==void 0&&d.sx!==void 0)var h=parseInt(d.sx)/1e5*s,p=parseInt(d.sy)/1e5*i;const L=a["p:spPr"]["a:blipFill"]["a:blip"];var x=r(L,["a:alphaModFix","attrs"]),k="";if(x!==void 0&&x.amt!==void 0&&x.amt!=""){var v=parseInt(x.amt)/1e5,T=v;k="opacity='"+T+"'"}if(h!==void 0&&h!=0)var u='<pattern id="imgPtrn_'+t+'" x="0" y="0" width="'+h+'" height="'+p+'" patternUnits="userSpaceOnUse">';else var u='<pattern id="imgPtrn_'+t+'" patternContentUnits="objectBoundingBox" width="1" height="1">';var D=r(L,["a:duotone"]),g="",o="";if(D!==void 0){var _=[];Object.keys(D).forEach(function(O){if(O!="attrs"){var Z={};Z[O]=D[O];var se=Un(Z,void 0,void 0,l),ne=Ze("#"+se);_.push(ne.toRgb())}}),_.length==2&&(g='<filter id="svg_image_duotone"> <feColorMatrix type="matrix" values=".33 .33 .33 0 0.33 .33 .33 0 0.33 .33 .33 0 00 0 0 1 0"></feColorMatrix><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="'+_[0].r/255+" "+_[1].r/255+'"></feFuncR><feFuncG type="table" tableValues="'+_[0].g/255+" "+_[1].g/255+'"></feFuncG><feFuncB type="table" tableValues="'+_[0].b/255+" "+_[1].b/255+'"></feFuncB></feComponentTransfer> </filter>'),o='filter="url(#svg_image_duotone)"',u+=g}return c=t0(c),h!==void 0&&h!=0?u+='<image xlink:href="'+c+'" x="0" y="0" width="'+h+'" height="'+p+'" '+k+" "+o+"></image>":u+='<image xlink:href="'+c+'" preserveAspectRatio="none" width="1" height="1" '+k+" "+o+"></image>",u+="</pattern>",u})}function Hp(a){return sa(this,null,function*(){const c=yield self.createImageBitmap(Qp(a));return[c.width,c.height]})}function Qp(a){let c=a.split(","),t=c[0].match(/:(.*?);/)[1],l=atob(c[1]),s=l.length,i=new Uint8Array(s);for(;s--;)i[s]=l.charCodeAt(s);return new Blob([i],{type:t})}function df(a){for(var c="",t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",l=new Uint8Array(a),s=l.byteLength,i=s%3,f=s-i,d,h,p,L,x,k=0;k<f;k=k+3)x=l[k]<<16|l[k+1]<<8|l[k+2],d=(x&16515072)>>18,h=(x&258048)>>12,p=(x&4032)>>6,L=x&63,c+=t[d]+t[h]+t[p]+t[L];return i==1?(x=l[f],d=(x&252)>>2,h=(x&3)<<4,c+=t[d]+t[h]+"=="):i==2&&(x=l[f]<<8|l[f+1],d=(x&64512)>>10,h=(x&1008)>>4,p=(x&15)<<2,c+=t[d]+t[h]+t[p]+"="),c}function Yp(a){var c=/^(https?|ftp):\/\/([a-zA-Z0-9.-]+(:[a-zA-Z0-9.&%$-]+)*@)*((25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9][0-9]?)(\.(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])){3}|([a-zA-Z0-9-]+\.)*[a-zA-Z0-9-]+\.(com|edu|gov|int|mil|net|org|biz|arpa|info|name|pro|aero|coop|museum|[a-zA-Z]{2}))(:[0-9]+)*(\/($|[a-zA-Z0-9.,?'\\+&%$#=~_-]+))*$/;return c.test(a)}function of(a){return a.substr((~-a.lastIndexOf(".")>>>0)+2)}function t0(a){var c={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#039;"};return a.replace(/[&<>"']/g,function(t){return c[t]})}function $p(a,c){a(h=>sa(this,[h],function*({type:s,data:i,options:f,IE11:d}){if(s==="processPPTX")try{Ao.settings=f,Ao.processFullTheme=f.themeProcess,Ao.IE11=d,yield l(i)}catch(p){console.error("AN ERROR HAPPENED DURING processPPTX",p),c({type:"ERROR",data:p.toString()})}}),s=>{c(s)});function t(s){return sa(this,null,function*(){return s.byteLength<10?console.error("读取pptx文件失败!"):K0.loadAsync(s)})}function l(s){return sa(this,null,function*(){const i=yield t(s),f=new Date,d=T=>{h[T]&&p===T&&(c(h[p++]),delete h[T],d(p))},h={};let p=-1;if(i.file("docProps/thumbnail.jpeg")){const T=yield i.file("docProps/thumbnail.jpeg").async("base64");c({type:"pptx-thumb",data:T,slide_num:p++})}else p=0;const L=yield ap(i),x=yield tp(i);Ao.tableStyles=yield nt(i,"ppt/tableStyles.xml"),console.log("slideSize: ",x),c({type:"slideSize",data:x,slide_num:p++});const k=L.slides,v=k.length;for(let T=0;T<v;T++){const u=k[T],D=u.includes("/")?u.lastIndexOf("/")+1:0,g=u.includes(".")?u.lastIndexOf("."):u.length,o=u.substring(D,g),_=o&&o.includes("slide")?Number(o.substr(5)):1,Z={type:"slide",data:yield ip(i,u,T,x),slide_num:_,file_name:o};p===_?(c(Z),d(++p)):h[_]=Z,c({type:"progress-update",slide_num:v+T+1,data:(T+1)*100/v})}return c({type:"globalCSS",data:up()}),c({type:"ExecutionTime",data:new Date-f,charts:ol}),h})}}$p((a,c)=>{self.onmessage=t=>a(t.data),self.onerror=t=>c(t)},a=>self.postMessage(a))})();