
!function(t){function e(n){if(i[n])return i[n].exports;var s=i[n]={exports:{},id:n,loaded:!1};return t[n].call(s.exports,s,s.exports,e),s.loaded=!0,s.exports}var i={};return e.m=t,e.c=i,e.p="",e(0)}([function(t,e,i){t.exports=i(148)},function(module,exports,__webpack_require__){var __WEBPACK_AMD_DEFINE_FACTORY__,__WEBPACK_AMD_DEFINE_ARRAY__,__WEBPACK_AMD_DEFINE_RESULT__;(function(process){!function(t,e){__webpack_require__(5)&&__webpack_require__(5).dust===!0?(__WEBPACK_AMD_DEFINE_ARRAY__=[],__WEBPACK_AMD_DEFINE_FACTORY__=e,__WEBPACK_AMD_DEFINE_RESULT__="function"==typeof __WEBPACK_AMD_DEFINE_FACTORY__?__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports,__WEBPACK_AMD_DEFINE_ARRAY__):__WEBPACK_AMD_DEFINE_FACTORY__,!(void 0!==__WEBPACK_AMD_DEFINE_RESULT__&&(module.exports=__WEBPACK_AMD_DEFINE_RESULT__))):module.exports=e()}(this,function(){function getTemplate(t,e){if(t)return"function"==typeof t&&t.template?t.template:dust.isTemplateFn(t)?t:e!==!1?dust.cache[t]:void 0}function load(t,e,i){if(!t)return e.setError(new Error("No template or template name provided to render"));var n=getTemplate(t,dust.config.cache);return n?n(e,Context.wrap(i,n.templateName)):dust.onLoad?e.map(function(e){function n(t,n){var r;if(t)return e.setError(t);if(r=getTemplate(n,!1)||getTemplate(s,dust.config.cache),!r){if(!dust.compile)return e.setError(new Error("Dust compiler not available"));r=dust.loadSource(dust.compile(n,s))}r(e,Context.wrap(i,r.templateName)).end()}var s=t;3===dust.onLoad.length?dust.onLoad(s,i.options,n):dust.onLoad(s,n)}):e.setError(new Error("Template Not Found: "+t))}function Context(t,e,i,n,s){void 0===t||t instanceof Stack||(t=new Stack(t)),this.stack=t,this.global=e,this.options=i,this.blocks=n,this.templateName=s,this._isContext=!0}function getWithResolvedData(t,e,i){return function(n){return t.push(n)._get(e,i)}}function Stack(t,e,i,n){this.tail=e,this.isObject=t&&"object"==typeof t,this.head=t,this.index=i,this.of=n}function Stub(t){this.head=new Chunk(this),this.callback=t,this.out=""}function Stream(){this.head=new Chunk(this)}function Chunk(t,e,i){this.root=t,this.next=e,this.data=[],this.flushable=!1,this.taps=i}function Tap(t,e){this.head=t,this.tail=e}var dust={version:"2.7.5"},NONE="NONE",ERROR="ERROR",WARN="WARN",INFO="INFO",DEBUG="DEBUG",EMPTY_FUNC=function(){};dust.config={whitespace:!1,amd:!1,cjs:!1,cache:!0},dust._aliases={write:"w",end:"e",map:"m",render:"r",reference:"f",section:"s",exists:"x",notexists:"nx",block:"b",partial:"p",helper:"h"},function(){var t,e,i={DEBUG:0,INFO:1,WARN:2,ERROR:3,NONE:4};"undefined"!=typeof console&&console.log?(t=console.log,e="function"==typeof t?function(){t.apply(console,arguments)}:function(){t(Array.prototype.slice.apply(arguments).join(" "))}):e=EMPTY_FUNC,dust.log=function(t,n){n=n||INFO,i[n]>=i[dust.debugLevel]&&e("[DUST:"+n+"]",t)},dust.debugLevel=NONE,"undefined"!=typeof process&&process.env&&/\bdust\b/.test(process.env.DEBUG)&&(dust.debugLevel=DEBUG)}(),dust.helpers={},dust.cache={},dust.register=function(t,e){t&&(e.templateName=t,dust.config.cache!==!1&&(dust.cache[t]=e))},dust.render=function(t,e,i){var n=new Stub(i).head;try{load(t,n,e).end()}catch(t){n.setError(t)}},dust.stream=function(t,e){var i=new Stream,n=i.head;return dust.nextTick(function(){try{load(t,n,e).end()}catch(t){n.setError(t)}}),i},dust.loadSource=function(source){return eval(source)},Array.isArray?dust.isArray=Array.isArray:dust.isArray=function(t){return"[object Array]"===Object.prototype.toString.call(t)},dust.nextTick=function(){return function(t){setTimeout(t,0)}}(),dust.isEmpty=function(t){return 0!==t&&(!(!dust.isArray(t)||t.length)||!t)},dust.isEmptyObject=function(t){var e;if(null===t)return!1;if(void 0===t)return!1;if(t.length>0)return!1;for(e in t)if(Object.prototype.hasOwnProperty.call(t,e))return!1;return!0},dust.isTemplateFn=function(t){return"function"==typeof t&&t.__dustBody},dust.isThenable=function(t){return t&&"object"==typeof t&&"function"==typeof t.then},dust.isStreamable=function(t){return t&&"function"==typeof t.on&&"function"==typeof t.pipe},dust.filter=function(t,e,i,n){var s,r,c,o;if(i)for(s=0,r=i.length;s<r;s++)c=i[s],c.length&&(o=dust.filters[c],"s"===c?e=null:"function"==typeof o?t=o(t,n):dust.log("Invalid filter `"+c+"`",WARN));return e&&(t=dust.filters[e](t,n)),t},dust.filters={h:function(t){return dust.escapeHtml(t)},j:function(t){return dust.escapeJs(t)},u:encodeURI,uc:encodeURIComponent,js:function(t){return dust.escapeJSON(t)},jp:function(t){return JSON?JSON.parse(t):(dust.log("JSON is undefined; could not parse `"+t+"`",WARN),t)}},dust.makeBase=dust.context=function(t,e){return new Context(void 0,t,e)},dust.isContext=function(t){return"object"==typeof t&&t._isContext===!0},Context.wrap=function(t,e){return dust.isContext(t)?t:new Context(t,{},{},null,e)},Context.prototype.get=function(t,e){return"string"==typeof t&&("."===t[0]&&(e=!0,t=t.substr(1)),t=t.split(".")),this._get(e,t)},Context.prototype._get=function(t,e){var i,n,s,r,c,o=this.stack||{},a=1;if(n=e[0],s=e.length,t&&0===s)r=o,o=o.head;else{if(t)o&&(o=o.head?o.head[n]:void 0);else{for(;o&&(!o.isObject||(r=o.head,i=o.head[n],void 0===i));)o=o.tail;o=void 0!==i?i:this.global&&this.global[n]}for(;o&&a<s;){if(dust.isThenable(o))return o.then(getWithResolvedData(this,t,e.slice(a)));r=o,o=o[e[a]],a++}}return"function"==typeof o?(c=function(){try{return o.apply(r,arguments)}catch(t){throw dust.log(t,ERROR),t}},c.__dustBody=!!o.__dustBody,c):(void 0===o&&dust.log("Cannot find reference `{"+e.join(".")+"}` in template `"+this.getTemplateName()+"`",INFO),o)},Context.prototype.getPath=function(t,e){return this._get(t,e)},Context.prototype.push=function(t,e,i){return void 0===t?(dust.log("Not pushing an undefined variable onto the context",INFO),this):this.rebase(new Stack(t,this.stack,e,i))},Context.prototype.pop=function(){var t=this.current();return this.stack=this.stack&&this.stack.tail,t},Context.prototype.rebase=function(t){return new Context(t,this.global,this.options,this.blocks,this.getTemplateName())},Context.prototype.clone=function(){var t=this.rebase();return t.stack=this.stack,t},Context.prototype.current=function(){return this.stack&&this.stack.head},Context.prototype.getBlock=function(t){var e,i,n;if("function"==typeof t&&(t=t(new Chunk,this).data.join("")),e=this.blocks,!e)return dust.log("No blocks for context `"+t+"` in template `"+this.getTemplateName()+"`",DEBUG),!1;for(i=e.length;i--;)if(n=e[i][t])return n;return dust.log("Malformed template `"+this.getTemplateName()+"` was missing one or more blocks."),!1},Context.prototype.shiftBlocks=function(t){var e,i=this.blocks;return t?(e=i?i.concat([t]):[t],new Context(this.stack,this.global,this.options,e,this.getTemplateName())):this},Context.prototype.resolve=function(t){var e;return"function"!=typeof t?t:(e=(new Chunk).render(t,this),e instanceof Chunk?e.data.join(""):e)},Context.prototype.getTemplateName=function(){return this.templateName},Stub.prototype.flush=function(){for(var t=this.head;t;){if(!t.flushable)return t.error?(this.callback(t.error),dust.log("Rendering failed with error `"+t.error+"`",ERROR),void(this.flush=EMPTY_FUNC)):void 0;this.out+=t.data.join(""),t=t.next,this.head=t}this.callback(null,this.out)},Stream.prototype.flush=function(){for(var t=this.head;t;){if(!t.flushable)return t.error?(this.emit("error",t.error),this.emit("end"),dust.log("Streaming failed with error `"+t.error+"`",ERROR),void(this.flush=EMPTY_FUNC)):void 0;this.emit("data",t.data.join("")),t=t.next,this.head=t}this.emit("end")},Stream.prototype.emit=function(t,e){var i,n,s=this.events||{},r=s[t]||[];if(!r.length)return dust.log("Stream broadcasting, but no listeners for `"+t+"`",DEBUG),!1;for(r=r.slice(0),i=0,n=r.length;i<n;i++)r[i](e);return!0},Stream.prototype.on=function(t,e){var i=this.events=this.events||{},n=i[t]=i[t]||[];return"function"!=typeof e?dust.log("No callback function provided for `"+t+"` event listener",WARN):n.push(e),this},Stream.prototype.pipe=function(t){if("function"!=typeof t.write||"function"!=typeof t.end)return dust.log("Incompatible stream passed to `pipe`",WARN),this;var e=!1;return"function"==typeof t.emit&&t.emit("pipe",this),"function"==typeof t.on&&t.on("error",function(){e=!0}),this.on("data",function(i){if(!e)try{t.write(i,"utf8")}catch(t){dust.log(t,ERROR)}}).on("end",function(){if(!e)try{t.end(),e=!0}catch(t){dust.log(t,ERROR)}})},Chunk.prototype.write=function(t){var e=this.taps;return e&&(t=e.go(t)),this.data.push(t),this},Chunk.prototype.end=function(t){return t&&this.write(t),this.flushable=!0,this.root.flush(),this},Chunk.prototype.map=function(t){var e=new Chunk(this.root,this.next,this.taps),i=new Chunk(this.root,e,this.taps);this.next=i,this.flushable=!0;try{t(i)}catch(t){dust.log(t,ERROR),i.setError(t)}return e},Chunk.prototype.tap=function(t){var e=this.taps;return e?this.taps=e.push(t):this.taps=new Tap(t),this},Chunk.prototype.untap=function(){return this.taps=this.taps.tail,this},Chunk.prototype.render=function(t,e){return t(this,e)},Chunk.prototype.reference=function(t,e,i,n){return"function"==typeof t?(t=t.apply(e.current(),[this,e,null,{auto:i,filters:n}]),t instanceof Chunk?t:this.reference(t,e,i,n)):dust.isThenable(t)?this.await(t,e,null,i,n):dust.isStreamable(t)?this.stream(t,e,null,i,n):dust.isEmpty(t)?this:this.write(dust.filter(t,i,n,e))},Chunk.prototype.section=function(t,e,i,n){var s,r,c,o=i.block,a=i.else,u=this;if("function"==typeof t&&!dust.isTemplateFn(t)){try{t=t.apply(e.current(),[this,e,i,n])}catch(t){return dust.log(t,ERROR),this.setError(t)}if(t instanceof Chunk)return t}if(dust.isEmptyObject(i))return u;if(dust.isEmptyObject(n)||(e=e.push(n)),dust.isArray(t)){if(o){if(r=t.length,r>0){for(c=e.stack&&e.stack.head||{},c.$len=r,s=0;s<r;s++)c.$idx=s,u=o(u,e.push(t[s],s,r));return c.$idx=void 0,c.$len=void 0,u}if(a)return a(this,e)}}else{if(dust.isThenable(t))return this.await(t,e,i);if(dust.isStreamable(t))return this.stream(t,e,i);if(t===!0){if(o)return o(this,e)}else if(t||0===t){if(o)return o(this,e.push(t))}else if(a)return a(this,e)}return dust.log("Section without corresponding key in template `"+e.getTemplateName()+"`",DEBUG),this},Chunk.prototype.exists=function(t,e,i){var n=i.block,s=i.else;if(dust.isEmpty(t)){if(s)return s(this,e)}else{if(n)return n(this,e);dust.log("No block for exists check in template `"+e.getTemplateName()+"`",DEBUG)}return this},Chunk.prototype.notexists=function(t,e,i){var n=i.block,s=i.else;if(dust.isEmpty(t)){if(n)return n(this,e);dust.log("No block for not-exists check in template `"+e.getTemplateName()+"`",DEBUG)}else if(s)return s(this,e);return this},Chunk.prototype.block=function(t,e,i){var n=t||i.block;return n?n(this,e):this},Chunk.prototype.partial=function(t,e,i,n){var s;return void 0===n&&(n=i,i=e),dust.isEmptyObject(n)||(i=i.clone(),s=i.pop(),i=i.push(n).push(s)),dust.isTemplateFn(t)?this.capture(t,e,function(t,e){i.templateName=t,load(t,e,i).end()}):(i.templateName=t,load(t,this,i))},Chunk.prototype.helper=function(t,e,i,n,s){var r,c=this,o=n.filters;if(void 0===s&&(s="h"),!dust.helpers[t])return dust.log("Helper `"+t+"` does not exist",WARN),c;try{return r=dust.helpers[t](c,e,i,n),r instanceof Chunk?r:("string"==typeof o&&(o=o.split("|")),dust.isEmptyObject(i)?c.reference(r,e,s,o):c.section(r,e,i,n))}catch(e){return dust.log("Error in helper `"+t+"`: "+e.message,ERROR),c.setError(e)}},Chunk.prototype.await=function(t,e,i,n,s){return this.map(function(r){t.then(function(t){r=i?r.section(t,e,i):r.reference(t,e,n,s),r.end()},function(t){var n=i&&i.error;n?r.render(n,e.push(t)).end():(dust.log("Unhandled promise rejection in `"+e.getTemplateName()+"`",INFO),r.end())})})},Chunk.prototype.stream=function(t,e,i,n,s){var r=i&&i.block,c=i&&i.error;return this.map(function(o){var a=!1;t.on("data",function(t){a||(r?o=o.map(function(i){i.render(r,e.push(t)).end()}):i||(o=o.reference(t,e,n,s)))}).on("error",function(t){a||(c?o.render(c,e.push(t)):dust.log("Unhandled stream error in `"+e.getTemplateName()+"`",INFO),a||(a=!0,o.end()))}).on("end",function(){a||(a=!0,o.end())})})},Chunk.prototype.capture=function(t,e,i){return this.map(function(n){var s=new Stub(function(t,e){t?n.setError(t):i(e,n)});t(s.head,e).end()})},Chunk.prototype.setError=function(t){return this.error=t,this.root.flush(),this};for(var f in Chunk.prototype)dust._aliases[f]&&(Chunk.prototype[dust._aliases[f]]=Chunk.prototype[f]);Tap.prototype.push=function(t){return new Tap(t,this)},Tap.prototype.go=function(t){for(var e=this;e;)t=e.head(t),e=e.tail;return t};var HCHARS=/[&<>"']/,AMP=/&/g,LT=/</g,GT=/>/g,QUOT=/\"/g,SQUOT=/\'/g;dust.escapeHtml=function(t){return"string"==typeof t||t&&"function"==typeof t.toString?("string"!=typeof t&&(t=t.toString()),HCHARS.test(t)?t.replace(AMP,"&amp;").replace(LT,"&lt;").replace(GT,"&gt;").replace(QUOT,"&quot;").replace(SQUOT,"&#39;"):t):t};var BS=/\\/g,FS=/\//g,CR=/\r/g,LS=/\u2028/g,PS=/\u2029/g,NL=/\n/g,LF=/\f/g,SQ=/'/g,DQ=/"/g,TB=/\t/g;return dust.escapeJs=function(t){return"string"==typeof t?t.replace(BS,"\\\\").replace(FS,"\\/").replace(DQ,'\\"').replace(SQ,"\\'").replace(CR,"\\r").replace(LS,"\\u2028").replace(PS,"\\u2029").replace(NL,"\\n").replace(LF,"\\f").replace(TB,"\\t"):t},dust.escapeJSON=function(t){return JSON?JSON.stringify(t).replace(LS,"\\u2028").replace(PS,"\\u2029").replace(LT,"\\u003c"):(dust.log("JSON is undefined; could not escape `"+t+"`",WARN),t)},dust})}).call(exports,__webpack_require__(124))},function(t,e,i){"use strict";function n(t){return Object.prototype.toString.call(t)}function s(t){return"[object String]"===n(t)}function r(t,e){return b.call(t,e)}function c(t){var e=Array.prototype.slice.call(arguments,1);return e.forEach(function(e){if(e){if("object"!=typeof e)throw new TypeError(e+"must be object");Object.keys(e).forEach(function(i){t[i]=e[i]})}}),t}function o(t,e,i){return[].concat(t.slice(0,e),i,t.slice(e+1))}function a(t){return!(t>=55296&&t<=57343)&&(!(t>=64976&&t<=65007)&&(65535!==(65535&t)&&65534!==(65535&t)&&(!(t>=0&&t<=8)&&(11!==t&&(!(t>=14&&t<=31)&&(!(t>=127&&t<=159)&&!(t>1114111)))))))}function u(t){if(t>65535){t-=65536;var e=55296+(t>>10),i=56320+(1023&t);return String.fromCharCode(e,i)}return String.fromCharCode(t)}function l(t,e){var i=0;return r(q,e)?q[e]:35===e.charCodeAt(0)&&I.test(e)&&(i="x"===e[1].toLowerCase()?parseInt(e.slice(2),16):parseInt(e.slice(1),10),a(i))?u(i):t}function d(t){return t.indexOf("\\")<0?t:t.replace(x,"$1")}function p(t){return t.indexOf("\\")<0&&t.indexOf("&")<0?t:t.replace(D,function(t,e,i){return e?e:l(t,i)})}function _(t){return T[t]}function h(t){return C.test(t)?t.replace(A,_):t}function f(t){return t.replace(E,"\\$&")}function v(t){switch(t){case 9:case 32:return!0}return!1}function g(t){if(t>=8192&&t<=8202)return!0;switch(t){case 9:case 10:case 11:case 12:case 13:case 32:case 160:case 5760:case 8239:case 8287:case 12288:return!0}return!1}function m(t){return S.test(t)}function y(t){switch(t){case 33:case 34:case 35:case 36:case 37:case 38:case 39:case 40:case 41:case 42:case 43:case 44:case 45:case 46:case 47:case 58:case 59:case 60:case 61:case 62:case 63:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 124:case 125:case 126:return!0;default:return!1}}function w(t){return t.trim().replace(/\s+/g," ").toUpperCase()}var b=Object.prototype.hasOwnProperty,x=/\\([!"#$%&'()*+,\-.\/:;<=>?@[\\\]^_`{|}~])/g,k=/&([a-z#][a-z0-9]{1,31});/gi,D=new RegExp(x.source+"|"+k.source,"gi"),I=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))/i,q=i(30),C=/[&<>"]/,A=/[&<>"]/g,T={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;"},E=/[.?*+^$[\]\\(){}|-]/g,S=i(18);e.lib={},e.lib.mdurl=i(34),e.lib.ucmicro=i(127),e.assign=c,e.isString=s,e.has=r,e.unescapeMd=d,e.unescapeAll=p,e.isValidEntityCode=a,e.fromCodePoint=u,e.escapeHtml=h,e.arrayReplaceAt=o,e.isSpace=v,e.isWhiteSpace=g,e.isMdAsciiPunct=y,e.isPunctChar=m,e.escapeRE=f,e.normalizeReference=w},function(t,e,i){var n,s;/*!
	 * jQuery JavaScript Library v3.2.1
	 * https://jquery.com/
	 *
	 * Includes Sizzle.js
	 * https://sizzlejs.com/
	 *
	 * Copyright JS Foundation and other contributors
	 * Released under the MIT license
	 * https://jquery.org/license
	 *
	 * Date: 2017-03-20T18:59Z
	 */
!function(e,i){"use strict";"object"==typeof t&&"object"==typeof t.exports?t.exports=e.document?i(e,!0):function(t){if(!t.document)throw new Error("jQuery requires a window with a document");return i(t)}:i(e)}("undefined"!=typeof window?window:this,function(i,r){"use strict";function c(t,e){e=e||ct;var i=e.createElement("script");i.text=t,e.head.appendChild(i).parentNode.removeChild(i)}function o(t){var e=!!t&&"length"in t&&t.length,i=yt.type(t);return"function"!==i&&!yt.isWindow(t)&&("array"===i||0===e||"number"==typeof e&&e>0&&e-1 in t)}function a(t,e){return t.nodeName&&t.nodeName.toLowerCase()===e.toLowerCase()}function u(t,e,i){return yt.isFunction(e)?yt.grep(t,function(t,n){return!!e.call(t,n,t)!==i}):e.nodeType?yt.grep(t,function(t){return t===e!==i}):"string"!=typeof e?yt.grep(t,function(t){return dt.call(e,t)>-1!==i}):Tt.test(e)?yt.filter(e,t,i):(e=yt.filter(e,t),yt.grep(t,function(t){return dt.call(e,t)>-1!==i&&1===t.nodeType}))}function l(t,e){for(;(t=t[e])&&1!==t.nodeType;);return t}function d(t){var e={};return yt.each(t.match(zt)||[],function(t,i){e[i]=!0}),e}function p(t){return t}function _(t){throw t}function h(t,e,i,n){var s;try{t&&yt.isFunction(s=t.promise)?s.call(t).done(e).fail(i):t&&yt.isFunction(s=t.then)?s.call(t,e,i):e.apply(void 0,[t].slice(n))}catch(t){i.apply(void 0,[t])}}function f(){ct.removeEventListener("DOMContentLoaded",f),i.removeEventListener("load",f),yt.ready()}function v(){this.expando=yt.expando+v.uid++}function g(t){return"true"===t||"false"!==t&&("null"===t?null:t===+t+""?+t:Ht.test(t)?JSON.parse(t):t)}function m(t,e,i){var n;if(void 0===i&&1===t.nodeType)if(n="data-"+e.replace(Ut,"-$&").toLowerCase(),i=t.getAttribute(n),"string"==typeof i){try{i=g(i)}catch(t){}Ot.set(t,e,i)}else i=void 0;return i}function y(t,e,i,n){var s,r=1,c=20,o=n?function(){return n.cur()}:function(){return yt.css(t,e,"")},a=o(),u=i&&i[3]||(yt.cssNumber[e]?"":"px"),l=(yt.cssNumber[e]||"px"!==u&&+a)&&Wt.exec(yt.css(t,e));if(l&&l[3]!==u){u=u||l[3],i=i||[],l=+a||1;do r=r||".5",l/=r,yt.style(t,e,l+u);while(r!==(r=o()/a)&&1!==r&&--c)}return i&&(l=+l||+a||0,s=i[1]?l+(i[1]+1)*i[2]:+i[2],n&&(n.unit=u,n.start=l,n.end=s)),s}function w(t){var e,i=t.ownerDocument,n=t.nodeName,s=Qt[n];return s?s:(e=i.body.appendChild(i.createElement(n)),s=yt.css(e,"display"),e.parentNode.removeChild(e),"none"===s&&(s="block"),Qt[n]=s,s)}function b(t,e){for(var i,n,s=[],r=0,c=t.length;r<c;r++)n=t[r],n.style&&(i=n.style.display,e?("none"===i&&(s[r]=Mt.get(n,"display")||null,s[r]||(n.style.display="")),""===n.style.display&&Gt(n)&&(s[r]=w(n))):"none"!==i&&(s[r]="none",Mt.set(n,"display",i)));for(r=0;r<c;r++)null!=s[r]&&(t[r].style.display=s[r]);return t}function x(t,e){var i;return i="undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e||"*"):"undefined"!=typeof t.querySelectorAll?t.querySelectorAll(e||"*"):[],void 0===e||e&&a(t,e)?yt.merge([t],i):i}function k(t,e){for(var i=0,n=t.length;i<n;i++)Mt.set(t[i],"globalEval",!e||Mt.get(e[i],"globalEval"))}function D(t,e,i,n,s){for(var r,c,o,a,u,l,d=e.createDocumentFragment(),p=[],_=0,h=t.length;_<h;_++)if(r=t[_],r||0===r)if("object"===yt.type(r))yt.merge(p,r.nodeType?[r]:r);else if(te.test(r)){for(c=c||d.appendChild(e.createElement("div")),o=(Xt.exec(r)||["",""])[1].toLowerCase(),a=Kt[o]||Kt._default,c.innerHTML=a[1]+yt.htmlPrefilter(r)+a[2],l=a[0];l--;)c=c.lastChild;yt.merge(p,c.childNodes),c=d.firstChild,c.textContent=""}else p.push(e.createTextNode(r));for(d.textContent="",_=0;r=p[_++];)if(n&&yt.inArray(r,n)>-1)s&&s.push(r);else if(u=yt.contains(r.ownerDocument,r),c=x(d.appendChild(r),"script"),u&&k(c),i)for(l=0;r=c[l++];)Jt.test(r.type||"")&&i.push(r);return d}function I(){return!0}function q(){return!1}function C(){try{return ct.activeElement}catch(t){}}function A(t,e,i,n,s,r){var c,o;if("object"==typeof e){"string"!=typeof i&&(n=n||i,i=void 0);for(o in e)A(t,o,i,n,e[o],r);return t}if(null==n&&null==s?(s=i,n=i=void 0):null==s&&("string"==typeof i?(s=n,n=void 0):(s=n,n=i,i=void 0)),s===!1)s=q;else if(!s)return t;return 1===r&&(c=s,s=function(t){return yt().off(t),c.apply(this,arguments)},s.guid=c.guid||(c.guid=yt.guid++)),t.each(function(){yt.event.add(this,e,s,n,i)})}function T(t,e){return a(t,"table")&&a(11!==e.nodeType?e:e.firstChild,"tr")?yt(">tbody",t)[0]||t:t}function E(t){return t.type=(null!==t.getAttribute("type"))+"/"+t.type,t}function S(t){var e=ae.exec(t.type);return e?t.type=e[1]:t.removeAttribute("type"),t}function B(t,e){var i,n,s,r,c,o,a,u;if(1===e.nodeType){if(Mt.hasData(t)&&(r=Mt.access(t),c=Mt.set(e,r),u=r.events)){delete c.handle,c.events={};for(s in u)for(i=0,n=u[s].length;i<n;i++)yt.event.add(e,s,u[s][i])}Ot.hasData(t)&&(o=Ot.access(t),a=yt.extend({},o),Ot.set(e,a))}}function N(t,e){var i=e.nodeName.toLowerCase();"input"===i&&Zt.test(t.type)?e.checked=t.checked:"input"!==i&&"textarea"!==i||(e.defaultValue=t.defaultValue)}function R(t,e,i,n){e=ut.apply([],e);var s,r,o,a,u,l,d=0,p=t.length,_=p-1,h=e[0],f=yt.isFunction(h);if(f||p>1&&"string"==typeof h&&!gt.checkClone&&oe.test(h))return t.each(function(s){var r=t.eq(s);f&&(e[0]=h.call(this,s,r.html())),R(r,e,i,n)});if(p&&(s=D(e,t[0].ownerDocument,!1,t,n),r=s.firstChild,1===s.childNodes.length&&(s=r),r||n)){for(o=yt.map(x(s,"script"),E),a=o.length;d<p;d++)u=s,d!==_&&(u=yt.clone(u,!0,!0),a&&yt.merge(o,x(u,"script"))),i.call(t[d],u,d);if(a)for(l=o[o.length-1].ownerDocument,yt.map(o,S),d=0;d<a;d++)u=o[d],Jt.test(u.type||"")&&!Mt.access(u,"globalEval")&&yt.contains(l,u)&&(u.src?yt._evalUrl&&yt._evalUrl(u.src):c(u.textContent.replace(ue,""),l))}return t}function z(t,e,i){for(var n,s=e?yt.filter(e,t):t,r=0;null!=(n=s[r]);r++)i||1!==n.nodeType||yt.cleanData(x(n)),n.parentNode&&(i&&yt.contains(n.ownerDocument,n)&&k(x(n,"script")),n.parentNode.removeChild(n));return t}function F(t,e,i){var n,s,r,c,o=t.style;return i=i||pe(t),i&&(c=i.getPropertyValue(e)||i[e],""!==c||yt.contains(t.ownerDocument,t)||(c=yt.style(t,e)),!gt.pixelMarginRight()&&de.test(c)&&le.test(e)&&(n=o.width,s=o.minWidth,r=o.maxWidth,o.minWidth=o.maxWidth=o.width=c,c=i.width,o.width=n,o.minWidth=s,o.maxWidth=r)),void 0!==c?c+"":c}function P(t,e){return{get:function(){return t()?void delete this.get:(this.get=e).apply(this,arguments)}}}function L(t){if(t in me)return t;for(var e=t[0].toUpperCase()+t.slice(1),i=ge.length;i--;)if(t=ge[i]+e,t in me)return t}function j(t){var e=yt.cssProps[t];return e||(e=yt.cssProps[t]=L(t)||t),e}function M(t,e,i){var n=Wt.exec(e);return n?Math.max(0,n[2]-(i||0))+(n[3]||"px"):e}function O(t,e,i,n,s){var r,c=0;for(r=i===(n?"border":"content")?4:"width"===e?1:0;r<4;r+=2)"margin"===i&&(c+=yt.css(t,i+Vt[r],!0,s)),n?("content"===i&&(c-=yt.css(t,"padding"+Vt[r],!0,s)),"margin"!==i&&(c-=yt.css(t,"border"+Vt[r]+"Width",!0,s))):(c+=yt.css(t,"padding"+Vt[r],!0,s),"padding"!==i&&(c+=yt.css(t,"border"+Vt[r]+"Width",!0,s)));return c}function H(t,e,i){var n,s=pe(t),r=F(t,e,s),c="border-box"===yt.css(t,"boxSizing",!1,s);return de.test(r)?r:(n=c&&(gt.boxSizingReliable()||r===t.style[e]),"auto"===r&&(r=t["offset"+e[0].toUpperCase()+e.slice(1)]),r=parseFloat(r)||0,r+O(t,e,i||(c?"border":"content"),n,s)+"px")}function U(t,e,i,n,s){return new U.prototype.init(t,e,i,n,s)}function $(){we&&(ct.hidden===!1&&i.requestAnimationFrame?i.requestAnimationFrame($):i.setTimeout($,yt.fx.interval),yt.fx.tick())}function W(){return i.setTimeout(function(){ye=void 0}),ye=yt.now()}function V(t,e){var i,n=0,s={height:t};for(e=e?1:0;n<4;n+=2-e)i=Vt[n],s["margin"+i]=s["padding"+i]=t;return e&&(s.opacity=s.width=t),s}function G(t,e,i){for(var n,s=(Z.tweeners[e]||[]).concat(Z.tweeners["*"]),r=0,c=s.length;r<c;r++)if(n=s[r].call(i,e,t))return n}function Y(t,e,i){var n,s,r,c,o,a,u,l,d="width"in e||"height"in e,p=this,_={},h=t.style,f=t.nodeType&&Gt(t),v=Mt.get(t,"fxshow");i.queue||(c=yt._queueHooks(t,"fx"),null==c.unqueued&&(c.unqueued=0,o=c.empty.fire,c.empty.fire=function(){c.unqueued||o()}),c.unqueued++,p.always(function(){p.always(function(){c.unqueued--,yt.queue(t,"fx").length||c.empty.fire()})}));for(n in e)if(s=e[n],be.test(s)){if(delete e[n],r=r||"toggle"===s,s===(f?"hide":"show")){if("show"!==s||!v||void 0===v[n])continue;f=!0}_[n]=v&&v[n]||yt.style(t,n)}if(a=!yt.isEmptyObject(e),a||!yt.isEmptyObject(_)){d&&1===t.nodeType&&(i.overflow=[h.overflow,h.overflowX,h.overflowY],u=v&&v.display,null==u&&(u=Mt.get(t,"display")),l=yt.css(t,"display"),"none"===l&&(u?l=u:(b([t],!0),u=t.style.display||u,l=yt.css(t,"display"),b([t]))),("inline"===l||"inline-block"===l&&null!=u)&&"none"===yt.css(t,"float")&&(a||(p.done(function(){h.display=u}),null==u&&(l=h.display,u="none"===l?"":l)),h.display="inline-block")),i.overflow&&(h.overflow="hidden",p.always(function(){h.overflow=i.overflow[0],h.overflowX=i.overflow[1],h.overflowY=i.overflow[2]})),a=!1;for(n in _)a||(v?"hidden"in v&&(f=v.hidden):v=Mt.access(t,"fxshow",{display:u}),r&&(v.hidden=!f),f&&b([t],!0),p.done(function(){f||b([t]),Mt.remove(t,"fxshow");for(n in _)yt.style(t,n,_[n])})),a=G(f?v[n]:0,n,p),n in v||(v[n]=a.start,f&&(a.end=a.start,a.start=0))}}function Q(t,e){var i,n,s,r,c;for(i in t)if(n=yt.camelCase(i),s=e[n],r=t[i],Array.isArray(r)&&(s=r[1],r=t[i]=r[0]),i!==n&&(t[n]=r,delete t[i]),c=yt.cssHooks[n],c&&"expand"in c){r=c.expand(r),delete t[n];for(i in r)i in t||(t[i]=r[i],e[i]=s)}else e[n]=s}function Z(t,e,i){var n,s,r=0,c=Z.prefilters.length,o=yt.Deferred().always(function(){delete a.elem}),a=function(){if(s)return!1;for(var e=ye||W(),i=Math.max(0,u.startTime+u.duration-e),n=i/u.duration||0,r=1-n,c=0,a=u.tweens.length;c<a;c++)u.tweens[c].run(r);return o.notifyWith(t,[u,r,i]),r<1&&a?i:(a||o.notifyWith(t,[u,1,0]),o.resolveWith(t,[u]),!1)},u=o.promise({elem:t,props:yt.extend({},e),opts:yt.extend(!0,{specialEasing:{},easing:yt.easing._default},i),originalProperties:e,originalOptions:i,startTime:ye||W(),duration:i.duration,tweens:[],createTween:function(e,i){var n=yt.Tween(t,u.opts,e,i,u.opts.specialEasing[e]||u.opts.easing);return u.tweens.push(n),n},stop:function(e){var i=0,n=e?u.tweens.length:0;if(s)return this;for(s=!0;i<n;i++)u.tweens[i].run(1);return e?(o.notifyWith(t,[u,1,0]),o.resolveWith(t,[u,e])):o.rejectWith(t,[u,e]),this}}),l=u.props;for(Q(l,u.opts.specialEasing);r<c;r++)if(n=Z.prefilters[r].call(u,t,l,u.opts))return yt.isFunction(n.stop)&&(yt._queueHooks(u.elem,u.opts.queue).stop=yt.proxy(n.stop,n)),n;return yt.map(l,G,u),yt.isFunction(u.opts.start)&&u.opts.start.call(t,u),u.progress(u.opts.progress).done(u.opts.done,u.opts.complete).fail(u.opts.fail).always(u.opts.always),yt.fx.timer(yt.extend(a,{elem:t,anim:u,queue:u.opts.queue})),u}function X(t){var e=t.match(zt)||[];return e.join(" ")}function J(t){return t.getAttribute&&t.getAttribute("class")||""}function K(t,e,i,n){var s;if(Array.isArray(e))yt.each(e,function(e,s){i||Be.test(t)?n(t,s):K(t+"["+("object"==typeof s&&null!=s?e:"")+"]",s,i,n)});else if(i||"object"!==yt.type(e))n(t,e);else for(s in e)K(t+"["+s+"]",e[s],i,n)}function tt(t){return function(e,i){"string"!=typeof e&&(i=e,e="*");var n,s=0,r=e.toLowerCase().match(zt)||[];if(yt.isFunction(i))for(;n=r[s++];)"+"===n[0]?(n=n.slice(1)||"*",(t[n]=t[n]||[]).unshift(i)):(t[n]=t[n]||[]).push(i)}}function et(t,e,i,n){function s(o){var a;return r[o]=!0,yt.each(t[o]||[],function(t,o){var u=o(e,i,n);return"string"!=typeof u||c||r[u]?c?!(a=u):void 0:(e.dataTypes.unshift(u),s(u),!1)}),a}var r={},c=t===$e;return s(e.dataTypes[0])||!r["*"]&&s("*")}function it(t,e){var i,n,s=yt.ajaxSettings.flatOptions||{};for(i in e)void 0!==e[i]&&((s[i]?t:n||(n={}))[i]=e[i]);return n&&yt.extend(!0,t,n),t}function nt(t,e,i){for(var n,s,r,c,o=t.contents,a=t.dataTypes;"*"===a[0];)a.shift(),void 0===n&&(n=t.mimeType||e.getResponseHeader("Content-Type"));if(n)for(s in o)if(o[s]&&o[s].test(n)){a.unshift(s);break}if(a[0]in i)r=a[0];else{for(s in i){if(!a[0]||t.converters[s+" "+a[0]]){r=s;break}c||(c=s)}r=r||c}if(r)return r!==a[0]&&a.unshift(r),i[r]}function st(t,e,i,n){var s,r,c,o,a,u={},l=t.dataTypes.slice();if(l[1])for(c in t.converters)u[c.toLowerCase()]=t.converters[c];for(r=l.shift();r;)if(t.responseFields[r]&&(i[t.responseFields[r]]=e),!a&&n&&t.dataFilter&&(e=t.dataFilter(e,t.dataType)),a=r,r=l.shift())if("*"===r)r=a;else if("*"!==a&&a!==r){if(c=u[a+" "+r]||u["* "+r],!c)for(s in u)if(o=s.split(" "),o[1]===r&&(c=u[a+" "+o[0]]||u["* "+o[0]])){c===!0?c=u[s]:u[s]!==!0&&(r=o[0],l.unshift(o[1]));break}if(c!==!0)if(c&&t.throws)e=c(e);else try{e=c(e)}catch(t){return{state:"parsererror",error:c?t:"No conversion from "+a+" to "+r}}}return{state:"success",data:e}}var rt=[],ct=i.document,ot=Object.getPrototypeOf,at=rt.slice,ut=rt.concat,lt=rt.push,dt=rt.indexOf,pt={},_t=pt.toString,ht=pt.hasOwnProperty,ft=ht.toString,vt=ft.call(Object),gt={},mt="3.2.1",yt=function(t,e){return new yt.fn.init(t,e)},wt=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,bt=/^-ms-/,xt=/-([a-z])/g,kt=function(t,e){return e.toUpperCase()};yt.fn=yt.prototype={jquery:mt,constructor:yt,length:0,toArray:function(){return at.call(this)},get:function(t){return null==t?at.call(this):t<0?this[t+this.length]:this[t]},pushStack:function(t){var e=yt.merge(this.constructor(),t);return e.prevObject=this,e},each:function(t){return yt.each(this,t)},map:function(t){return this.pushStack(yt.map(this,function(e,i){return t.call(e,i,e)}))},slice:function(){return this.pushStack(at.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(t){var e=this.length,i=+t+(t<0?e:0);return this.pushStack(i>=0&&i<e?[this[i]]:[])},end:function(){return this.prevObject||this.constructor()},push:lt,sort:rt.sort,splice:rt.splice},yt.extend=yt.fn.extend=function(){var t,e,i,n,s,r,c=arguments[0]||{},o=1,a=arguments.length,u=!1;for("boolean"==typeof c&&(u=c,c=arguments[o]||{},o++),"object"==typeof c||yt.isFunction(c)||(c={}),o===a&&(c=this,o--);o<a;o++)if(null!=(t=arguments[o]))for(e in t)i=c[e],n=t[e],c!==n&&(u&&n&&(yt.isPlainObject(n)||(s=Array.isArray(n)))?(s?(s=!1,r=i&&Array.isArray(i)?i:[]):r=i&&yt.isPlainObject(i)?i:{},c[e]=yt.extend(u,r,n)):void 0!==n&&(c[e]=n));return c},yt.extend({expando:"jQuery"+(mt+Math.random()).replace(/\D/g,""),isReady:!0,error:function(t){throw new Error(t)},noop:function(){},isFunction:function(t){return"function"===yt.type(t)},isWindow:function(t){return null!=t&&t===t.window},isNumeric:function(t){var e=yt.type(t);return("number"===e||"string"===e)&&!isNaN(t-parseFloat(t))},isPlainObject:function(t){var e,i;return!(!t||"[object Object]"!==_t.call(t))&&(!(e=ot(t))||(i=ht.call(e,"constructor")&&e.constructor,"function"==typeof i&&ft.call(i)===vt))},isEmptyObject:function(t){var e;for(e in t)return!1;return!0},type:function(t){return null==t?t+"":"object"==typeof t||"function"==typeof t?pt[_t.call(t)]||"object":typeof t},globalEval:function(t){c(t)},camelCase:function(t){return t.replace(bt,"ms-").replace(xt,kt)},each:function(t,e){var i,n=0;if(o(t))for(i=t.length;n<i&&e.call(t[n],n,t[n])!==!1;n++);else for(n in t)if(e.call(t[n],n,t[n])===!1)break;return t},trim:function(t){return null==t?"":(t+"").replace(wt,"")},makeArray:function(t,e){var i=e||[];return null!=t&&(o(Object(t))?yt.merge(i,"string"==typeof t?[t]:t):lt.call(i,t)),i},inArray:function(t,e,i){return null==e?-1:dt.call(e,t,i)},merge:function(t,e){for(var i=+e.length,n=0,s=t.length;n<i;n++)t[s++]=e[n];return t.length=s,t},grep:function(t,e,i){for(var n,s=[],r=0,c=t.length,o=!i;r<c;r++)n=!e(t[r],r),n!==o&&s.push(t[r]);return s},map:function(t,e,i){var n,s,r=0,c=[];if(o(t))for(n=t.length;r<n;r++)s=e(t[r],r,i),null!=s&&c.push(s);else for(r in t)s=e(t[r],r,i),null!=s&&c.push(s);return ut.apply([],c)},guid:1,proxy:function(t,e){var i,n,s;if("string"==typeof e&&(i=t[e],e=t,t=i),yt.isFunction(t))return n=at.call(arguments,2),s=function(){return t.apply(e||this,n.concat(at.call(arguments)))},s.guid=t.guid=t.guid||yt.guid++,s},now:Date.now,support:gt}),"function"==typeof Symbol&&(yt.fn[Symbol.iterator]=rt[Symbol.iterator]),yt.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(t,e){pt["[object "+e+"]"]=e.toLowerCase()});var Dt=/*!
	 * Sizzle CSS Selector Engine v2.3.3
	 * https://sizzlejs.com/
	 *
	 * Copyright jQuery Foundation and other contributors
	 * Released under the MIT license
	 * http://jquery.org/license
	 *
	 * Date: 2016-08-08
	 */
function(t){function e(t,e,i,n){var s,r,c,o,a,u,l,p=e&&e.ownerDocument,h=e?e.nodeType:9;if(i=i||[],"string"!=typeof t||!t||1!==h&&9!==h&&11!==h)return i;if(!n&&((e?e.ownerDocument||e:O)!==N&&B(e),e=e||N,z)){if(11!==h&&(a=gt.exec(t)))if(s=a[1]){if(9===h){if(!(c=e.getElementById(s)))return i;if(c.id===s)return i.push(c),i}else if(p&&(c=p.getElementById(s))&&j(e,c)&&c.id===s)return i.push(c),i}else{if(a[2])return J.apply(i,e.getElementsByTagName(t)),i;if((s=a[3])&&x.getElementsByClassName&&e.getElementsByClassName)return J.apply(i,e.getElementsByClassName(s)),i}if(x.qsa&&!V[t+" "]&&(!F||!F.test(t))){if(1!==h)p=e,l=t;else if("object"!==e.nodeName.toLowerCase()){for((o=e.getAttribute("id"))?o=o.replace(bt,xt):e.setAttribute("id",o=M),u=q(t),r=u.length;r--;)u[r]="#"+o+" "+_(u[r]);l=u.join(","),p=mt.test(t)&&d(e.parentNode)||e}if(l)try{return J.apply(i,p.querySelectorAll(l)),i}catch(t){}finally{o===M&&e.removeAttribute("id")}}}return A(t.replace(ot,"$1"),e,i,n)}function i(){function t(i,n){return e.push(i+" ")>k.cacheLength&&delete t[e.shift()],t[i+" "]=n}var e=[];return t}function n(t){return t[M]=!0,t}function s(t){var e=N.createElement("fieldset");try{return!!t(e)}catch(t){return!1}finally{e.parentNode&&e.parentNode.removeChild(e),e=null}}function r(t,e){for(var i=t.split("|"),n=i.length;n--;)k.attrHandle[i[n]]=e}function c(t,e){var i=e&&t,n=i&&1===t.nodeType&&1===e.nodeType&&t.sourceIndex-e.sourceIndex;if(n)return n;if(i)for(;i=i.nextSibling;)if(i===e)return-1;return t?1:-1}function o(t){return function(e){var i=e.nodeName.toLowerCase();return"input"===i&&e.type===t}}function a(t){return function(e){var i=e.nodeName.toLowerCase();return("input"===i||"button"===i)&&e.type===t}}function u(t){return function(e){return"form"in e?e.parentNode&&e.disabled===!1?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&Dt(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function l(t){return n(function(e){return e=+e,n(function(i,n){for(var s,r=t([],i.length,e),c=r.length;c--;)i[s=r[c]]&&(i[s]=!(n[s]=i[s]))})})}function d(t){return t&&"undefined"!=typeof t.getElementsByTagName&&t}function p(){}function _(t){for(var e=0,i=t.length,n="";e<i;e++)n+=t[e].value;return n}function h(t,e,i){var n=e.dir,s=e.next,r=s||n,c=i&&"parentNode"===r,o=U++;return e.first?function(e,i,s){for(;e=e[n];)if(1===e.nodeType||c)return t(e,i,s);return!1}:function(e,i,a){var u,l,d,p=[H,o];if(a){for(;e=e[n];)if((1===e.nodeType||c)&&t(e,i,a))return!0}else for(;e=e[n];)if(1===e.nodeType||c)if(d=e[M]||(e[M]={}),l=d[e.uniqueID]||(d[e.uniqueID]={}),s&&s===e.nodeName.toLowerCase())e=e[n]||e;else{if((u=l[r])&&u[0]===H&&u[1]===o)return p[2]=u[2];if(l[r]=p,p[2]=t(e,i,a))return!0}return!1}}function f(t){return t.length>1?function(e,i,n){for(var s=t.length;s--;)if(!t[s](e,i,n))return!1;return!0}:t[0]}function v(t,i,n){for(var s=0,r=i.length;s<r;s++)e(t,i[s],n);return n}function g(t,e,i,n,s){for(var r,c=[],o=0,a=t.length,u=null!=e;o<a;o++)(r=t[o])&&(i&&!i(r,n,s)||(c.push(r),u&&e.push(o)));return c}function m(t,e,i,s,r,c){return s&&!s[M]&&(s=m(s)),r&&!r[M]&&(r=m(r,c)),n(function(n,c,o,a){var u,l,d,p=[],_=[],h=c.length,f=n||v(e||"*",o.nodeType?[o]:o,[]),m=!t||!n&&e?f:g(f,p,t,o,a),y=i?r||(n?t:h||s)?[]:c:m;if(i&&i(m,y,o,a),s)for(u=g(y,_),s(u,[],o,a),l=u.length;l--;)(d=u[l])&&(y[_[l]]=!(m[_[l]]=d));if(n){if(r||t){if(r){for(u=[],l=y.length;l--;)(d=y[l])&&u.push(m[l]=d);r(null,y=[],u,a)}for(l=y.length;l--;)(d=y[l])&&(u=r?tt(n,d):p[l])>-1&&(n[u]=!(c[u]=d))}}else y=g(y===c?y.splice(h,y.length):y),r?r(null,c,y,a):J.apply(c,y)})}function y(t){for(var e,i,n,s=t.length,r=k.relative[t[0].type],c=r||k.relative[" "],o=r?1:0,a=h(function(t){return t===e},c,!0),u=h(function(t){return tt(e,t)>-1},c,!0),l=[function(t,i,n){var s=!r&&(n||i!==T)||((e=i).nodeType?a(t,i,n):u(t,i,n));return e=null,s}];o<s;o++)if(i=k.relative[t[o].type])l=[h(f(l),i)];else{if(i=k.filter[t[o].type].apply(null,t[o].matches),i[M]){for(n=++o;n<s&&!k.relative[t[n].type];n++);return m(o>1&&f(l),o>1&&_(t.slice(0,o-1).concat({value:" "===t[o-2].type?"*":""})).replace(ot,"$1"),i,o<n&&y(t.slice(o,n)),n<s&&y(t=t.slice(n)),n<s&&_(t))}l.push(i)}return f(l)}function w(t,i){var s=i.length>0,r=t.length>0,c=function(n,c,o,a,u){var l,d,p,_=0,h="0",f=n&&[],v=[],m=T,y=n||r&&k.find.TAG("*",u),w=H+=null==m?1:Math.random()||.1,b=y.length;for(u&&(T=c===N||c||u);h!==b&&null!=(l=y[h]);h++){if(r&&l){for(d=0,c||l.ownerDocument===N||(B(l),o=!z);p=t[d++];)if(p(l,c||N,o)){a.push(l);break}u&&(H=w)}s&&((l=!p&&l)&&_--,n&&f.push(l))}if(_+=h,s&&h!==_){for(d=0;p=i[d++];)p(f,v,c,o);if(n){if(_>0)for(;h--;)f[h]||v[h]||(v[h]=Z.call(a));v=g(v)}J.apply(a,v),u&&!n&&v.length>0&&_+i.length>1&&e.uniqueSort(a)}return u&&(H=w,T=m),f};return s?n(c):c}var b,x,k,D,I,q,C,A,T,E,S,B,N,R,z,F,P,L,j,M="sizzle"+1*new Date,O=t.document,H=0,U=0,$=i(),W=i(),V=i(),G=function(t,e){return t===e&&(S=!0),0},Y={}.hasOwnProperty,Q=[],Z=Q.pop,X=Q.push,J=Q.push,K=Q.slice,tt=function(t,e){for(var i=0,n=t.length;i<n;i++)if(t[i]===e)return i;return-1},et="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",it="[\\x20\\t\\r\\n\\f]",nt="(?:\\\\.|[\\w-]|[^\0-\\xa0])+",st="\\["+it+"*("+nt+")(?:"+it+"*([*^$|!~]?=)"+it+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+nt+"))|)"+it+"*\\]",rt=":("+nt+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+st+")*)|.*)\\)|)",ct=new RegExp(it+"+","g"),ot=new RegExp("^"+it+"+|((?:^|[^\\\\])(?:\\\\.)*)"+it+"+$","g"),at=new RegExp("^"+it+"*,"+it+"*"),ut=new RegExp("^"+it+"*([>+~]|"+it+")"+it+"*"),lt=new RegExp("="+it+"*([^\\]'\"]*?)"+it+"*\\]","g"),dt=new RegExp(rt),pt=new RegExp("^"+nt+"$"),_t={ID:new RegExp("^#("+nt+")"),CLASS:new RegExp("^\\.("+nt+")"),TAG:new RegExp("^("+nt+"|[*])"),ATTR:new RegExp("^"+st),PSEUDO:new RegExp("^"+rt),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+it+"*(even|odd|(([+-]|)(\\d*)n|)"+it+"*(?:([+-]|)"+it+"*(\\d+)|))"+it+"*\\)|)","i"),bool:new RegExp("^(?:"+et+")$","i"),needsContext:new RegExp("^"+it+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+it+"*((?:-\\d)?\\d*)"+it+"*\\)|)(?=[^-]|$)","i")},ht=/^(?:input|select|textarea|button)$/i,ft=/^h\d$/i,vt=/^[^{]+\{\s*\[native \w/,gt=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,mt=/[+~]/,yt=new RegExp("\\\\([\\da-f]{1,6}"+it+"?|("+it+")|.)","ig"),wt=function(t,e,i){var n="0x"+e-65536;return n!==n||i?e:n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320)},bt=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,xt=function(t,e){return e?"\0"===t?"�":t.slice(0,-1)+"\\"+t.charCodeAt(t.length-1).toString(16)+" ":"\\"+t},kt=function(){B()},Dt=h(function(t){return t.disabled===!0&&("form"in t||"label"in t)},{dir:"parentNode",next:"legend"});try{J.apply(Q=K.call(O.childNodes),O.childNodes),Q[O.childNodes.length].nodeType}catch(t){J={apply:Q.length?function(t,e){X.apply(t,K.call(e))}:function(t,e){for(var i=t.length,n=0;t[i++]=e[n++];);t.length=i-1}}}x=e.support={},I=e.isXML=function(t){var e=t&&(t.ownerDocument||t).documentElement;return!!e&&"HTML"!==e.nodeName},B=e.setDocument=function(t){var e,i,n=t?t.ownerDocument||t:O;return n!==N&&9===n.nodeType&&n.documentElement?(N=n,R=N.documentElement,z=!I(N),O!==N&&(i=N.defaultView)&&i.top!==i&&(i.addEventListener?i.addEventListener("unload",kt,!1):i.attachEvent&&i.attachEvent("onunload",kt)),x.attributes=s(function(t){return t.className="i",!t.getAttribute("className")}),x.getElementsByTagName=s(function(t){return t.appendChild(N.createComment("")),!t.getElementsByTagName("*").length}),x.getElementsByClassName=vt.test(N.getElementsByClassName),x.getById=s(function(t){return R.appendChild(t).id=M,!N.getElementsByName||!N.getElementsByName(M).length}),x.getById?(k.filter.ID=function(t){var e=t.replace(yt,wt);return function(t){return t.getAttribute("id")===e}},k.find.ID=function(t,e){if("undefined"!=typeof e.getElementById&&z){var i=e.getElementById(t);return i?[i]:[]}}):(k.filter.ID=function(t){var e=t.replace(yt,wt);return function(t){var i="undefined"!=typeof t.getAttributeNode&&t.getAttributeNode("id");return i&&i.value===e}},k.find.ID=function(t,e){if("undefined"!=typeof e.getElementById&&z){var i,n,s,r=e.getElementById(t);if(r){if(i=r.getAttributeNode("id"),i&&i.value===t)return[r];for(s=e.getElementsByName(t),n=0;r=s[n++];)if(i=r.getAttributeNode("id"),i&&i.value===t)return[r]}return[]}}),k.find.TAG=x.getElementsByTagName?function(t,e){return"undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t):x.qsa?e.querySelectorAll(t):void 0}:function(t,e){var i,n=[],s=0,r=e.getElementsByTagName(t);if("*"===t){for(;i=r[s++];)1===i.nodeType&&n.push(i);return n}return r},k.find.CLASS=x.getElementsByClassName&&function(t,e){if("undefined"!=typeof e.getElementsByClassName&&z)return e.getElementsByClassName(t)},P=[],F=[],(x.qsa=vt.test(N.querySelectorAll))&&(s(function(t){R.appendChild(t).innerHTML="<a id='"+M+"'></a><select id='"+M+"-\r\\' msallowcapture=''><option selected=''></option></select>",t.querySelectorAll("[msallowcapture^='']").length&&F.push("[*^$]="+it+"*(?:''|\"\")"),t.querySelectorAll("[selected]").length||F.push("\\["+it+"*(?:value|"+et+")"),t.querySelectorAll("[id~="+M+"-]").length||F.push("~="),t.querySelectorAll(":checked").length||F.push(":checked"),t.querySelectorAll("a#"+M+"+*").length||F.push(".#.+[+~]")}),s(function(t){t.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var e=N.createElement("input");e.setAttribute("type","hidden"),t.appendChild(e).setAttribute("name","D"),t.querySelectorAll("[name=d]").length&&F.push("name"+it+"*[*^$|!~]?="),2!==t.querySelectorAll(":enabled").length&&F.push(":enabled",":disabled"),R.appendChild(t).disabled=!0,2!==t.querySelectorAll(":disabled").length&&F.push(":enabled",":disabled"),t.querySelectorAll("*,:x"),F.push(",.*:")})),(x.matchesSelector=vt.test(L=R.matches||R.webkitMatchesSelector||R.mozMatchesSelector||R.oMatchesSelector||R.msMatchesSelector))&&s(function(t){x.disconnectedMatch=L.call(t,"*"),L.call(t,"[s!='']:x"),P.push("!=",rt)}),F=F.length&&new RegExp(F.join("|")),P=P.length&&new RegExp(P.join("|")),e=vt.test(R.compareDocumentPosition),j=e||vt.test(R.contains)?function(t,e){var i=9===t.nodeType?t.documentElement:t,n=e&&e.parentNode;return t===n||!(!n||1!==n.nodeType||!(i.contains?i.contains(n):t.compareDocumentPosition&&16&t.compareDocumentPosition(n)))}:function(t,e){if(e)for(;e=e.parentNode;)if(e===t)return!0;return!1},G=e?function(t,e){if(t===e)return S=!0,0;var i=!t.compareDocumentPosition-!e.compareDocumentPosition;return i?i:(i=(t.ownerDocument||t)===(e.ownerDocument||e)?t.compareDocumentPosition(e):1,1&i||!x.sortDetached&&e.compareDocumentPosition(t)===i?t===N||t.ownerDocument===O&&j(O,t)?-1:e===N||e.ownerDocument===O&&j(O,e)?1:E?tt(E,t)-tt(E,e):0:4&i?-1:1)}:function(t,e){if(t===e)return S=!0,0;var i,n=0,s=t.parentNode,r=e.parentNode,o=[t],a=[e];if(!s||!r)return t===N?-1:e===N?1:s?-1:r?1:E?tt(E,t)-tt(E,e):0;if(s===r)return c(t,e);for(i=t;i=i.parentNode;)o.unshift(i);for(i=e;i=i.parentNode;)a.unshift(i);for(;o[n]===a[n];)n++;return n?c(o[n],a[n]):o[n]===O?-1:a[n]===O?1:0},N):N},e.matches=function(t,i){return e(t,null,null,i)},e.matchesSelector=function(t,i){if((t.ownerDocument||t)!==N&&B(t),i=i.replace(lt,"='$1']"),x.matchesSelector&&z&&!V[i+" "]&&(!P||!P.test(i))&&(!F||!F.test(i)))try{var n=L.call(t,i);if(n||x.disconnectedMatch||t.document&&11!==t.document.nodeType)return n}catch(t){}return e(i,N,null,[t]).length>0},e.contains=function(t,e){return(t.ownerDocument||t)!==N&&B(t),j(t,e)},e.attr=function(t,e){(t.ownerDocument||t)!==N&&B(t);var i=k.attrHandle[e.toLowerCase()],n=i&&Y.call(k.attrHandle,e.toLowerCase())?i(t,e,!z):void 0;return void 0!==n?n:x.attributes||!z?t.getAttribute(e):(n=t.getAttributeNode(e))&&n.specified?n.value:null},e.escape=function(t){return(t+"").replace(bt,xt)},e.error=function(t){throw new Error("Syntax error, unrecognized expression: "+t)},e.uniqueSort=function(t){var e,i=[],n=0,s=0;if(S=!x.detectDuplicates,E=!x.sortStable&&t.slice(0),t.sort(G),S){for(;e=t[s++];)e===t[s]&&(n=i.push(s));for(;n--;)t.splice(i[n],1)}return E=null,t},D=e.getText=function(t){var e,i="",n=0,s=t.nodeType;if(s){if(1===s||9===s||11===s){if("string"==typeof t.textContent)return t.textContent;for(t=t.firstChild;t;t=t.nextSibling)i+=D(t)}else if(3===s||4===s)return t.nodeValue}else for(;e=t[n++];)i+=D(e);return i},k=e.selectors={cacheLength:50,createPseudo:n,match:_t,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(t){return t[1]=t[1].replace(yt,wt),t[3]=(t[3]||t[4]||t[5]||"").replace(yt,wt),"~="===t[2]&&(t[3]=" "+t[3]+" "),t.slice(0,4)},CHILD:function(t){return t[1]=t[1].toLowerCase(),"nth"===t[1].slice(0,3)?(t[3]||e.error(t[0]),t[4]=+(t[4]?t[5]+(t[6]||1):2*("even"===t[3]||"odd"===t[3])),t[5]=+(t[7]+t[8]||"odd"===t[3])):t[3]&&e.error(t[0]),t},PSEUDO:function(t){var e,i=!t[6]&&t[2];return _t.CHILD.test(t[0])?null:(t[3]?t[2]=t[4]||t[5]||"":i&&dt.test(i)&&(e=q(i,!0))&&(e=i.indexOf(")",i.length-e)-i.length)&&(t[0]=t[0].slice(0,e),t[2]=i.slice(0,e)),t.slice(0,3))}},filter:{TAG:function(t){var e=t.replace(yt,wt).toLowerCase();return"*"===t?function(){return!0}:function(t){return t.nodeName&&t.nodeName.toLowerCase()===e}},CLASS:function(t){var e=$[t+" "];return e||(e=new RegExp("(^|"+it+")"+t+"("+it+"|$)"))&&$(t,function(t){return e.test("string"==typeof t.className&&t.className||"undefined"!=typeof t.getAttribute&&t.getAttribute("class")||"")})},ATTR:function(t,i,n){return function(s){var r=e.attr(s,t);return null==r?"!="===i:!i||(r+="","="===i?r===n:"!="===i?r!==n:"^="===i?n&&0===r.indexOf(n):"*="===i?n&&r.indexOf(n)>-1:"$="===i?n&&r.slice(-n.length)===n:"~="===i?(" "+r.replace(ct," ")+" ").indexOf(n)>-1:"|="===i&&(r===n||r.slice(0,n.length+1)===n+"-"))}},CHILD:function(t,e,i,n,s){var r="nth"!==t.slice(0,3),c="last"!==t.slice(-4),o="of-type"===e;return 1===n&&0===s?function(t){return!!t.parentNode}:function(e,i,a){var u,l,d,p,_,h,f=r!==c?"nextSibling":"previousSibling",v=e.parentNode,g=o&&e.nodeName.toLowerCase(),m=!a&&!o,y=!1;if(v){if(r){for(;f;){for(p=e;p=p[f];)if(o?p.nodeName.toLowerCase()===g:1===p.nodeType)return!1;h=f="only"===t&&!h&&"nextSibling"}return!0}if(h=[c?v.firstChild:v.lastChild],c&&m){for(p=v,d=p[M]||(p[M]={}),l=d[p.uniqueID]||(d[p.uniqueID]={}),u=l[t]||[],_=u[0]===H&&u[1],y=_&&u[2],p=_&&v.childNodes[_];p=++_&&p&&p[f]||(y=_=0)||h.pop();)if(1===p.nodeType&&++y&&p===e){l[t]=[H,_,y];break}}else if(m&&(p=e,d=p[M]||(p[M]={}),l=d[p.uniqueID]||(d[p.uniqueID]={}),u=l[t]||[],_=u[0]===H&&u[1],y=_),y===!1)for(;(p=++_&&p&&p[f]||(y=_=0)||h.pop())&&((o?p.nodeName.toLowerCase()!==g:1!==p.nodeType)||!++y||(m&&(d=p[M]||(p[M]={}),l=d[p.uniqueID]||(d[p.uniqueID]={}),l[t]=[H,y]),p!==e)););return y-=s,y===n||y%n===0&&y/n>=0}}},PSEUDO:function(t,i){var s,r=k.pseudos[t]||k.setFilters[t.toLowerCase()]||e.error("unsupported pseudo: "+t);return r[M]?r(i):r.length>1?(s=[t,t,"",i],k.setFilters.hasOwnProperty(t.toLowerCase())?n(function(t,e){for(var n,s=r(t,i),c=s.length;c--;)n=tt(t,s[c]),t[n]=!(e[n]=s[c])}):function(t){return r(t,0,s)}):r}},pseudos:{not:n(function(t){var e=[],i=[],s=C(t.replace(ot,"$1"));return s[M]?n(function(t,e,i,n){for(var r,c=s(t,null,n,[]),o=t.length;o--;)(r=c[o])&&(t[o]=!(e[o]=r))}):function(t,n,r){return e[0]=t,s(e,null,r,i),e[0]=null,!i.pop()}}),has:n(function(t){return function(i){return e(t,i).length>0}}),contains:n(function(t){return t=t.replace(yt,wt),function(e){return(e.textContent||e.innerText||D(e)).indexOf(t)>-1}}),lang:n(function(t){return pt.test(t||"")||e.error("unsupported lang: "+t),t=t.replace(yt,wt).toLowerCase(),function(e){var i;do if(i=z?e.lang:e.getAttribute("xml:lang")||e.getAttribute("lang"))return i=i.toLowerCase(),i===t||0===i.indexOf(t+"-");while((e=e.parentNode)&&1===e.nodeType);return!1}}),target:function(e){var i=t.location&&t.location.hash;return i&&i.slice(1)===e.id},root:function(t){return t===R},focus:function(t){return t===N.activeElement&&(!N.hasFocus||N.hasFocus())&&!!(t.type||t.href||~t.tabIndex)},enabled:u(!1),disabled:u(!0),checked:function(t){var e=t.nodeName.toLowerCase();return"input"===e&&!!t.checked||"option"===e&&!!t.selected},selected:function(t){return t.parentNode&&t.parentNode.selectedIndex,t.selected===!0},empty:function(t){for(t=t.firstChild;t;t=t.nextSibling)if(t.nodeType<6)return!1;return!0},parent:function(t){return!k.pseudos.empty(t)},header:function(t){return ft.test(t.nodeName)},input:function(t){return ht.test(t.nodeName)},button:function(t){var e=t.nodeName.toLowerCase();return"input"===e&&"button"===t.type||"button"===e},text:function(t){var e;return"input"===t.nodeName.toLowerCase()&&"text"===t.type&&(null==(e=t.getAttribute("type"))||"text"===e.toLowerCase())},first:l(function(){return[0]}),last:l(function(t,e){return[e-1]}),eq:l(function(t,e,i){return[i<0?i+e:i]}),even:l(function(t,e){for(var i=0;i<e;i+=2)t.push(i);return t}),odd:l(function(t,e){for(var i=1;i<e;i+=2)t.push(i);return t}),lt:l(function(t,e,i){for(var n=i<0?i+e:i;--n>=0;)t.push(n);return t}),gt:l(function(t,e,i){for(var n=i<0?i+e:i;++n<e;)t.push(n);return t})}},k.pseudos.nth=k.pseudos.eq;for(b in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})k.pseudos[b]=o(b);for(b in{submit:!0,reset:!0})k.pseudos[b]=a(b);return p.prototype=k.filters=k.pseudos,k.setFilters=new p,q=e.tokenize=function(t,i){var n,s,r,c,o,a,u,l=W[t+" "];if(l)return i?0:l.slice(0);for(o=t,a=[],u=k.preFilter;o;){n&&!(s=at.exec(o))||(s&&(o=o.slice(s[0].length)||o),a.push(r=[])),n=!1,(s=ut.exec(o))&&(n=s.shift(),r.push({value:n,type:s[0].replace(ot," ")}),o=o.slice(n.length));for(c in k.filter)!(s=_t[c].exec(o))||u[c]&&!(s=u[c](s))||(n=s.shift(),r.push({value:n,type:c,matches:s}),o=o.slice(n.length));if(!n)break}return i?o.length:o?e.error(t):W(t,a).slice(0)},C=e.compile=function(t,e){var i,n=[],s=[],r=V[t+" "];if(!r){for(e||(e=q(t)),i=e.length;i--;)r=y(e[i]),r[M]?n.push(r):s.push(r);r=V(t,w(s,n)),r.selector=t}return r},A=e.select=function(t,e,i,n){var s,r,c,o,a,u="function"==typeof t&&t,l=!n&&q(t=u.selector||t);if(i=i||[],1===l.length){if(r=l[0]=l[0].slice(0),r.length>2&&"ID"===(c=r[0]).type&&9===e.nodeType&&z&&k.relative[r[1].type]){if(e=(k.find.ID(c.matches[0].replace(yt,wt),e)||[])[0],!e)return i;u&&(e=e.parentNode),t=t.slice(r.shift().value.length)}for(s=_t.needsContext.test(t)?0:r.length;s--&&(c=r[s],!k.relative[o=c.type]);)if((a=k.find[o])&&(n=a(c.matches[0].replace(yt,wt),mt.test(r[0].type)&&d(e.parentNode)||e))){if(r.splice(s,1),t=n.length&&_(r),!t)return J.apply(i,n),i;break}}return(u||C(t,l))(n,e,!z,i,!e||mt.test(t)&&d(e.parentNode)||e),i},x.sortStable=M.split("").sort(G).join("")===M,x.detectDuplicates=!!S,B(),x.sortDetached=s(function(t){return 1&t.compareDocumentPosition(N.createElement("fieldset"))}),s(function(t){return t.innerHTML="<a href='#'></a>","#"===t.firstChild.getAttribute("href")})||r("type|href|height|width",function(t,e,i){if(!i)return t.getAttribute(e,"type"===e.toLowerCase()?1:2)}),x.attributes&&s(function(t){return t.innerHTML="<input/>",t.firstChild.setAttribute("value",""),""===t.firstChild.getAttribute("value")})||r("value",function(t,e,i){if(!i&&"input"===t.nodeName.toLowerCase())return t.defaultValue}),s(function(t){return null==t.getAttribute("disabled")})||r(et,function(t,e,i){var n;if(!i)return t[e]===!0?e.toLowerCase():(n=t.getAttributeNode(e))&&n.specified?n.value:null}),e}(i);yt.find=Dt,yt.expr=Dt.selectors,yt.expr[":"]=yt.expr.pseudos,yt.uniqueSort=yt.unique=Dt.uniqueSort,yt.text=Dt.getText,yt.isXMLDoc=Dt.isXML,yt.contains=Dt.contains,yt.escapeSelector=Dt.escape;var It=function(t,e,i){for(var n=[],s=void 0!==i;(t=t[e])&&9!==t.nodeType;)if(1===t.nodeType){if(s&&yt(t).is(i))break;n.push(t)}return n},qt=function(t,e){for(var i=[];t;t=t.nextSibling)1===t.nodeType&&t!==e&&i.push(t);return i},Ct=yt.expr.match.needsContext,At=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i,Tt=/^.[^:#\[\.,]*$/;yt.filter=function(t,e,i){var n=e[0];return i&&(t=":not("+t+")"),1===e.length&&1===n.nodeType?yt.find.matchesSelector(n,t)?[n]:[]:yt.find.matches(t,yt.grep(e,function(t){return 1===t.nodeType}))},yt.fn.extend({find:function(t){var e,i,n=this.length,s=this;if("string"!=typeof t)return this.pushStack(yt(t).filter(function(){for(e=0;e<n;e++)if(yt.contains(s[e],this))return!0}));for(i=this.pushStack([]),e=0;e<n;e++)yt.find(t,s[e],i);return n>1?yt.uniqueSort(i):i},filter:function(t){return this.pushStack(u(this,t||[],!1))},not:function(t){return this.pushStack(u(this,t||[],!0))},is:function(t){return!!u(this,"string"==typeof t&&Ct.test(t)?yt(t):t||[],!1).length}});var Et,St=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,Bt=yt.fn.init=function(t,e,i){var n,s;if(!t)return this;if(i=i||Et,"string"==typeof t){if(n="<"===t[0]&&">"===t[t.length-1]&&t.length>=3?[null,t,null]:St.exec(t),!n||!n[1]&&e)return!e||e.jquery?(e||i).find(t):this.constructor(e).find(t);if(n[1]){if(e=e instanceof yt?e[0]:e,yt.merge(this,yt.parseHTML(n[1],e&&e.nodeType?e.ownerDocument||e:ct,!0)),At.test(n[1])&&yt.isPlainObject(e))for(n in e)yt.isFunction(this[n])?this[n](e[n]):this.attr(n,e[n]);return this}return s=ct.getElementById(n[2]),s&&(this[0]=s,this.length=1),this}return t.nodeType?(this[0]=t,this.length=1,this):yt.isFunction(t)?void 0!==i.ready?i.ready(t):t(yt):yt.makeArray(t,this)};Bt.prototype=yt.fn,Et=yt(ct);var Nt=/^(?:parents|prev(?:Until|All))/,Rt={children:!0,contents:!0,next:!0,prev:!0};yt.fn.extend({has:function(t){var e=yt(t,this),i=e.length;return this.filter(function(){for(var t=0;t<i;t++)if(yt.contains(this,e[t]))return!0})},closest:function(t,e){var i,n=0,s=this.length,r=[],c="string"!=typeof t&&yt(t);if(!Ct.test(t))for(;n<s;n++)for(i=this[n];i&&i!==e;i=i.parentNode)if(i.nodeType<11&&(c?c.index(i)>-1:1===i.nodeType&&yt.find.matchesSelector(i,t))){r.push(i);break}return this.pushStack(r.length>1?yt.uniqueSort(r):r)},index:function(t){return t?"string"==typeof t?dt.call(yt(t),this[0]):dt.call(this,t.jquery?t[0]:t):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(t,e){return this.pushStack(yt.uniqueSort(yt.merge(this.get(),yt(t,e))))},addBack:function(t){return this.add(null==t?this.prevObject:this.prevObject.filter(t))}}),yt.each({parent:function(t){var e=t.parentNode;return e&&11!==e.nodeType?e:null},parents:function(t){return It(t,"parentNode")},parentsUntil:function(t,e,i){return It(t,"parentNode",i)},next:function(t){return l(t,"nextSibling")},prev:function(t){return l(t,"previousSibling")},nextAll:function(t){return It(t,"nextSibling")},prevAll:function(t){return It(t,"previousSibling")},nextUntil:function(t,e,i){return It(t,"nextSibling",i)},prevUntil:function(t,e,i){return It(t,"previousSibling",i)},siblings:function(t){return qt((t.parentNode||{}).firstChild,t)},children:function(t){return qt(t.firstChild)},contents:function(t){return a(t,"iframe")?t.contentDocument:(a(t,"template")&&(t=t.content||t),yt.merge([],t.childNodes))}},function(t,e){yt.fn[t]=function(i,n){var s=yt.map(this,e,i);return"Until"!==t.slice(-5)&&(n=i),n&&"string"==typeof n&&(s=yt.filter(n,s)),this.length>1&&(Rt[t]||yt.uniqueSort(s),Nt.test(t)&&s.reverse()),this.pushStack(s)}});var zt=/[^\x20\t\r\n\f]+/g;yt.Callbacks=function(t){t="string"==typeof t?d(t):yt.extend({},t);var e,i,n,s,r=[],c=[],o=-1,a=function(){for(s=s||t.once,n=e=!0;c.length;o=-1)for(i=c.shift();++o<r.length;)r[o].apply(i[0],i[1])===!1&&t.stopOnFalse&&(o=r.length,i=!1);t.memory||(i=!1),e=!1,s&&(r=i?[]:"")},u={add:function(){return r&&(i&&!e&&(o=r.length-1,c.push(i)),function e(i){yt.each(i,function(i,n){yt.isFunction(n)?t.unique&&u.has(n)||r.push(n):n&&n.length&&"string"!==yt.type(n)&&e(n)})}(arguments),i&&!e&&a()),this},remove:function(){return yt.each(arguments,function(t,e){for(var i;(i=yt.inArray(e,r,i))>-1;)r.splice(i,1),i<=o&&o--}),this},has:function(t){return t?yt.inArray(t,r)>-1:r.length>0},empty:function(){return r&&(r=[]),this},disable:function(){return s=c=[],r=i="",this},disabled:function(){return!r},lock:function(){return s=c=[],i||e||(r=i=""),this},locked:function(){return!!s},fireWith:function(t,i){return s||(i=i||[],i=[t,i.slice?i.slice():i],c.push(i),e||a()),this},fire:function(){return u.fireWith(this,arguments),this},fired:function(){return!!n}};return u},yt.extend({Deferred:function(t){var e=[["notify","progress",yt.Callbacks("memory"),yt.Callbacks("memory"),2],["resolve","done",yt.Callbacks("once memory"),yt.Callbacks("once memory"),0,"resolved"],["reject","fail",yt.Callbacks("once memory"),yt.Callbacks("once memory"),1,"rejected"]],n="pending",s={state:function(){return n},always:function(){return r.done(arguments).fail(arguments),this},catch:function(t){return s.then(null,t)},pipe:function(){var t=arguments;return yt.Deferred(function(i){yt.each(e,function(e,n){var s=yt.isFunction(t[n[4]])&&t[n[4]];r[n[1]](function(){var t=s&&s.apply(this,arguments);t&&yt.isFunction(t.promise)?t.promise().progress(i.notify).done(i.resolve).fail(i.reject):i[n[0]+"With"](this,s?[t]:arguments)})}),t=null}).promise()},then:function(t,n,s){function r(t,e,n,s){return function(){var o=this,a=arguments,u=function(){var i,u;if(!(t<c)){if(i=n.apply(o,a),i===e.promise())throw new TypeError("Thenable self-resolution");u=i&&("object"==typeof i||"function"==typeof i)&&i.then,yt.isFunction(u)?s?u.call(i,r(c,e,p,s),r(c,e,_,s)):(c++,u.call(i,r(c,e,p,s),r(c,e,_,s),r(c,e,p,e.notifyWith))):(n!==p&&(o=void 0,a=[i]),(s||e.resolveWith)(o,a))}},l=s?u:function(){try{u()}catch(i){yt.Deferred.exceptionHook&&yt.Deferred.exceptionHook(i,l.stackTrace),t+1>=c&&(n!==_&&(o=void 0,a=[i]),e.rejectWith(o,a))}};t?l():(yt.Deferred.getStackHook&&(l.stackTrace=yt.Deferred.getStackHook()),i.setTimeout(l))}}var c=0;return yt.Deferred(function(i){e[0][3].add(r(0,i,yt.isFunction(s)?s:p,i.notifyWith)),e[1][3].add(r(0,i,yt.isFunction(t)?t:p)),e[2][3].add(r(0,i,yt.isFunction(n)?n:_))}).promise()},promise:function(t){return null!=t?yt.extend(t,s):s}},r={};return yt.each(e,function(t,i){var c=i[2],o=i[5];s[i[1]]=c.add,o&&c.add(function(){n=o},e[3-t][2].disable,e[0][2].lock),c.add(i[3].fire),r[i[0]]=function(){return r[i[0]+"With"](this===r?void 0:this,arguments),this},r[i[0]+"With"]=c.fireWith}),s.promise(r),t&&t.call(r,r),r},when:function(t){var e=arguments.length,i=e,n=Array(i),s=at.call(arguments),r=yt.Deferred(),c=function(t){return function(i){n[t]=this,s[t]=arguments.length>1?at.call(arguments):i,--e||r.resolveWith(n,s)}};if(e<=1&&(h(t,r.done(c(i)).resolve,r.reject,!e),"pending"===r.state()||yt.isFunction(s[i]&&s[i].then)))return r.then();for(;i--;)h(s[i],c(i),r.reject);return r.promise()}});var Ft=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;yt.Deferred.exceptionHook=function(t,e){i.console&&i.console.warn&&t&&Ft.test(t.name)&&i.console.warn("jQuery.Deferred exception: "+t.message,t.stack,e)},yt.readyException=function(t){i.setTimeout(function(){throw t})};var Pt=yt.Deferred();yt.fn.ready=function(t){return Pt.then(t).catch(function(t){yt.readyException(t)}),this},yt.extend({isReady:!1,readyWait:1,ready:function(t){(t===!0?--yt.readyWait:yt.isReady)||(yt.isReady=!0,t!==!0&&--yt.readyWait>0||Pt.resolveWith(ct,[yt]))}}),yt.ready.then=Pt.then,"complete"===ct.readyState||"loading"!==ct.readyState&&!ct.documentElement.doScroll?i.setTimeout(yt.ready):(ct.addEventListener("DOMContentLoaded",f),i.addEventListener("load",f));var Lt=function(t,e,i,n,s,r,c){var o=0,a=t.length,u=null==i;if("object"===yt.type(i)){s=!0;for(o in i)Lt(t,e,o,i[o],!0,r,c)}else if(void 0!==n&&(s=!0,yt.isFunction(n)||(c=!0),u&&(c?(e.call(t,n),e=null):(u=e,e=function(t,e,i){return u.call(yt(t),i)})),e))for(;o<a;o++)e(t[o],i,c?n:n.call(t[o],o,e(t[o],i)));return s?t:u?e.call(t):a?e(t[0],i):r},jt=function(t){return 1===t.nodeType||9===t.nodeType||!+t.nodeType};v.uid=1,v.prototype={cache:function(t){var e=t[this.expando];return e||(e={},jt(t)&&(t.nodeType?t[this.expando]=e:Object.defineProperty(t,this.expando,{value:e,configurable:!0}))),e},set:function(t,e,i){var n,s=this.cache(t);if("string"==typeof e)s[yt.camelCase(e)]=i;else for(n in e)s[yt.camelCase(n)]=e[n];return s},get:function(t,e){return void 0===e?this.cache(t):t[this.expando]&&t[this.expando][yt.camelCase(e)]},access:function(t,e,i){return void 0===e||e&&"string"==typeof e&&void 0===i?this.get(t,e):(this.set(t,e,i),void 0!==i?i:e)},remove:function(t,e){var i,n=t[this.expando];if(void 0!==n){if(void 0!==e){Array.isArray(e)?e=e.map(yt.camelCase):(e=yt.camelCase(e),e=e in n?[e]:e.match(zt)||[]),i=e.length;for(;i--;)delete n[e[i]]}(void 0===e||yt.isEmptyObject(n))&&(t.nodeType?t[this.expando]=void 0:delete t[this.expando])}},hasData:function(t){var e=t[this.expando];return void 0!==e&&!yt.isEmptyObject(e)}};var Mt=new v,Ot=new v,Ht=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,Ut=/[A-Z]/g;yt.extend({hasData:function(t){return Ot.hasData(t)||Mt.hasData(t)},data:function(t,e,i){return Ot.access(t,e,i)},removeData:function(t,e){Ot.remove(t,e)},_data:function(t,e,i){return Mt.access(t,e,i)},_removeData:function(t,e){Mt.remove(t,e)}}),yt.fn.extend({data:function(t,e){var i,n,s,r=this[0],c=r&&r.attributes;if(void 0===t){if(this.length&&(s=Ot.get(r),1===r.nodeType&&!Mt.get(r,"hasDataAttrs"))){for(i=c.length;i--;)c[i]&&(n=c[i].name,0===n.indexOf("data-")&&(n=yt.camelCase(n.slice(5)),m(r,n,s[n])));Mt.set(r,"hasDataAttrs",!0)}return s}return"object"==typeof t?this.each(function(){Ot.set(this,t)}):Lt(this,function(e){var i;if(r&&void 0===e){if(i=Ot.get(r,t),void 0!==i)return i;if(i=m(r,t),void 0!==i)return i}else this.each(function(){Ot.set(this,t,e)})},null,e,arguments.length>1,null,!0)},removeData:function(t){return this.each(function(){Ot.remove(this,t)})}}),yt.extend({queue:function(t,e,i){var n;if(t)return e=(e||"fx")+"queue",n=Mt.get(t,e),i&&(!n||Array.isArray(i)?n=Mt.access(t,e,yt.makeArray(i)):n.push(i)),n||[]},dequeue:function(t,e){e=e||"fx";var i=yt.queue(t,e),n=i.length,s=i.shift(),r=yt._queueHooks(t,e),c=function(){yt.dequeue(t,e)};"inprogress"===s&&(s=i.shift(),n--),s&&("fx"===e&&i.unshift("inprogress"),delete r.stop,s.call(t,c,r)),!n&&r&&r.empty.fire()},_queueHooks:function(t,e){var i=e+"queueHooks";return Mt.get(t,i)||Mt.access(t,i,{empty:yt.Callbacks("once memory").add(function(){Mt.remove(t,[e+"queue",i])})})}}),yt.fn.extend({queue:function(t,e){var i=2;return"string"!=typeof t&&(e=t,t="fx",i--),arguments.length<i?yt.queue(this[0],t):void 0===e?this:this.each(function(){var i=yt.queue(this,t,e);yt._queueHooks(this,t),"fx"===t&&"inprogress"!==i[0]&&yt.dequeue(this,t)})},dequeue:function(t){return this.each(function(){yt.dequeue(this,t)})},clearQueue:function(t){return this.queue(t||"fx",[])},promise:function(t,e){var i,n=1,s=yt.Deferred(),r=this,c=this.length,o=function(){--n||s.resolveWith(r,[r])};for("string"!=typeof t&&(e=t,t=void 0),t=t||"fx";c--;)i=Mt.get(r[c],t+"queueHooks"),i&&i.empty&&(n++,i.empty.add(o));return o(),s.promise(e)}});var $t=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,Wt=new RegExp("^(?:([+-])=|)("+$t+")([a-z%]*)$","i"),Vt=["Top","Right","Bottom","Left"],Gt=function(t,e){return t=e||t,"none"===t.style.display||""===t.style.display&&yt.contains(t.ownerDocument,t)&&"none"===yt.css(t,"display")},Yt=function(t,e,i,n){var s,r,c={};for(r in e)c[r]=t.style[r],t.style[r]=e[r];s=i.apply(t,n||[]);for(r in e)t.style[r]=c[r];return s},Qt={};yt.fn.extend({show:function(){return b(this,!0)},hide:function(){return b(this)},toggle:function(t){return"boolean"==typeof t?t?this.show():this.hide():this.each(function(){Gt(this)?yt(this).show():yt(this).hide()})}});var Zt=/^(?:checkbox|radio)$/i,Xt=/<([a-z][^\/\0>\x20\t\r\n\f]+)/i,Jt=/^$|\/(?:java|ecma)script/i,Kt={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};Kt.optgroup=Kt.option,Kt.tbody=Kt.tfoot=Kt.colgroup=Kt.caption=Kt.thead,
Kt.th=Kt.td;var te=/<|&#?\w+;/;!function(){var t=ct.createDocumentFragment(),e=t.appendChild(ct.createElement("div")),i=ct.createElement("input");i.setAttribute("type","radio"),i.setAttribute("checked","checked"),i.setAttribute("name","t"),e.appendChild(i),gt.checkClone=e.cloneNode(!0).cloneNode(!0).lastChild.checked,e.innerHTML="<textarea>x</textarea>",gt.noCloneChecked=!!e.cloneNode(!0).lastChild.defaultValue}();var ee=ct.documentElement,ie=/^key/,ne=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,se=/^([^.]*)(?:\.(.+)|)/;yt.event={global:{},add:function(t,e,i,n,s){var r,c,o,a,u,l,d,p,_,h,f,v=Mt.get(t);if(v)for(i.handler&&(r=i,i=r.handler,s=r.selector),s&&yt.find.matchesSelector(ee,s),i.guid||(i.guid=yt.guid++),(a=v.events)||(a=v.events={}),(c=v.handle)||(c=v.handle=function(e){return"undefined"!=typeof yt&&yt.event.triggered!==e.type?yt.event.dispatch.apply(t,arguments):void 0}),e=(e||"").match(zt)||[""],u=e.length;u--;)o=se.exec(e[u])||[],_=f=o[1],h=(o[2]||"").split(".").sort(),_&&(d=yt.event.special[_]||{},_=(s?d.delegateType:d.bindType)||_,d=yt.event.special[_]||{},l=yt.extend({type:_,origType:f,data:n,handler:i,guid:i.guid,selector:s,needsContext:s&&yt.expr.match.needsContext.test(s),namespace:h.join(".")},r),(p=a[_])||(p=a[_]=[],p.delegateCount=0,d.setup&&d.setup.call(t,n,h,c)!==!1||t.addEventListener&&t.addEventListener(_,c)),d.add&&(d.add.call(t,l),l.handler.guid||(l.handler.guid=i.guid)),s?p.splice(p.delegateCount++,0,l):p.push(l),yt.event.global[_]=!0)},remove:function(t,e,i,n,s){var r,c,o,a,u,l,d,p,_,h,f,v=Mt.hasData(t)&&Mt.get(t);if(v&&(a=v.events)){for(e=(e||"").match(zt)||[""],u=e.length;u--;)if(o=se.exec(e[u])||[],_=f=o[1],h=(o[2]||"").split(".").sort(),_){for(d=yt.event.special[_]||{},_=(n?d.delegateType:d.bindType)||_,p=a[_]||[],o=o[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),c=r=p.length;r--;)l=p[r],!s&&f!==l.origType||i&&i.guid!==l.guid||o&&!o.test(l.namespace)||n&&n!==l.selector&&("**"!==n||!l.selector)||(p.splice(r,1),l.selector&&p.delegateCount--,d.remove&&d.remove.call(t,l));c&&!p.length&&(d.teardown&&d.teardown.call(t,h,v.handle)!==!1||yt.removeEvent(t,_,v.handle),delete a[_])}else for(_ in a)yt.event.remove(t,_+e[u],i,n,!0);yt.isEmptyObject(a)&&Mt.remove(t,"handle events")}},dispatch:function(t){var e,i,n,s,r,c,o=yt.event.fix(t),a=new Array(arguments.length),u=(Mt.get(this,"events")||{})[o.type]||[],l=yt.event.special[o.type]||{};for(a[0]=o,e=1;e<arguments.length;e++)a[e]=arguments[e];if(o.delegateTarget=this,!l.preDispatch||l.preDispatch.call(this,o)!==!1){for(c=yt.event.handlers.call(this,o,u),e=0;(s=c[e++])&&!o.isPropagationStopped();)for(o.currentTarget=s.elem,i=0;(r=s.handlers[i++])&&!o.isImmediatePropagationStopped();)o.rnamespace&&!o.rnamespace.test(r.namespace)||(o.handleObj=r,o.data=r.data,n=((yt.event.special[r.origType]||{}).handle||r.handler).apply(s.elem,a),void 0!==n&&(o.result=n)===!1&&(o.preventDefault(),o.stopPropagation()));return l.postDispatch&&l.postDispatch.call(this,o),o.result}},handlers:function(t,e){var i,n,s,r,c,o=[],a=e.delegateCount,u=t.target;if(a&&u.nodeType&&!("click"===t.type&&t.button>=1))for(;u!==this;u=u.parentNode||this)if(1===u.nodeType&&("click"!==t.type||u.disabled!==!0)){for(r=[],c={},i=0;i<a;i++)n=e[i],s=n.selector+" ",void 0===c[s]&&(c[s]=n.needsContext?yt(s,this).index(u)>-1:yt.find(s,this,null,[u]).length),c[s]&&r.push(n);r.length&&o.push({elem:u,handlers:r})}return u=this,a<e.length&&o.push({elem:u,handlers:e.slice(a)}),o},addProp:function(t,e){Object.defineProperty(yt.Event.prototype,t,{enumerable:!0,configurable:!0,get:yt.isFunction(e)?function(){if(this.originalEvent)return e(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[t]},set:function(e){Object.defineProperty(this,t,{enumerable:!0,configurable:!0,writable:!0,value:e})}})},fix:function(t){return t[yt.expando]?t:new yt.Event(t)},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==C()&&this.focus)return this.focus(),!1},delegateType:"focusin"},blur:{trigger:function(){if(this===C()&&this.blur)return this.blur(),!1},delegateType:"focusout"},click:{trigger:function(){if("checkbox"===this.type&&this.click&&a(this,"input"))return this.click(),!1},_default:function(t){return a(t.target,"a")}},beforeunload:{postDispatch:function(t){void 0!==t.result&&t.originalEvent&&(t.originalEvent.returnValue=t.result)}}}},yt.removeEvent=function(t,e,i){t.removeEventListener&&t.removeEventListener(e,i)},yt.Event=function(t,e){return this instanceof yt.Event?(t&&t.type?(this.originalEvent=t,this.type=t.type,this.isDefaultPrevented=t.defaultPrevented||void 0===t.defaultPrevented&&t.returnValue===!1?I:q,this.target=t.target&&3===t.target.nodeType?t.target.parentNode:t.target,this.currentTarget=t.currentTarget,this.relatedTarget=t.relatedTarget):this.type=t,e&&yt.extend(this,e),this.timeStamp=t&&t.timeStamp||yt.now(),void(this[yt.expando]=!0)):new yt.Event(t,e)},yt.Event.prototype={constructor:yt.Event,isDefaultPrevented:q,isPropagationStopped:q,isImmediatePropagationStopped:q,isSimulated:!1,preventDefault:function(){var t=this.originalEvent;this.isDefaultPrevented=I,t&&!this.isSimulated&&t.preventDefault()},stopPropagation:function(){var t=this.originalEvent;this.isPropagationStopped=I,t&&!this.isSimulated&&t.stopPropagation()},stopImmediatePropagation:function(){var t=this.originalEvent;this.isImmediatePropagationStopped=I,t&&!this.isSimulated&&t.stopImmediatePropagation(),this.stopPropagation()}},yt.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,char:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:function(t){var e=t.button;return null==t.which&&ie.test(t.type)?null!=t.charCode?t.charCode:t.keyCode:!t.which&&void 0!==e&&ne.test(t.type)?1&e?1:2&e?3:4&e?2:0:t.which}},yt.event.addProp),yt.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(t,e){yt.event.special[t]={delegateType:e,bindType:e,handle:function(t){var i,n=this,s=t.relatedTarget,r=t.handleObj;return s&&(s===n||yt.contains(n,s))||(t.type=r.origType,i=r.handler.apply(this,arguments),t.type=e),i}}}),yt.fn.extend({on:function(t,e,i,n){return A(this,t,e,i,n)},one:function(t,e,i,n){return A(this,t,e,i,n,1)},off:function(t,e,i){var n,s;if(t&&t.preventDefault&&t.handleObj)return n=t.handleObj,yt(t.delegateTarget).off(n.namespace?n.origType+"."+n.namespace:n.origType,n.selector,n.handler),this;if("object"==typeof t){for(s in t)this.off(s,e,t[s]);return this}return e!==!1&&"function"!=typeof e||(i=e,e=void 0),i===!1&&(i=q),this.each(function(){yt.event.remove(this,t,i,e)})}});var re=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi,ce=/<script|<style|<link/i,oe=/checked\s*(?:[^=]|=\s*.checked.)/i,ae=/^true\/(.*)/,ue=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;yt.extend({htmlPrefilter:function(t){return t.replace(re,"<$1></$2>")},clone:function(t,e,i){var n,s,r,c,o=t.cloneNode(!0),a=yt.contains(t.ownerDocument,t);if(!(gt.noCloneChecked||1!==t.nodeType&&11!==t.nodeType||yt.isXMLDoc(t)))for(c=x(o),r=x(t),n=0,s=r.length;n<s;n++)N(r[n],c[n]);if(e)if(i)for(r=r||x(t),c=c||x(o),n=0,s=r.length;n<s;n++)B(r[n],c[n]);else B(t,o);return c=x(o,"script"),c.length>0&&k(c,!a&&x(t,"script")),o},cleanData:function(t){for(var e,i,n,s=yt.event.special,r=0;void 0!==(i=t[r]);r++)if(jt(i)){if(e=i[Mt.expando]){if(e.events)for(n in e.events)s[n]?yt.event.remove(i,n):yt.removeEvent(i,n,e.handle);i[Mt.expando]=void 0}i[Ot.expando]&&(i[Ot.expando]=void 0)}}}),yt.fn.extend({detach:function(t){return z(this,t,!0)},remove:function(t){return z(this,t)},text:function(t){return Lt(this,function(t){return void 0===t?yt.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=t)})},null,t,arguments.length)},append:function(){return R(this,arguments,function(t){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var e=T(this,t);e.appendChild(t)}})},prepend:function(){return R(this,arguments,function(t){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var e=T(this,t);e.insertBefore(t,e.firstChild)}})},before:function(){return R(this,arguments,function(t){this.parentNode&&this.parentNode.insertBefore(t,this)})},after:function(){return R(this,arguments,function(t){this.parentNode&&this.parentNode.insertBefore(t,this.nextSibling)})},empty:function(){for(var t,e=0;null!=(t=this[e]);e++)1===t.nodeType&&(yt.cleanData(x(t,!1)),t.textContent="");return this},clone:function(t,e){return t=null!=t&&t,e=null==e?t:e,this.map(function(){return yt.clone(this,t,e)})},html:function(t){return Lt(this,function(t){var e=this[0]||{},i=0,n=this.length;if(void 0===t&&1===e.nodeType)return e.innerHTML;if("string"==typeof t&&!ce.test(t)&&!Kt[(Xt.exec(t)||["",""])[1].toLowerCase()]){t=yt.htmlPrefilter(t);try{for(;i<n;i++)e=this[i]||{},1===e.nodeType&&(yt.cleanData(x(e,!1)),e.innerHTML=t);e=0}catch(t){}}e&&this.empty().append(t)},null,t,arguments.length)},replaceWith:function(){var t=[];return R(this,arguments,function(e){var i=this.parentNode;yt.inArray(this,t)<0&&(yt.cleanData(x(this)),i&&i.replaceChild(e,this))},t)}}),yt.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(t,e){yt.fn[t]=function(t){for(var i,n=[],s=yt(t),r=s.length-1,c=0;c<=r;c++)i=c===r?this:this.clone(!0),yt(s[c])[e](i),lt.apply(n,i.get());return this.pushStack(n)}});var le=/^margin/,de=new RegExp("^("+$t+")(?!px)[a-z%]+$","i"),pe=function(t){var e=t.ownerDocument.defaultView;return e&&e.opener||(e=i),e.getComputedStyle(t)};!function(){function t(){if(o){o.style.cssText="box-sizing:border-box;position:relative;display:block;margin:auto;border:1px;padding:1px;top:1%;width:50%",o.innerHTML="",ee.appendChild(c);var t=i.getComputedStyle(o);e="1%"!==t.top,r="2px"===t.marginLeft,n="4px"===t.width,o.style.marginRight="50%",s="4px"===t.marginRight,ee.removeChild(c),o=null}}var e,n,s,r,c=ct.createElement("div"),o=ct.createElement("div");o.style&&(o.style.backgroundClip="content-box",o.cloneNode(!0).style.backgroundClip="",gt.clearCloneStyle="content-box"===o.style.backgroundClip,c.style.cssText="border:0;width:8px;height:0;top:0;left:-9999px;padding:0;margin-top:1px;position:absolute",c.appendChild(o),yt.extend(gt,{pixelPosition:function(){return t(),e},boxSizingReliable:function(){return t(),n},pixelMarginRight:function(){return t(),s},reliableMarginLeft:function(){return t(),r}}))}();var _e=/^(none|table(?!-c[ea]).+)/,he=/^--/,fe={position:"absolute",visibility:"hidden",display:"block"},ve={letterSpacing:"0",fontWeight:"400"},ge=["Webkit","Moz","ms"],me=ct.createElement("div").style;yt.extend({cssHooks:{opacity:{get:function(t,e){if(e){var i=F(t,"opacity");return""===i?"1":i}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{float:"cssFloat"},style:function(t,e,i,n){if(t&&3!==t.nodeType&&8!==t.nodeType&&t.style){var s,r,c,o=yt.camelCase(e),a=he.test(e),u=t.style;return a||(e=j(o)),c=yt.cssHooks[e]||yt.cssHooks[o],void 0===i?c&&"get"in c&&void 0!==(s=c.get(t,!1,n))?s:u[e]:(r=typeof i,"string"===r&&(s=Wt.exec(i))&&s[1]&&(i=y(t,e,s),r="number"),null!=i&&i===i&&("number"===r&&(i+=s&&s[3]||(yt.cssNumber[o]?"":"px")),gt.clearCloneStyle||""!==i||0!==e.indexOf("background")||(u[e]="inherit"),c&&"set"in c&&void 0===(i=c.set(t,i,n))||(a?u.setProperty(e,i):u[e]=i)),void 0)}},css:function(t,e,i,n){var s,r,c,o=yt.camelCase(e),a=he.test(e);return a||(e=j(o)),c=yt.cssHooks[e]||yt.cssHooks[o],c&&"get"in c&&(s=c.get(t,!0,i)),void 0===s&&(s=F(t,e,n)),"normal"===s&&e in ve&&(s=ve[e]),""===i||i?(r=parseFloat(s),i===!0||isFinite(r)?r||0:s):s}}),yt.each(["height","width"],function(t,e){yt.cssHooks[e]={get:function(t,i,n){if(i)return!_e.test(yt.css(t,"display"))||t.getClientRects().length&&t.getBoundingClientRect().width?H(t,e,n):Yt(t,fe,function(){return H(t,e,n)})},set:function(t,i,n){var s,r=n&&pe(t),c=n&&O(t,e,n,"border-box"===yt.css(t,"boxSizing",!1,r),r);return c&&(s=Wt.exec(i))&&"px"!==(s[3]||"px")&&(t.style[e]=i,i=yt.css(t,e)),M(t,i,c)}}}),yt.cssHooks.marginLeft=P(gt.reliableMarginLeft,function(t,e){if(e)return(parseFloat(F(t,"marginLeft"))||t.getBoundingClientRect().left-Yt(t,{marginLeft:0},function(){return t.getBoundingClientRect().left}))+"px"}),yt.each({margin:"",padding:"",border:"Width"},function(t,e){yt.cssHooks[t+e]={expand:function(i){for(var n=0,s={},r="string"==typeof i?i.split(" "):[i];n<4;n++)s[t+Vt[n]+e]=r[n]||r[n-2]||r[0];return s}},le.test(t)||(yt.cssHooks[t+e].set=M)}),yt.fn.extend({css:function(t,e){return Lt(this,function(t,e,i){var n,s,r={},c=0;if(Array.isArray(e)){for(n=pe(t),s=e.length;c<s;c++)r[e[c]]=yt.css(t,e[c],!1,n);return r}return void 0!==i?yt.style(t,e,i):yt.css(t,e)},t,e,arguments.length>1)}}),yt.Tween=U,U.prototype={constructor:U,init:function(t,e,i,n,s,r){this.elem=t,this.prop=i,this.easing=s||yt.easing._default,this.options=e,this.start=this.now=this.cur(),this.end=n,this.unit=r||(yt.cssNumber[i]?"":"px")},cur:function(){var t=U.propHooks[this.prop];return t&&t.get?t.get(this):U.propHooks._default.get(this)},run:function(t){var e,i=U.propHooks[this.prop];return this.options.duration?this.pos=e=yt.easing[this.easing](t,this.options.duration*t,0,1,this.options.duration):this.pos=e=t,this.now=(this.end-this.start)*e+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),i&&i.set?i.set(this):U.propHooks._default.set(this),this}},U.prototype.init.prototype=U.prototype,U.propHooks={_default:{get:function(t){var e;return 1!==t.elem.nodeType||null!=t.elem[t.prop]&&null==t.elem.style[t.prop]?t.elem[t.prop]:(e=yt.css(t.elem,t.prop,""),e&&"auto"!==e?e:0)},set:function(t){yt.fx.step[t.prop]?yt.fx.step[t.prop](t):1!==t.elem.nodeType||null==t.elem.style[yt.cssProps[t.prop]]&&!yt.cssHooks[t.prop]?t.elem[t.prop]=t.now:yt.style(t.elem,t.prop,t.now+t.unit)}}},U.propHooks.scrollTop=U.propHooks.scrollLeft={set:function(t){t.elem.nodeType&&t.elem.parentNode&&(t.elem[t.prop]=t.now)}},yt.easing={linear:function(t){return t},swing:function(t){return.5-Math.cos(t*Math.PI)/2},_default:"swing"},yt.fx=U.prototype.init,yt.fx.step={};var ye,we,be=/^(?:toggle|show|hide)$/,xe=/queueHooks$/;yt.Animation=yt.extend(Z,{tweeners:{"*":[function(t,e){var i=this.createTween(t,e);return y(i.elem,t,Wt.exec(e),i),i}]},tweener:function(t,e){yt.isFunction(t)?(e=t,t=["*"]):t=t.match(zt);for(var i,n=0,s=t.length;n<s;n++)i=t[n],Z.tweeners[i]=Z.tweeners[i]||[],Z.tweeners[i].unshift(e)},prefilters:[Y],prefilter:function(t,e){e?Z.prefilters.unshift(t):Z.prefilters.push(t)}}),yt.speed=function(t,e,i){var n=t&&"object"==typeof t?yt.extend({},t):{complete:i||!i&&e||yt.isFunction(t)&&t,duration:t,easing:i&&e||e&&!yt.isFunction(e)&&e};return yt.fx.off?n.duration=0:"number"!=typeof n.duration&&(n.duration in yt.fx.speeds?n.duration=yt.fx.speeds[n.duration]:n.duration=yt.fx.speeds._default),null!=n.queue&&n.queue!==!0||(n.queue="fx"),n.old=n.complete,n.complete=function(){yt.isFunction(n.old)&&n.old.call(this),n.queue&&yt.dequeue(this,n.queue)},n},yt.fn.extend({fadeTo:function(t,e,i,n){return this.filter(Gt).css("opacity",0).show().end().animate({opacity:e},t,i,n)},animate:function(t,e,i,n){var s=yt.isEmptyObject(t),r=yt.speed(e,i,n),c=function(){var e=Z(this,yt.extend({},t),r);(s||Mt.get(this,"finish"))&&e.stop(!0)};return c.finish=c,s||r.queue===!1?this.each(c):this.queue(r.queue,c)},stop:function(t,e,i){var n=function(t){var e=t.stop;delete t.stop,e(i)};return"string"!=typeof t&&(i=e,e=t,t=void 0),e&&t!==!1&&this.queue(t||"fx",[]),this.each(function(){var e=!0,s=null!=t&&t+"queueHooks",r=yt.timers,c=Mt.get(this);if(s)c[s]&&c[s].stop&&n(c[s]);else for(s in c)c[s]&&c[s].stop&&xe.test(s)&&n(c[s]);for(s=r.length;s--;)r[s].elem!==this||null!=t&&r[s].queue!==t||(r[s].anim.stop(i),e=!1,r.splice(s,1));!e&&i||yt.dequeue(this,t)})},finish:function(t){return t!==!1&&(t=t||"fx"),this.each(function(){var e,i=Mt.get(this),n=i[t+"queue"],s=i[t+"queueHooks"],r=yt.timers,c=n?n.length:0;for(i.finish=!0,yt.queue(this,t,[]),s&&s.stop&&s.stop.call(this,!0),e=r.length;e--;)r[e].elem===this&&r[e].queue===t&&(r[e].anim.stop(!0),r.splice(e,1));for(e=0;e<c;e++)n[e]&&n[e].finish&&n[e].finish.call(this);delete i.finish})}}),yt.each(["toggle","show","hide"],function(t,e){var i=yt.fn[e];yt.fn[e]=function(t,n,s){return null==t||"boolean"==typeof t?i.apply(this,arguments):this.animate(V(e,!0),t,n,s)}}),yt.each({slideDown:V("show"),slideUp:V("hide"),slideToggle:V("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(t,e){yt.fn[t]=function(t,i,n){return this.animate(e,t,i,n)}}),yt.timers=[],yt.fx.tick=function(){var t,e=0,i=yt.timers;for(ye=yt.now();e<i.length;e++)t=i[e],t()||i[e]!==t||i.splice(e--,1);i.length||yt.fx.stop(),ye=void 0},yt.fx.timer=function(t){yt.timers.push(t),yt.fx.start()},yt.fx.interval=13,yt.fx.start=function(){we||(we=!0,$())},yt.fx.stop=function(){we=null},yt.fx.speeds={slow:600,fast:200,_default:400},yt.fn.delay=function(t,e){return t=yt.fx?yt.fx.speeds[t]||t:t,e=e||"fx",this.queue(e,function(e,n){var s=i.setTimeout(e,t);n.stop=function(){i.clearTimeout(s)}})},function(){var t=ct.createElement("input"),e=ct.createElement("select"),i=e.appendChild(ct.createElement("option"));t.type="checkbox",gt.checkOn=""!==t.value,gt.optSelected=i.selected,t=ct.createElement("input"),t.value="t",t.type="radio",gt.radioValue="t"===t.value}();var ke,De=yt.expr.attrHandle;yt.fn.extend({attr:function(t,e){return Lt(this,yt.attr,t,e,arguments.length>1)},removeAttr:function(t){return this.each(function(){yt.removeAttr(this,t)})}}),yt.extend({attr:function(t,e,i){var n,s,r=t.nodeType;if(3!==r&&8!==r&&2!==r)return"undefined"==typeof t.getAttribute?yt.prop(t,e,i):(1===r&&yt.isXMLDoc(t)||(s=yt.attrHooks[e.toLowerCase()]||(yt.expr.match.bool.test(e)?ke:void 0)),void 0!==i?null===i?void yt.removeAttr(t,e):s&&"set"in s&&void 0!==(n=s.set(t,i,e))?n:(t.setAttribute(e,i+""),i):s&&"get"in s&&null!==(n=s.get(t,e))?n:(n=yt.find.attr(t,e),null==n?void 0:n))},attrHooks:{type:{set:function(t,e){if(!gt.radioValue&&"radio"===e&&a(t,"input")){var i=t.value;return t.setAttribute("type",e),i&&(t.value=i),e}}}},removeAttr:function(t,e){var i,n=0,s=e&&e.match(zt);if(s&&1===t.nodeType)for(;i=s[n++];)t.removeAttribute(i)}}),ke={set:function(t,e,i){return e===!1?yt.removeAttr(t,i):t.setAttribute(i,i),i}},yt.each(yt.expr.match.bool.source.match(/\w+/g),function(t,e){var i=De[e]||yt.find.attr;De[e]=function(t,e,n){var s,r,c=e.toLowerCase();return n||(r=De[c],De[c]=s,s=null!=i(t,e,n)?c:null,De[c]=r),s}});var Ie=/^(?:input|select|textarea|button)$/i,qe=/^(?:a|area)$/i;yt.fn.extend({prop:function(t,e){return Lt(this,yt.prop,t,e,arguments.length>1)},removeProp:function(t){return this.each(function(){delete this[yt.propFix[t]||t]})}}),yt.extend({prop:function(t,e,i){var n,s,r=t.nodeType;if(3!==r&&8!==r&&2!==r)return 1===r&&yt.isXMLDoc(t)||(e=yt.propFix[e]||e,s=yt.propHooks[e]),void 0!==i?s&&"set"in s&&void 0!==(n=s.set(t,i,e))?n:t[e]=i:s&&"get"in s&&null!==(n=s.get(t,e))?n:t[e]},propHooks:{tabIndex:{get:function(t){var e=yt.find.attr(t,"tabindex");return e?parseInt(e,10):Ie.test(t.nodeName)||qe.test(t.nodeName)&&t.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),gt.optSelected||(yt.propHooks.selected={get:function(t){var e=t.parentNode;return e&&e.parentNode&&e.parentNode.selectedIndex,null},set:function(t){var e=t.parentNode;e&&(e.selectedIndex,e.parentNode&&e.parentNode.selectedIndex)}}),yt.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){yt.propFix[this.toLowerCase()]=this}),yt.fn.extend({addClass:function(t){var e,i,n,s,r,c,o,a=0;if(yt.isFunction(t))return this.each(function(e){yt(this).addClass(t.call(this,e,J(this)))});if("string"==typeof t&&t)for(e=t.match(zt)||[];i=this[a++];)if(s=J(i),n=1===i.nodeType&&" "+X(s)+" "){for(c=0;r=e[c++];)n.indexOf(" "+r+" ")<0&&(n+=r+" ");o=X(n),s!==o&&i.setAttribute("class",o)}return this},removeClass:function(t){var e,i,n,s,r,c,o,a=0;if(yt.isFunction(t))return this.each(function(e){yt(this).removeClass(t.call(this,e,J(this)))});if(!arguments.length)return this.attr("class","");if("string"==typeof t&&t)for(e=t.match(zt)||[];i=this[a++];)if(s=J(i),n=1===i.nodeType&&" "+X(s)+" "){for(c=0;r=e[c++];)for(;n.indexOf(" "+r+" ")>-1;)n=n.replace(" "+r+" "," ");o=X(n),s!==o&&i.setAttribute("class",o)}return this},toggleClass:function(t,e){var i=typeof t;return"boolean"==typeof e&&"string"===i?e?this.addClass(t):this.removeClass(t):yt.isFunction(t)?this.each(function(i){yt(this).toggleClass(t.call(this,i,J(this),e),e)}):this.each(function(){var e,n,s,r;if("string"===i)for(n=0,s=yt(this),r=t.match(zt)||[];e=r[n++];)s.hasClass(e)?s.removeClass(e):s.addClass(e);else void 0!==t&&"boolean"!==i||(e=J(this),e&&Mt.set(this,"__className__",e),this.setAttribute&&this.setAttribute("class",e||t===!1?"":Mt.get(this,"__className__")||""))})},hasClass:function(t){var e,i,n=0;for(e=" "+t+" ";i=this[n++];)if(1===i.nodeType&&(" "+X(J(i))+" ").indexOf(e)>-1)return!0;return!1}});var Ce=/\r/g;yt.fn.extend({val:function(t){var e,i,n,s=this[0];{if(arguments.length)return n=yt.isFunction(t),this.each(function(i){var s;1===this.nodeType&&(s=n?t.call(this,i,yt(this).val()):t,null==s?s="":"number"==typeof s?s+="":Array.isArray(s)&&(s=yt.map(s,function(t){return null==t?"":t+""})),e=yt.valHooks[this.type]||yt.valHooks[this.nodeName.toLowerCase()],e&&"set"in e&&void 0!==e.set(this,s,"value")||(this.value=s))});if(s)return e=yt.valHooks[s.type]||yt.valHooks[s.nodeName.toLowerCase()],e&&"get"in e&&void 0!==(i=e.get(s,"value"))?i:(i=s.value,"string"==typeof i?i.replace(Ce,""):null==i?"":i)}}}),yt.extend({valHooks:{option:{get:function(t){var e=yt.find.attr(t,"value");return null!=e?e:X(yt.text(t))}},select:{get:function(t){var e,i,n,s=t.options,r=t.selectedIndex,c="select-one"===t.type,o=c?null:[],u=c?r+1:s.length;for(n=r<0?u:c?r:0;n<u;n++)if(i=s[n],(i.selected||n===r)&&!i.disabled&&(!i.parentNode.disabled||!a(i.parentNode,"optgroup"))){if(e=yt(i).val(),c)return e;o.push(e)}return o},set:function(t,e){for(var i,n,s=t.options,r=yt.makeArray(e),c=s.length;c--;)n=s[c],(n.selected=yt.inArray(yt.valHooks.option.get(n),r)>-1)&&(i=!0);return i||(t.selectedIndex=-1),r}}}}),yt.each(["radio","checkbox"],function(){yt.valHooks[this]={set:function(t,e){if(Array.isArray(e))return t.checked=yt.inArray(yt(t).val(),e)>-1}},gt.checkOn||(yt.valHooks[this].get=function(t){return null===t.getAttribute("value")?"on":t.value})});var Ae=/^(?:focusinfocus|focusoutblur)$/;yt.extend(yt.event,{trigger:function(t,e,n,s){var r,c,o,a,u,l,d,p=[n||ct],_=ht.call(t,"type")?t.type:t,h=ht.call(t,"namespace")?t.namespace.split("."):[];if(c=o=n=n||ct,3!==n.nodeType&&8!==n.nodeType&&!Ae.test(_+yt.event.triggered)&&(_.indexOf(".")>-1&&(h=_.split("."),_=h.shift(),h.sort()),u=_.indexOf(":")<0&&"on"+_,t=t[yt.expando]?t:new yt.Event(_,"object"==typeof t&&t),t.isTrigger=s?2:3,t.namespace=h.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=n),e=null==e?[t]:yt.makeArray(e,[t]),d=yt.event.special[_]||{},s||!d.trigger||d.trigger.apply(n,e)!==!1)){if(!s&&!d.noBubble&&!yt.isWindow(n)){for(a=d.delegateType||_,Ae.test(a+_)||(c=c.parentNode);c;c=c.parentNode)p.push(c),o=c;o===(n.ownerDocument||ct)&&p.push(o.defaultView||o.parentWindow||i)}for(r=0;(c=p[r++])&&!t.isPropagationStopped();)t.type=r>1?a:d.bindType||_,l=(Mt.get(c,"events")||{})[t.type]&&Mt.get(c,"handle"),l&&l.apply(c,e),l=u&&c[u],l&&l.apply&&jt(c)&&(t.result=l.apply(c,e),t.result===!1&&t.preventDefault());return t.type=_,s||t.isDefaultPrevented()||d._default&&d._default.apply(p.pop(),e)!==!1||!jt(n)||u&&yt.isFunction(n[_])&&!yt.isWindow(n)&&(o=n[u],o&&(n[u]=null),yt.event.triggered=_,n[_](),yt.event.triggered=void 0,o&&(n[u]=o)),t.result}},simulate:function(t,e,i){var n=yt.extend(new yt.Event,i,{type:t,isSimulated:!0});yt.event.trigger(n,null,e)}}),yt.fn.extend({trigger:function(t,e){return this.each(function(){yt.event.trigger(t,e,this)})},triggerHandler:function(t,e){var i=this[0];if(i)return yt.event.trigger(t,e,i,!0)}}),yt.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(t,e){yt.fn[e]=function(t,i){return arguments.length>0?this.on(e,null,t,i):this.trigger(e)}}),yt.fn.extend({hover:function(t,e){return this.mouseenter(t).mouseleave(e||t)}}),gt.focusin="onfocusin"in i,gt.focusin||yt.each({focus:"focusin",blur:"focusout"},function(t,e){var i=function(t){yt.event.simulate(e,t.target,yt.event.fix(t))};yt.event.special[e]={setup:function(){var n=this.ownerDocument||this,s=Mt.access(n,e);s||n.addEventListener(t,i,!0),Mt.access(n,e,(s||0)+1)},teardown:function(){var n=this.ownerDocument||this,s=Mt.access(n,e)-1;s?Mt.access(n,e,s):(n.removeEventListener(t,i,!0),Mt.remove(n,e))}}});var Te=i.location,Ee=yt.now(),Se=/\?/;yt.parseXML=function(t){var e;if(!t||"string"!=typeof t)return null;try{e=(new i.DOMParser).parseFromString(t,"text/xml")}catch(t){e=void 0}return e&&!e.getElementsByTagName("parsererror").length||yt.error("Invalid XML: "+t),e};var Be=/\[\]$/,Ne=/\r?\n/g,Re=/^(?:submit|button|image|reset|file)$/i,ze=/^(?:input|select|textarea|keygen)/i;yt.param=function(t,e){var i,n=[],s=function(t,e){var i=yt.isFunction(e)?e():e;n[n.length]=encodeURIComponent(t)+"="+encodeURIComponent(null==i?"":i)};if(Array.isArray(t)||t.jquery&&!yt.isPlainObject(t))yt.each(t,function(){s(this.name,this.value)});else for(i in t)K(i,t[i],e,s);return n.join("&")},yt.fn.extend({serialize:function(){return yt.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var t=yt.prop(this,"elements");return t?yt.makeArray(t):this}).filter(function(){var t=this.type;return this.name&&!yt(this).is(":disabled")&&ze.test(this.nodeName)&&!Re.test(t)&&(this.checked||!Zt.test(t))}).map(function(t,e){var i=yt(this).val();return null==i?null:Array.isArray(i)?yt.map(i,function(t){return{name:e.name,value:t.replace(Ne,"\r\n")}}):{name:e.name,value:i.replace(Ne,"\r\n")}}).get()}});var Fe=/%20/g,Pe=/#.*$/,Le=/([?&])_=[^&]*/,je=/^(.*?):[ \t]*([^\r\n]*)$/gm,Me=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Oe=/^(?:GET|HEAD)$/,He=/^\/\//,Ue={},$e={},We="*/".concat("*"),Ve=ct.createElement("a");Ve.href=Te.href,yt.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Te.href,type:"GET",isLocal:Me.test(Te.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":We,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":yt.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(t,e){return e?it(it(t,yt.ajaxSettings),e):it(yt.ajaxSettings,t)},ajaxPrefilter:tt(Ue),ajaxTransport:tt($e),ajax:function(t,e){function n(t,e,n,o){var u,p,_,w,b,x=e;l||(l=!0,a&&i.clearTimeout(a),s=void 0,c=o||"",k.readyState=t>0?4:0,u=t>=200&&t<300||304===t,n&&(w=nt(h,k,n)),w=st(h,w,k,u),u?(h.ifModified&&(b=k.getResponseHeader("Last-Modified"),b&&(yt.lastModified[r]=b),b=k.getResponseHeader("etag"),b&&(yt.etag[r]=b)),204===t||"HEAD"===h.type?x="nocontent":304===t?x="notmodified":(x=w.state,p=w.data,_=w.error,u=!_)):(_=x,!t&&x||(x="error",t<0&&(t=0))),k.status=t,k.statusText=(e||x)+"",u?g.resolveWith(f,[p,x,k]):g.rejectWith(f,[k,x,_]),k.statusCode(y),y=void 0,d&&v.trigger(u?"ajaxSuccess":"ajaxError",[k,h,u?p:_]),m.fireWith(f,[k,x]),d&&(v.trigger("ajaxComplete",[k,h]),--yt.active||yt.event.trigger("ajaxStop")))}"object"==typeof t&&(e=t,t=void 0),e=e||{};var s,r,c,o,a,u,l,d,p,_,h=yt.ajaxSetup({},e),f=h.context||h,v=h.context&&(f.nodeType||f.jquery)?yt(f):yt.event,g=yt.Deferred(),m=yt.Callbacks("once memory"),y=h.statusCode||{},w={},b={},x="canceled",k={readyState:0,getResponseHeader:function(t){var e;if(l){if(!o)for(o={};e=je.exec(c);)o[e[1].toLowerCase()]=e[2];e=o[t.toLowerCase()]}return null==e?null:e},getAllResponseHeaders:function(){return l?c:null},setRequestHeader:function(t,e){return null==l&&(t=b[t.toLowerCase()]=b[t.toLowerCase()]||t,w[t]=e),this},overrideMimeType:function(t){return null==l&&(h.mimeType=t),this},statusCode:function(t){var e;if(t)if(l)k.always(t[k.status]);else for(e in t)y[e]=[y[e],t[e]];return this},abort:function(t){var e=t||x;return s&&s.abort(e),n(0,e),this}};if(g.promise(k),h.url=((t||h.url||Te.href)+"").replace(He,Te.protocol+"//"),h.type=e.method||e.type||h.method||h.type,h.dataTypes=(h.dataType||"*").toLowerCase().match(zt)||[""],null==h.crossDomain){u=ct.createElement("a");try{u.href=h.url,u.href=u.href,h.crossDomain=Ve.protocol+"//"+Ve.host!=u.protocol+"//"+u.host}catch(t){h.crossDomain=!0}}if(h.data&&h.processData&&"string"!=typeof h.data&&(h.data=yt.param(h.data,h.traditional)),et(Ue,h,e,k),l)return k;d=yt.event&&h.global,d&&0===yt.active++&&yt.event.trigger("ajaxStart"),h.type=h.type.toUpperCase(),h.hasContent=!Oe.test(h.type),r=h.url.replace(Pe,""),h.hasContent?h.data&&h.processData&&0===(h.contentType||"").indexOf("application/x-www-form-urlencoded")&&(h.data=h.data.replace(Fe,"+")):(_=h.url.slice(r.length),h.data&&(r+=(Se.test(r)?"&":"?")+h.data,delete h.data),h.cache===!1&&(r=r.replace(Le,"$1"),_=(Se.test(r)?"&":"?")+"_="+Ee++ +_),h.url=r+_),h.ifModified&&(yt.lastModified[r]&&k.setRequestHeader("If-Modified-Since",yt.lastModified[r]),yt.etag[r]&&k.setRequestHeader("If-None-Match",yt.etag[r])),(h.data&&h.hasContent&&h.contentType!==!1||e.contentType)&&k.setRequestHeader("Content-Type",h.contentType),k.setRequestHeader("Accept",h.dataTypes[0]&&h.accepts[h.dataTypes[0]]?h.accepts[h.dataTypes[0]]+("*"!==h.dataTypes[0]?", "+We+"; q=0.01":""):h.accepts["*"]);for(p in h.headers)k.setRequestHeader(p,h.headers[p]);if(h.beforeSend&&(h.beforeSend.call(f,k,h)===!1||l))return k.abort();if(x="abort",m.add(h.complete),k.done(h.success),k.fail(h.error),s=et($e,h,e,k)){if(k.readyState=1,d&&v.trigger("ajaxSend",[k,h]),l)return k;h.async&&h.timeout>0&&(a=i.setTimeout(function(){k.abort("timeout")},h.timeout));try{l=!1,s.send(w,n)}catch(t){if(l)throw t;n(-1,t)}}else n(-1,"No Transport");return k},getJSON:function(t,e,i){return yt.get(t,e,i,"json")},getScript:function(t,e){return yt.get(t,void 0,e,"script")}}),yt.each(["get","post"],function(t,e){yt[e]=function(t,i,n,s){return yt.isFunction(i)&&(s=s||n,n=i,i=void 0),yt.ajax(yt.extend({url:t,type:e,dataType:s,data:i,success:n},yt.isPlainObject(t)&&t))}}),yt._evalUrl=function(t){return yt.ajax({url:t,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,throws:!0})},yt.fn.extend({wrapAll:function(t){var e;return this[0]&&(yt.isFunction(t)&&(t=t.call(this[0])),e=yt(t,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&e.insertBefore(this[0]),e.map(function(){for(var t=this;t.firstElementChild;)t=t.firstElementChild;return t}).append(this)),this},wrapInner:function(t){return yt.isFunction(t)?this.each(function(e){yt(this).wrapInner(t.call(this,e))}):this.each(function(){var e=yt(this),i=e.contents();i.length?i.wrapAll(t):e.append(t)})},wrap:function(t){var e=yt.isFunction(t);return this.each(function(i){yt(this).wrapAll(e?t.call(this,i):t)})},unwrap:function(t){return this.parent(t).not("body").each(function(){yt(this).replaceWith(this.childNodes)}),this}}),yt.expr.pseudos.hidden=function(t){return!yt.expr.pseudos.visible(t)},yt.expr.pseudos.visible=function(t){return!!(t.offsetWidth||t.offsetHeight||t.getClientRects().length);
},yt.ajaxSettings.xhr=function(){try{return new i.XMLHttpRequest}catch(t){}};var Ge={0:200,1223:204},Ye=yt.ajaxSettings.xhr();gt.cors=!!Ye&&"withCredentials"in Ye,gt.ajax=Ye=!!Ye,yt.ajaxTransport(function(t){var e,n;if(gt.cors||Ye&&!t.crossDomain)return{send:function(s,r){var c,o=t.xhr();if(o.open(t.type,t.url,t.async,t.username,t.password),t.xhrFields)for(c in t.xhrFields)o[c]=t.xhrFields[c];t.mimeType&&o.overrideMimeType&&o.overrideMimeType(t.mimeType),t.crossDomain||s["X-Requested-With"]||(s["X-Requested-With"]="XMLHttpRequest");for(c in s)o.setRequestHeader(c,s[c]);e=function(t){return function(){e&&(e=n=o.onload=o.onerror=o.onabort=o.onreadystatechange=null,"abort"===t?o.abort():"error"===t?"number"!=typeof o.status?r(0,"error"):r(o.status,o.statusText):r(Ge[o.status]||o.status,o.statusText,"text"!==(o.responseType||"text")||"string"!=typeof o.responseText?{binary:o.response}:{text:o.responseText},o.getAllResponseHeaders()))}},o.onload=e(),n=o.onerror=e("error"),void 0!==o.onabort?o.onabort=n:o.onreadystatechange=function(){4===o.readyState&&i.setTimeout(function(){e&&n()})},e=e("abort");try{o.send(t.hasContent&&t.data||null)}catch(t){if(e)throw t}},abort:function(){e&&e()}}}),yt.ajaxPrefilter(function(t){t.crossDomain&&(t.contents.script=!1)}),yt.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(t){return yt.globalEval(t),t}}}),yt.ajaxPrefilter("script",function(t){void 0===t.cache&&(t.cache=!1),t.crossDomain&&(t.type="GET")}),yt.ajaxTransport("script",function(t){if(t.crossDomain){var e,i;return{send:function(n,s){e=yt("<script>").prop({charset:t.scriptCharset,src:t.url}).on("load error",i=function(t){e.remove(),i=null,t&&s("error"===t.type?404:200,t.type)}),ct.head.appendChild(e[0])},abort:function(){i&&i()}}}});var Qe=[],Ze=/(=)\?(?=&|$)|\?\?/;yt.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var t=Qe.pop()||yt.expando+"_"+Ee++;return this[t]=!0,t}}),yt.ajaxPrefilter("json jsonp",function(t,e,n){var s,r,c,o=t.jsonp!==!1&&(Ze.test(t.url)?"url":"string"==typeof t.data&&0===(t.contentType||"").indexOf("application/x-www-form-urlencoded")&&Ze.test(t.data)&&"data");if(o||"jsonp"===t.dataTypes[0])return s=t.jsonpCallback=yt.isFunction(t.jsonpCallback)?t.jsonpCallback():t.jsonpCallback,o?t[o]=t[o].replace(Ze,"$1"+s):t.jsonp!==!1&&(t.url+=(Se.test(t.url)?"&":"?")+t.jsonp+"="+s),t.converters["script json"]=function(){return c||yt.error(s+" was not called"),c[0]},t.dataTypes[0]="json",r=i[s],i[s]=function(){c=arguments},n.always(function(){void 0===r?yt(i).removeProp(s):i[s]=r,t[s]&&(t.jsonpCallback=e.jsonpCallback,Qe.push(s)),c&&yt.isFunction(r)&&r(c[0]),c=r=void 0}),"script"}),gt.createHTMLDocument=function(){var t=ct.implementation.createHTMLDocument("").body;return t.innerHTML="<form></form><form></form>",2===t.childNodes.length}(),yt.parseHTML=function(t,e,i){if("string"!=typeof t)return[];"boolean"==typeof e&&(i=e,e=!1);var n,s,r;return e||(gt.createHTMLDocument?(e=ct.implementation.createHTMLDocument(""),n=e.createElement("base"),n.href=ct.location.href,e.head.appendChild(n)):e=ct),s=At.exec(t),r=!i&&[],s?[e.createElement(s[1])]:(s=D([t],e,r),r&&r.length&&yt(r).remove(),yt.merge([],s.childNodes))},yt.fn.load=function(t,e,i){var n,s,r,c=this,o=t.indexOf(" ");return o>-1&&(n=X(t.slice(o)),t=t.slice(0,o)),yt.isFunction(e)?(i=e,e=void 0):e&&"object"==typeof e&&(s="POST"),c.length>0&&yt.ajax({url:t,type:s||"GET",dataType:"html",data:e}).done(function(t){r=arguments,c.html(n?yt("<div>").append(yt.parseHTML(t)).find(n):t)}).always(i&&function(t,e){c.each(function(){i.apply(this,r||[t.responseText,e,t])})}),this},yt.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(t,e){yt.fn[e]=function(t){return this.on(e,t)}}),yt.expr.pseudos.animated=function(t){return yt.grep(yt.timers,function(e){return t===e.elem}).length},yt.offset={setOffset:function(t,e,i){var n,s,r,c,o,a,u,l=yt.css(t,"position"),d=yt(t),p={};"static"===l&&(t.style.position="relative"),o=d.offset(),r=yt.css(t,"top"),a=yt.css(t,"left"),u=("absolute"===l||"fixed"===l)&&(r+a).indexOf("auto")>-1,u?(n=d.position(),c=n.top,s=n.left):(c=parseFloat(r)||0,s=parseFloat(a)||0),yt.isFunction(e)&&(e=e.call(t,i,yt.extend({},o))),null!=e.top&&(p.top=e.top-o.top+c),null!=e.left&&(p.left=e.left-o.left+s),"using"in e?e.using.call(t,p):d.css(p)}},yt.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){yt.offset.setOffset(this,t,e)});var e,i,n,s,r=this[0];if(r)return r.getClientRects().length?(n=r.getBoundingClientRect(),e=r.ownerDocument,i=e.documentElement,s=e.defaultView,{top:n.top+s.pageYOffset-i.clientTop,left:n.left+s.pageXOffset-i.clientLeft}):{top:0,left:0}},position:function(){if(this[0]){var t,e,i=this[0],n={top:0,left:0};return"fixed"===yt.css(i,"position")?e=i.getBoundingClientRect():(t=this.offsetParent(),e=this.offset(),a(t[0],"html")||(n=t.offset()),n={top:n.top+yt.css(t[0],"borderTopWidth",!0),left:n.left+yt.css(t[0],"borderLeftWidth",!0)}),{top:e.top-n.top-yt.css(i,"marginTop",!0),left:e.left-n.left-yt.css(i,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var t=this.offsetParent;t&&"static"===yt.css(t,"position");)t=t.offsetParent;return t||ee})}}),yt.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,e){var i="pageYOffset"===e;yt.fn[t]=function(n){return Lt(this,function(t,n,s){var r;return yt.isWindow(t)?r=t:9===t.nodeType&&(r=t.defaultView),void 0===s?r?r[e]:t[n]:void(r?r.scrollTo(i?r.pageXOffset:s,i?s:r.pageYOffset):t[n]=s)},t,n,arguments.length)}}),yt.each(["top","left"],function(t,e){yt.cssHooks[e]=P(gt.pixelPosition,function(t,i){if(i)return i=F(t,e),de.test(i)?yt(t).position()[e]+"px":i})}),yt.each({Height:"height",Width:"width"},function(t,e){yt.each({padding:"inner"+t,content:e,"":"outer"+t},function(i,n){yt.fn[n]=function(s,r){var c=arguments.length&&(i||"boolean"!=typeof s),o=i||(s===!0||r===!0?"margin":"border");return Lt(this,function(e,i,s){var r;return yt.isWindow(e)?0===n.indexOf("outer")?e["inner"+t]:e.document.documentElement["client"+t]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+t],r["scroll"+t],e.body["offset"+t],r["offset"+t],r["client"+t])):void 0===s?yt.css(e,i,o):yt.style(e,i,s,o)},e,c?s:void 0,c)}})}),yt.fn.extend({bind:function(t,e,i){return this.on(t,null,e,i)},unbind:function(t,e){return this.off(t,null,e)},delegate:function(t,e,i,n){return this.on(e,t,i,n)},undelegate:function(t,e,i){return 1===arguments.length?this.off(t,"**"):this.off(e,t||"**",i)}}),yt.holdReady=function(t){t?yt.readyWait++:yt.ready(!0)},yt.isArray=Array.isArray,yt.parseJSON=JSON.parse,yt.nodeName=a,n=[],s=function(){return yt}.apply(e,n),!(void 0!==s&&(t.exports=s));var Xe=i.jQuery,Je=i.$;return yt.noConflict=function(t){return i.$===yt&&(i.$=Je),t&&i.jQuery===yt&&(i.jQuery=Xe),yt},r||(i.jQuery=i.$=yt),yt})},function(t,e,i){var n=i(1);!function(t){function e(t,e){return t.w('<div class="civsci-slide__box"><span class="civsci-widget--title">').b(e.getBlock("Title"),e,{},{}).w('</span></div><div class="civsci-slide__box">').b(e.getBlock("Body"),e,{},{}).w("</div>")}return t.register("widget/_titled_text",e),e.__dustBody=!0,e}(n);var s=function(t,e){n.render("widget/_titled_text",t,e)};s.templateName="widget/_titled_text",t.exports=s},function(t,e){(function(e){t.exports=e}).call(e,{})},function(t,e,i){var n=i(1);!function(t){function e(t,e){return t.w('<div class="civsci-question civsci-question--type-').f(e.getPath(!1,["question","type"]),e,"h").w('" data-civsci-widget-question="').f(e.getPath(!1,["question","id"]),e,"h").w('">').nx(e.getPath(!1,["targetInfo","natures","ui-classic"]),e,{block:i},{}).w('<div class="civsci-slide__box"><span class="civsci-widget--title">').f(e.getPath(!1,["question","text"]),e,"h").w('</span></div><div class="civsci-slide__box">').b(e.getBlock("QuestionBody"),e,{},{}).w('</div><div class="civsci-widget__buttons civsci-slide__box"><button class="civsci-question__submit-button civsci-widget--primary-button" data-civsci-widget-submit>').h("eq",e,{else:h,block:g},{key:e.get(["index1"],!1),value:e.get(["total"],!1)},"h").w("</button></div>").x(e.getPath(!1,["targetInfo","privacyPolicyUrl"]),e,{block:m},{}).w("</div>")}function i(t,e){return t.w('<div class="civsci-slide__box civsci-widget--detail-text civsci-question__type-progress civsci-question--role-').f(e.getPath(!1,["question","role"]),e,"h").w('">').h("select",e,{block:n},{key:_},"h").w("</div>")}function n(t,e){return t.h("eq",e,{block:s},{value:"quiz"},"h").h("eq",e,{block:r},{value:"trending"},"h").h("eq",e,{block:c},{value:"opinion"},"h").h("eq",e,{block:u},{value:"research"},"h").h("eq",e,{block:l},{value:"profile"},"h").h("any",e,{block:d},{},"h").h("none",e,{block:p},{},"h")}function s(t,e){return t.s(e.getPath(!1,["strings","roleQuiz"]),e,{},{})}function r(t,e){return t.s(e.getPath(!1,["strings","roleTrending"]),e,{},{})}function c(t,e){return t.x(e.get(["__isPortalMode"],!1),e,{else:o,block:a},{})}function o(t,e){return t.s(e.getPath(!1,["strings","roleOpinion"]),e,{},{})}function a(t,e){return t.s(e.getPath(!1,["strings","roleJustForFun"]),e,{},{})}function u(t,e){return t.s(e.getPath(!1,["strings","roleResearch"]),e,{},{})}function l(t,e){return t.s(e.getPath(!1,["strings","roleProfile"]),e,{},{})}function d(t,e){return t.w('<span class="civsci-question__progress"> &ndash;  ').s(e.getPath(!1,["strings","progressNOfM"]),e,{},{n:e.get(["index1"],!1),m:e.get(["total"],!1)}).w("</span>")}function p(t,e){return t.w('<span class="civsci-question__progress">').s(e.getPath(!1,["strings","roleQuestion"]),e,{},{}).w("  ").s(e.getPath(!1,["strings","progressNOfM"]),e,{},{n:e.get(["index1"],!1),m:e.get(["total"],!1)}).w("</span>")}function _(t,e){return t.f(e.getPath(!1,["question","role"]),e,"h")}function h(t,e){return t.x(e.getPath(!1,["targetInfo","natures","ui-classic"]),e,{else:f,block:v},{})}function f(t,e){return t.s(e.getPath(!1,["strings","buttonNextQuestion"]),e,{},{})}function v(t,e){return t.s(e.getPath(!1,["strings","buttonNext"]),e,{},{})}function g(t,e){return t.s(e.getPath(!1,["strings","buttonSeeResults"]),e,{},{})}function m(t,e){return t.w('<div class="civsci-slide__privacy"><span>').s(e.getPath(!1,["strings","poweredByCivicScience"]),e,{},{}).w(' | </span><a href="').f(e.getPath(!1,["targetInfo","privacyPolicyUrl"]),e,"h").w('" target="_blank">').s(e.getPath(!1,["strings","privacyPolicy"]),e,{},{}).w("</a></div>")}return t.register("widget/question/_question",e),e.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,s.__dustBody=!0,r.__dustBody=!0,c.__dustBody=!0,o.__dustBody=!0,a.__dustBody=!0,u.__dustBody=!0,l.__dustBody=!0,d.__dustBody=!0,p.__dustBody=!0,_.__dustBody=!0,h.__dustBody=!0,f.__dustBody=!0,v.__dustBody=!0,g.__dustBody=!0,m.__dustBody=!0,e}(n);var s=function(t,e){n.render("widget/question/_question",t,e)};s.templateName="widget/question/_question",t.exports=s},function(t,e,i){var n=i(1);i(21),i(45),i(47),i(12);!function(t){function e(t,e){return t.w('<div class="civsci-result civsci-result--type-').f(e.getPath(!1,["result","type"]),e,"h").w('" data-civsci-widget-question="').f(e.getPath(!1,["result","id"]),e,"h").w('">').nx(e.getPath(!1,["targetInfo","natures","ui-classic"]),e,{block:i},{}).w('<div class="civsci-slide__box"><span class="civsci-widget--title">').f(e.getPath(!1,["result","text"]),e,"h").w("</span></div>").x(e.getPath(!1,["result","quiz"]),e,{block:n},{}).w('<div class="civsci-slide__box">').b(e.getBlock("ResultBody"),e,{},{}).w('</div><div class="civsci-slide__box civsci-widget--detail-text">').h("gte",e,{block:d},{key:p,value:50},"h").w("</div>").s(e.getPath(!1,["result","caption"]),e,{block:_},{}).w('<div class="civsci-widget__buttons civsci-slide__box">').x(e.get(["hasBackButton"],!1),e,{block:C},{}).h("eq",e,{else:A,block:N},{key:e.get(["index1"],!1),value:e.get(["total"],!1)},"h").w("</div>").p("widget/_portal_link",e,e,{}).w("</div>")}function i(t,e){return t.w('<div class="civsci-slide__box civsci-widget--detail-text civsci-result__progress">').s(e.getPath(!1,["strings","result"]),e,{},{}).w(" ").s(e.getPath(!1,["strings","progressNOfM"]),e,{},{n:e.get(["index1"],!1),m:e.get(["total"],!1)}).w("</div>")}function n(t,e){return t.w('<div class="civsci-slide__box civsci-slide__banner ').h("eq",e,{else:s,block:r},{key:c,value:"true"},"h").w('"><div class="civsci-slide__box"><span class="civsci-widget--title">').h("eq",e,{else:o,block:a},{key:u,value:"true"},"h").w("</span></div>").s(e.getPath(!1,["result","quiz","explanation"]),e,{block:l},{}).w("</div>")}function s(t,e){return t.w("civsci-widget--quiz-incorrect")}function r(t,e){return t.w("civsci-widget--quiz-correct")}function c(t,e){return t.f(e.getPath(!1,["result","quiz","correct"]),e,"h")}function o(t,e){return t.s(e.getPath(!1,["strings","quizWrongAnswer"]),e,{},{})}function a(t,e){return t.s(e.getPath(!1,["strings","quizRightAnswer"]),e,{},{})}function u(t,e){return t.f(e.getPath(!1,["result","quiz","correct"]),e,"h")}function l(t,e){return t.w('<div class="civsci-slide__box">').f(e.getPath(!0,[]),e,"h").w("</div>")}function d(t,e){return t.s(e.getPath(!1,["strings","resultResponseTotal"]),e,{},{total:e.getPath(!1,["result","total"])})}function p(t,e){return t.f(e.getPath(!1,["result","total"]),e,"h")}function _(t,e){return t.w('<div class="civsci-slide__box civsci-slide__banner civsci-widget__caption ').x(e.get(["type"],!1),e,{block:h},{}).w('">').x(e.get(["type"],!1),e,{block:f},{}).w('<div class="civsci-widget__caption-text">').x(e.get(["type"],!1),e,{block:b},{}).w('<div class="civsci-widget__caption-body">').f(e.get(["body"],!1),e,"h",["markdown","s"]).w("</div></div></div>")}function h(t,e){return t.w("civsci-widget--caption-type-").f(e.get(["type"],!1),e,"h")}function f(t,e){return t.w('<div class="civsci-widget__caption-icon">').h("select",e,{block:v},{key:w},"h").f(e.get(["title"],!1),e,"h").w("</div>")}function v(t,e){return t.h("eq",e,{block:g},{value:"insight"},"h").h("eq",e,{block:m},{value:"quiz"},"h").h("eq",e,{block:y},{value:"trending"},"h")}function g(t,e){return t.p("icons/lightbulb",e,e,{})}function m(t,e){return t.p("icons/head-heart",e,e,{})}function y(t,e){return t.p("icons/media",e,e,{})}function w(t,e){return t.f(e.get(["type"],!1),e,"h")}function b(t,e){return t.w('<div class="civsci-widget__caption-title">').h("select",e,{block:x},{key:q},"h").f(e.get(["title"],!1),e,"h").w("</div>")}function x(t,e){return t.h("eq",e,{block:k},{value:"insight"},"h").h("eq",e,{block:D},{value:"quiz"},"h").h("eq",e,{block:I},{value:"trending"},"h")}function k(t,e){return t.s(e.getPath(!1,["strings","captionTitleInsight"]),e,{},{})}function D(t,e){return t.s(e.getPath(!1,["strings","captionTitleQuiz"]),e,{},{})}function I(t,e){return t.s(e.getPath(!1,["strings","captionTitleTrending"]),e,{},{})}function q(t,e){return t.f(e.get(["type"],!1),e,"h")}function C(t,e){return t.w("<button data-civsci-widget-back>").s(e.getPath(!1,["strings","buttonBack"]),e,{},{}).w("</button>")}function A(t,e){return t.w('<button class="civsci-widget--primary-button" data-civsci-widget-next>').h("eq",e,{else:T,block:E},{key:e.get(["index1"],!1),value:1},"h").w("</button>")}function T(t,e){return t.s(e.getPath(!1,["strings","buttonNext"]),e,{},{})}function E(t,e){return t.x(e.get(["isPrecededBySummary"],!1),e,{else:S,block:B},{})}function S(t,e){return t.s(e.getPath(!1,["strings","buttonSeeNextResult"]),e,{},{})}function B(t,e){return t.s(e.getPath(!1,["strings","buttonNext"]),e,{},{})}function N(t,e){return t.x(e.get(["portalUrl"],!1),e,{else:R,block:P},{})}function R(t,e){return t.x(e.get(["hasBackButton"],!1),e,{else:z,block:F},{})}function z(t,e){return t.w('<button class="civsci-widget--primary-button" data-civsci-widget-restart>').s(e.getPath(!1,["strings","buttonAnswerMoreQuestions"]),e,{},{}).w("</button>")}function F(t,e){return t.w('<button class="civsci-widget--primary-button" data-civsci-widget-restart>').s(e.getPath(!1,["strings","buttonMore"]),e,{},{}).w("</button>")}function P(t,e){return t.w('<a class="civsci-widget--primary-button" target="_blank" href="').f(e.get(["portalUrl"],!1),e,"h").w('">').s(e.getPath(!1,["strings","buttonGo"]),e,{},{}).w("</a>")}return t.register("widget/result/_result",e),e.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,s.__dustBody=!0,r.__dustBody=!0,c.__dustBody=!0,o.__dustBody=!0,a.__dustBody=!0,u.__dustBody=!0,l.__dustBody=!0,d.__dustBody=!0,p.__dustBody=!0,_.__dustBody=!0,h.__dustBody=!0,f.__dustBody=!0,v.__dustBody=!0,g.__dustBody=!0,m.__dustBody=!0,y.__dustBody=!0,w.__dustBody=!0,b.__dustBody=!0,x.__dustBody=!0,k.__dustBody=!0,D.__dustBody=!0,I.__dustBody=!0,q.__dustBody=!0,C.__dustBody=!0,A.__dustBody=!0,T.__dustBody=!0,E.__dustBody=!0,S.__dustBody=!0,B.__dustBody=!0,N.__dustBody=!0,R.__dustBody=!0,z.__dustBody=!0,F.__dustBody=!0,P.__dustBody=!0,e}(n);var s=function(t,e){n.render("widget/result/_result",t,e)};s.templateName="widget/result/_result",t.exports=s},function(t,e,i){var n=i(1);i(12);!function(t){function e(t,e){return t.w('<div class="civsci-summary civsci-summary--type-').f(e.getPath(!1,["summary","type"]),e,"h").w('">').b(e.getBlock("SummaryContent"),e,{},{}).w('<div class="civsci-widget__buttons civsci-slide__box">').x(e.get(["isFollowedByResults"],!1),e,{else:i,block:r},{}).w("</div>").p("widget/_portal_link",e,e,{}).w("</div>")}function i(t,e){return t.x(e.get(["portalUrl"],!1),e,{else:n,block:s},{})}function n(t,e){return t.w('<button class="civsci-widget--primary-button" data-civsci-widget-restart>').s(e.getPath(!1,["strings","buttonAnswerMoreQuestions"]),e,{},{}).w("</button>")}function s(t,e){return t.w('<a class="civsci-widget--primary-button" target="_blank" href="').f(e.get(["portalUrl"],!1),e,"h").w('">').s(e.getPath(!1,["strings","buttonGo"]),e,{},{}).w("</a>")}function r(t,e){return t.w('<button class="civsci-widget--primary-button" data-civsci-widget-next>').s(e.getPath(!1,["strings","buttonSeeAllResults"]),e,{},{}).w("</button>")}return t.register("widget/summary/_summary",e),e.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,s.__dustBody=!0,r.__dustBody=!0,e}(n);var s=function(t,e){n.render("widget/summary/_summary",t,e)};s.templateName="widget/summary/_summary",t.exports=s},function(t,e,i){var n,s;n=[i(3)],s=function(t){"use strict";return function(e,i){var n=t.Deferred();if(t.ajax({url:e,dataType:"jsonp",crossDomain:!0}).then(function(t){"pending"==n.state()&&n.resolve(t)},function(){n.reject(new Error("JSONP request failed"))}),i){var s=setTimeout(function(){n.reject(new Error("JSONP request timed out after "+i+" ms"))},i);n.always(function(){clearTimeout(s)})}return n.promise()}}.apply(e,n),!(void 0!==s&&(t.exports=s))},function(t,e,i){var n,s;n=[i(3),i(9)],s=function(t,e){var i={hostname:"www.civicscience.com",instance:"",context:""},n={},s=function(){for(var t=window;t.parent!=t;)t=t.parent;try{return t.location.href}catch(t){return window.document.referrer}}(),r=function(){var t=s.match(/[?&]civicscience-widget-natures=([^&]*)/);return null==t?null:decodeURIComponent(t[1]).split(",")}(),c=function(){var t=s.match(/[?&]civicscience-widget-draft(=([^&]*))?/);return null!=t}();return function(s){if(s=t.extend({},i,s),void 0==s.target)throw new Error("Missing target option");return{promiseInfo:function(){var t=null;return function(){if(null==t){var i="https://"+s.hostname+"/widget/api/2/target?target="+encodeURIComponent(s.target)+"&instance="+encodeURIComponent(s.instance)+"&context="+encodeURIComponent(s.context);c&&(i+="&theme=draft"),t=n[i]||e(i).then(function(t){return null!=r&&(t.natures=r),t}),n={},n[i]=t}return t}}()}}}.apply(e,n),!(void 0!==s&&(t.exports=s))},function(t,e,i){var n=i(1);i(46);!function(t){function e(t,e){return t.w('<div class="civsci-widget--markable" data-civsci-widget-markable-state="').h("eq",e,{block:i},{key:e.get(["isMarked"],!1),value:"true"},"h").w('"><div class="civsci-widget--markable-icon">').p("icons/left-caret",e,e,{}).w("</div>").b(e.getBlock("Content"),e,{},{}).w("</div>")}function i(t,e){return t.w("marked")}return t.register("widget/_markable",e),e.__dustBody=!0,i.__dustBody=!0,e}(n);var s=function(t,e){n.render("widget/_markable",t,e)};s.templateName="widget/_markable",t.exports=s},function(t,e,i){var n=i(1);!function(t){function e(t,e){return t.x(e.get(["portalUrl"],!1),e,{block:i},{})}function i(t,e){return t.w('<div class="civsci-slide__portal-link civsci-slide__box"><a href="').f(e.get(["portalUrl"],!1),e,"h").w('" target="_blank">').s(e.getPath(!1,["strings","portalLink"]),e,{},{}).w("</a></div>")}return t.register("widget/_portal_link",e),e.__dustBody=!0,i.__dustBody=!0,e}(n);var s=function(t,e){n.render("widget/_portal_link",t,e)};s.templateName="widget/_portal_link",t.exports=s},function(t,e,i){var n=i(1);i(6),i(26);!function(t){function e(t,e){return e=e.shiftBlocks(s),t.p("widget/question/_question",e,e,{})}function i(t,e){return e=e.shiftBlocks(s),t.w('<div class="civsci-question__option-list">').s(e.getPath(!1,["question","options"]),e,{block:n},{}).w("</div>")}function n(t,e){return e=e.shiftBlocks(s),t.p("widget/question/_option",e,e,{})}t.register("widget/question/_option_question",e);var s={QuestionBody:i};return e.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,e}(n);var s=function(t,e){n.render("widget/question/_option_question",t,e)};s.templateName="widget/question/_option_question",t.exports=s},function(t,e,i){var n=i(1);i(7),i(28);!function(t){function e(t,e){return e=e.shiftBlocks(s),t.p("widget/result/_result",e,e,{})}function i(t,e){return e=e.shiftBlocks(s),t.w('<div class="civsci-result__option-list">').s(e.getPath(!1,["result","options"]),e,{block:n},{}).w("</div>")}function n(t,e){return e=e.shiftBlocks(s),t.p("widget/result/_option_result_item",e,e,{})}t.register("widget/result/_option_result",e);var s={ResultBody:i};return e.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,e}(n);var s=function(t,e){n.render("widget/result/_option_result",t,e)};s.templateName="widget/result/_option_result",t.exports=s},function(t,e,i){var n=i(1);!function(t){function e(t,e){return t.w('<div class="civsci-signpost"><div class="civsci-signpost__text">').b(e.getBlock("Text"),e,{},{}).w('</div><div class="civsci-signpost__icon">').b(e.getBlock("Icon"),e,{},{}).w("</div></div>")}return t.register("widget/signpost/_signpost",e),e.__dustBody=!0,e}(n);var s=function(t,e){n.render("widget/signpost/_signpost",t,e)};s.templateName="widget/signpost/_signpost",t.exports=s},function(t,e){"use strict";function i(){this.__rules__=[],this.__cache__=null}i.prototype.__find__=function(t){for(var e=0;e<this.__rules__.length;e++)if(this.__rules__[e].name===t)return e;return-1},i.prototype.__compile__=function(){var t=this,e=[""];t.__rules__.forEach(function(t){t.enabled&&t.alt.forEach(function(t){e.indexOf(t)<0&&e.push(t)})}),t.__cache__={},e.forEach(function(e){t.__cache__[e]=[],t.__rules__.forEach(function(i){i.enabled&&(e&&i.alt.indexOf(e)<0||t.__cache__[e].push(i.fn))})})},i.prototype.at=function(t,e,i){var n=this.__find__(t),s=i||{};if(n===-1)throw new Error("Parser rule not found: "+t);this.__rules__[n].fn=e,this.__rules__[n].alt=s.alt||[],this.__cache__=null},i.prototype.before=function(t,e,i,n){var s=this.__find__(t),r=n||{};if(s===-1)throw new Error("Parser rule not found: "+t);this.__rules__.splice(s,0,{name:e,enabled:!0,fn:i,alt:r.alt||[]}),this.__cache__=null},i.prototype.after=function(t,e,i,n){var s=this.__find__(t),r=n||{};if(s===-1)throw new Error("Parser rule not found: "+t);this.__rules__.splice(s+1,0,{name:e,enabled:!0,fn:i,alt:r.alt||[]}),this.__cache__=null},i.prototype.push=function(t,e,i){var n=i||{};this.__rules__.push({name:t,enabled:!0,fn:e,alt:n.alt||[]}),this.__cache__=null},i.prototype.enable=function(t,e){Array.isArray(t)||(t=[t]);var i=[];return t.forEach(function(t){var n=this.__find__(t);if(n<0){if(e)return;throw new Error("Rules manager: invalid rule name "+t)}this.__rules__[n].enabled=!0,i.push(t)},this),this.__cache__=null,i},i.prototype.enableOnly=function(t,e){Array.isArray(t)||(t=[t]),this.__rules__.forEach(function(t){t.enabled=!1}),this.enable(t,e)},i.prototype.disable=function(t,e){Array.isArray(t)||(t=[t]);var i=[];return t.forEach(function(t){var n=this.__find__(t);if(n<0){if(e)return;throw new Error("Rules manager: invalid rule name "+t)}this.__rules__[n].enabled=!1,i.push(t)},this),this.__cache__=null,i},i.prototype.getRules=function(t){return null===this.__cache__&&this.__compile__(),this.__cache__[t]||[]},t.exports=i},function(t,e){"use strict";function i(t,e,i){this.type=t,this.tag=e,this.attrs=null,this.map=null,this.nesting=i,this.level=0,this.children=null,this.content="",this.markup="",this.info="",this.meta=null,this.block=!1,this.hidden=!1}i.prototype.attrIndex=function(t){var e,i,n;if(!this.attrs)return-1;for(e=this.attrs,i=0,n=e.length;i<n;i++)if(e[i][0]===t)return i;return-1},i.prototype.attrPush=function(t){this.attrs?this.attrs.push(t):this.attrs=[t]},i.prototype.attrSet=function(t,e){var i=this.attrIndex(t),n=[t,e];i<0?this.attrPush(n):this.attrs[i]=n},i.prototype.attrGet=function(t){var e=this.attrIndex(t),i=null;return e>=0&&(i=this.attrs[e][1]),i},i.prototype.attrJoin=function(t,e){var i=this.attrIndex(t);i<0?this.attrPush([t,e]):this.attrs[i][1]=this.attrs[i][1]+" "+e},t.exports=i},function(t,e){t.exports=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061E\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u0AF0\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166D\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E44\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC9\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDF3C-\uDF3E]|\uD807[\uDC41-\uDC45\uDC70\uDC71]|\uD809[\uDC70-\uDC74]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]/},function(t,e,i){var n,s;i(5).dust=!0,n=[i(1),i(75),i(70)],s=function(t,e){"use strict";return t.helpers.formatNumber=function(e,i,n,s){s=s||{};var r,c,o=t.helpers.tap(s.number,e,i)-0||0,a=t.helpers.tap(s.digits,e,i)-0||0,u=o.toFixed(a);if(0==a)r=u,c="";else{var l=u.split(".");r=l[0],c="."+l[1]}for(var d=/(\d+)(\d{3})/;d.test(r);)r=r.replace(d,"$1,$2");return e.write(r+c)},t.helpers.repeat=function(e,i,n,s){for(var r=t.helpers.tap(s.times,e,i),c=n.block,o=0;o<r;o++)e=c(e,i.push({$idx:o,$len:r}));return e},t.helpers.scaleValueToPercent=function(e,i,n,s){var r=t.helpers.tap(s.min,e,i),c=t.helpers.tap(s.max,e,i),o=t.helpers.tap(s.value,e,i);if(a<r||a>c||c<r)throw new Error;var a=Math.round(100*(o-r)/(c-r));return e.write(a)},function(){var i=new e("zero",{linkify:!0}).enable(["autolink","backticks","emphasis","link","linkify","strikethrough"]);i.renderer.rules.link_open=function(t){return function(e,i,n,s,r){return e[i].attrPush(["target","_blank"]),t?t(e,i,n,s,r):r.renderToken(e,i,n)}}(i.renderer.rules.link_open),t.filters.markdown=function(t){return i.renderInline(t)}}(),t}.apply(e,n),!(void 0!==s&&(t.exports=s))},function(t,e){t.exports=function(){var t=[];return t.toString=function(){for(var t=[],e=0;e<this.length;e++){var i=this[e];i[2]?t.push("@media "+i[2]+"{"+i[1]+"}"):t.push(i[1])}return t.join("")},t.i=function(e,i){"string"==typeof e&&(e=[[null,e,""]]);for(var n={},s=0;s<this.length;s++){var r=this[s][0];"number"==typeof r&&(n[r]=!0)}for(s=0;s<e.length;s++){var c=e[s];"number"==typeof c[0]&&n[c[0]]||(i&&!c[2]?c[2]=i:i&&(c[2]="("+c[2]+") and ("+i+")"),t.push(c))}},t}},function(t,e,i){var n=i(1);!function(t){function e(t,e){return t.w('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 109.8 106.7" style="enable-background:new 0 0 109.8 106.7;" xml:space="preserve"><g><path style="fill:#ffffff;" d="M83.2,55c0-15.9-13.1-28.7-29.1-28.3c-14.7,0.4-26.7,12.3-27.4,26.9c-0.5,10,4.3,18.9,11.7,24.3c3.8,2.7,6,7.2,6,11.8v0.3h21.2v-0.3c0-4.8,2.4-9.2,6.2-12C78.7,72.6,83.2,64.3,83.2,55z"/><rect x="44.4" y="95.9" style="fill:#ffffff;" width="21.1" height="9.1"/><rect x="54.9" y="95.9" class="civsci-icon--fill-shading" width="10.5" height="9.1"/><path class="civsci-icon--fill-shading" d="M57.4,75.9c4.3-5.8,6.9-13,6.9-20.8c0-11.5-5.6-21.7-14.1-28c9.5-1.5,19.6,1.8,26.5,9.9c8.9,10.5,9.1,26.2,0.3,36.9c-3.2,3.9-7.2,6.7-11.5,8.5v7.8H54.9v-5.7v-1.6C54.9,80.3,55.8,77.8,57.4,75.9L57.4,75.9z"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d="M83.2,55c0-15.9-13.1-28.7-29.1-28.3c-14.7,0.4-26.7,12.3-27.4,26.9c-0.5,10,4.3,18.9,11.7,24.3c3.8,2.7,6,7.2,6,11.8v0.3h21.2v-0.3c0-4.8,2.4-9.2,6.2-12C78.7,72.6,83.2,64.3,83.2,55z"/><rect x="44.4" y="95.9" class="civsci-icon--stroke" style="fill:none;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" width="21.1" height="9.1"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d="M68.5,41.7c7.4,7.4,7.4,19.4,0,26.7"/><g><g><path class="civsci-icon--stroke" style="fill:none;stroke-width:4.2464;stroke-linecap:round;stroke-linejoin:round;" d="M32.4,89.6C32.4,89.6,32.4,89.6,32.4,89.6"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:4.2464;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:0.1415,10.1091;" d="M24.6,83.2c-7.2-7.5-11.7-17.8-11.7-29.1c0-23.2,18.8-42,42-42s42,18.8,42,42c0,12.7-5.6,24-14.4,31.7"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:4.2464;stroke-linecap:round;stroke-linejoin:round;" d="M78.5,88.9C78.5,88.9,78.5,88.9,78.5,88.9"/></g></g><g><g><path class="civsci-icon--stroke" style="fill:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;" d="M21.2,95C21.2,95,21.1,95,21.2,95"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:0.1767,12.624;" d="M12.5,85.8c-6.3-8.7-10-19.3-10-30.8C2.5,26,26,2.5,54.9,2.5s52.4,23.5,52.4,52.4c0,13.8-5.3,26.4-14.1,35.7"/><path class="civsci-icon--stroke" style="fill:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;" d="M88.7,95C88.7,95,88.7,95,88.7,95"/></g></g></g></svg>')}return t.register("icons/lightbulb",e),e.__dustBody=!0,e}(n);var s=function(t,e){n.render("icons/lightbulb",t,e)};s.templateName="icons/lightbulb",t.exports=s},function(t,e,i){var n=i(1);!function(t){function e(t,e){return t.w('<svg class="icon-checkmark" version="1.1" xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128"><g data-width="124" data-height="98" display="inline" transform="translate(2 15)"><path stroke-linecap="square" stroke-miterlimit="10" d="M112.5 11.5l-70.5 74.9-30-29.4" /></g></svg>');
}return t.register("icons/checkmark",e),e.__dustBody=!0,e}(n);var s=function(t,e){n.render("icons/checkmark",t,e)};s.templateName="icons/checkmark",t.exports=s},function(t,e,i){var n=i(1);!function(t){function e(t,e){return t.w('<svg class="icon-down-caret" width="174" height="150" x="0" y="0" viewBox="0,0,174,150" overflow="hidden"><polygon points="87,150 174,0 0,0"/></svg>')}return t.register("icons/down-caret",e),e.__dustBody=!0,e}(n);var s=function(t,e){n.render("icons/down-caret",t,e)};s.templateName="icons/down-caret",t.exports=s},function(t,e,i){var n=i(1);!function(t){function e(t,e){return t.w('<svg class="icon-x" version="1.1" xmlns="http://www.w3.org/2000/svg" width="152" height="152" viewBox="-12 -12 152 152"><g data-width="128" data-height="128" display="inline"><path stroke-linecap="square" stroke-miterlimit="10" d="M13 13l102 102m0-102l-102 102"/></g></svg>')}return t.register("icons/x",e),e.__dustBody=!0,e}(n);var s=function(t,e){n.render("icons/x",t,e)};s.templateName="icons/x",t.exports=s},function(t,e,i){var n=i(1);!function(t){function e(t,e){return t.w('<div class="civsci-intro civsci-intro--type-').f(e.getPath(!1,["intro","type"]),e,"h").w('">').b(e.getBlock("IntroContent"),e,{},{}).w('<div class="civsci-widget__buttons civsci-slide__box"><button class="civsci-widget--primary-button" data-civsci-widget-next>').s(e.getPath(!1,["strings","bringOnTheQuestions"]),e,{},{}).w("</button></div></div>")}return t.register("widget/intro/_intro",e),e.__dustBody=!0,e}(n);var s=function(t,e){n.render("widget/intro/_intro",t,e)};s.templateName="widget/intro/_intro",t.exports=s},function(t,e,i){var n=i(1);i(11);!function(t){function e(t,e){return e=e.shiftBlocks(n),t.p("widget/_markable",e,e,{})}function i(t,e){return e=e.shiftBlocks(n),t.w('<div class="civsci-question__option civsci-widget--civicscience-clickable" data-civsci-widget-option="').f(e.get(["id"],!1),e,"h").w('"><input type="').f(e.getPath(!1,["question","type"]),e,"h").w('" name="civsci-').f(e.getPath(!1,["question","id"]),e,"h").w('" id="civsci-').f(e.get(["instance"],!1),e,"h").w("-").f(e.getPath(!1,["question","id"]),e,"h").w("-").f(e.get(["id"],!1),e,"h").w('"><label for="civsci-').f(e.get(["instance"],!1),e,"h").w("-").f(e.getPath(!1,["question","id"]),e,"h").w("-").f(e.get(["id"],!1),e,"h").w('">').f(e.get(["text"],!1),e,"h").w("</label></div>")}t.register("widget/question/_option",e);var n={Content:i};return e.__dustBody=!0,i.__dustBody=!0,e}(n);var s=function(t,e){n.render("widget/question/_option",t,e)};s.templateName="widget/question/_option",t.exports=s},function(t,e,i){var n=i(1);i(6);!function(t){function e(t,e){return e=e.shiftBlocks(d),t.p("widget/question/_question",e,e,{})}function i(t,e){return e=e.shiftBlocks(d),t.s(e.get(["question"],!1),e,{block:n},{})}function n(t,e){return e=e.shiftBlocks(d),t.s(e.get(["rows"],!1),e,{block:s},{})}function s(t,e){return e=e.shiftBlocks(d),t.w('<div class="civsci-slide__box"><div class="civsci-scale__row-label">').f(e.get(["text"],!1),e,"h").w("</div><table><tbody><tr>").s(e.get(["options"],!1),e,{block:r},{}).w("</tr><tr>").s(e.get(["columns"],!1),e,{block:l},{}).w("</tr></tbody></table></div>")}function r(t,e){return e=e.shiftBlocks(d),t.w('<td class="civsci-question__option"data-civsci-widget-option="').f(e.get(["id"],!1),e,"h").w('"').s(e.getPath(!1,["columns",e.get(["$idx"],!1)]),e,{block:c},{}).w('><input id="civsci-').f(e.get(["instance"],!1),e,"h").w("-").f(e.getPath(!1,["question","id"]),e,"h").w("-").f(e.get(["id"],!1),e,"h").w('" class="civsci-widget--civicscience-clickable-dark" type="radio"><label for="civsci-').f(e.get(["instance"],!1),e,"h").w("-").f(e.getPath(!1,["question","id"]),e,"h").w("-").f(e.get(["id"],!1),e,"h").w('"></label></td>')}function c(t,e){return e=e.shiftBlocks(d),t.x(e.get(["value"],!1),e,{block:o},{})}function o(t,e){return e=e.shiftBlocks(d),t.w('data-civsci-widget-scale-magnitude="').h("math",e,{},{key:e.get(["value"],!1),method:"abs"},"h").w('"data-civsci-widget-scale-sign="').h("lt",e,{else:a,block:u},{key:e.get(["value"],!1),value:0},"h").w('"')}function a(t,e){return e=e.shiftBlocks(d),t.w("+")}function u(t,e){return e=e.shiftBlocks(d),t.w("-")}function l(t,e){return e=e.shiftBlocks(d),t.w('<td class="civsci-scale__column-label"><span>').f(e.get(["text"],!1),e,"h").w("</span></td>")}t.register("widget/question/scale",e);var d={QuestionBody:i};return e.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,s.__dustBody=!0,r.__dustBody=!0,c.__dustBody=!0,o.__dustBody=!0,a.__dustBody=!0,u.__dustBody=!0,l.__dustBody=!0,e}(n);var s=function(t,e){n.render("widget/question/scale",t,e)};s.templateName="widget/question/scale",t.exports=s},function(t,e,i){var n=i(1);i(11),i(22),i(24);!function(t){function e(t,e){return e=e.shiftBlocks(h),t.p("widget/_markable",e,e,{isMarked:i})}function i(t,e){return e=e.shiftBlocks(h),t.f(e.get(["answered"],!1),e,"h")}function n(t,e){return e=e.shiftBlocks(h),t.w('<div class="civsci-result__option civsci-result--percent-').f(e.get(["percent"],!1),e,"h").x(e.get(["quiz"],!1),e,{block:s},{}).w('"><div class="civsci-result__option-chart-fill civsci-widget--partner-background-color"></div><div class="civsci-result__option-percent">').f(e.get(["percent"],!1),e,"h").w('%</div><div class="civsci-result__option-text">').x(e.get(["quiz"],!1),e,{block:a},{}).f(e.get(["text"],!1),e,"h").w("</div></div>")}function s(t,e){return e=e.shiftBlocks(h),t.w(" ").h("eq",e,{else:r,block:c},{key:o,value:"true"},"h")}function r(t,e){return e=e.shiftBlocks(h),t.w("civsci-widget--quiz-incorrect")}function c(t,e){return e=e.shiftBlocks(h),t.w("civsci-widget--quiz-correct")}function o(t,e){return e=e.shiftBlocks(h),t.f(e.getPath(!1,["quiz","correct"]),e,"h")}function a(t,e){return e=e.shiftBlocks(h),t.h("eq",e,{else:u,block:p},{key:_,value:"true"},"h")}function u(t,e){return e=e.shiftBlocks(h),t.h("eq",e,{block:l},{key:d,value:"true"},"h")}function l(t,e){return e=e.shiftBlocks(h),t.w('<span class="civsci-widget--quiz-icon">').p("icons/x",e,e,{}).w("</span>")}function d(t,e){return e=e.shiftBlocks(h),t.f(e.get(["answered"],!1),e,"h")}function p(t,e){return e=e.shiftBlocks(h),t.w('<span class="civsci-widget--quiz-icon">').p("icons/checkmark",e,e,{}).w("</span>")}function _(t,e){return e=e.shiftBlocks(h),t.f(e.getPath(!1,["quiz","correct"]),e,"h")}t.register("widget/result/_option_result_item",e);var h={Content:n};return e.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,s.__dustBody=!0,r.__dustBody=!0,c.__dustBody=!0,o.__dustBody=!0,a.__dustBody=!0,u.__dustBody=!0,l.__dustBody=!0,d.__dustBody=!0,p.__dustBody=!0,_.__dustBody=!0,e}(n);var s=function(t,e){n.render("widget/result/_option_result_item",t,e)};s.templateName="widget/result/_option_result_item",t.exports=s},function(t,e,i){var n=i(1);i(7),i(23),i(48);!function(t){function e(t,e){return e=e.shiftBlocks(l),t.p("widget/result/_result",e,e,{})}function i(t,e){return e=e.shiftBlocks(l),t.s(e.get(["result"],!1),e,{block:n},{})}function n(t,e){return e=e.shiftBlocks(l),t.s(e.get(["rows"],!1),e,{block:s},{})}function s(t,e){return e=e.shiftBlocks(l),t.w('<div class="civsci-slide__box civsci-scale__result-row"><div class="civsci-scale__row-label">').f(e.get(["text"],!1),e,"h").w('</div><div class="civsci-scale__chart"><table><tbody><tr>').s(e.get(["options"],!1),e,{block:r},{}).w('</tr></tbody></table><table class="civsci-scale__column-scale civsci-widget--partner-background-color" data-civsci-widget-scale-background="').s(e.get(["columns"],!1),e,{block:o},{}).w('"><tbody><tr>').s(e.get(["columns"],!1),e,{block:u},{}).w('</tr></tbody></table><div class="civsci-scale__average-rating-wrapper"><div class="civsci-scale__average-rating" style="right: ').h("scaleValueToPercent",e,{},{value:e.get(["average"],!1),min:e.get(["minValue"],!1),max:e.get(["maxValue"],!1)},"h").w('%;"><div class="civsci-scale__average-rating-icon">').p("icons/up-caret",e,e,{}).w('</div><div class="civsci-scale__average-rating-label"><span>').s(e.getPath(!1,["strings","ratingAverage"]),e,{},{}).w("</span></div></div></div></div></div>")}function r(t,e){return e=e.shiftBlocks(l),t.w("<td>").x(e.get(["answered"],!1),e,{block:c},{}).w("</td>")}function c(t,e){return e=e.shiftBlocks(l),t.w('<div class="civsci-scale__your-rating-label"><span>').s(e.getPath(!1,["strings","ratingYourRating"]),e,{},{}).w('</span></div><div class="civsci-scale__your-rating-icon">').p("icons/down-caret",e,e,{}).w("</div>")}function o(t,e){return e=e.shiftBlocks(l),t.f(e.get(["value"],!1),e,"h").h("sep",e,{block:a},{},"h")}function a(t,e){return e=e.shiftBlocks(l),t.w(",")}function u(t,e){return e=e.shiftBlocks(l),t.w('<td class="civsci-scale__column-label"><span>').f(e.get(["text"],!1),e,"h").w("</span></td>")}t.register("widget/result/scale",e);var l={ResultBody:i};return e.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,s.__dustBody=!0,r.__dustBody=!0,c.__dustBody=!0,o.__dustBody=!0,a.__dustBody=!0,u.__dustBody=!0,e}(n);var s=function(t,e){n.render("widget/result/scale",t,e)};s.templateName="widget/result/scale",t.exports=s},function(t,e,i){"use strict";t.exports=i(72)},function(t,e){"use strict";var i="[a-zA-Z_:][a-zA-Z0-9:._-]*",n="[^\"'=<>`\\x00-\\x20]+",s="'[^']*'",r='"[^"]*"',c="(?:"+n+"|"+s+"|"+r+")",o="(?:\\s+"+i+"(?:\\s*=\\s*"+c+")?)",a="<[A-Za-z][A-Za-z0-9\\-]*"+o+"*\\s*\\/?>",u="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",l="<!---->|<!--(?:-?[^>-])(?:-?[^-])*-->",d="<[?].*?[?]>",p="<![A-Z]+\\s+[^>]*>",_="<!\\[CDATA\\[[\\s\\S]*?\\]\\]>",h=new RegExp("^(?:"+a+"|"+u+"|"+l+"|"+d+"|"+p+"|"+_+")"),f=new RegExp("^(?:"+a+"|"+u+")");t.exports.HTML_TAG_RE=h,t.exports.HTML_OPEN_CLOSE_TAG_RE=f},function(t,e){"use strict";t.exports.tokenize=function(t,e){var i,n,s,r=t.pos,c=t.src.charCodeAt(r);if(e)return!1;if(95!==c&&42!==c)return!1;for(n=t.scanDelims(t.pos,42===c),i=0;i<n.length;i++)s=t.push("text","",0),s.content=String.fromCharCode(c),t.delimiters.push({marker:c,length:n.length,jump:i,token:t.tokens.length-1,level:t.level,end:-1,open:n.can_open,close:n.can_close});return t.pos+=n.length,!0},t.exports.postProcess=function(t){var e,i,n,s,r,c,o=t.delimiters,a=t.delimiters.length;for(e=0;e<a;e++)i=o[e],95!==i.marker&&42!==i.marker||i.end!==-1&&(n=o[i.end],c=e+1<a&&o[e+1].end===i.end-1&&o[e+1].token===i.token+1&&o[i.end-1].token===n.token-1&&o[e+1].marker===i.marker,r=String.fromCharCode(i.marker),s=t.tokens[i.token],s.type=c?"strong_open":"em_open",s.tag=c?"strong":"em",s.nesting=1,s.markup=c?r+r:r,s.content="",s=t.tokens[n.token],s.type=c?"strong_close":"em_close",s.tag=c?"strong":"em",s.nesting=-1,s.markup=c?r+r:r,s.content="",c&&(t.tokens[o[e+1].token].content="",t.tokens[o[i.end-1].token].content="",e++))}},function(t,e){"use strict";t.exports.tokenize=function(t,e){var i,n,s,r,c,o=t.pos,a=t.src.charCodeAt(o);if(e)return!1;if(126!==a)return!1;if(n=t.scanDelims(t.pos,!0),r=n.length,c=String.fromCharCode(a),r<2)return!1;for(r%2&&(s=t.push("text","",0),s.content=c,r--),i=0;i<r;i+=2)s=t.push("text","",0),s.content=c+c,t.delimiters.push({marker:a,jump:i,token:t.tokens.length-1,level:t.level,end:-1,open:n.can_open,close:n.can_close});return t.pos+=n.length,!0},t.exports.postProcess=function(t){var e,i,n,s,r,c=[],o=t.delimiters,a=t.delimiters.length;for(e=0;e<a;e++)n=o[e],126===n.marker&&n.end!==-1&&(s=o[n.end],r=t.tokens[n.token],r.type="s_open",r.tag="s",r.nesting=1,r.markup="~~",r.content="",r=t.tokens[s.token],r.type="s_close",r.tag="s",r.nesting=-1,r.markup="~~",r.content="","text"===t.tokens[s.token-1].type&&"~"===t.tokens[s.token-1].content&&c.push(s.token-1));for(;c.length;){for(e=c.pop(),i=e+1;i<t.tokens.length&&"s_close"===t.tokens[i].type;)i++;i--,e!==i&&(r=t.tokens[i],t.tokens[i]=t.tokens[e],t.tokens[e]=r)}}},function(t,e,i){"use strict";t.exports.encode=i(121),t.exports.decode=i(120),t.exports.format=i(122),t.exports.parse=i(123)},function(t,e){t.exports=/[\0-\x1F\x7F-\x9F]/},function(t,e){t.exports=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/},function(t,e){t.exports=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/},function(t,e,i){var n,s;n=[],s=function(){"use strict";function t(t){this.id=t.id||Math.floor(4294967296*Math.random())+"."+Math.floor(4294967296*Math.random());var e="https://"+(t.hostname||"www.civicscience.com")+"/jot",i=0;this.jot=function(t,n,s){var r=document.createElement("img");r.src=e+"?j="+encodeURIComponent(this.id)+"&n="+encodeURIComponent(i++)+"&s="+encodeURIComponent(t)+"&t="+encodeURIComponent(n)+"&d="+encodeURIComponent(JSON.stringify(s))}}return t}.apply(e,n),!(void 0!==s&&(t.exports=s))},function(t,e,i){var n,s;n=[i(3),i(9),i(38),i(10)],s=function(t,e,i,n){"use strict";function s(t){var e=b[t.type];return void 0==e?null:new e(t)}function r(t,e){this.question=t,this.id=e.id,this.text=e.text,this.selected=!1,this.qid=e.qid;var i=e.ydata||"",n=e.ndata||"";this.getData=function(){return this.selected?i:n}}function c(e){this.id=e.id,this.type=e.type,this.text=e.text,this.answerUrl=e.answerUrl,this.role=e.role,this.getAllUnderlyingQuestionIds=function(){var e=[];return t.each(this.getAllDescendantOptions(),function(t,i){e.indexOf(i.qid)==-1&&e.push(i.qid)}),e},this.deselect=function(t){t.selected=!1}}function o(e){var i=this;c.call(this,e),this.options=[],t.each(e.options,function(t,e){i.options.push(new r(i,e))}),this.getAllDescendantOptions=function(){return this.options}}function a(e){o.call(this,e),this.select=function(e){t.each(this.options,function(t,i){i.selected=i==e})},this.isReady=function(){for(var t=0;t<this.options.length;t++)if(this.options[t].selected)return!0;return!1}}function u(e){var i=this;o.call(this,e);var n=e.checkbox.minChecked,s=e.checkbox.maxChecked,r={};t.each(e.options,function(t,e){e.isOptOut&&(r[e.id]=!0)}),this.select=function(e){e.selected=!0,r[e.id]?t.each(i.options,function(t,i){i!=e&&(i.selected=!1)}):t.each(i.options,function(t,i){i!=e&&r[i.id]&&(i.selected=!1)})},this.isReady=function(){var e=0,c=!1;return t.each(i.options,function(t,i){i.selected&&(e++,r[i.id]&&(c=!0))}),c||n<=e&&e<=s}}function l(e){function i(e){var i=-1;return t.each(s.rows,function(n,s){return t.each(s.options,function(t,s){if(s===e)return i=n,!1}),i==-1}),i}function n(e){var i=!1;return t.each(s.rows[e].options,function(t,e){if(e.selected)return i=!0,!1}),i}var s=this;c.call(this,e),this.columns=e.columns,this.rows=[],t.each(e.rows,function(e,i){var n=t.map(i.options,function(t){return new r(s,t)});if(n.length!=s.columns.length)throw new Error("Option and column counts do not match: "+n.length+" != "+s.columns.length);s.rows.push({text:i.text,options:n})}),this.getAllDescendantOptions=function(){var e=[];return t.each(this.rows,function(i,n){e=t.merge(e,n.options)}),e},this.isReady=function(){var e=!0;return t.each(this.rows,function(t){return e=n(t)}),e},this.select=function(e){var n=i(e);n!=-1&&t.each(this.rows[n].options,function(t,i){i.selected=i===e})}}function d(e){l.call(this,e),t.each(this.columns,function(t,e){e.value=+e.value})}function p(t,e){this.question=t,this.id=e.id,this.text=e.text,this.isSelected=function(){return e.selected},this.setSelected=function(t){t?e.question.select(e):e.question.deselect(e)}}function _(t){var e=this;this.id=t.id,this.type=t.type,this.text=t.text,this.role=t.role,this.getOptionById=function(i){for(var n=t.getAllDescendantOptions(),s=0;s<n.length;s++)if(n[s].id==i)return new p(e,n[s]);return null}}function h(e){var i=this;_.call(this,e),this.options=[],t.each(e.options,function(t,e){i.options.push(new p(i,e))})}function f(e){var i=this;_.call(this,e),this.columns=e.columns,this.rows=[],t.each(e.rows,function(e,n){var s=[];t.each(n.options,function(t,e){s.push(new p(i,e))}),i.rows.push({text:n.text,options:s})})}function v(i,n,s){var r=!1,c=null;this.served=function(){r||(r=!0,n())},this.canSubmit=function(){return r&&i.isReady()},this.submit=function(){if(this.canSubmit()){if(null!=c)return c;var n=i.answerUrl,r=[];return t.each(i.getAllDescendantOptions(),function(t,e){var i=e.getData();""!=i&&r.push(i)}),n+=n.indexOf("?")==-1?"?":"&",n+=r.join("&"),c=e(n,w).then(function(t){return t.restartData&&(x.push(t.restartData),x.length>30&&x.shift()),delete t.restartData,t}),s(c),c}return t.Deferred().reject(new Error("The question is not ready to submit")).promise()}}function g(t){var e=k[t.type];return void 0==e?null:new e(t)}function m(r){function c(){return h.then(function(t){if(""!=t.contextualQuestionHiddenState)return D;var e=r.backupAlias||I(),i="https://"+r.hostname+"/widget/api/2/questions?target="+encodeURIComponent(r.target);return r.instance&&(i+="&instance="+encodeURIComponent(r.instance)),r.context&&(i+="&context="+encodeURIComponent(r.context)),r.question?i+="&question="+encodeURIComponent(r.question.join(",")):t.contextualQuestion&&(i+="&question="+encodeURIComponent(t.contextualQuestion)),r.survey&&(i+="&survey="+encodeURIComponent(r.survey)),r.locale&&(i+="&locale="+encodeURIComponent(r.locale)),!t.isOptedOutRespondent&&e&&(i+="&backupAlias="+encodeURIComponent(e)),x.length>0&&(i+="&"+x.join("&")),i})}function o(i){var n=t.when(i||c()).then(function(t){return e(t)}),o=[],a=t.Deferred();l=n.then(function(t){return t.intro||null}),d=t.when(n,h).then(function(i,n){var c=[];return t.each(i.questions,function(l,d){var p=s(d);if(null!=p){var _=g(p);v.call(_,p,function(){u.jot("poll","served",{target:r.target,context:r.context,instance:r.instance,session:i.session,alias:i.alias,askable:p.id,questions:p.getAllUnderlyingQuestionIds(),usage:d.usage,position:l,locale:i.locale,natures:n.natures})},function(n){n.then(function(t){o.push(t.finishData||"")},function(){o.push("")}).always(function(){if(o.length==c.length){var n=i.finishUrl;if(n){var s=t.grep(o,function(t){return!!t});s.length>0&&(n+=n.indexOf("?")==-1?"?":"&",n+=s.join("&")),e(n).then(function(t){a.resolve(t)},function(t){a.resolve({})})}else a.resolve({})}})}),c.push(_)}}),0==c.length&&a.resolve(i.conclusion||{}),c}),p=a.then(function(t){return{summary:t.summary||null,portalUrl:t.portalUrl||"",results:t.results||[]}}),_=a.then(function(t){var e=t.restartUrl||"";return""!=e&&x.length>0&&(e+="&"+x.join("&")),e})}var a=this;if(r=t.extend({},y,r),void 0==r.target)throw new Error("Poll API missing target option");r.question&&!t.isArray(r.question)&&(r.question=[r.question]);var u=new i({hostname:r.hostname});u.jot("poll","created",{target:r.target});var l,d,p,_,h=n({hostname:r.hostname,target:r.target,context:r.context,instance:r.instance}).promiseInfo();o(null),this.promiseIntro=function(){return l},this.promiseQuestions=function(){return d},this.promiseConclusion=function(){return p},this.promiseRestart=function(){return _.then(function(t){return o(t),a})}}var y={hostname:"www.civicscience.com",instance:"",context:"",question:"",survey:"",locale:"",backupAlias:""},w=6e3,b={radio:a,checkbox:u,matrix:l,scale:d,spectrum:d},x=[],k={radio:h,checkbox:h,matrix:f,scale:f,spectrum:f},D=t.Deferred().promise(),I=function(){var t="__iqpbb",e=null;return function(){if(null!=e)return e;try{e=window.localStorage.getItem(t),null==e&&(e=Math.floor(4294967296*Math.random())+"."+Math.floor(4294967296*Math.random()),window.localStorage.setItem(t,e))}catch(t){}return e||""}}();return function(t){return new m(t)}}.apply(e,n),!(void 0!==s&&(t.exports=s))},function(t,e,i){e=t.exports=i(20)(),e.push([t.id,'#__ID__ .civsci-style-reset a,#__ID__ .civsci-style-reset button,#__ID__ .civsci-style-reset div,#__ID__ .civsci-style-reset img,#__ID__ .civsci-style-reset input,#__ID__ .civsci-style-reset label,#__ID__ .civsci-style-reset span,#__ID__ .civsci-style-reset table,#__ID__ .civsci-style-reset tbody,#__ID__ .civsci-style-reset td,#__ID__ .civsci-style-reset tfoot,#__ID__ .civsci-style-reset th,#__ID__ .civsci-style-reset thead,#__ID__ .civsci-style-reset tr{background-attachment:scroll;background-color:transparent;background-image:none;background-position:0 0;background-repeat:repeat;border-color:#000;border:medium none currentColor;bottom:auto;clear:none;clip:auto;color:inherit;counter-increment:none;counter-reset:none;cursor:auto;direction:inherit;display:inline;float:none;font-family:inherit;font-size:inherit;font-style:inherit;font-variant:normal;font-weight:inherit;height:auto;left:auto;letter-spacing:normal;line-height:inherit;list-style-type:inherit;list-style-position:outside;list-style-image:none;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;opacity:1;outline:medium none invert;overflow:visible;padding:0;position:static;quotes:"" "";right:auto;table-layout:auto;text-align:inherit;text-decoration:inherit;text-indent:0;text-transform:none;top:auto;unicode-bidi:normal;vertical-align:baseline;visibility:inherit;white-space:normal;width:auto;word-spacing:normal;z-index:auto;-webkit-background-origin:padding-box;background-origin:padding-box;-webkit-background-clip:border-box;background-clip:border-box;-webkit-background-size:auto;-moz-background-size:auto;background-size:auto;-webkit-border-image:none;-moz-border-image:none;-o-border-image:none;border-image:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-column-count:auto;-moz-column-count:auto;column-count:auto;-webkit-column-gap:normal;-moz-column-gap:normal;column-gap:normal;-webkit-column-rule:medium none #000;-moz-column-rule:medium none #000;column-rule:medium none #000;-webkit-column-span:1;-moz-column-span:1;column-span:1;-webkit-column-width:auto;-moz-column-width:auto;column-width:auto;font-feature-settings:normal;overflow-x:visible;overflow-y:visible;-webkit-hyphens:manual;-moz-hyphens:manual;hyphens:manual;-webkit-perspective:none;-moz-perspective:none;-ms-perspective:none;-o-perspective:none;perspective:none;-webkit-perspective-origin:50% 50%;-moz-perspective-origin:50% 50%;-ms-perspective-origin:50% 50%;-o-perspective-origin:50% 50%;perspective-origin:50% 50%;-webkit-backface-visibility:visible;-moz-backface-visibility:visible;-ms-backface-visibility:visible;-o-backface-visibility:visible;backface-visibility:visible;text-shadow:none;-webkit-transition:all 0s ease 0s;transition:all 0s ease 0s;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform-style:flat;-moz-transform-style:flat;-ms-transform-style:flat;-o-transform-style:flat;transform-style:flat;word-break:normal;word-wrap:inherit;overflow-wrap:inherit}#__ID__ .civsci-style-reset div{display:block}#__ID__ .civsci-style-reset table{display:table}#__ID__ .civsci-style-reset thead{display:table-header-group}#__ID__ .civsci-style-reset tbody{display:table-row-group}#__ID__ .civsci-style-reset tfoot{display:table-footer-group}#__ID__ .civsci-style-reset tr{display:table-row;background:transparent!important}#__ID__ .civsci-style-reset td,#__ID__ .civsci-style-reset th{display:table-cell;padding:2px;float:none!important}#__ID__ .civsci-style-reset a{color:blue;text-decoration:underline}#__ID__ .civsci-style-reset a:visited{color:#529}#__ID__ .civsci-style-reset a,#__ID__ .civsci-style-reset a *,#__ID__ .civsci-style-reset button,#__ID__ .civsci-style-reset input[type=button],#__ID__ .civsci-style-reset input[type=checkbox],#__ID__ .civsci-style-reset input[type=radio],#__ID__ .civsci-style-reset input[type=submit]{cursor:pointer}#__ID__ .civsci-style-reset button,#__ID__ .civsci-style-reset input[type=submit]{text-align:center;padding:2px 6px 3px;border-radius:4px;text-decoration:none;font-family:arial,helvetica,sans-serif;font-size:small;-webkit-appearance:push-button;color:buttontext;border:1px solid #a6a6a6;background:#d3d3d3;background:#fff;background:-moz-linear-gradient(top,#fff 0,#ddd 100%,#d1d1d1 100%,#ddd 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#ddd),color-stop(100%,#d1d1d1),color-stop(100%,#ddd));background:-webkit-linear-gradient(top,#fff,#ddd 100%,#d1d1d1 0,#ddd 0);background:-o-linear-gradient(top,#fff 0,#ddd 100%,#d1d1d1 100%,#ddd 100%);background:-ms-linear-gradient(top,#fff 0,#ddd 100%,#d1d1d1 100%,#ddd 100%);background:linear-gradient(180deg,#fff 0,#ddd 100%,#d1d1d1 0,#ddd 0);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#dddddd",GradientType=0);-webkit-box-shadow:1px 1px 0 #eee;-moz-box-shadow:1px 1px 0 #eee;-o-box-shadow:1px 1px 0 #eee;box-shadow:1px 1px 0 #eee;outline:initial}#__ID__ .civsci-style-reset button:active,#__ID__ .civsci-style-reset input[type=button]:active,#__ID__ .civsci-style-reset input[type=submit]:active{background:#3b679e;background:-moz-linear-gradient(top,#3b679e 0,#2b88d9 50%,#207cca 51%,#7db9e8 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#3b679e),color-stop(50%,#2b88d9),color-stop(51%,#207cca),color-stop(100%,#7db9e8));background:-webkit-linear-gradient(top,#3b679e,#2b88d9 50%,#207cca 51%,#7db9e8);background:-o-linear-gradient(top,#3b679e 0,#2b88d9 50%,#207cca 51%,#7db9e8 100%);background:-ms-linear-gradient(top,#3b679e 0,#2b88d9 50%,#207cca 51%,#7db9e8 100%);background:linear-gradient(180deg,#3b679e 0,#2b88d9 50%,#207cca 51%,#7db9e8);border-color:#5259b0}#__ID__ .civsci-style-reset button{padding:1px 6px 2px;margin-right:5px}#__ID__ .civsci-style-reset input[type=hidden]{display:none}#__ID__ .civsci-style-reset input{border:1px solid #ccc}#__ID__ .civsci-style-reset input[type=text]{background:#fff;padding:1px;font-family:initial;font-size:small}#__ID__ .civsci-style-reset input[type=checkbox],#__ID__ .civsci-style-reset input[type=radio]{border:1px solid #2b2b2b;border-radius:4px;outline:initial}#__ID__ .civsci-style-reset input[type=radio]{margin:2px 2px 3px}#__ID__ .civsci-style-reset input{vertical-align:middle}#__ID__ .civsci-style-reset table{border-collapse:collapse;border-spacing:0}#__ID__ .civsci-style-reset img{border:0}#__ID__ .civsci-style-reset{font-size:medium;line-height:1;direction:ltr;text-align:left;text-align:start;font-family:sans-serif;color:#000;font-style:normal;font-weight:400;text-decoration:none;list-style-type:disc;line-height:normal;word-wrap:break-word;overflow-wrap:break-word}#__ID__ .civsci-style-reset a{background-color:transparent;-webkit-text-decoration-skip:objects}#__ID__ .civsci-style-reset a:active,#__ID__ .civsci-style-reset a:hover{outline-width:0}#__ID__ .civsci-style-reset img{border-style:none}#__ID__ .civsci-style-reset svg:not(:root){overflow:hidden}#__ID__ .civsci-style-reset button,#__ID__ .civsci-style-reset input{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0;filter:none!important;overflow:visible}#__ID__ .civsci-style-reset button{text-transform:none}#__ID__ .civsci-style-reset [type=reset],#__ID__ .civsci-style-reset [type=submit],#__ID__ .civsci-style-reset button,#__ID__ .civsci-style-reset html [type=button]{-webkit-appearance:button}#__ID__ .civsci-style-reset [type=button]::-moz-focus-inner,#__ID__ .civsci-style-reset [type=reset]::-moz-focus-inner,#__ID__ .civsci-style-reset [type=submit]::-moz-focus-inner,#__ID__ .civsci-style-reset button::-moz-focus-inner{border-style:none;padding:0}#__ID__ .civsci-style-reset [type=button]:-moz-focusring,#__ID__ .civsci-style-reset [type=reset]:-moz-focusring,#__ID__ .civsci-style-reset [type=submit]:-moz-focusring,#__ID__ .civsci-style-reset button:-moz-focusring{outline:1px dotted ButtonText}',""])},function(t,e,i){var n=i(1);!function(t){function e(t,e){return t.w('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 75.4 79.7" style="enable-background:new 0 0 75.4 79.7;" xml:space="preserve"><g><rect x="2" y="32.7" style="fill:#ffffff;" width="71.4" height="45"/><polygon style="fill:#ffffff;" points="12,15 63.4,15 73.4,32.7 2,32.7 \t\t"/><polygon class="civsci-icon--fill-shading" points="73.4,32.7 50.1,32.7 18.7,23.9 55.7,23.9 \t\t"/><polygon class="civsci-icon--fill-shading" points="73.4,32.7 2,32.7 73.4,77.7 \t\t"/><rect x="2" y="32.7" class="civsci-icon--stroke" style="fill:none;stroke-width:4;stroke-linejoin:round;stroke-miterlimit:10;" width="71.4" height="45"/><polygon class="civsci-icon--stroke" style="fill:none;stroke-width:4;stroke-linejoin:round;stroke-miterlimit:10;" points="12,15 63.4,15 73.4,32.7 2,32.7 \t\t"/><line class="civsci-icon--stroke" style="fill:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" x1="55.7" y1="23.9" x2="18.7" y2="23.9"/><rect x="24.9" y="2" class="civsci-icon--stroke" style="fill:#ffffff;stroke-width:4;stroke-linejoin:round;stroke-miterlimit:10;" width="25.2" height="21.9"/><polyline class="civsci-icon--stroke" style="fill:none;stroke-width:4;stroke-linejoin:round;stroke-miterlimit:10;" points="32.7,14.3 35.9,17.5 43,10.3 \t\t"/></g></svg>')}return t.register("icons/ballotbox",e),e.__dustBody=!0,e}(n);var s=function(t,e){n.render("icons/ballotbox",t,e)};s.templateName="icons/ballotbox",t.exports=s},function(t,e,i){var n,s;n=[i(19)],s=function(t){"use strict";function e(t){var e=t+"";if("number"==typeof t&&e.indexOf(".")==-1)for(var i=/(\d+)(\d{3})/;i.test(e);)e=e.replace(i,"$1,$2");return e}var i="%(",n=")";return function(s,r,c,o){for(var a="",u=0;;){var l=s.indexOf(i,u);if(l==-1)break;var d=s.indexOf(n,l);if(d==-1)break;a+=s.substring(u,l);var p=s.substring(l+i.length,d);a+=e(t.helpers.tap(o[p],r,c)||""),u=d+n.length}return a+=s.substring(u)}}.apply(e,n),!(void 0!==s&&(t.exports=s))},function(t,e,i){var n,s;n=[i(3)],s=function(t){function e(e,i){i=i||t(document),this.id=e||"";var n="";""==e||(n=e.match(/^[0-9]/)?"#\\3"+e[0]+" "+e.substring(1):"#"+e),this.load=function(e){return e=(e+"").replace(/#__ID__/g,n),t("<style>").attr("type","text/css").text(e).appendTo(i.find("head")),this}}return e}.apply(e,n),!(void 0!==s&&(t.exports=s))},function(t,e,i){e=t.exports=i(20)(),e.push([t.id,'#__ID__ .civsci-widget .civsci-widget--markable{padding-right:1.23077em;position:relative}#__ID__ .civsci-widget .civsci-widget--markable-icon{width:.92308em;position:absolute;top:50%;right:0;transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);visibility:hidden}#__ID__ .civsci-widget .civsci-widget--markable-icon svg{width:100%}#__ID__ .civsci-widget .civsci-widget--markable[data-civsci-widget-markable-state=marked] .civsci-widget--markable-icon{visibility:visible}#__ID__ .civsci-widget .civsci-widget--markable-icon svg.icon-left-caret{stroke:none;fill:#999}#__ID__ .civsci-widget .civsci-widget--quiz-icon svg{height:100%;width:100%}#__ID__ .civsci-widget .civsci-widget--quiz-icon svg.icon-checkmark{fill:none;stroke:green;stroke-width:24}#__ID__ .civsci-widget .civsci-widget--quiz-icon svg.icon-x{fill:none;stroke:#d90000;stroke-width:26}#__ID__ .civsci-widget .civsci-result__option .civsci-widget--quiz-icon{width:1em;height:1em;position:absolute;top:50%;left:0;transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%)}#__ID__ .civsci-widget .civsci-widget--quiz-correct .civsci-widget--title{color:green}#__ID__ .civsci-widget .civsci-widget--quiz-correct .civsci-result__option-chart-fill{background:#cfe6cf!important}#__ID__ .civsci-widget .civsci-widget--quiz-correct .civsci-result__option-text{padding-left:1.61538em}#__ID__ .civsci-widget .civsci-widget--quiz-correct.civsci-slide__banner{background:#e5f4e5!important}#__ID__ .civsci-widget .civsci-widget--quiz-incorrect .civsci-widget--title{color:#d90000}#__ID__ .civsci-widget .civsci-widget--quiz-incorrect .civsci-result__option-chart-fill{background:#ffd9d9!important}#__ID__ .civsci-widget .civsci-widget--quiz-incorrect.civsci-slide__banner{background:#ffecec!important}#__ID__ .civsci-widget [data-civsci-widget-markable-state=marked] .civsci-widget--quiz-incorrect .civsci-result__option-text{padding-left:1.61538em}#__ID__ .civsci-widget .civsci-summary--type-quiz .civsci-quiz-summary__title{text-align:center;line-height:1.8em}#__ID__ .civsci-widget .civsci-summary--type-quiz .civsci-quiz-summary__icons{text-align:center;line-height:2.2em}#__ID__ .civsci-widget .civsci-summary--type-quiz .civsci-widget--quiz-icon svg{height:1.8em;width:20%;min-width:1.8em}#__ID__ .civsci-widget .civsci-question--type-matrix table,#__ID__ .civsci-widget .civsci-result--type-matrix table{border-collapse:collapse;table-layout:fixed;width:100%}#__ID__ .civsci-widget .civsci-question--type-matrix td,#__ID__ .civsci-widget .civsci-question--type-matrix th,#__ID__ .civsci-widget .civsci-result--type-matrix td,#__ID__ .civsci-widget .civsci-result--type-matrix th{text-align:center;padding:.61538em 0}#__ID__ .civsci-widget .civsci-question--type-matrix td:first-child,#__ID__ .civsci-widget .civsci-question--type-matrix th:first-child,#__ID__ .civsci-widget .civsci-result--type-matrix td:first-child,#__ID__ .civsci-widget .civsci-result--type-matrix th:first-child{padding-left:.61538em}#__ID__ .civsci-widget .civsci-question--type-matrix td:first-child,#__ID__ .civsci-widget .civsci-result--type-matrix td:first-child{vertical-align:middle}#__ID__ .civsci-widget .civsci-question--type-matrix th,#__ID__ .civsci-widget .civsci-result--type-matrix th{font-weight:400;padding-top:0;vertical-align:bottom}#__ID__ .civsci-widget .civsci-question--type-matrix th span,#__ID__ .civsci-widget .civsci-result--type-matrix th span{font-size:.875em}#__ID__ .civsci-widget .civsci-question--type-matrix td.civsci-question__option,#__ID__ .civsci-widget .civsci-question--type-matrix td.civsci-result__option,#__ID__ .civsci-widget .civsci-result--type-matrix td.civsci-question__option,#__ID__ .civsci-widget .civsci-result--type-matrix td.civsci-result__option{border:none}#__ID__ .civsci-widget .civsci-question--type-matrix tbody tr:nth-of-type(odd) td{background-color:#f1f1f1}#__ID__ .civsci-widget .civsci-question--type-matrix td:not(.civsci-question__option){font-weight:700}#__ID__ .civsci-widget .civsci-question--type-matrix td.civsci-question__option{position:relative}#__ID__ .civsci-widget .civsci-question--type-matrix td.civsci-question__option input[type=radio]+label:before{content:"";width:18px;height:18px;border:1px solid #999;padding:0;box-sizing:border-box;background-color:#fff;z-index:0;position:absolute;top:50%;left:50%;transform:translate(-50% -50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);border-radius:50%}#__ID__ .civsci-widget .civsci-question--type-matrix td.civsci-question__option input[type=radio]:checked+label:after{content:"";width:12px;height:12px;border-radius:50%;background-color:#333;z-index:0;position:absolute;top:50%;left:50%;transform:translate(-50% -50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}#__ID__ .civsci-widget .civsci-result--type-matrix th{border-bottom:1px solid #999}#__ID__ .civsci-widget .civsci-result--type-matrix td:first-child{font-weight:700}#__ID__ .civsci-widget .civsci-result--type-matrix tr.civsci-matrix-result__percent-row td{border-top:1px solid #999;color:#999}#__ID__ .civsci-widget .civsci-result--type-matrix tr.civsci-matrix-result__chart-row td{height:4em;padding-top:1.23077em}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-matrix-result__chart{position:relative}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-matrix-result__chart-wrapper{width:70%;height:4em;position:absolute;bottom:0;left:15%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-matrix-result__chart-fill{width:100%;position:absolute;bottom:0;left:0;box-sizing:border-box;border:1px solid #999;border-bottom:none}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-matrix-result__selected-icon{height:.92308em;position:absolute;left:50%;bottom:calc(100% + .30769em);transform:translate(-50%);-ms-transform:translate(-50%);-webkit-transform:translate(-50%);visibility:hidden}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-matrix-result__selected-icon svg{height:100%;stroke:none;fill:#999}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-matrix-result--selected .civsci-matrix-result__selected-icon{visibility:visible}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-1 .civsci-matrix-result__chart-fill{height:1%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-1 .civsci-matrix-result__selected-icon{bottom:calc(1% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-2 .civsci-matrix-result__chart-fill{height:2%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-2 .civsci-matrix-result__selected-icon{bottom:calc(2% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-3 .civsci-matrix-result__chart-fill{height:3%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-3 .civsci-matrix-result__selected-icon{bottom:calc(3% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-4 .civsci-matrix-result__chart-fill{height:4%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-4 .civsci-matrix-result__selected-icon{bottom:calc(4% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-5 .civsci-matrix-result__chart-fill{height:5%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-5 .civsci-matrix-result__selected-icon{bottom:calc(5% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-6 .civsci-matrix-result__chart-fill{height:6%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-6 .civsci-matrix-result__selected-icon{bottom:calc(6% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-7 .civsci-matrix-result__chart-fill{height:7%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-7 .civsci-matrix-result__selected-icon{bottom:calc(7% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-8 .civsci-matrix-result__chart-fill{height:8%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-8 .civsci-matrix-result__selected-icon{bottom:calc(8% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-9 .civsci-matrix-result__chart-fill{height:9%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-9 .civsci-matrix-result__selected-icon{bottom:calc(9% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-10 .civsci-matrix-result__chart-fill{height:10%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-10 .civsci-matrix-result__selected-icon{bottom:calc(10% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-11 .civsci-matrix-result__chart-fill{height:11%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-11 .civsci-matrix-result__selected-icon{bottom:calc(11% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-12 .civsci-matrix-result__chart-fill{height:12%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-12 .civsci-matrix-result__selected-icon{bottom:calc(12% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-13 .civsci-matrix-result__chart-fill{height:13%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-13 .civsci-matrix-result__selected-icon{bottom:calc(13% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-14 .civsci-matrix-result__chart-fill{height:14%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-14 .civsci-matrix-result__selected-icon{bottom:calc(14% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-15 .civsci-matrix-result__chart-fill{height:15%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-15 .civsci-matrix-result__selected-icon{bottom:calc(15% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-16 .civsci-matrix-result__chart-fill{height:16%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-16 .civsci-matrix-result__selected-icon{bottom:calc(16% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-17 .civsci-matrix-result__chart-fill{height:17%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-17 .civsci-matrix-result__selected-icon{bottom:calc(17% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-18 .civsci-matrix-result__chart-fill{height:18%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-18 .civsci-matrix-result__selected-icon{bottom:calc(18% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-19 .civsci-matrix-result__chart-fill{height:19%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-19 .civsci-matrix-result__selected-icon{bottom:calc(19% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-20 .civsci-matrix-result__chart-fill{height:20%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-20 .civsci-matrix-result__selected-icon{bottom:calc(20% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-21 .civsci-matrix-result__chart-fill{height:21%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-21 .civsci-matrix-result__selected-icon{bottom:calc(21% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-22 .civsci-matrix-result__chart-fill{height:22%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-22 .civsci-matrix-result__selected-icon{bottom:calc(22% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-23 .civsci-matrix-result__chart-fill{height:23%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-23 .civsci-matrix-result__selected-icon{bottom:calc(23% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-24 .civsci-matrix-result__chart-fill{height:24%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-24 .civsci-matrix-result__selected-icon{bottom:calc(24% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-25 .civsci-matrix-result__chart-fill{height:25%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-25 .civsci-matrix-result__selected-icon{bottom:calc(25% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-26 .civsci-matrix-result__chart-fill{height:26%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-26 .civsci-matrix-result__selected-icon{bottom:calc(26% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-27 .civsci-matrix-result__chart-fill{height:27%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-27 .civsci-matrix-result__selected-icon{bottom:calc(27% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-28 .civsci-matrix-result__chart-fill{height:28%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-28 .civsci-matrix-result__selected-icon{bottom:calc(28% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-29 .civsci-matrix-result__chart-fill{height:29%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-29 .civsci-matrix-result__selected-icon{bottom:calc(29% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-30 .civsci-matrix-result__chart-fill{height:30%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-30 .civsci-matrix-result__selected-icon{bottom:calc(30% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-31 .civsci-matrix-result__chart-fill{height:31%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-31 .civsci-matrix-result__selected-icon{bottom:calc(31% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-32 .civsci-matrix-result__chart-fill{height:32%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-32 .civsci-matrix-result__selected-icon{bottom:calc(32% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-33 .civsci-matrix-result__chart-fill{height:33%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-33 .civsci-matrix-result__selected-icon{bottom:calc(33% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-34 .civsci-matrix-result__chart-fill{height:34%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-34 .civsci-matrix-result__selected-icon{bottom:calc(34% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-35 .civsci-matrix-result__chart-fill{height:35%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-35 .civsci-matrix-result__selected-icon{bottom:calc(35% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-36 .civsci-matrix-result__chart-fill{height:36%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-36 .civsci-matrix-result__selected-icon{bottom:calc(36% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-37 .civsci-matrix-result__chart-fill{height:37%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-37 .civsci-matrix-result__selected-icon{bottom:calc(37% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-38 .civsci-matrix-result__chart-fill{height:38%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-38 .civsci-matrix-result__selected-icon{bottom:calc(38% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-39 .civsci-matrix-result__chart-fill{height:39%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-39 .civsci-matrix-result__selected-icon{bottom:calc(39% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-40 .civsci-matrix-result__chart-fill{height:40%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-40 .civsci-matrix-result__selected-icon{bottom:calc(40% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-41 .civsci-matrix-result__chart-fill{height:41%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-41 .civsci-matrix-result__selected-icon{bottom:calc(41% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-42 .civsci-matrix-result__chart-fill{height:42%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-42 .civsci-matrix-result__selected-icon{bottom:calc(42% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-43 .civsci-matrix-result__chart-fill{height:43%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-43 .civsci-matrix-result__selected-icon{bottom:calc(43% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-44 .civsci-matrix-result__chart-fill{height:44%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-44 .civsci-matrix-result__selected-icon{bottom:calc(44% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-45 .civsci-matrix-result__chart-fill{height:45%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-45 .civsci-matrix-result__selected-icon{bottom:calc(45% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-46 .civsci-matrix-result__chart-fill{height:46%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-46 .civsci-matrix-result__selected-icon{bottom:calc(46% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-47 .civsci-matrix-result__chart-fill{height:47%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-47 .civsci-matrix-result__selected-icon{bottom:calc(47% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-48 .civsci-matrix-result__chart-fill{height:48%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-48 .civsci-matrix-result__selected-icon{bottom:calc(48% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-49 .civsci-matrix-result__chart-fill{height:49%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-49 .civsci-matrix-result__selected-icon{bottom:calc(49% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-50 .civsci-matrix-result__chart-fill{height:50%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-50 .civsci-matrix-result__selected-icon{bottom:calc(50% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-51 .civsci-matrix-result__chart-fill{height:51%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-51 .civsci-matrix-result__selected-icon{bottom:calc(51% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-52 .civsci-matrix-result__chart-fill{height:52%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-52 .civsci-matrix-result__selected-icon{bottom:calc(52% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-53 .civsci-matrix-result__chart-fill{height:53%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-53 .civsci-matrix-result__selected-icon{bottom:calc(53% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-54 .civsci-matrix-result__chart-fill{height:54%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-54 .civsci-matrix-result__selected-icon{bottom:calc(54% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-55 .civsci-matrix-result__chart-fill{height:55%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-55 .civsci-matrix-result__selected-icon{bottom:calc(55% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-56 .civsci-matrix-result__chart-fill{height:56%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-56 .civsci-matrix-result__selected-icon{bottom:calc(56% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-57 .civsci-matrix-result__chart-fill{height:57%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-57 .civsci-matrix-result__selected-icon{bottom:calc(57% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-58 .civsci-matrix-result__chart-fill{height:58%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-58 .civsci-matrix-result__selected-icon{bottom:calc(58% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-59 .civsci-matrix-result__chart-fill{height:59%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-59 .civsci-matrix-result__selected-icon{bottom:calc(59% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-60 .civsci-matrix-result__chart-fill{height:60%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-60 .civsci-matrix-result__selected-icon{bottom:calc(60% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-61 .civsci-matrix-result__chart-fill{height:61%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-61 .civsci-matrix-result__selected-icon{bottom:calc(61% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-62 .civsci-matrix-result__chart-fill{height:62%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-62 .civsci-matrix-result__selected-icon{bottom:calc(62% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-63 .civsci-matrix-result__chart-fill{height:63%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-63 .civsci-matrix-result__selected-icon{bottom:calc(63% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-64 .civsci-matrix-result__chart-fill{height:64%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-64 .civsci-matrix-result__selected-icon{bottom:calc(64% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-65 .civsci-matrix-result__chart-fill{height:65%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-65 .civsci-matrix-result__selected-icon{bottom:calc(65% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-66 .civsci-matrix-result__chart-fill{height:66%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-66 .civsci-matrix-result__selected-icon{bottom:calc(66% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-67 .civsci-matrix-result__chart-fill{height:67%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-67 .civsci-matrix-result__selected-icon{bottom:calc(67% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-68 .civsci-matrix-result__chart-fill{height:68%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-68 .civsci-matrix-result__selected-icon{bottom:calc(68% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-69 .civsci-matrix-result__chart-fill{height:69%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-69 .civsci-matrix-result__selected-icon{bottom:calc(69% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-70 .civsci-matrix-result__chart-fill{height:70%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-70 .civsci-matrix-result__selected-icon{bottom:calc(70% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-71 .civsci-matrix-result__chart-fill{height:71%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-71 .civsci-matrix-result__selected-icon{bottom:calc(71% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-72 .civsci-matrix-result__chart-fill{height:72%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-72 .civsci-matrix-result__selected-icon{bottom:calc(72% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-73 .civsci-matrix-result__chart-fill{height:73%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-73 .civsci-matrix-result__selected-icon{bottom:calc(73% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-74 .civsci-matrix-result__chart-fill{height:74%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-74 .civsci-matrix-result__selected-icon{bottom:calc(74% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-75 .civsci-matrix-result__chart-fill{height:75%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-75 .civsci-matrix-result__selected-icon{bottom:calc(75% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-76 .civsci-matrix-result__chart-fill{height:76%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-76 .civsci-matrix-result__selected-icon{bottom:calc(76% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-77 .civsci-matrix-result__chart-fill{height:77%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-77 .civsci-matrix-result__selected-icon{bottom:calc(77% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-78 .civsci-matrix-result__chart-fill{height:78%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-78 .civsci-matrix-result__selected-icon{bottom:calc(78% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-79 .civsci-matrix-result__chart-fill{height:79%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-79 .civsci-matrix-result__selected-icon{bottom:calc(79% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-80 .civsci-matrix-result__chart-fill{height:80%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-80 .civsci-matrix-result__selected-icon{bottom:calc(80% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-81 .civsci-matrix-result__chart-fill{height:81%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-81 .civsci-matrix-result__selected-icon{bottom:calc(81% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-82 .civsci-matrix-result__chart-fill{height:82%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-82 .civsci-matrix-result__selected-icon{bottom:calc(82% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-83 .civsci-matrix-result__chart-fill{height:83%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-83 .civsci-matrix-result__selected-icon{bottom:calc(83% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-84 .civsci-matrix-result__chart-fill{height:84%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-84 .civsci-matrix-result__selected-icon{bottom:calc(84% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-85 .civsci-matrix-result__chart-fill{height:85%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-85 .civsci-matrix-result__selected-icon{bottom:calc(85% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-86 .civsci-matrix-result__chart-fill{height:86%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-86 .civsci-matrix-result__selected-icon{bottom:calc(86% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-87 .civsci-matrix-result__chart-fill{height:87%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-87 .civsci-matrix-result__selected-icon{bottom:calc(87% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-88 .civsci-matrix-result__chart-fill{height:88%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-88 .civsci-matrix-result__selected-icon{bottom:calc(88% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-89 .civsci-matrix-result__chart-fill{height:89%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-89 .civsci-matrix-result__selected-icon{bottom:calc(89% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-90 .civsci-matrix-result__chart-fill{height:90%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-90 .civsci-matrix-result__selected-icon{bottom:calc(90% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-91 .civsci-matrix-result__chart-fill{height:91%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-91 .civsci-matrix-result__selected-icon{bottom:calc(91% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-92 .civsci-matrix-result__chart-fill{height:92%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-92 .civsci-matrix-result__selected-icon{bottom:calc(92% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-93 .civsci-matrix-result__chart-fill{height:93%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-93 .civsci-matrix-result__selected-icon{bottom:calc(93% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-94 .civsci-matrix-result__chart-fill{height:94%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-94 .civsci-matrix-result__selected-icon{bottom:calc(94% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-95 .civsci-matrix-result__chart-fill{height:95%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-95 .civsci-matrix-result__selected-icon{bottom:calc(95% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-96 .civsci-matrix-result__chart-fill{height:96%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-96 .civsci-matrix-result__selected-icon{bottom:calc(96% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-97 .civsci-matrix-result__chart-fill{height:97%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-97 .civsci-matrix-result__selected-icon{bottom:calc(97% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-98 .civsci-matrix-result__chart-fill{height:98%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-98 .civsci-matrix-result__selected-icon{bottom:calc(98% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-99 .civsci-matrix-result__chart-fill{height:99%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-99 .civsci-matrix-result__selected-icon{bottom:calc(99% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-100 .civsci-matrix-result__chart-fill{height:100%}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-100 .civsci-matrix-result__selected-icon{bottom:calc(100% + .30769em)}#__ID__ .civsci-widget .civsci-result--type-matrix .civsci-result--percent-0 .civsci-matrix-result__chart-fill{border:none}#__ID__ .civsci-widget .civsci-question--type-scale .civsci-scale__row-label,#__ID__ .civsci-widget .civsci-question--type-spectrum .civsci-scale__row-label,#__ID__ .civsci-widget .civsci-result--type-scale .civsci-scale__row-label,#__ID__ .civsci-widget .civsci-result--type-spectrum .civsci-scale__row-label{font-weight:700}#__ID__ .civsci-widget .civsci-question--type-scale table,#__ID__ .civsci-widget .civsci-question--type-spectrum table,#__ID__ .civsci-widget .civsci-result--type-scale table,#__ID__ .civsci-widget .civsci-result--type-spectrum table{border-collapse:collapse;table-layout:fixed;width:100%;margin-top:1.23077em}#__ID__ .civsci-widget .civsci-question--type-scale td,#__ID__ .civsci-widget .civsci-question--type-spectrum td,#__ID__ .civsci-widget .civsci-result--type-scale td,#__ID__ .civsci-widget .civsci-result--type-spectrum td{text-align:center}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-scale__column-label,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-scale__column-label,#__ID__ .civsci-widget .civsci-result--type-scale td.civsci-scale__column-label,#__ID__ .civsci-widget .civsci-result--type-spectrum td.civsci-scale__column-label{vertical-align:top;padding-top:.61538em}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-scale__column-label span,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-scale__column-label span,#__ID__ .civsci-widget .civsci-result--type-scale td.civsci-scale__column-label span,#__ID__ .civsci-widget .civsci-result--type-spectrum td.civsci-scale__column-label span{font-size:.875em}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option,#__ID__ .civsci-widget .civsci-result--type-scale td.civsci-question__option,#__ID__ .civsci-widget .civsci-result--type-spectrum td.civsci-question__option{border:none}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option{position:relative}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option input[type=radio]+label:before{content:"";width:24px;height:24px;border:1px solid #999;padding:0;box-sizing:border-box;background-color:#fff;z-index:0;position:absolute;top:50%;left:50%;transform:translate(-50% -50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);border-radius:50%}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option input[type=radio]:checked+label:after,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option input[type=radio]:checked+label:after{content:"";width:18px;height:18px;border-radius:50%;background-color:#333;z-index:0;position:absolute;top:50%;left:50%;transform:translate(-50% -50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude]+td.civsci-question__option[data-civsci-widget-scale-magnitude]:after,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude]+td.civsci-question__option[data-civsci-widget-scale-magnitude]:after{content:"";width:calc(100% - 24px);height:1px;border-top:1px solid #999;box-sizing:border-box;position:absolute;top:50%;right:calc(50% + 12px);display:table-cell}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude] input[type=radio]+label:before{background:inherit}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="0"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="0"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.72),hsla(0,0%,100%,.72))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="1"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="1"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.7128),hsla(0,0%,100%,.7128))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="2"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="2"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.7056),hsla(0,0%,100%,.7056))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="3"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="3"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.6984),hsla(0,0%,100%,.6984))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="4"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="4"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.6912),hsla(0,0%,100%,.6912))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="5"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="5"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.684),hsla(0,0%,100%,.684))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="6"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="6"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.6768),hsla(0,0%,100%,.6768))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="7"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="7"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.6696),hsla(0,0%,100%,.6696))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="8"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="8"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.6624),hsla(0,0%,100%,.6624))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="9"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="9"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.6552),hsla(0,0%,100%,.6552))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="10"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="10"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.648),hsla(0,0%,100%,.648))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="11"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="11"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.6408),hsla(0,0%,100%,.6408))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="12"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="12"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.6336),hsla(0,0%,100%,.6336))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="13"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="13"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.6264),hsla(0,0%,100%,.6264))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="14"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="14"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.6192),hsla(0,0%,100%,.6192))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="15"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="15"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.612),hsla(0,0%,100%,.612))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="16"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="16"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.6048),hsla(0,0%,100%,.6048))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="17"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="17"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.5976),hsla(0,0%,100%,.5976))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="18"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="18"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.5904),hsla(0,0%,100%,.5904))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="19"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="19"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.5832),hsla(0,0%,100%,.5832))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="20"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="20"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.576),hsla(0,0%,100%,.576))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="21"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="21"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.5688),hsla(0,0%,100%,.5688))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="22"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="22"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.5616),hsla(0,0%,100%,.5616))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="23"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="23"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.5544),hsla(0,0%,100%,.5544))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="24"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="24"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.5472),hsla(0,0%,100%,.5472))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="25"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="25"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.54),hsla(0,0%,100%,.54))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="26"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="26"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.5328),hsla(0,0%,100%,.5328))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="27"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="27"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.5256),hsla(0,0%,100%,.5256))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="28"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="28"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.5184),hsla(0,0%,100%,.5184))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="29"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="29"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.5112),hsla(0,0%,100%,.5112))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="30"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="30"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.504),hsla(0,0%,100%,.504))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="31"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="31"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.4968),hsla(0,0%,100%,.4968))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="32"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="32"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.4896),hsla(0,0%,100%,.4896))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="33"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="33"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.4824),hsla(0,0%,100%,.4824))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="34"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="34"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.4752),hsla(0,0%,100%,.4752))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="35"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="35"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.468),hsla(0,0%,100%,.468))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="36"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="36"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.4608),hsla(0,0%,100%,.4608))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="37"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="37"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.4536),hsla(0,0%,100%,.4536))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="38"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="38"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.4464),hsla(0,0%,100%,.4464))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="39"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="39"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.4392),hsla(0,0%,100%,.4392))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="40"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="40"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.432),hsla(0,0%,100%,.432))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="41"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="41"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.4248),hsla(0,0%,100%,.4248))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="42"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="42"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.4176),hsla(0,0%,100%,.4176))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="43"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="43"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.4104),hsla(0,0%,100%,.4104))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="44"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="44"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.4032),hsla(0,0%,100%,.4032))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="45"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="45"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.396),hsla(0,0%,100%,.396))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="46"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="46"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.3888),hsla(0,0%,100%,.3888))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="47"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="47"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.3816),hsla(0,0%,100%,.3816))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="48"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="48"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.3744),hsla(0,0%,100%,.3744))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="49"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="49"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.3672),hsla(0,0%,100%,.3672))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="50"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="50"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.36),hsla(0,0%,100%,.36))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="51"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="51"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.3528),hsla(0,0%,100%,.3528))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="52"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="52"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.3456),hsla(0,0%,100%,.3456))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="53"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="53"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.3384),hsla(0,0%,100%,.3384))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="54"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="54"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.3312),hsla(0,0%,100%,.3312))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="55"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="55"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.324),hsla(0,0%,100%,.324))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="56"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="56"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.3168),hsla(0,0%,100%,.3168))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="57"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="57"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.3096),hsla(0,0%,100%,.3096))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="58"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="58"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.3024),hsla(0,0%,100%,.3024))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="59"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="59"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.2952),hsla(0,0%,100%,.2952))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="60"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="60"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.288),hsla(0,0%,100%,.288))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="61"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="61"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.2808),hsla(0,0%,100%,.2808))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="62"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="62"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.2736),hsla(0,0%,100%,.2736))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="63"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="63"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.2664),hsla(0,0%,100%,.2664))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="64"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="64"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.2592),hsla(0,0%,100%,.2592))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="65"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="65"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.252),hsla(0,0%,100%,.252))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="66"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="66"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.2448),hsla(0,0%,100%,.2448))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="67"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="67"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.2376),hsla(0,0%,100%,.2376))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="68"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="68"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.2304),hsla(0,0%,100%,.2304))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="69"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="69"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.2232),hsla(0,0%,100%,.2232))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="70"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="70"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.216),hsla(0,0%,100%,.216))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="71"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="71"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.2088),hsla(0,0%,100%,.2088))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="72"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="72"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.2016),hsla(0,0%,100%,.2016))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="73"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="73"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.1944),hsla(0,0%,100%,.1944))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="74"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="74"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.1872),hsla(0,0%,100%,.1872))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="75"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="75"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.18),hsla(0,0%,100%,.18))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="76"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="76"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.1728),hsla(0,0%,100%,.1728))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="77"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="77"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.1656),hsla(0,0%,100%,.1656))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="78"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="78"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.1584),hsla(0,0%,100%,.1584))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="79"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="79"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.1512),hsla(0,0%,100%,.1512))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="80"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="80"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.144),hsla(0,0%,100%,.144))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="81"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="81"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.1368),hsla(0,0%,100%,.1368))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="82"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="82"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.1296),hsla(0,0%,100%,.1296))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="83"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="83"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.1224),hsla(0,0%,100%,.1224))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="84"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="84"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.1152),hsla(0,0%,100%,.1152))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="85"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="85"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.108),hsla(0,0%,100%,.108))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="86"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="86"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.1008),hsla(0,0%,100%,.1008))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="87"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="87"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.0936),hsla(0,0%,100%,.0936))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="88"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="88"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.0864),hsla(0,0%,100%,.0864))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="89"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="89"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.0792),hsla(0,0%,100%,.0792))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="90"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="90"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.072),hsla(0,0%,100%,.072))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="91"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="91"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.0648),hsla(0,0%,100%,.0648))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="92"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="92"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.0576),hsla(0,0%,100%,.0576))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="93"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="93"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.0504),hsla(0,0%,100%,.0504))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="94"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="94"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.0432),hsla(0,0%,100%,.0432))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="95"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="95"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.036),hsla(0,0%,100%,.036))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="96"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="96"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.0288),hsla(0,0%,100%,.0288))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="97"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="97"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.0216),hsla(0,0%,100%,.0216))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="98"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="98"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.0144),hsla(0,0%,100%,.0144))}#__ID__ .civsci-widget .civsci-question--type-scale td.civsci-question__option[data-civsci-widget-scale-magnitude="99"] input[type=radio]+label:before,#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="99"] input[type=radio]+label:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.0072),hsla(0,0%,100%,.0072))}#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-sign="+"] input[type=radio]+label:before{background-color:#6bde6b!important}#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-sign="-"] input[type=radio]+label:before{background-color:#ff8383!important}#__ID__ .civsci-widget .civsci-question--type-spectrum td.civsci-question__option[data-civsci-widget-scale-magnitude="0"] input[type=radio]+label:before{background-color:#ccc!important}#__ID__ .civsci-widget .civsci-result--type-scale .civsci-scale__result-row,#__ID__ .civsci-widget .civsci-result--type-spectrum .civsci-scale__result-row{padding-bottom:1.23077em;border-bottom:1px dotted #999}#__ID__ .civsci-widget .civsci-result--type-scale .civsci-scale__result-row:first-child,#__ID__ .civsci-widget .civsci-result--type-spectrum .civsci-scale__result-row:first-child{padding-top:1.23077em;border-top:1px dotted #999}#__ID__ .civsci-widget .civsci-result--type-scale table.civsci-scale__column-scale,#__ID__ .civsci-widget .civsci-result--type-spectrum table.civsci-scale__column-scale{margin-top:0;border-radius:1em}#__ID__ .civsci-widget .civsci-result--type-scale td.civsci-scale__column-label,#__ID__ .civsci-widget .civsci-result--type-spectrum td.civsci-scale__column-label{vertical-align:middle;padding:.61538em}#__ID__ .civsci-widget .civsci-result--type-scale .civsci-scale__average-rating-label span,#__ID__ .civsci-widget .civsci-result--type-scale .civsci-scale__your-rating-label span,#__ID__ .civsci-widget .civsci-result--type-spectrum .civsci-scale__average-rating-label span,#__ID__ .civsci-widget .civsci-result--type-spectrum .civsci-scale__your-rating-label span{font-size:.875em}#__ID__ .civsci-widget .civsci-result--type-scale .civsci-scale__average-rating-icon,#__ID__ .civsci-widget .civsci-result--type-scale .civsci-scale__your-rating-icon,#__ID__ .civsci-widget .civsci-result--type-spectrum .civsci-scale__average-rating-icon,#__ID__ .civsci-widget .civsci-result--type-spectrum .civsci-scale__your-rating-icon{height:.92308em}#__ID__ .civsci-widget .civsci-result--type-scale .civsci-scale__average-rating-icon svg,#__ID__ .civsci-widget .civsci-result--type-scale .civsci-scale__your-rating-icon svg,#__ID__ .civsci-widget .civsci-result--type-spectrum .civsci-scale__average-rating-icon svg,#__ID__ .civsci-widget .civsci-result--type-spectrum .civsci-scale__your-rating-icon svg{height:100%;width:100%;stroke:none;fill:#999}#__ID__ .civsci-widget .civsci-result--type-scale .civsci-scale__average-rating-wrapper,#__ID__ .civsci-widget .civsci-result--type-spectrum .civsci-scale__average-rating-wrapper{padding:0 .61538em}#__ID__ .civsci-widget .civsci-result--type-scale .civsci-scale__average-rating,#__ID__ .civsci-widget .civsci-result--type-spectrum .civsci-scale__average-rating{text-align:center;position:relative;top:0;right:0;transform:translate(50%);-ms-transform:translate(50%);-webkit-transform:translate(50%)}#__ID__ .civsci-widget:before{content:none;display:block;font-size:1.23077em;font-weight:700}#__ID__ .civsci-widget{font-family:sans-serif;font-size:13px;color:#333;font-weight:400;width:100%;box-sizing:border-box}#__ID__ .civsci-widget .civsci-widget--title{font-size:1.23077em;font-weight:700}#__ID__ .civsci-widget .civsci-widget__subtitle{font-size:1em;color:#999;margin:.61538em 0}#__ID__ .civsci-widget .civsci-widget--detail-text{color:#999}#__ID__ .civsci-widget .civsci-widget__body{width:100%;box-sizing:border-box;padding:4px;display:table;table-layout:fixed;min-height:250px;overflow:hidden}#__ID__ .civsci-widget .civsci-slide{position:relative;float:left;top:0;width:100%;padding:1.23077em;background:#fff;box-shadow:0 0 4px #aaa;box-sizing:border-box;min-height:250px;visibility:hidden;display:none;margin-left:-116%;left:348%;transition:left .6s}#__ID__ .civsci-widget .civsci-slide:first-child{left:-116%}#__ID__ .civsci-widget .civsci-slide:nth-child(2){left:0;visibility:visible}#__ID__ .civsci-widget .civsci-slide:nth-child(3){left:116%;display:block;visibility:visible}#__ID__ .civsci-widget .civsci-slide:nth-child(4){left:232%;visibility:visible}#__ID__ .civsci-widget .civsci-widget__body[data-civsci-widget-engaged] .civsci-slide{display:block}#__ID__ .civsci-widget .civsci-slide__box{margin-top:1.23077em;box-sizing:border-box}#__ID__ .civsci-widget .civsci-slide__box:first-child{margin-top:0!important}#__ID__ .civsci-widget .civsci-slide__banner{margin-left:-1.23077em;margin-right:-1.23077em;padding:1.23077em}#__ID__ .civsci-widget .civsci-slide__banner .civsci-slide__box{margin-top:.61538em}#__ID__ .civsci-widget .civsci-slide__banner .civsci-widget--title{font-size:1.07692em}#__ID__ .civsci-widget .civsci-question__option{margin-top:.61538em;border:1px solid #999}#__ID__ .civsci-widget .civsci-question__option:first-child{margin-top:0}#__ID__ .civsci-widget .civsci-question__option input[type=checkbox],#__ID__ .civsci-widget .civsci-question__option input[type=radio]{display:none}#__ID__ .civsci-widget .civsci-question__option label{display:inline-block;box-sizing:border-box;padding:.61538em;width:100%;cursor:pointer}#__ID__ .civsci-widget .civsci-widget--civicscience-clickable{background-color:#e6f6ff;transition:background-color .2s}#__ID__ .civsci-widget .civsci-widget--civicscience-clickable:hover{background-color:#cdedff}#__ID__ .civsci-widget .civsci-widget--civicscience-clickable-dark,#__ID__ .civsci-widget .civsci-widget--civicscience-clickable:active{background-color:#b3e4ff}#__ID__ .civsci-widget .civsci-signpost{font-size:1.4em;position:absolute;top:50%;left:50%;margin-right:-50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}#__ID__ .civsci-widget .civsci-signpost .civsci-signpost__text{text-align:center;color:#999}#__ID__ .civsci-widget .civsci-signpost .civsci-signpost__icon{text-align:center;margin-top:1em}#__ID__ .civsci-widget .civsci-signpost .civsci-signpost__icon svg{width:20%;margin:0 auto}#__ID__ .civsci-widget .civsci-signpost .civsci-signpost__icon svg .civsci-icon--fill-shading{fill:#e3e3e3}#__ID__ .civsci-widget .civsci-signpost .civsci-signpost__icon svg .civsci-icon--stroke{stroke:#bbb}#__ID__ .civsci-widget .civsci-result .civsci-result__option{margin-top:.61538em;padding:.61538em;border:1px solid #999;box-sizing:border-box;width:100%;position:relative;overflow:hidden;z-index:0}#__ID__ .civsci-widget .civsci-result .civsci-result__option-chart-fill{position:absolute;top:0;left:0;height:100%;width:0;z-index:-1}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-1 .civsci-result__option-chart-fill{width:1%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-2 .civsci-result__option-chart-fill{width:2%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-3 .civsci-result__option-chart-fill{width:3%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-4 .civsci-result__option-chart-fill{width:4%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-5 .civsci-result__option-chart-fill{width:5%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-6 .civsci-result__option-chart-fill{width:6%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-7 .civsci-result__option-chart-fill{width:7%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-8 .civsci-result__option-chart-fill{width:8%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-9 .civsci-result__option-chart-fill{width:9%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-10 .civsci-result__option-chart-fill{width:10%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-11 .civsci-result__option-chart-fill{width:11%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-12 .civsci-result__option-chart-fill{width:12%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-13 .civsci-result__option-chart-fill{width:13%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-14 .civsci-result__option-chart-fill{width:14%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-15 .civsci-result__option-chart-fill{width:15%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-16 .civsci-result__option-chart-fill{width:16%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-17 .civsci-result__option-chart-fill{width:17%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-18 .civsci-result__option-chart-fill{width:18%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-19 .civsci-result__option-chart-fill{width:19%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-20 .civsci-result__option-chart-fill{width:20%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-21 .civsci-result__option-chart-fill{width:21%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-22 .civsci-result__option-chart-fill{width:22%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-23 .civsci-result__option-chart-fill{width:23%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-24 .civsci-result__option-chart-fill{width:24%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-25 .civsci-result__option-chart-fill{width:25%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-26 .civsci-result__option-chart-fill{width:26%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-27 .civsci-result__option-chart-fill{width:27%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-28 .civsci-result__option-chart-fill{width:28%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-29 .civsci-result__option-chart-fill{width:29%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-30 .civsci-result__option-chart-fill{width:30%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-31 .civsci-result__option-chart-fill{width:31%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-32 .civsci-result__option-chart-fill{width:32%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-33 .civsci-result__option-chart-fill{width:33%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-34 .civsci-result__option-chart-fill{width:34%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-35 .civsci-result__option-chart-fill{width:35%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-36 .civsci-result__option-chart-fill{width:36%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-37 .civsci-result__option-chart-fill{width:37%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-38 .civsci-result__option-chart-fill{width:38%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-39 .civsci-result__option-chart-fill{width:39%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-40 .civsci-result__option-chart-fill{width:40%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-41 .civsci-result__option-chart-fill{width:41%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-42 .civsci-result__option-chart-fill{width:42%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-43 .civsci-result__option-chart-fill{width:43%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-44 .civsci-result__option-chart-fill{width:44%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-45 .civsci-result__option-chart-fill{width:45%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-46 .civsci-result__option-chart-fill{width:46%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-47 .civsci-result__option-chart-fill{width:47%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-48 .civsci-result__option-chart-fill{width:48%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-49 .civsci-result__option-chart-fill{width:49%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-50 .civsci-result__option-chart-fill{width:50%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-51 .civsci-result__option-chart-fill{width:51%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-52 .civsci-result__option-chart-fill{width:52%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-53 .civsci-result__option-chart-fill{width:53%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-54 .civsci-result__option-chart-fill{width:54%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-55 .civsci-result__option-chart-fill{width:55%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-56 .civsci-result__option-chart-fill{width:56%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-57 .civsci-result__option-chart-fill{width:57%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-58 .civsci-result__option-chart-fill{width:58%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-59 .civsci-result__option-chart-fill{width:59%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-60 .civsci-result__option-chart-fill{width:60%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-61 .civsci-result__option-chart-fill{width:61%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-62 .civsci-result__option-chart-fill{width:62%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-63 .civsci-result__option-chart-fill{width:63%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-64 .civsci-result__option-chart-fill{width:64%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-65 .civsci-result__option-chart-fill{width:65%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-66 .civsci-result__option-chart-fill{width:66%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-67 .civsci-result__option-chart-fill{width:67%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-68 .civsci-result__option-chart-fill{width:68%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-69 .civsci-result__option-chart-fill{width:69%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-70 .civsci-result__option-chart-fill{width:70%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-71 .civsci-result__option-chart-fill{width:71%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-72 .civsci-result__option-chart-fill{width:72%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-73 .civsci-result__option-chart-fill{width:73%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-74 .civsci-result__option-chart-fill{width:74%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-75 .civsci-result__option-chart-fill{width:75%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-76 .civsci-result__option-chart-fill{width:76%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-77 .civsci-result__option-chart-fill{width:77%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-78 .civsci-result__option-chart-fill{width:78%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-79 .civsci-result__option-chart-fill{width:79%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-80 .civsci-result__option-chart-fill{width:80%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-81 .civsci-result__option-chart-fill{width:81%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-82 .civsci-result__option-chart-fill{width:82%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-83 .civsci-result__option-chart-fill{width:83%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-84 .civsci-result__option-chart-fill{width:84%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-85 .civsci-result__option-chart-fill{width:85%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-86 .civsci-result__option-chart-fill{width:86%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-87 .civsci-result__option-chart-fill{width:87%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-88 .civsci-result__option-chart-fill{width:88%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-89 .civsci-result__option-chart-fill{width:89%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-90 .civsci-result__option-chart-fill{width:90%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-91 .civsci-result__option-chart-fill{width:91%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-92 .civsci-result__option-chart-fill{width:92%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-93 .civsci-result__option-chart-fill{width:93%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-94 .civsci-result__option-chart-fill{width:94%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-95 .civsci-result__option-chart-fill{width:95%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-96 .civsci-result__option-chart-fill{width:96%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-97 .civsci-result__option-chart-fill{width:97%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-98 .civsci-result__option-chart-fill{width:98%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-99 .civsci-result__option-chart-fill{width:99%}#__ID__ .civsci-widget .civsci-result .civsci-result--percent-100 .civsci-result__option-chart-fill{width:100%}#__ID__ .civsci-widget .civsci-result .civsci-result__option-text{position:relative;width:calc(100% - 3em)}#__ID__ .civsci-widget .civsci-result .civsci-result__option-percent{text-align:right;min-width:3em;padding-left:1.23077em;position:relative;float:right}#__ID__ .civsci-widget .civsci-slide__portal-link{width:67%;margin-left:auto;margin-right:auto;text-align:center}#__ID__ .civsci-widget .civsci-slide__portal-link a,#__ID__ .civsci-widget .civsci-slide__portal-link a:visited{cursor:pointer;color:#333;text-decoration:none;font-weight:700}#__ID__ .civsci-widget .civsci-slide__portal-link a:hover{text-decoration:underline}#__ID__ .civsci-widget .civsci-slide__privacy{margin-top:1em}#__ID__ .civsci-widget .civsci-slide__privacy a,#__ID__ .civsci-widget .civsci-slide__privacy span{color:#999;font-size:.84615em}#__ID__ .civsci-widget .civsci-slide__privacy a,#__ID__ .civsci-widget .civsci-slide__privacy a:visited{cursor:pointer;text-decoration:none}#__ID__ .civsci-widget .civsci-slide__privacy a:hover{border-bottom:1px dotted #999}#__ID__ .civsci-widget .civsci-widget__buttons{display:table;width:100%;text-align:center}#__ID__ .civsci-widget .civsci-widget__buttons a,#__ID__ .civsci-widget .civsci-widget__buttons button{display:inline-block;border:1px solid #999;border-radius:3px;padding:.61538em;margin-left:1.23077em;background:#fff;color:#333;text-transform:uppercase;text-align:center;text-decoration:none;outline:none;box-sizing:border-box;font-family:inherit;font-size:inherit;transition:background .2s,opacity .2s;box-shadow:none;position:relative;width:calc(50% - 1em)}#__ID__ .civsci-widget .civsci-widget__buttons a:first-child,#__ID__ .civsci-widget .civsci-widget__buttons button:first-child{margin-left:0}#__ID__ .civsci-widget .civsci-widget__buttons a:only-child,#__ID__ .civsci-widget .civsci-widget__buttons button:only-child{min-width:67%;width:auto;margin:0 auto}#__ID__ .civsci-widget .civsci-widget__buttons a:focus,#__ID__ .civsci-widget .civsci-widget__buttons button:focus{outline:none}#__ID__ .civsci-widget .civsci-widget__buttons a:before,#__ID__ .civsci-widget .civsci-widget__buttons button:before{content:"";position:absolute;top:0;left:0;display:block;width:100%;height:100%;background:#333;opacity:0;border-radius:3px}#__ID__ .civsci-widget .civsci-widget__buttons a:not([disabled]):hover:before,#__ID__ .civsci-widget .civsci-widget__buttons button:not([disabled]):hover:before{opacity:.2}#__ID__ .civsci-widget .civsci-widget__buttons a:not([disabled]):active:before,#__ID__ .civsci-widget .civsci-widget__buttons button:not([disabled]):active:before{opacity:.4}#__ID__ .civsci-widget .civsci-widget__buttons a.civsci-widget--primary-button,#__ID__ .civsci-widget .civsci-widget__buttons button.civsci-widget--primary-button{background-color:#333;color:#fff;border:none!important;padding:calc(.61538em + 1px)}#__ID__ .civsci-widget .civsci-widget__buttons a.civsci-widget--primary-button:before,#__ID__ .civsci-widget .civsci-widget__buttons button.civsci-widget--primary-button:before{background:#fff}#__ID__ .civsci-widget .civsci-widget__buttons a[disabled],#__ID__ .civsci-widget .civsci-widget__buttons button[disabled]{opacity:.3}#__ID__ .civsci-widget .civsci-slide__overlay{display:none;background:#fff;position:absolute;top:0;left:0;width:100%;height:100%}#__ID__ .civsci-widget .civsci-slide__overlay[data-civsci-widget-slide-overlay=true]{display:block}#__ID__ .civsci-widget [data-civsci-widget-disabled]:before{content:" ";display:block;opacity:0;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}#__ID__ .civsci-widget .civsci-widget--partner-background-color{background-color:#b3e4ff}#__ID__ .civsci-widget .civsci-widget__caption-title{text-transform:uppercase;font-weight:700;margin-bottom:.30769em}#__ID__ .civsci-widget .civsci-widget__caption{background:#e6f6ff;color:#2272b9}#__ID__ .civsci-widget .civsci-widget__caption a,#__ID__ .civsci-widget .civsci-widget__caption a:visited{color:inherit;text-decoration:underline}#__ID__ .civsci-widget .civsci-widget__caption a:hover{color:#00a2ff}#__ID__ .civsci-widget .civsci-widget__caption:after{content:"";display:block;height:0;clear:both}#__ID__ .civsci-widget .civsci-widget__caption-icon{float:left;padding-right:.61538em}#__ID__ .civsci-widget .civsci-widget__caption-icon svg{width:36px;height:36px}#__ID__ .civsci-widget .civsci-widget__caption-icon svg .civsci-icon--stroke{stroke:#00a2ff}#__ID__ .civsci-widget .civsci-widget__caption-icon svg .civsci-icon--fill-solid{fill:#00a2ff}#__ID__ .civsci-widget .civsci-widget__caption-icon svg .civsci-icon--fill-shading{fill:#ccecff}#__ID__ .civsci-widget .civsci-widget__caption-text{display:table}#__ID__ .civsci-widget .civsci-question__option input[type=checkbox]+label,#__ID__ .civsci-widget .civsci-question__option input[type=radio]+label{position:relative;padding-left:calc(1.23077em + 18px)}#__ID__ .civsci-widget .civsci-question__option input[type=checkbox]+label:before,#__ID__ .civsci-widget .civsci-question__option input[type=radio]+label:before{content:"";width:18px;height:18px;border:1px solid #999;padding:0;box-sizing:border-box;background-color:#fff;z-index:0;position:absolute;top:50%;left:calc(.61538em + 9px);transform:translate(-50% -50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}#__ID__ .civsci-widget .civsci-question__option input[type=checkbox]:checked+label:after,#__ID__ .civsci-widget .civsci-question__option input[type=radio]:checked+label:after{position:absolute;content:"";z-index:0;padding:0}#__ID__ .civsci-widget .civsci-question__option input[type=radio]+label:before{border-radius:50%}#__ID__ .civsci-widget .civsci-question__option input[type=radio]:checked+label:after{width:12px;height:12px;border-radius:50%;background-color:#333;z-index:0;position:absolute;top:50%;left:calc(.61538em + 9px);transform:translate(-50% -50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}#__ID__ .civsci-widget .civsci-question__option input[type=checkbox]:checked+label:after{background:transparent;box-sizing:border-box;border-left:3px solid #333;border-bottom:3px solid #333;height:6px;width:11px;position:absolute;top:50%;left:calc(.61538em + 9px);transform:rotate(-45deg) translate(-50%,-50%);transform-origin:0 0;-ms-transform:rotate(-45deg) translate(-50%,-50%);-ms-transform-origin:0 0;-webkit-transform:rotate(-45deg) translate(-50%,-50%);-webkit-transform-origin:0 0}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question__option input[type=checkbox]+label,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question__option input[type=radio]+label{position:relative;padding-left:calc(1.23077em + 18px)}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question__option input[type=checkbox]+label:before,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question__option input[type=radio]+label:before{content:"";width:18px;height:18px;border:1px solid #999;padding:0;box-sizing:border-box;background-color:#fff;z-index:0;position:absolute;top:50%;left:calc(.61538em + 9px);transform:translate(-50% -50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question__option input[type=checkbox]:checked+label:after,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question__option input[type=radio]:checked+label:after{position:absolute;content:"";z-index:0;padding:0}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question__option input[type=radio]+label:before{border-radius:50%}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question__option input[type=radio]:checked+label:after{width:12px;height:12px;border-radius:50%;background-color:#333;z-index:0;position:absolute;top:50%;left:calc(.61538em + 9px);transform:translate(-50% -50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question__option input[type=checkbox]:checked+label:after{background:transparent;box-sizing:border-box;border-left:3px solid #333;border-bottom:3px solid #333;height:6px;width:11px;position:absolute;top:50%;left:calc(.61538em + 9px);transform:rotate(-45deg) translate(-50%,-50%);transform-origin:0 0;-ms-transform:rotate(-45deg) translate(-50%,-50%);-ms-transform-origin:0 0;-webkit-transform:rotate(-45deg) translate(-50%,-50%);-webkit-transform-origin:0 0}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic]{overflow:hidden}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-widget__body{overflow:visible}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-slide{background:transparent;padding-left:0;padding-right:0}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-slide__overlay{background:transparent}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-widget__body[data-civsci-widget-engaged] .civsci-slide{transition:none;display:none}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-widget__body[data-civsci-widget-engaged] .civsci-slide:nth-child(3){display:block!important}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-widget__body{padding:0}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-slide{box-shadow:none}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-checkbox .civsci-question__option,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-radio .civsci-question__option{margin-top:0;border:none;border-bottom:1px solid #ddd;margin-right:-1.23077em}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-checkbox .civsci-question__option label,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-radio .civsci-question__option label{padding:.76923em}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-checkbox .civsci-widget--markable:first-child .civsci-question__option,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-radio .civsci-widget--markable:first-child .civsci-question__option{border-top:1px solid #ddd}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-checkbox .civsci-widget--civicscience-clickable,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-radio .civsci-widget--civicscience-clickable{background-color:transparent!important;transition:none}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-checkbox .civsci-question__option input[type=checkbox]+label,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-checkbox .civsci-question__option input[type=radio]+label,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-radio .civsci-question__option input[type=checkbox]+label,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-radio .civsci-question__option input[type=radio]+label{padding-left:calc(.76923em + 18px)}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-checkbox .civsci-question__option input[type=checkbox]+label:after,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-checkbox .civsci-question__option input[type=checkbox]+label:before,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-checkbox .civsci-question__option input[type=radio]+label:after,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-checkbox .civsci-question__option input[type=radio]+label:before,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-radio .civsci-question__option input[type=checkbox]+label:after,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-radio .civsci-question__option input[type=checkbox]+label:before,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-radio .civsci-question__option input[type=radio]+label:after,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-radio .civsci-question__option input[type=radio]+label:before{left:9px!important}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-widget__buttons a,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-widget__buttons button{padding:.76923em}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-widget__buttons a:only-child,#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-widget__buttons button:only-child{min-width:0;width:100%}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-widget__buttons button.civsci-question__submit-button{color:#333;background-color:#e0e0e0;padding:calc(.76923em + 1px)}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-widget__buttons button.civsci-question__submit-button:before{background-color:#333}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-result__option{background:#fff}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-question--type-matrix tbody tr:nth-of-type(odd) td{background-color:rgba(0,0,0,.05)}#__ID__ .civsci-widget[data-civsci-widget-natures~=ui-classic] .civsci-slide__banner{margin-left:0;margin-right:0;padding-left:.61538em;padding-right:.61538em}',""]);
},function(t,e,i){var n=i(1);!function(t){function e(t,e){return t.w('<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 49.95 55.13"><path class="civsci-icon--fill-solid"d="M46.66,22.53a18.39,18.39,0,0,1-1.59-3.13C45.06,7.25,33.86,0,23,0A22.86,22.86,0,0,0,0,23.17c0,8.22,3,14.35,9.07,18.24V53.63a1.5,1.5,0,0,0,1.5,1.5H33.23a1.5,1.5,0,0,0,1.5-1.5V47.24c3.83-.07,6.21-0.54,8-2.33S45,37.77,45,34.76c0.61,0,1.32,0,2,0a3.18,3.18,0,0,0,2.47-1.33,3.13,3.13,0,0,0,.5-1.89c0-.09,0-0.19,0-0.29C50.12,28.59,48.28,25.37,46.66,22.53Zm0.26,9c0,0.08,0,.16,0,0.23l-0.09,0c-1.38.06-3.26,0-3.28,0a1.43,1.43,0,0,0-1.11.43,1.5,1.5,0,0,0-.45,1.1c0.09,3.84-.46,8.58-1.4,9.53-1.12,1.13-2.94,1.47-7.36,1.45a1.4,1.4,0,0,0-1.07.44,1.5,1.5,0,0,0-.44,1.06v6.38H12.07V40.57a1.5,1.5,0,0,0-.73-1.29C5.8,36,3,30.58,3,23.17A19.89,19.89,0,0,1,23,3c9.36,0,19,6.14,19,16.42,0,1.07.68,2.31,2,4.59s3,5.27,2.89,7C46.93,31.17,46.92,31.33,46.92,31.49Z"/><path class="civsci-icon--fill-solid"d="M29.54,11.5A6.81,6.81,0,0,0,23,14.64a6.82,6.82,0,0,0-6.51-3.14,7.39,7.39,0,0,0-6.32,7.65c0,6.62,10.73,14.54,12,15.42a1.5,1.5,0,0,0,1.75,0c1.22-.88,12-8.8,12-15.42A7.39,7.39,0,0,0,29.54,11.5ZM23,31.48c-4.13-3.16-9.83-8.75-9.83-12.33a4.43,4.43,0,0,1,3.68-4.67l0.42,0c1.63,0,3.5,1.13,4.28,4.35a1.5,1.5,0,0,0,2.92,0c0.85-3.5,3-4.53,4.7-4.33a4.43,4.43,0,0,1,3.68,4.67C32.86,23.09,26.42,28.87,23,31.48Z"/><path class="civsci-icon--fill-shading"d="M23,31.48c-4.13-3.16-9.83-8.75-9.83-12.33a4.43,4.43,0,0,1,3.68-4.67l0.42,0c1.63,0,3.5,1.13,4.28,4.35a1.5,1.5,0,0,0,2.92,0c0.85-3.5,3-4.53,4.7-4.33a4.43,4.43,0,0,1,3.68,4.67C32.86,23.09,26.42,28.87,23,31.48Z"/></svg>')}return t.register("icons/head-heart",e),e.__dustBody=!0,e}(n);var s=function(t,e){n.render("icons/head-heart",t,e)};s.templateName="icons/head-heart",t.exports=s},function(t,e,i){var n=i(1);!function(t){function e(t,e){return t.w('<svg class="icon-left-caret" width="150" height="174" x="0" y="0" viewBox="0,0,150,174" overflow="hidden"><polygon points="0,87 150,174 150,0"/></svg>')}return t.register("icons/left-caret",e),e.__dustBody=!0,e}(n);var s=function(t,e){n.render("icons/left-caret",t,e)};s.templateName="icons/left-caret",t.exports=s},function(t,e,i){var n=i(1);!function(t){function e(t,e){return t.w('<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="6 6 80 80" style="enable-background:new 0 0 88 88;" xml:space="preserve"><g><path class="civsci-icon--fill-solid" d="M57.8,26.4H17.5c-0.9,0-1.5,0.6-1.5,1.5v32.1c0,0.9,0.6,1.5,1.5,1.5h40.3c0.9,0,1.5-0.6,1.5-1.5V27.8C59.3,27.1,58.7,26.4,57.8,26.4z M56.4,58.6H19V29.3h37.4V58.6z"/><path class="civsci-icon--fill-solid" d="M65.2,35.1H69c0.9,0,1.5-0.6,1.5-1.5c0-0.9-0.6-1.5-1.5-1.5h-4c-0.9,0-1.5,0.6-1.5,1.5C63.6,34.5,64.3,35.1,65.2,35.1z"/><path class="civsci-icon--fill-solid" d="M65.2,43.4H69c0.9,0,1.5-0.6,1.5-1.5s-0.6-1.5-1.5-1.5h-4c-0.9,0-1.5,0.6-1.5,1.5C63.7,42.9,64.3,43.4,65.2,43.4z"/><path class="civsci-icon--fill-solid" d="M67.1,48.2c-2.8,0-5.2,2.4-5.2,5.2c0,2.8,2.4,5.2,5.2,5.2s5.2-2.4,5.2-5.2C72.3,50.5,69.9,48.2,67.1,48.2zM67.1,55.7c-1.2,0-2.2-1-2.2-2.2s1-2.2,2.2-2.2s2.2,1,2.2,2.2S68.3,55.7,67.1,55.7z"/><rect x="19" y="29.3" class="civsci-icon--fill-shading" width="37.4" height="29.3"/><path class="civsci-icon--fill-shading" d="M67.1,55.7c-1.2,0-2.2-1-2.2-2.2s1-2.2,2.2-2.2s2.2,1,2.2,2.2S68.3,55.7,67.1,55.7z"/><ellipse class="civsci-icon--fill-shading" cx="44" cy="76.9" rx="39.2" ry="5.3"/><path class="civsci-icon--fill-solid" d="M73.4,19H37.1l5.2-5.2c0.6-0.6,0.6-1.5,0-2.1c-0.6-0.6-1.5-0.6-2.1,0l-4.6,4.6L25.5,6.2c-0.6-0.6-1.5-0.6-2.1,0c-0.6,0.6-0.6,1.5,0,2.1L33.8,19H14.6c-3.2,0-5.9,2.6-5.9,5.9V63c0,3.2,2.6,5.9,5.9,5.9h6.6v6c0,0.9,0.6,1.5,1.5,1.5h9.3c0.9,0,1.5-0.6,1.5-1.5v-6H54v6c0,0.9,0.6,1.5,1.5,1.5h9.3c0.9,0,1.5-0.6,1.5-1.5v-6h7.2c3.2,0,5.9-2.6,5.9-5.9V24.9C79.3,21.7,76.7,19,73.4,19z M30.5,73.5h-6.3v-4.6h6.3V73.5z M63.4,73.5h-6.3v-4.6h6.3V73.5z M76.4,63c0,1.6-1.3,2.9-2.9,2.9H14.6c-1.6,0-2.9-1.3-2.9-2.9V24.9c0-1.6,1.3-2.9,2.9-2.9h58.9c1.6,0,2.9,1.3,2.9,2.9V63z"/><rect x="57.1" y="68.9" style="fill: #ffffff;" width="6.3" height="4.6"/><rect x="24.1" y="68.9" style="fill: #ffffff;" width="6.3" height="4.6"/></g></svg>')}return t.register("icons/media",e),e.__dustBody=!0,e}(n);var s=function(t,e){n.render("icons/media",t,e)};s.templateName="icons/media",t.exports=s},function(t,e,i){var n=i(1);!function(t){function e(t,e){return t.w('<svg class="icon-up-caret" width="174" height="150" x="0" y="0" viewBox="0,0,174,150" overflow="hidden"><polygon points="87,0 174,150 0,150"/></svg>')}return t.register("icons/up-caret",e),e.__dustBody=!0,e}(n);var s=function(t,e){n.render("icons/up-caret",t,e)};s.templateName="icons/up-caret",t.exports=s},,,function(t,e,i){var n=i(1);!function(t){function e(t,e){return t.w('<div class="civsci-slide__box"><span class="civsci-widget--title">Ask a Question</span></div><div class="civsci-slide__box">You can see this polling widget because you are its administrator. Regular visitors will not see this widget until a question is asked.</div><div class="civsci-slide__box">Use the gear icon in the upper right corner to ask a page-level question, and then <a href="javascript:location.reload(true)">refresh this page</a>.</div>')}return t.register("widget/article_admin",e),e.__dustBody=!0,e}(n);var s=function(t,e){n.render("widget/article_admin",t,e)};s.templateName="widget/article_admin",t.exports=s},function(t,e,i){var n=i(1);!function(t){function e(t,e){return t.w("#__ID__ .civsci-widget[data-civsci-widget-natures~='ui-classic'] .civsci-slide__banner {").s(e.get(["left"],!1),e,{block:i},{}).s(e.get(["right"],!1),e,{block:n},{}).w("}")}function i(t,e){return t.w("padding-left: ").f(e.get(["padding"],!1),e,"h").w(";margin-left: ").f(e.get(["margin"],!1),e,"h").w(";")}function n(t,e){return t.w("padding-right: ").f(e.get(["padding"],!1),e,"h").w(";margin-right: ").f(e.get(["margin"],!1),e,"h").w(";")}return t.register("widget/banner_css",e),e.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,e}(n);var s=function(t,e){n.render("widget/banner_css",t,e)};s.templateName="widget/banner_css",t.exports=s},function(t,e,i){var n=i(1);!function(t){function e(t,e){return t.w('<div class="civsci-widget civsci-style-reset" data-civsci-widget-root>').nx(e.getPath(!1,["targetInfo","natures","ui-classic"]),e,{block:i},{}).w('<div class="civsci-widget__body" data-civsci-widget-body></div></div>')}function i(t,e){return t.w('<div class="civsci-widget__subtitle">').x(e.get(["partnerName"],!1),e,{else:n,block:s},{}).w("</div>")}function n(t,e){return t.s(e.getPath(!1,["strings","subtitleCivicScience"]),e,{},{})}function s(t,e){return t.s(e.getPath(!1,["strings","subtitlePartner"]),e,{},{partnerName:e.get(["partnerName"],!1)})}return t.register("widget/container",e),e.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,s.__dustBody=!0,e}(n);var s=function(t,e){n.render("widget/container",t,e)};s.templateName="widget/container",t.exports=s},function(t,e,i){var n=i(1);i(4);!function(t){function e(t,e){return e=e.shiftBlocks(s),t.w("<div>").p("widget/_titled_text",e,e,{}).w("</div>")}function i(t,e){return e=e.shiftBlocks(s),t.s(e.getPath(!1,["strings","opinionExpert"]),e,{},{})}function n(t,e){return e=e.shiftBlocks(s),t.s(e.getPath(!1,["strings","noMoreQuestionsExplanation"]),e,{},{})}t.register("widget/intro/empty",e);var s={Title:i,Body:n};return e.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,e}(n);var s=function(t,e){n.render("widget/intro/empty",t,e)};s.templateName="widget/intro/empty",t.exports=s},function(t,e,i){var n=i(1);i(25),i(4);!function(t){function e(t,e){return e=e.shiftBlocks(r),t.p("widget/intro/_intro",e,e,{})}function i(t,e){return e=e.shiftBlocks(r),t.p("widget/_titled_text",e,e,{})}function n(t,e){return e=e.shiftBlocks(r),t.f(e.getPath(!1,["intro","title"]),e,"h")}function s(t,e){return e=e.shiftBlocks(r),t.f(e.getPath(!1,["intro","body"]),e,"h")}t.register("widget/intro/text",e);var r={Title:n,Body:s,IntroContent:i};return e.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,s.__dustBody=!0,e}(n);var s=function(t,e){n.render("widget/intro/text",t,e)};s.templateName="widget/intro/text",t.exports=s},function(t,e,i){var n=i(1);i(13);!function(t){function e(t,e){return t.p("widget/question/_option_question",e,e,{})}return t.register("widget/question/checkbox",e),e.__dustBody=!0,e}(n);var s=function(t,e){n.render("widget/question/checkbox",t,e)};s.templateName="widget/question/checkbox",t.exports=s},function(t,e,i){var n=i(1);i(6);!function(t){function e(t,e){return e=e.shiftBlocks(o),t.p("widget/question/_question",e,e,{})}function i(t,e){return e=e.shiftBlocks(o),t.s(e.get(["question"],!1),e,{block:n},{})}function n(t,e){return e=e.shiftBlocks(o),t.w('<table><thead><tr><th colspan="2">&nbsp;</th>').s(e.get(["columns"],!1),e,{block:s},{}).w("</tr></thead><tbody>").s(e.get(["rows"],!1),e,{block:r},{}).w("</tbody></table>")}function s(t,e){return e=e.shiftBlocks(o),t.w("<th><span>").f(e.get(["text"],!1),e,"h").w("</span></th>")}function r(t,e){return e=e.shiftBlocks(o),t.w('<tr><td colspan="2" class="civsci-matrix__row-label">').f(e.get(["text"],!1),e,"h").w("</td>").s(e.get(["options"],!1),e,{block:c},{}).w("</tr>")}function c(t,e){return e=e.shiftBlocks(o),t.w('<td class="civsci-question__option" data-civsci-widget-option="').f(e.get(["id"],!1),e,"h").w('"><input id="civsci-').f(e.get(["instance"],!1),e,"h").w("-").f(e.getPath(!1,["question","id"]),e,"h").w("-").f(e.get(["id"],!1),e,"h").w('" type="radio"><label for="civsci-').f(e.get(["instance"],!1),e,"h").w("-").f(e.getPath(!1,["question","id"]),e,"h").w("-").f(e.get(["id"],!1),e,"h").w('"></label></td>')}t.register("widget/question/matrix",e);var o={QuestionBody:i};return e.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,s.__dustBody=!0,r.__dustBody=!0,c.__dustBody=!0,e}(n);var s=function(t,e){n.render("widget/question/matrix",t,e)};s.templateName="widget/question/matrix",t.exports=s},function(t,e,i){var n=i(1);i(13);!function(t){function e(t,e){return t.p("widget/question/_option_question",e,e,{})}return t.register("widget/question/radio",e),e.__dustBody=!0,e}(n);var s=function(t,e){n.render("widget/question/radio",t,e)};s.templateName="widget/question/radio",t.exports=s},function(t,e,i){var n=i(1);i(27);!function(t){function e(t,e){return t.p("widget/question/scale",e,e,{})}return t.register("widget/question/spectrum",e),e.__dustBody=!0,e}(n);var s=function(t,e){n.render("widget/question/spectrum",t,e)};s.templateName="widget/question/spectrum",t.exports=s},function(t,e,i){var n=i(1);i(14);!function(t){function e(t,e){return t.p("widget/result/_option_result",e,e,{})}return t.register("widget/result/checkbox",e),e.__dustBody=!0,e}(n);var s=function(t,e){n.render("widget/result/checkbox",t,e)};s.templateName="widget/result/checkbox",t.exports=s},function(t,e,i){var n=i(1);i(7),i(23);!function(t){function e(t,e){return e=e.shiftBlocks(u),t.p("widget/result/_result",e,e,{})}function i(t,e){return e=e.shiftBlocks(u),t.s(e.get(["result"],!1),e,{block:n},{})}function n(t,e){return e=e.shiftBlocks(u),t.w('<table><thead><tr><th colspan="2">&nbsp;</th>').s(e.get(["columns"],!1),e,{block:s},{}).w("</tr></thead><tbody>").s(e.get(["rows"],!1),e,{block:r},{}).w("</tbody></table>")}function s(t,e){return e=e.shiftBlocks(u),t.w("<th><span>").f(e.get(["text"],!1),e,"h").w("</span></th>")}function r(t,e){return e=e.shiftBlocks(u),t.w('<tr class="civsci-matrix-result__chart-row"><td colspan="2">').f(e.get(["text"],!1),e,"h").w("</td>").s(e.get(["options"],!1),e,{block:c},{}).w('</tr><tr class="civsci-matrix-result__percent-row"><td colspan="2">&nbsp;</td>').s(e.get(["options"],!1),e,{block:a},{}).w("</tr>")}function c(t,e){return e=e.shiftBlocks(u),t.w('<td class="civsci-matrix-result__chart civsci-result--percent-').f(e.get(["percent"],!1),e,"h").w(" ").x(e.get(["answered"],!1),e,{block:o},{}).w('"><div class="civsci-matrix-result__chart-wrapper"><div class="civsci-matrix-result__chart-fill civsci-widget--partner-background-color"></div><div class="civsci-matrix-result__selected-icon">').p("icons/down-caret",e,e,{}).w("</div></div></td>")}function o(t,e){return e=e.shiftBlocks(u),t.w("civsci-matrix-result--selected")}function a(t,e){return e=e.shiftBlocks(u),t.w('<td class="civsci-matrix-result__percent">').f(e.get(["percent"],!1),e,"h").w("%</td>")}t.register("widget/result/matrix",e);var u={ResultBody:i};return e.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,s.__dustBody=!0,r.__dustBody=!0,c.__dustBody=!0,o.__dustBody=!0,a.__dustBody=!0,e}(n);var s=function(t,e){n.render("widget/result/matrix",t,e)};s.templateName="widget/result/matrix",t.exports=s},function(t,e,i){var n=i(1);i(14);!function(t){function e(t,e){return t.p("widget/result/_option_result",e,e,{})}return t.register("widget/result/radio",e),e.__dustBody=!0,e}(n);var s=function(t,e){n.render("widget/result/radio",t,e)};s.templateName="widget/result/radio",t.exports=s},function(t,e,i){var n=i(1);i(29);!function(t){function e(t,e){return t.p("widget/result/scale",e,e,{})}return t.register("widget/result/spectrum",e),e.__dustBody=!0,e}(n);var s=function(t,e){n.render("widget/result/spectrum",t,e)};s.templateName="widget/result/spectrum",t.exports=s},function(t,e,i){var n=i(1);i(15),i(41);!function(t){function e(t,e){return e=e.shiftBlocks(s),t.p("widget/signpost/_signpost",e,e,{})}function i(t,e){return e=e.shiftBlocks(s),t.s(e.getPath(!1,["strings","fetchingQuestions"]),e,{},{})}function n(t,e){return e=e.shiftBlocks(s),t.p("icons/ballotbox",e,e,{})}t.register("widget/signpost/questions",e);var s={Text:i,Icon:n};return e.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,e}(n);var s=function(t,e){n.render("widget/signpost/questions",t,e)};s.templateName="widget/signpost/questions",t.exports=s},function(t,e,i){var n=i(1);i(15),i(21);!function(t){function e(t,e){return e=e.shiftBlocks(s),t.p("widget/signpost/_signpost",e,e,{})}function i(t,e){return e=e.shiftBlocks(s),t.s(e.getPath(!1,["strings","calculatingResults"]),e,{},{})}function n(t,e){return e=e.shiftBlocks(s),t.p("icons/lightbulb",e,e,{})}t.register("widget/signpost/results",e);var s={Text:i,Icon:n};return e.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,e}(n);var s=function(t,e){n.render("widget/signpost/results",t,e)};s.templateName="widget/signpost/results",t.exports=s},function(t,e,i){var n=i(1);!function(t){function e(t,e){return t.w('<div class="civsci-slide" data-civsci-widget-slide><div class="civsci-slide__overlay" data-civsci-widget-slide-overlay="false"></div><div class="civsci-slide__content" data-civsci-widget-slide-content></div></div>')}return t.register("widget/slide",e),e.__dustBody=!0,e}(n);var s=function(t,e){n.render("widget/slide",t,e)};s.templateName="widget/slide",t.exports=s},function(t,e,i){var n=i(1);i(8),i(22),i(24);!function(t){function e(t,e){return e=e.shiftBlocks(a),t.p("widget/summary/_summary",e,e,{})}function i(t,e){return e=e.shiftBlocks(a),t.w('<div class="civsci-slide__box civsci-quiz-summary__title"><div class="civsci-widget--detail-text">').s(e.getPath(!1,["strings","quizSummaryYouAnswered"]),e,{},{}).w('</div><div class="civsci-widget--title">').s(e.getPath(!1,["strings","quizSummaryNOutOfM"]),e,{},{n:n,m:s}).w('</div><div class="civsci-widget--detail-text">').s(e.getPath(!1,["strings","quizSummaryQuestionsCorrectly"]),e,{},{}).w('</div></div><div class="civsci-slide__box civsci-quiz-summary__icons">').s(e.getPath(!1,["summary","resultSequence"]),e,{block:r},{}).w("</div>")}function n(t,e){return e=e.shiftBlocks(a),t.f(e.getPath(!1,["summary","countCorrect"]),e,"h")}function s(t,e){return e=e.shiftBlocks(a),t.f(e.getPath(!1,["summary","countTotal"]),e,"h")}function r(t,e){return e=e.shiftBlocks(a),t.x(e.get(["correct"],!1),e,{else:c,block:o},{})}function c(t,e){return e=e.shiftBlocks(a),t.w('<span class="civsci-widget--quiz-icon">').p("icons/x",e,e,{}).w("</span>")}function o(t,e){return e=e.shiftBlocks(a),t.w('<span class="civsci-widget--quiz-icon">').p("icons/checkmark",e,e,{}).w("</span>")}t.register("widget/summary/quiz",e);var a={SummaryContent:i};return e.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,s.__dustBody=!0,r.__dustBody=!0,c.__dustBody=!0,o.__dustBody=!0,e}(n);var s=function(t,e){n.render("widget/summary/quiz",t,e)};s.templateName="widget/summary/quiz",t.exports=s},function(t,e,i){var n=i(1);i(8),i(4);!function(t){function e(t,e){return e=e.shiftBlocks(r),t.p("widget/summary/_summary",e,e,{})}function i(t,e){return e=e.shiftBlocks(r),t.p("widget/_titled_text",e,e,{})}function n(t,e){return e=e.shiftBlocks(r),t.f(e.getPath(!1,["summary","title"]),e,"h")}function s(t,e){return e=e.shiftBlocks(r),t.f(e.getPath(!1,["summary","body"]),e,"h")}t.register("widget/summary/text",e);var r={Title:n,Body:s,SummaryContent:i};return e.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,s.__dustBody=!0,e}(n);var s=function(t,e){n.render("widget/summary/text",t,e)};s.templateName="widget/summary/text",t.exports=s},function(t,e,i){var n=i(1);i(8),i(4);!function(t){function e(t,e){return e=e.shiftBlocks(r),t.p("widget/summary/_summary",e,e,{})}function i(t,e){return e=e.shiftBlocks(r),t.p("widget/_titled_text",e,e,{})}function n(t,e){return e=e.shiftBlocks(r),t.s(e.getPath(!1,["strings","thankYouTitle"]),e,{},{})}function s(t,e){return e=e.shiftBlocks(r),t.s(e.getPath(!1,["strings","thankYouBody"]),e,{},{})}t.register("widget/summary/thank_you",e);var r={Title:n,Body:s,SummaryContent:i};return e.__dustBody=!0,i.__dustBody=!0,n.__dustBody=!0,s.__dustBody=!0,e}(n);var s=function(t,e){n.render("widget/summary/thank_you",t,e)};s.templateName="widget/summary/thank_you",t.exports=s},function(t,e,i){var n,s,r;!function(c,o){i(5)&&i(5).dust===!0?(s=[i(1)],n=o,r="function"==typeof n?n.apply(e,s):n,!(void 0!==r&&(t.exports=r))):t.exports=o(i(1))}(this,function(t){function e(e,i,n){n=n||"INFO",e=e?"{@"+e+"}: ":"",t.log(e+i,n)}function i(t){d[t]||(e(t,"Deprecation warning: "+t+" is deprecated and will be removed in a future version of dustjs-helpers","WARN"),e(null,"For help and a deprecation timeline, see https://github.com/linkedin/dustjs-helpers/wiki/Deprecated-Features#"+t.replace(/\W+/g,""),"WARN"),d[t]=!0)}function n(t){return t.stack.tail&&t.stack.tail.head&&"undefined"!=typeof t.stack.tail.head.__select__}function s(t){return n(t)&&t.get("__select__")}function r(t,e){var i,n=t.stack.head,s=t.rebase();t.stack&&t.stack.tail&&(s.stack=t.stack.tail);var r={isPending:!1,isResolved:!1,isDeferredComplete:!1,deferreds:[]};for(i in e)r[i]=e[i];return s.push({__select__:r}).push(n,t.stack.index,t.stack.of)}function c(t){var e,i;if(t.isDeferredPending=!0,t.deferreds.length)for(t.isDeferredComplete=!0,e=0,i=t.deferreds.length;e<i;e++)t.deferreds[e]();t.isDeferredPending=!1}function o(t,e){return"function"==typeof e?e.toString().replace(/(^\s+|\s+$)/gm,"").replace(/\n/gm,"").replace(/,\s*/gm,", ").replace(/\)\{/gm,") {"):e}function a(t,e){return function(i,n,s,r){return u(i,n,s,r,t,e)}}function u(t,i,n,r,c,o){var a,u,d,p,_=n.block,h=n.else,f=s(i)||{};if(f.isResolved&&!f.isDeferredPending)return t;if(r.hasOwnProperty("key"))u=r.key;else{if(!f.hasOwnProperty("key"))return e(c,"No key specified","WARN"),t;u=f.key}return p=r.type||f.type,u=l(i.resolve(u),p),d=l(i.resolve(r.value),p),o(u,d)?(f.isPending||(a=!0,f.isPending=!0),_&&(t=t.render(_,i)),a&&(f.isResolved=!0)):h&&(t=t.render(h,i)),t}function l(t,e){switch(e&&(e=e.toLowerCase()),e){case"number":return+t;case"string":return String(t);case"boolean":return t="false"!==t&&t,Boolean(t);case"date":return new Date(t)}return t}var d={},p={tap:function(t,e,n){return i("tap"),n.resolve(t)},sep:function(t,e,i){var n=i.block;return e.stack.index===e.stack.of-1?t:n?n(t,e):t},first:function(t,e,i){return 0===e.stack.index?i.block(t,e):t},last:function(t,e,i){return e.stack.index===e.stack.of-1?i.block(t,e):t},contextDump:function(t,i,n,s){var r,c,a=i.resolve(s.to),u=i.resolve(s.key);switch(u){case"full":r=i.stack;break;default:r=i.stack.head}switch(c=JSON.stringify(r,o,2),a){case"console":e("contextDump",c);break;default:c=c.replace(/</g,"\\u003c"),t=t.write(c)}return t},math:function(t,i,n,o){var a,u=o.key,l=o.method,d=o.operand,p=o.round;if(!o.hasOwnProperty("key")||!o.method)return e("math","`key` or `method` was not provided","ERROR"),t;switch(u=parseFloat(i.resolve(u)),d=parseFloat(i.resolve(d)),l){case"mod":0===d&&e("math","Division by 0","ERROR"),a=u%d;break;case"add":a=u+d;break;case"subtract":a=u-d;break;case"multiply":a=u*d;break;case"divide":0===d&&e("math","Division by 0","ERROR"),a=u/d;break;case"ceil":case"floor":case"round":case"abs":a=Math[l](u);break;case"toint":a=parseInt(u,10);break;default:e("math","Method `"+l+"` is not supported","ERROR")}return"undefined"!=typeof a&&(p&&(a=Math.round(a)),n&&n.block?(i=r(i,{key:a}),t=t.render(n.block,i),c(s(i))):t=t.write(a)),t},select:function(t,i,n,o){var a=n.block,u={};return o.hasOwnProperty("key")&&(u.key=i.resolve(o.key)),o.hasOwnProperty("type")&&(u.type=o.type),a?(i=r(i,u),t=t.render(a,i),c(s(i))):e("select","Missing body block","WARN"),t},eq:a("eq",function(t,e){return t===e}),ne:a("ne",function(t,e){return t!==e}),lt:a("lt",function(t,e){return t<e}),lte:a("lte",function(t,e){return t<=e}),gt:a("gt",function(t,e){return t>e}),gte:a("gte",function(t,e){return t>=e}),any:function(t,i,n,r){var c=s(i);return c?c.isDeferredComplete?e("any","Must not be nested inside {@any} or {@none} block","ERROR"):t=t.map(function(t){c.deferreds.push(function(){c.isResolved&&(t=t.render(n.block,i)),t.end()})}):e("any","Must be used inside a {@select} block","ERROR"),t},none:function(t,i,n,r){var c=s(i);return c?c.isDeferredComplete?e("none","Must not be nested inside {@any} or {@none} block","ERROR"):t=t.map(function(t){c.deferreds.push(function(){c.isResolved||(t=t.render(n.block,i)),t.end()})}):e("none","Must be used inside a {@select} block","ERROR"),t},size:function(e,i,n,s){var r,c,o=s.key;if(o=i.resolve(s.key),o&&o!==!0)if(t.isArray(o))r=o.length;else if(!isNaN(parseFloat(o))&&isFinite(o))r=o;else if("object"==typeof o){r=0;for(c in o)o.hasOwnProperty(c)&&r++}else r=(o+"").length;else r=0;return e.write(r)}};for(var _ in p)t.helpers[_]=p[_];return t})},function(t,e,i){var n;/*! Hammer.JS - v2.0.7 - 2016-04-22
	 * http://hammerjs.github.io/
	 *
	 * Copyright (c) 2016 Jorik Tangelder;
	 * Licensed under the MIT license */
!function(s,r,c,o){"use strict";function a(t,e,i){return setTimeout(_(t,i),e)}function u(t,e,i){return!!Array.isArray(t)&&(l(t,i[e],i),!0)}function l(t,e,i){var n;if(t)if(t.forEach)t.forEach(e,i);else if(t.length!==o)for(n=0;n<t.length;)e.call(i,t[n],n,t),n++;else for(n in t)t.hasOwnProperty(n)&&e.call(i,t[n],n,t)}function d(t,e,i){var n="DEPRECATED METHOD: "+e+"\n"+i+" AT \n";return function(){var e=new Error("get-stack-trace"),i=e&&e.stack?e.stack.replace(/^[^\(]+?[\n$]/gm,"").replace(/^\s+at\s+/gm,"").replace(/^Object.<anonymous>\s*\(/gm,"{anonymous}()@"):"Unknown Stack Trace",r=s.console&&(s.console.warn||s.console.log);return r&&r.call(s.console,n,i),t.apply(this,arguments)}}function p(t,e,i){var n,s=e.prototype;n=t.prototype=Object.create(s),n.constructor=t,n._super=s,i&&ft(n,i)}function _(t,e){return function(){return t.apply(e,arguments)}}function h(t,e){return typeof t==mt?t.apply(e?e[0]||o:o,e):t}function f(t,e){return t===o?e:t}function v(t,e,i){l(w(e),function(e){t.addEventListener(e,i,!1)})}function g(t,e,i){l(w(e),function(e){t.removeEventListener(e,i,!1)})}function m(t,e){for(;t;){if(t==e)return!0;t=t.parentNode}return!1}function y(t,e){return t.indexOf(e)>-1}function w(t){return t.trim().split(/\s+/g)}function b(t,e,i){if(t.indexOf&&!i)return t.indexOf(e);for(var n=0;n<t.length;){if(i&&t[n][i]==e||!i&&t[n]===e)return n;n++}return-1}function x(t){return Array.prototype.slice.call(t,0)}function k(t,e,i){for(var n=[],s=[],r=0;r<t.length;){var c=e?t[r][e]:t[r];b(s,c)<0&&n.push(t[r]),s[r]=c,r++}return i&&(n=e?n.sort(function(t,i){return t[e]>i[e]}):n.sort()),n}function D(t,e){for(var i,n,s=e[0].toUpperCase()+e.slice(1),r=0;r<vt.length;){if(i=vt[r],n=i?i+s:e,n in t)return n;r++}return o}function I(){return Dt++}function q(t){var e=t.ownerDocument||t;return e.defaultView||e.parentWindow||s}function C(t,e){var i=this;this.manager=t,this.callback=e,this.element=t.element,this.target=t.options.inputTarget,this.domHandler=function(e){h(t.options.enable,[t])&&i.handler(e)},this.init()}function A(t){var e,i=t.options.inputClass;return new(e=i?i:Ct?H:At?W:qt?G:O)(t,T)}function T(t,e,i){var n=i.pointers.length,s=i.changedPointers.length,r=e&Rt&&n-s===0,c=e&(Ft|Pt)&&n-s===0;i.isFirst=!!r,i.isFinal=!!c,r&&(t.session={}),i.eventType=e,E(t,i),t.emit("hammer.input",i),t.recognize(i),t.session.prevInput=i}function E(t,e){var i=t.session,n=e.pointers,s=n.length;i.firstInput||(i.firstInput=N(e)),s>1&&!i.firstMultiple?i.firstMultiple=N(e):1===s&&(i.firstMultiple=!1);var r=i.firstInput,c=i.firstMultiple,o=c?c.center:r.center,a=e.center=R(n);e.timeStamp=bt(),e.deltaTime=e.timeStamp-r.timeStamp,e.angle=L(o,a),e.distance=P(o,a),S(i,e),e.offsetDirection=F(e.deltaX,e.deltaY);var u=z(e.deltaTime,e.deltaX,e.deltaY);e.overallVelocityX=u.x,e.overallVelocityY=u.y,e.overallVelocity=wt(u.x)>wt(u.y)?u.x:u.y,e.scale=c?M(c.pointers,n):1,e.rotation=c?j(c.pointers,n):0,e.maxPointers=i.prevInput?e.pointers.length>i.prevInput.maxPointers?e.pointers.length:i.prevInput.maxPointers:e.pointers.length,B(i,e);var l=t.element;m(e.srcEvent.target,l)&&(l=e.srcEvent.target),e.target=l}function S(t,e){var i=e.center,n=t.offsetDelta||{},s=t.prevDelta||{},r=t.prevInput||{};e.eventType!==Rt&&r.eventType!==Ft||(s=t.prevDelta={x:r.deltaX||0,y:r.deltaY||0},n=t.offsetDelta={x:i.x,y:i.y}),e.deltaX=s.x+(i.x-n.x),e.deltaY=s.y+(i.y-n.y)}function B(t,e){var i,n,s,r,c=t.lastInterval||e,a=e.timeStamp-c.timeStamp;if(e.eventType!=Pt&&(a>Nt||c.velocity===o)){var u=e.deltaX-c.deltaX,l=e.deltaY-c.deltaY,d=z(a,u,l);n=d.x,s=d.y,i=wt(d.x)>wt(d.y)?d.x:d.y,r=F(u,l),t.lastInterval=e}else i=c.velocity,n=c.velocityX,s=c.velocityY,r=c.direction;e.velocity=i,e.velocityX=n,e.velocityY=s,e.direction=r}function N(t){for(var e=[],i=0;i<t.pointers.length;)e[i]={clientX:yt(t.pointers[i].clientX),clientY:yt(t.pointers[i].clientY)},i++;return{timeStamp:bt(),pointers:e,center:R(e),deltaX:t.deltaX,deltaY:t.deltaY}}function R(t){var e=t.length;if(1===e)return{x:yt(t[0].clientX),y:yt(t[0].clientY)};for(var i=0,n=0,s=0;s<e;)i+=t[s].clientX,n+=t[s].clientY,s++;return{x:yt(i/e),y:yt(n/e)}}function z(t,e,i){return{x:e/t||0,y:i/t||0}}function F(t,e){return t===e?Lt:wt(t)>=wt(e)?t<0?jt:Mt:e<0?Ot:Ht}function P(t,e,i){i||(i=Vt);var n=e[i[0]]-t[i[0]],s=e[i[1]]-t[i[1]];return Math.sqrt(n*n+s*s)}function L(t,e,i){i||(i=Vt);var n=e[i[0]]-t[i[0]],s=e[i[1]]-t[i[1]];return 180*Math.atan2(s,n)/Math.PI}function j(t,e){return L(e[1],e[0],Gt)+L(t[1],t[0],Gt)}function M(t,e){return P(e[0],e[1],Gt)/P(t[0],t[1],Gt)}function O(){this.evEl=Qt,this.evWin=Zt,this.pressed=!1,C.apply(this,arguments)}function H(){this.evEl=Kt,this.evWin=te,C.apply(this,arguments),this.store=this.manager.session.pointerEvents=[]}function U(){this.evTarget=ie,this.evWin=ne,this.started=!1,C.apply(this,arguments)}function $(t,e){var i=x(t.touches),n=x(t.changedTouches);return e&(Ft|Pt)&&(i=k(i.concat(n),"identifier",!0)),[i,n]}function W(){this.evTarget=re,this.targetIds={},C.apply(this,arguments)}function V(t,e){var i=x(t.touches),n=this.targetIds;if(e&(Rt|zt)&&1===i.length)return n[i[0].identifier]=!0,[i,i];var s,r,c=x(t.changedTouches),o=[],a=this.target;if(r=i.filter(function(t){return m(t.target,a)}),e===Rt)for(s=0;s<r.length;)n[r[s].identifier]=!0,s++;for(s=0;s<c.length;)n[c[s].identifier]&&o.push(c[s]),e&(Ft|Pt)&&delete n[c[s].identifier],s++;return o.length?[k(r.concat(o),"identifier",!0),o]:void 0}function G(){C.apply(this,arguments);var t=_(this.handler,this);this.touch=new W(this.manager,t),this.mouse=new O(this.manager,t),this.primaryTouch=null,this.lastTouches=[]}function Y(t,e){t&Rt?(this.primaryTouch=e.changedPointers[0].identifier,Q.call(this,e)):t&(Ft|Pt)&&Q.call(this,e)}function Q(t){var e=t.changedPointers[0];if(e.identifier===this.primaryTouch){var i={x:e.clientX,y:e.clientY};this.lastTouches.push(i);var n=this.lastTouches,s=function(){var t=n.indexOf(i);t>-1&&n.splice(t,1)};setTimeout(s,ce)}}function Z(t){for(var e=t.srcEvent.clientX,i=t.srcEvent.clientY,n=0;n<this.lastTouches.length;n++){var s=this.lastTouches[n],r=Math.abs(e-s.x),c=Math.abs(i-s.y);if(r<=oe&&c<=oe)return!0}return!1}function X(t,e){this.manager=t,this.set(e)}function J(t){if(y(t,_e))return _e;var e=y(t,he),i=y(t,fe);return e&&i?_e:e||i?e?he:fe:y(t,pe)?pe:de}function K(){if(!ue)return!1;var t={},e=s.CSS&&s.CSS.supports;return["auto","manipulation","pan-y","pan-x","pan-x pan-y","none"].forEach(function(i){t[i]=!e||s.CSS.supports("touch-action",i)}),t}function tt(t){this.options=ft({},this.defaults,t||{}),this.id=I(),this.manager=null,this.options.enable=f(this.options.enable,!0),this.state=ge,this.simultaneous={},this.requireFail=[]}function et(t){return t&xe?"cancel":t&we?"end":t&ye?"move":t&me?"start":""}function it(t){return t==Ht?"down":t==Ot?"up":t==jt?"left":t==Mt?"right":""}function nt(t,e){var i=e.manager;return i?i.get(t):t}function st(){tt.apply(this,arguments)}function rt(){st.apply(this,arguments),this.pX=null,this.pY=null}function ct(){st.apply(this,arguments)}function ot(){tt.apply(this,arguments),this._timer=null,this._input=null}function at(){st.apply(this,arguments)}function ut(){st.apply(this,arguments)}function lt(){tt.apply(this,arguments),this.pTime=!1,this.pCenter=!1,this._timer=null,this._input=null,this.count=0}function dt(t,e){return e=e||{},e.recognizers=f(e.recognizers,dt.defaults.preset),new pt(t,e)}function pt(t,e){this.options=ft({},dt.defaults,e||{}),this.options.inputTarget=this.options.inputTarget||t,this.handlers={},this.session={},this.recognizers=[],this.oldCssProps={},this.element=t,this.input=A(this),this.touchAction=new X(this,this.options.touchAction),_t(this,!0),l(this.options.recognizers,function(t){var e=this.add(new t[0](t[1]));t[2]&&e.recognizeWith(t[2]),t[3]&&e.requireFailure(t[3])},this)}function _t(t,e){var i=t.element;if(i.style){var n;l(t.options.cssProps,function(s,r){n=D(i.style,r),e?(t.oldCssProps[n]=i.style[n],i.style[n]=s):i.style[n]=t.oldCssProps[n]||""}),e||(t.oldCssProps={})}}function ht(t,e){var i=r.createEvent("Event");i.initEvent(t,!0,!0),i.gesture=e,e.target.dispatchEvent(i)}var ft,vt=["","webkit","Moz","MS","ms","o"],gt=r.createElement("div"),mt="function",yt=Math.round,wt=Math.abs,bt=Date.now;ft="function"!=typeof Object.assign?function(t){if(t===o||null===t)throw new TypeError("Cannot convert undefined or null to object");for(var e=Object(t),i=1;i<arguments.length;i++){var n=arguments[i];if(n!==o&&null!==n)for(var s in n)n.hasOwnProperty(s)&&(e[s]=n[s])}return e}:Object.assign;var xt=d(function(t,e,i){for(var n=Object.keys(e),s=0;s<n.length;)(!i||i&&t[n[s]]===o)&&(t[n[s]]=e[n[s]]),s++;return t},"extend","Use `assign`."),kt=d(function(t,e){return xt(t,e,!0)},"merge","Use `assign`."),Dt=1,It=/mobile|tablet|ip(ad|hone|od)|android/i,qt="ontouchstart"in s,Ct=D(s,"PointerEvent")!==o,At=qt&&It.test(navigator.userAgent),Tt="touch",Et="pen",St="mouse",Bt="kinect",Nt=25,Rt=1,zt=2,Ft=4,Pt=8,Lt=1,jt=2,Mt=4,Ot=8,Ht=16,Ut=jt|Mt,$t=Ot|Ht,Wt=Ut|$t,Vt=["x","y"],Gt=["clientX","clientY"];C.prototype={handler:function(){},init:function(){this.evEl&&v(this.element,this.evEl,this.domHandler),this.evTarget&&v(this.target,this.evTarget,this.domHandler),this.evWin&&v(q(this.element),this.evWin,this.domHandler)},destroy:function(){this.evEl&&g(this.element,this.evEl,this.domHandler),this.evTarget&&g(this.target,this.evTarget,this.domHandler),this.evWin&&g(q(this.element),this.evWin,this.domHandler)}};var Yt={mousedown:Rt,mousemove:zt,mouseup:Ft},Qt="mousedown",Zt="mousemove mouseup";p(O,C,{handler:function(t){var e=Yt[t.type];e&Rt&&0===t.button&&(this.pressed=!0),e&zt&&1!==t.which&&(e=Ft),this.pressed&&(e&Ft&&(this.pressed=!1),this.callback(this.manager,e,{pointers:[t],changedPointers:[t],pointerType:St,srcEvent:t}))}});var Xt={pointerdown:Rt,pointermove:zt,pointerup:Ft,pointercancel:Pt,pointerout:Pt},Jt={2:Tt,3:Et,4:St,5:Bt},Kt="pointerdown",te="pointermove pointerup pointercancel";s.MSPointerEvent&&!s.PointerEvent&&(Kt="MSPointerDown",te="MSPointerMove MSPointerUp MSPointerCancel"),p(H,C,{handler:function(t){var e=this.store,i=!1,n=t.type.toLowerCase().replace("ms",""),s=Xt[n],r=Jt[t.pointerType]||t.pointerType,c=r==Tt,o=b(e,t.pointerId,"pointerId");s&Rt&&(0===t.button||c)?o<0&&(e.push(t),o=e.length-1):s&(Ft|Pt)&&(i=!0),o<0||(e[o]=t,this.callback(this.manager,s,{pointers:e,changedPointers:[t],pointerType:r,srcEvent:t}),i&&e.splice(o,1))}});var ee={touchstart:Rt,touchmove:zt,touchend:Ft,touchcancel:Pt},ie="touchstart",ne="touchstart touchmove touchend touchcancel";p(U,C,{handler:function(t){var e=ee[t.type];if(e===Rt&&(this.started=!0),this.started){var i=$.call(this,t,e);e&(Ft|Pt)&&i[0].length-i[1].length===0&&(this.started=!1),this.callback(this.manager,e,{pointers:i[0],changedPointers:i[1],pointerType:Tt,srcEvent:t})}}});var se={touchstart:Rt,touchmove:zt,touchend:Ft,touchcancel:Pt},re="touchstart touchmove touchend touchcancel";p(W,C,{handler:function(t){var e=se[t.type],i=V.call(this,t,e);i&&this.callback(this.manager,e,{pointers:i[0],changedPointers:i[1],pointerType:Tt,srcEvent:t})}});var ce=2500,oe=25;p(G,C,{handler:function(t,e,i){var n=i.pointerType==Tt,s=i.pointerType==St;if(!(s&&i.sourceCapabilities&&i.sourceCapabilities.firesTouchEvents)){if(n)Y.call(this,e,i);else if(s&&Z.call(this,i))return;this.callback(t,e,i)}},destroy:function(){this.touch.destroy(),this.mouse.destroy()}});var ae=D(gt.style,"touchAction"),ue=ae!==o,le="compute",de="auto",pe="manipulation",_e="none",he="pan-x",fe="pan-y",ve=K();X.prototype={set:function(t){t==le&&(t=this.compute()),ue&&this.manager.element.style&&ve[t]&&(this.manager.element.style[ae]=t),this.actions=t.toLowerCase().trim()},update:function(){this.set(this.manager.options.touchAction)},compute:function(){var t=[];return l(this.manager.recognizers,function(e){h(e.options.enable,[e])&&(t=t.concat(e.getTouchAction()))}),J(t.join(" "))},preventDefaults:function(t){var e=t.srcEvent,i=t.offsetDirection;if(this.manager.session.prevented)return void e.preventDefault();var n=this.actions,s=y(n,_e)&&!ve[_e],r=y(n,fe)&&!ve[fe],c=y(n,he)&&!ve[he];if(s){var o=1===t.pointers.length,a=t.distance<2,u=t.deltaTime<250;if(o&&a&&u)return}return c&&r?void 0:s||r&&i&Ut||c&&i&$t?this.preventSrc(e):void 0},preventSrc:function(t){this.manager.session.prevented=!0,t.preventDefault()}};var ge=1,me=2,ye=4,we=8,be=we,xe=16,ke=32;tt.prototype={defaults:{},set:function(t){return ft(this.options,t),this.manager&&this.manager.touchAction.update(),this},recognizeWith:function(t){if(u(t,"recognizeWith",this))return this;var e=this.simultaneous;return t=nt(t,this),e[t.id]||(e[t.id]=t,t.recognizeWith(this)),this},dropRecognizeWith:function(t){return u(t,"dropRecognizeWith",this)?this:(t=nt(t,this),delete this.simultaneous[t.id],this)},requireFailure:function(t){if(u(t,"requireFailure",this))return this;var e=this.requireFail;return t=nt(t,this),b(e,t)===-1&&(e.push(t),t.requireFailure(this)),this},dropRequireFailure:function(t){if(u(t,"dropRequireFailure",this))return this;t=nt(t,this);var e=b(this.requireFail,t);return e>-1&&this.requireFail.splice(e,1),this},hasRequireFailures:function(){return this.requireFail.length>0},canRecognizeWith:function(t){return!!this.simultaneous[t.id]},emit:function(t){function e(e){i.manager.emit(e,t)}var i=this,n=this.state;n<we&&e(i.options.event+et(n)),e(i.options.event),t.additionalEvent&&e(t.additionalEvent),n>=we&&e(i.options.event+et(n))},tryEmit:function(t){return this.canEmit()?this.emit(t):void(this.state=ke)},canEmit:function(){for(var t=0;t<this.requireFail.length;){if(!(this.requireFail[t].state&(ke|ge)))return!1;t++}return!0},recognize:function(t){var e=ft({},t);return h(this.options.enable,[this,e])?(this.state&(be|xe|ke)&&(this.state=ge),this.state=this.process(e),void(this.state&(me|ye|we|xe)&&this.tryEmit(e))):(this.reset(),void(this.state=ke))},process:function(t){},getTouchAction:function(){},reset:function(){}},p(st,tt,{defaults:{pointers:1},attrTest:function(t){var e=this.options.pointers;return 0===e||t.pointers.length===e},process:function(t){var e=this.state,i=t.eventType,n=e&(me|ye),s=this.attrTest(t);return n&&(i&Pt||!s)?e|xe:n||s?i&Ft?e|we:e&me?e|ye:me:ke}}),p(rt,st,{defaults:{event:"pan",threshold:10,pointers:1,direction:Wt},getTouchAction:function(){var t=this.options.direction,e=[];return t&Ut&&e.push(fe),t&$t&&e.push(he),e},directionTest:function(t){var e=this.options,i=!0,n=t.distance,s=t.direction,r=t.deltaX,c=t.deltaY;return s&e.direction||(e.direction&Ut?(s=0===r?Lt:r<0?jt:Mt,i=r!=this.pX,n=Math.abs(t.deltaX)):(s=0===c?Lt:c<0?Ot:Ht,i=c!=this.pY,n=Math.abs(t.deltaY))),t.direction=s,i&&n>e.threshold&&s&e.direction},attrTest:function(t){return st.prototype.attrTest.call(this,t)&&(this.state&me||!(this.state&me)&&this.directionTest(t))},emit:function(t){this.pX=t.deltaX,this.pY=t.deltaY;var e=it(t.direction);e&&(t.additionalEvent=this.options.event+e),this._super.emit.call(this,t)}}),p(ct,st,{defaults:{event:"pinch",threshold:0,pointers:2},getTouchAction:function(){return[_e]},attrTest:function(t){return this._super.attrTest.call(this,t)&&(Math.abs(t.scale-1)>this.options.threshold||this.state&me)},emit:function(t){if(1!==t.scale){var e=t.scale<1?"in":"out";t.additionalEvent=this.options.event+e}this._super.emit.call(this,t)}}),p(ot,tt,{defaults:{event:"press",pointers:1,time:251,threshold:9},getTouchAction:function(){return[de]},process:function(t){var e=this.options,i=t.pointers.length===e.pointers,n=t.distance<e.threshold,s=t.deltaTime>e.time;if(this._input=t,!n||!i||t.eventType&(Ft|Pt)&&!s)this.reset();else if(t.eventType&Rt)this.reset(),this._timer=a(function(){this.state=be,this.tryEmit()},e.time,this);else if(t.eventType&Ft)return be;return ke},reset:function(){clearTimeout(this._timer)},emit:function(t){this.state===be&&(t&&t.eventType&Ft?this.manager.emit(this.options.event+"up",t):(this._input.timeStamp=bt(),this.manager.emit(this.options.event,this._input)))}}),p(at,st,{defaults:{event:"rotate",threshold:0,pointers:2},getTouchAction:function(){return[_e]},attrTest:function(t){return this._super.attrTest.call(this,t)&&(Math.abs(t.rotation)>this.options.threshold||this.state&me)}}),p(ut,st,{defaults:{event:"swipe",threshold:10,velocity:.3,direction:Ut|$t,pointers:1},getTouchAction:function(){return rt.prototype.getTouchAction.call(this)},attrTest:function(t){var e,i=this.options.direction;return i&(Ut|$t)?e=t.overallVelocity:i&Ut?e=t.overallVelocityX:i&$t&&(e=t.overallVelocityY),this._super.attrTest.call(this,t)&&i&t.offsetDirection&&t.distance>this.options.threshold&&t.maxPointers==this.options.pointers&&wt(e)>this.options.velocity&&t.eventType&Ft},emit:function(t){var e=it(t.offsetDirection);e&&this.manager.emit(this.options.event+e,t),this.manager.emit(this.options.event,t)}}),p(lt,tt,{defaults:{event:"tap",pointers:1,taps:1,interval:300,time:250,threshold:9,posThreshold:10},getTouchAction:function(){return[pe]},process:function(t){var e=this.options,i=t.pointers.length===e.pointers,n=t.distance<e.threshold,s=t.deltaTime<e.time;if(this.reset(),t.eventType&Rt&&0===this.count)return this.failTimeout();if(n&&s&&i){if(t.eventType!=Ft)return this.failTimeout();var r=!this.pTime||t.timeStamp-this.pTime<e.interval,c=!this.pCenter||P(this.pCenter,t.center)<e.posThreshold;this.pTime=t.timeStamp,this.pCenter=t.center,c&&r?this.count+=1:this.count=1,this._input=t;var o=this.count%e.taps;if(0===o)return this.hasRequireFailures()?(this._timer=a(function(){this.state=be,this.tryEmit()},e.interval,this),me):be}return ke},failTimeout:function(){return this._timer=a(function(){this.state=ke},this.options.interval,this),ke},reset:function(){clearTimeout(this._timer)},emit:function(){this.state==be&&(this._input.tapCount=this.count,this.manager.emit(this.options.event,this._input))}}),dt.VERSION="2.0.7",dt.defaults={domEvents:!1,touchAction:le,enable:!0,inputTarget:null,inputClass:null,preset:[[at,{enable:!1}],[ct,{enable:!1},["rotate"]],[ut,{direction:Ut}],[rt,{direction:Ut},["swipe"]],[lt],[lt,{event:"doubletap",taps:2},["tap"]],[ot]],cssProps:{userSelect:"none",touchSelect:"none",touchCallout:"none",contentZooming:"none",userDrag:"none",tapHighlightColor:"rgba(0,0,0,0)"}};var De=1,Ie=2;pt.prototype={set:function(t){return ft(this.options,t),t.touchAction&&this.touchAction.update(),t.inputTarget&&(this.input.destroy(),this.input.target=t.inputTarget,this.input.init()),this},stop:function(t){this.session.stopped=t?Ie:De},recognize:function(t){var e=this.session;if(!e.stopped){this.touchAction.preventDefaults(t);var i,n=this.recognizers,s=e.curRecognizer;(!s||s&&s.state&be)&&(s=e.curRecognizer=null);for(var r=0;r<n.length;)i=n[r],e.stopped===Ie||s&&i!=s&&!i.canRecognizeWith(s)?i.reset():i.recognize(t),!s&&i.state&(me|ye|we)&&(s=e.curRecognizer=i),r++}},get:function(t){if(t instanceof tt)return t;for(var e=this.recognizers,i=0;i<e.length;i++)if(e[i].options.event==t)return e[i];return null},add:function(t){if(u(t,"add",this))return this;var e=this.get(t.options.event);return e&&this.remove(e),this.recognizers.push(t),t.manager=this,this.touchAction.update(),t},remove:function(t){if(u(t,"remove",this))return this;if(t=this.get(t)){var e=this.recognizers,i=b(e,t);i!==-1&&(e.splice(i,1),this.touchAction.update())}return this},on:function(t,e){if(t!==o&&e!==o){var i=this.handlers;return l(w(t),function(t){i[t]=i[t]||[],i[t].push(e)}),this}},off:function(t,e){if(t!==o){var i=this.handlers;return l(w(t),function(t){e?i[t]&&i[t].splice(b(i[t],e),1):delete i[t]}),this}},emit:function(t,e){this.options.domEvents&&ht(t,e);var i=this.handlers[t]&&this.handlers[t].slice();if(i&&i.length){e.type=t,e.preventDefault=function(){e.srcEvent.preventDefault()};for(var n=0;n<i.length;)i[n](e),n++}},destroy:function(){this.element&&_t(this,!1),this.handlers={},this.session={},this.input.destroy(),this.element=null}},ft(dt,{INPUT_START:Rt,INPUT_MOVE:zt,INPUT_END:Ft,INPUT_CANCEL:Pt,STATE_POSSIBLE:ge,STATE_BEGAN:me,STATE_CHANGED:ye,STATE_ENDED:we,STATE_RECOGNIZED:be,STATE_CANCELLED:xe,STATE_FAILED:ke,DIRECTION_NONE:Lt,DIRECTION_LEFT:jt,DIRECTION_RIGHT:Mt,DIRECTION_UP:Ot,DIRECTION_DOWN:Ht,DIRECTION_HORIZONTAL:Ut,DIRECTION_VERTICAL:$t,DIRECTION_ALL:Wt,Manager:pt,Input:C,TouchAction:X,TouchInput:W,MouseInput:O,PointerEventInput:H,TouchMouseInput:G,SingleTouchInput:U,Recognizer:tt,AttrRecognizer:st,Tap:lt,Pan:rt,Swipe:ut,Pinch:ct,Rotate:at,Press:ot,on:v,off:g,each:l,merge:kt,extend:xt,assign:ft,inherit:p,bindFn:_,prefixed:D});var qe="undefined"!=typeof s?s:"undefined"!=typeof self?self:{};qe.Hammer=dt,n=function(){return dt}.call(e,i,e,t),!(n!==o&&(t.exports=n))}(window,document,"Hammer")},function(t,e){t.exports={Aacute:"Á",aacute:"á",Abreve:"Ă",abreve:"ă",ac:"∾",acd:"∿",acE:"∾̳",Acirc:"Â",acirc:"â",acute:"´",Acy:"А",acy:"а",AElig:"Æ",aelig:"æ",af:"⁡",Afr:"𝔄",afr:"𝔞",Agrave:"À",agrave:"à",alefsym:"ℵ",aleph:"ℵ",Alpha:"Α",alpha:"α",Amacr:"Ā",amacr:"ā",amalg:"⨿",amp:"&",AMP:"&",andand:"⩕",And:"⩓",and:"∧",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angmsd:"∡",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",Aogon:"Ą",aogon:"ą",Aopf:"𝔸",aopf:"𝕒",apacir:"⩯",ap:"≈",apE:"⩰",ape:"≊",apid:"≋",apos:"'",ApplyFunction:"⁡",approx:"≈",approxeq:"≊",Aring:"Å",aring:"å",Ascr:"𝒜",ascr:"𝒶",Assign:"≔",ast:"*",asymp:"≈",asympeq:"≍",Atilde:"Ã",atilde:"ã",Auml:"Ä",auml:"ä",awconint:"∳",awint:"⨑",backcong:"≌",backepsilon:"϶",backprime:"‵",backsim:"∽",backsimeq:"⋍",Backslash:"∖",Barv:"⫧",barvee:"⊽",barwed:"⌅",Barwed:"⌆",barwedge:"⌅",bbrk:"⎵",bbrktbrk:"⎶",bcong:"≌",Bcy:"Б",bcy:"б",bdquo:"„",becaus:"∵",because:"∵",Because:"∵",bemptyv:"⦰",bepsi:"϶",bernou:"ℬ",Bernoullis:"ℬ",Beta:"Β",beta:"β",beth:"ℶ",between:"≬",Bfr:"𝔅",bfr:"𝔟",bigcap:"⋂",bigcirc:"◯",bigcup:"⋃",bigodot:"⨀",bigoplus:"⨁",bigotimes:"⨂",bigsqcup:"⨆",bigstar:"★",bigtriangledown:"▽",bigtriangleup:"△",biguplus:"⨄",bigvee:"⋁",bigwedge:"⋀",bkarow:"⤍",blacklozenge:"⧫",blacksquare:"▪",blacktriangle:"▴",blacktriangledown:"▾",blacktriangleleft:"◂",blacktriangleright:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bNot:"⫭",bnot:"⌐",Bopf:"𝔹",bopf:"𝕓",bot:"⊥",bottom:"⊥",bowtie:"⋈",boxbox:"⧉",boxdl:"┐",boxdL:"╕",boxDl:"╖",boxDL:"╗",boxdr:"┌",boxdR:"╒",boxDr:"╓",boxDR:"╔",boxh:"─",boxH:"═",boxhd:"┬",boxHd:"╤",boxhD:"╥",boxHD:"╦",boxhu:"┴",boxHu:"╧",boxhU:"╨",boxHU:"╩",boxminus:"⊟",boxplus:"⊞",boxtimes:"⊠",boxul:"┘",boxuL:"╛",boxUl:"╜",boxUL:"╝",boxur:"└",boxuR:"╘",boxUr:"╙",boxUR:"╚",boxv:"│",boxV:"║",boxvh:"┼",boxvH:"╪",boxVh:"╫",boxVH:"╬",boxvl:"┤",boxvL:"╡",boxVl:"╢",boxVL:"╣",boxvr:"├",boxvR:"╞",boxVr:"╟",boxVR:"╠",bprime:"‵",breve:"˘",Breve:"˘",brvbar:"¦",bscr:"𝒷",Bscr:"ℬ",bsemi:"⁏",bsim:"∽",bsime:"⋍",bsolb:"⧅",bsol:"\\",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpE:"⪮",bumpe:"≏",Bumpeq:"≎",bumpeq:"≏",Cacute:"Ć",cacute:"ć",capand:"⩄",capbrcup:"⩉",capcap:"⩋",cap:"∩",Cap:"⋒",capcup:"⩇",capdot:"⩀",CapitalDifferentialD:"ⅅ",caps:"∩︀",caret:"⁁",caron:"ˇ",Cayleys:"ℭ",ccaps:"⩍",Ccaron:"Č",ccaron:"č",Ccedil:"Ç",ccedil:"ç",Ccirc:"Ĉ",ccirc:"ĉ",Cconint:"∰",ccups:"⩌",ccupssm:"⩐",Cdot:"Ċ",cdot:"ċ",cedil:"¸",Cedilla:"¸",cemptyv:"⦲",cent:"¢",centerdot:"·",CenterDot:"·",cfr:"𝔠",Cfr:"ℭ",CHcy:"Ч",chcy:"ч",check:"✓",checkmark:"✓",Chi:"Χ",chi:"χ",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",CircleDot:"⊙",circledR:"®",circledS:"Ⓢ",CircleMinus:"⊖",CirclePlus:"⊕",CircleTimes:"⊗",cir:"○",cirE:"⧃",cire:"≗",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",ClockwiseContourIntegral:"∲",CloseCurlyDoubleQuote:"”",CloseCurlyQuote:"’",clubs:"♣",clubsuit:"♣",colon:":",Colon:"∷",Colone:"⩴",colone:"≔",coloneq:"≔",comma:",",commat:"@",comp:"∁",compfn:"∘",complement:"∁",complexes:"ℂ",cong:"≅",congdot:"⩭",Congruent:"≡",conint:"∮",Conint:"∯",ContourIntegral:"∮",copf:"𝕔",Copf:"ℂ",coprod:"∐",Coproduct:"∐",copy:"©",COPY:"©",copysr:"℗",CounterClockwiseContourIntegral:"∳",crarr:"↵",cross:"✗",Cross:"⨯",Cscr:"𝒞",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",cuesc:"⋟",cularr:"↶",cularrp:"⤽",cupbrcap:"⩈",cupcap:"⩆",CupCap:"≍",cup:"∪",Cup:"⋓",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curarrm:"⤼",curlyeqprec:"⋞",curlyeqsucc:"⋟",curlyvee:"⋎",curlywedge:"⋏",curren:"¤",curvearrowleft:"↶",curvearrowright:"↷",cuvee:"⋎",cuwed:"⋏",cwconint:"∲",cwint:"∱",cylcty:"⌭",dagger:"†",Dagger:"‡",daleth:"ℸ",darr:"↓",Darr:"↡",dArr:"⇓",dash:"‐",Dashv:"⫤",dashv:"⊣",dbkarow:"⤏",dblac:"˝",Dcaron:"Ď",dcaron:"ď",Dcy:"Д",dcy:"д",ddagger:"‡",ddarr:"⇊",DD:"ⅅ",dd:"ⅆ",DDotrahd:"⤑",ddotseq:"⩷",deg:"°",Del:"∇",Delta:"Δ",delta:"δ",demptyv:"⦱",dfisht:"⥿",Dfr:"𝔇",dfr:"𝔡",dHar:"⥥",dharl:"⇃",dharr:"⇂",DiacriticalAcute:"´",DiacriticalDot:"˙",DiacriticalDoubleAcute:"˝",DiacriticalGrave:"`",DiacriticalTilde:"˜",diam:"⋄",diamond:"⋄",Diamond:"⋄",diamondsuit:"♦",diams:"♦",die:"¨",DifferentialD:"ⅆ",digamma:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",DJcy:"Ђ",djcy:"ђ",dlcorn:"⌞",dlcrop:"⌍",dollar:"$",Dopf:"𝔻",dopf:"𝕕",Dot:"¨",dot:"˙",DotDot:"⃜",doteq:"≐",doteqdot:"≑",DotEqual:"≐",dotminus:"∸",dotplus:"∔",dotsquare:"⊡",doublebarwedge:"⌆",DoubleContourIntegral:"∯",DoubleDot:"¨",DoubleDownArrow:"⇓",DoubleLeftArrow:"⇐",DoubleLeftRightArrow:"⇔",DoubleLeftTee:"⫤",DoubleLongLeftArrow:"⟸",DoubleLongLeftRightArrow:"⟺",DoubleLongRightArrow:"⟹",DoubleRightArrow:"⇒",DoubleRightTee:"⊨",DoubleUpArrow:"⇑",DoubleUpDownArrow:"⇕",DoubleVerticalBar:"∥",DownArrowBar:"⤓",downarrow:"↓",DownArrow:"↓",Downarrow:"⇓",DownArrowUpArrow:"⇵",DownBreve:"̑",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVectorBar:"⥖",DownLeftVector:"↽",DownRightTeeVector:"⥟",DownRightVectorBar:"⥗",DownRightVector:"⇁",DownTeeArrow:"↧",DownTee:"⊤",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",Dscr:"𝒟",dscr:"𝒹",DScy:"Ѕ",dscy:"ѕ",dsol:"⧶",Dstrok:"Đ",dstrok:"đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",DZcy:"Џ",dzcy:"џ",dzigrarr:"⟿",Eacute:"É",eacute:"é",easter:"⩮",Ecaron:"Ě",ecaron:"ě",Ecirc:"Ê",ecirc:"ê",ecir:"≖",ecolon:"≕",Ecy:"Э",ecy:"э",eDDot:"⩷",Edot:"Ė",edot:"ė",eDot:"≑",ee:"ⅇ",efDot:"≒",Efr:"𝔈",efr:"𝔢",eg:"⪚",Egrave:"È",egrave:"è",egs:"⪖",egsdot:"⪘",el:"⪙",Element:"∈",elinters:"⏧",ell:"ℓ",els:"⪕",elsdot:"⪗",Emacr:"Ē",emacr:"ē",empty:"∅",emptyset:"∅",EmptySmallSquare:"◻",emptyv:"∅",EmptyVerySmallSquare:"▫",emsp13:" ",emsp14:" ",emsp:" ",ENG:"Ŋ",eng:"ŋ",ensp:" ",Eogon:"Ę",eogon:"ę",Eopf:"𝔼",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",Epsilon:"Ε",epsilon:"ε",epsiv:"ϵ",eqcirc:"≖",eqcolon:"≕",eqsim:"≂",eqslantgtr:"⪖",eqslantless:"⪕",Equal:"⩵",equals:"=",EqualTilde:"≂",equest:"≟",Equilibrium:"⇌",equiv:"≡",equivDD:"⩸",eqvparsl:"⧥",erarr:"⥱",erDot:"≓",escr:"ℯ",Escr:"ℰ",esdot:"≐",Esim:"⩳",esim:"≂",Eta:"Η",eta:"η",ETH:"Ð",eth:"ð",Euml:"Ë",euml:"ë",euro:"€",excl:"!",exist:"∃",Exists:"∃",expectation:"ℰ",exponentiale:"ⅇ",ExponentialE:"ⅇ",fallingdotseq:"≒",Fcy:"Ф",fcy:"ф",female:"♀",ffilig:"ﬃ",fflig:"ﬀ",ffllig:"ﬄ",Ffr:"𝔉",ffr:"𝔣",filig:"ﬁ",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",fjlig:"fj",flat:"♭",fllig:"ﬂ",fltns:"▱",fnof:"ƒ",Fopf:"𝔽",fopf:"𝕗",forall:"∀",ForAll:"∀",fork:"⋔",forkv:"⫙",Fouriertrf:"ℱ",fpartint:"⨍",frac12:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",fscr:"𝒻",Fscr:"ℱ",gacute:"ǵ",Gamma:"Γ",gamma:"γ",Gammad:"Ϝ",gammad:"ϝ",gap:"⪆",Gbreve:"Ğ",gbreve:"ğ",Gcedil:"Ģ",Gcirc:"Ĝ",gcirc:"ĝ",Gcy:"Г",gcy:"г",Gdot:"Ġ",gdot:"ġ",ge:"≥",gE:"≧",gEl:"⪌",gel:"⋛",geq:"≥",geqq:"≧",geqslant:"⩾",gescc:"⪩",ges:"⩾",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",Gfr:"𝔊",gfr:"𝔤",gg:"≫",Gg:"⋙",ggg:"⋙",gimel:"ℷ",GJcy:"Ѓ",gjcy:"ѓ",gla:"⪥",gl:"≷",glE:"⪒",glj:"⪤",gnap:"⪊",gnapprox:"⪊",gne:"⪈",gnE:"≩",gneq:"⪈",gneqq:"≩",gnsim:"⋧",Gopf:"𝔾",gopf:"𝕘",grave:"`",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",Gscr:"𝒢",gscr:"ℊ",gsim:"≳",gsime:"⪎",gsiml:"⪐",gtcc:"⪧",gtcir:"⩺",gt:">",GT:">",Gt:"≫",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",Hacek:"ˇ",hairsp:" ",half:"½",hamilt:"ℋ",HARDcy:"Ъ",hardcy:"ъ",harrcir:"⥈",harr:"↔",hArr:"⇔",harrw:"↭",Hat:"^",hbar:"ℏ",Hcirc:"Ĥ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",hfr:"𝔥",Hfr:"ℌ",HilbertSpace:"ℋ",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",hopf:"𝕙",Hopf:"ℍ",horbar:"―",HorizontalLine:"─",hscr:"𝒽",Hscr:"ℋ",hslash:"ℏ",Hstrok:"Ħ",hstrok:"ħ",HumpDownHump:"≎",HumpEqual:"≏",hybull:"⁃",hyphen:"‐",Iacute:"Í",iacute:"í",ic:"⁣",Icirc:"Î",icirc:"î",Icy:"И",icy:"и",Idot:"İ",IEcy:"Е",iecy:"е",iexcl:"¡",iff:"⇔",ifr:"𝔦",Ifr:"ℑ",Igrave:"Ì",igrave:"ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",IJlig:"Ĳ",ijlig:"ĳ",Imacr:"Ī",imacr:"ī",image:"ℑ",ImaginaryI:"ⅈ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",Im:"ℑ",imof:"⊷",imped:"Ƶ",Implies:"⇒",incare:"℅",in:"∈",infin:"∞",infintie:"⧝",inodot:"ı",intcal:"⊺",int:"∫",Int:"∬",integers:"ℤ",Integral:"∫",intercal:"⊺",Intersection:"⋂",intlarhk:"⨗",intprod:"⨼",InvisibleComma:"⁣",InvisibleTimes:"⁢",IOcy:"Ё",iocy:"ё",Iogon:"Į",iogon:"į",Iopf:"𝕀",iopf:"𝕚",Iota:"Ι",iota:"ι",iprod:"⨼",iquest:"¿",iscr:"𝒾",Iscr:"ℐ",isin:"∈",isindot:"⋵",isinE:"⋹",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"⁢",Itilde:"Ĩ",itilde:"ĩ",Iukcy:"І",iukcy:"і",Iuml:"Ï",iuml:"ï",Jcirc:"Ĵ",jcirc:"ĵ",Jcy:"Й",jcy:"й",Jfr:"𝔍",jfr:"𝔧",jmath:"ȷ",Jopf:"𝕁",jopf:"𝕛",Jscr:"𝒥",jscr:"𝒿",Jsercy:"Ј",jsercy:"ј",Jukcy:"Є",jukcy:"є",Kappa:"Κ",kappa:"κ",kappav:"ϰ",Kcedil:"Ķ",kcedil:"ķ",Kcy:"К",kcy:"к",Kfr:"𝔎",kfr:"𝔨",kgreen:"ĸ",KHcy:"Х",khcy:"х",KJcy:"Ќ",kjcy:"ќ",Kopf:"𝕂",kopf:"𝕜",Kscr:"𝒦",kscr:"𝓀",lAarr:"⇚",Lacute:"Ĺ",lacute:"ĺ",laemptyv:"⦴",lagran:"ℒ",Lambda:"Λ",lambda:"λ",lang:"⟨",Lang:"⟪",langd:"⦑",langle:"⟨",lap:"⪅",Laplacetrf:"ℒ",laquo:"«",larrb:"⇤",larrbfs:"⤟",larr:"←",Larr:"↞",lArr:"⇐",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",latail:"⤙",lAtail:"⤛",lat:"⪫",late:"⪭",lates:"⪭︀",lbarr:"⤌",lBarr:"⤎",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",Lcaron:"Ľ",lcaron:"ľ",Lcedil:"Ļ",lcedil:"ļ",lceil:"⌈",lcub:"{",Lcy:"Л",lcy:"л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",le:"≤",lE:"≦",LeftAngleBracket:"⟨",LeftArrowBar:"⇤",leftarrow:"←",LeftArrow:"←",Leftarrow:"⇐",LeftArrowRightArrow:"⇆",leftarrowtail:"↢",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVectorBar:"⥙",LeftDownVector:"⇃",LeftFloor:"⌊",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",leftrightarrow:"↔",LeftRightArrow:"↔",Leftrightarrow:"⇔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",LeftRightVector:"⥎",LeftTeeArrow:"↤",LeftTee:"⊣",LeftTeeVector:"⥚",leftthreetimes:"⋋",LeftTriangleBar:"⧏",LeftTriangle:"⊲",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVectorBar:"⥘",LeftUpVector:"↿",LeftVectorBar:"⥒",LeftVector:"↼",lEg:"⪋",leg:"⋚",leq:"≤",leqq:"≦",leqslant:"⩽",lescc:"⪨",les:"⩽",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",lessgtr:"≶",LessLess:"⪡",lesssim:"≲",LessSlantEqual:"⩽",LessTilde:"≲",lfisht:"⥼",lfloor:"⌊",Lfr:"𝔏",lfr:"𝔩",lg:"≶",lgE:"⪑",lHar:"⥢",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",LJcy:"Љ",ljcy:"љ",llarr:"⇇",ll:"≪",Ll:"⋘",llcorner:"⌞",Lleftarrow:"⇚",llhard:"⥫",lltri:"◺",Lmidot:"Ŀ",lmidot:"ŀ",lmoustache:"⎰",lmoust:"⎰",lnap:"⪉",lnapprox:"⪉",lne:"⪇",lnE:"≨",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",longleftarrow:"⟵",LongLeftArrow:"⟵",Longleftarrow:"⟸",longleftrightarrow:"⟷",LongLeftRightArrow:"⟷",Longleftrightarrow:"⟺",longmapsto:"⟼",longrightarrow:"⟶",LongRightArrow:"⟶",Longrightarrow:"⟹",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",Lopf:"𝕃",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",LowerLeftArrow:"↙",LowerRightArrow:"↘",loz:"◊",lozenge:"◊",lozf:"⧫",
lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"‎",lrtri:"⊿",lsaquo:"‹",lscr:"𝓁",Lscr:"ℒ",lsh:"↰",Lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",Lstrok:"Ł",lstrok:"ł",ltcc:"⪦",ltcir:"⩹",lt:"<",LT:"<",Lt:"≪",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltri:"◃",ltrie:"⊴",ltrif:"◂",ltrPar:"⦖",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",macr:"¯",male:"♂",malt:"✠",maltese:"✠",Map:"⤅",map:"↦",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",Mcy:"М",mcy:"м",mdash:"—",mDDot:"∺",measuredangle:"∡",MediumSpace:" ",Mellintrf:"ℳ",Mfr:"𝔐",mfr:"𝔪",mho:"℧",micro:"µ",midast:"*",midcir:"⫰",mid:"∣",middot:"·",minusb:"⊟",minus:"−",minusd:"∸",minusdu:"⨪",MinusPlus:"∓",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",Mopf:"𝕄",mopf:"𝕞",mp:"∓",mscr:"𝓂",Mscr:"ℳ",mstpos:"∾",Mu:"Μ",mu:"μ",multimap:"⊸",mumap:"⊸",nabla:"∇",Nacute:"Ń",nacute:"ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ŉ",napprox:"≉",natural:"♮",naturals:"ℕ",natur:"♮",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",Ncaron:"Ň",ncaron:"ň",Ncedil:"Ņ",ncedil:"ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",Ncy:"Н",ncy:"н",ndash:"–",nearhk:"⤤",nearr:"↗",neArr:"⇗",nearrow:"↗",ne:"≠",nedot:"≐̸",NegativeMediumSpace:"​",NegativeThickSpace:"​",NegativeThinSpace:"​",NegativeVeryThinSpace:"​",nequiv:"≢",nesear:"⤨",nesim:"≂̸",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:"\n",nexist:"∄",nexists:"∄",Nfr:"𝔑",nfr:"𝔫",ngE:"≧̸",nge:"≱",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",nGg:"⋙̸",ngsim:"≵",nGt:"≫⃒",ngt:"≯",ngtr:"≯",nGtv:"≫̸",nharr:"↮",nhArr:"⇎",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",NJcy:"Њ",njcy:"њ",nlarr:"↚",nlArr:"⇍",nldr:"‥",nlE:"≦̸",nle:"≰",nleftarrow:"↚",nLeftarrow:"⇍",nleftrightarrow:"↮",nLeftrightarrow:"⇎",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nLl:"⋘̸",nlsim:"≴",nLt:"≪⃒",nlt:"≮",nltri:"⋪",nltrie:"⋬",nLtv:"≪̸",nmid:"∤",NoBreak:"⁠",NonBreakingSpace:" ",nopf:"𝕟",Nopf:"ℕ",Not:"⫬",not:"¬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",notin:"∉",notindot:"⋵̸",notinE:"⋹̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",NotLeftTriangleBar:"⧏̸",NotLeftTriangle:"⋪",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangleBar:"⧐̸",NotRightTriangle:"⋫",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",nparallel:"∦",npar:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",nprec:"⊀",npreceq:"⪯̸",npre:"⪯̸",nrarrc:"⤳̸",nrarr:"↛",nrArr:"⇏",nrarrw:"↝̸",nrightarrow:"↛",nRightarrow:"⇏",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",Nscr:"𝒩",nscr:"𝓃",nshortmid:"∤",nshortparallel:"∦",nsim:"≁",nsime:"≄",nsimeq:"≄",nsmid:"∤",nspar:"∦",nsqsube:"⋢",nsqsupe:"⋣",nsub:"⊄",nsubE:"⫅̸",nsube:"⊈",nsubset:"⊂⃒",nsubseteq:"⊈",nsubseteqq:"⫅̸",nsucc:"⊁",nsucceq:"⪰̸",nsup:"⊅",nsupE:"⫆̸",nsupe:"⊉",nsupset:"⊃⃒",nsupseteq:"⊉",nsupseteqq:"⫆̸",ntgl:"≹",Ntilde:"Ñ",ntilde:"ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",Nu:"Ν",nu:"ν",num:"#",numero:"№",numsp:" ",nvap:"≍⃒",nvdash:"⊬",nvDash:"⊭",nVdash:"⊮",nVDash:"⊯",nvge:"≥⃒",nvgt:">⃒",nvHarr:"⤄",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwarhk:"⤣",nwarr:"↖",nwArr:"⇖",nwarrow:"↖",nwnear:"⤧",Oacute:"Ó",oacute:"ó",oast:"⊛",Ocirc:"Ô",ocirc:"ô",ocir:"⊚",Ocy:"О",ocy:"о",odash:"⊝",Odblac:"Ő",odblac:"ő",odiv:"⨸",odot:"⊙",odsold:"⦼",OElig:"Œ",oelig:"œ",ofcir:"⦿",Ofr:"𝔒",ofr:"𝔬",ogon:"˛",Ograve:"Ò",ograve:"ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",Omacr:"Ō",omacr:"ō",Omega:"Ω",omega:"ω",Omicron:"Ο",omicron:"ο",omid:"⦶",ominus:"⊖",Oopf:"𝕆",oopf:"𝕠",opar:"⦷",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",operp:"⦹",oplus:"⊕",orarr:"↻",Or:"⩔",or:"∨",ord:"⩝",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oS:"Ⓢ",Oscr:"𝒪",oscr:"ℴ",Oslash:"Ø",oslash:"ø",osol:"⊘",Otilde:"Õ",otilde:"õ",otimesas:"⨶",Otimes:"⨷",otimes:"⊗",Ouml:"Ö",ouml:"ö",ovbar:"⌽",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",para:"¶",parallel:"∥",par:"∥",parsim:"⫳",parsl:"⫽",part:"∂",PartialD:"∂",Pcy:"П",pcy:"п",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",Pfr:"𝔓",pfr:"𝔭",Phi:"Φ",phi:"φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",Pi:"Π",pi:"π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plus:"+",plusdo:"∔",plusdu:"⨥",pluse:"⩲",PlusMinus:"±",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",Poincareplane:"ℌ",pointint:"⨕",popf:"𝕡",Popf:"ℙ",pound:"£",prap:"⪷",Pr:"⪻",pr:"≺",prcue:"≼",precapprox:"⪷",prec:"≺",preccurlyeq:"≼",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",pre:"⪯",prE:"⪳",precsim:"≾",prime:"′",Prime:"″",primes:"ℙ",prnap:"⪹",prnE:"⪵",prnsim:"⋨",prod:"∏",Product:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",Proportional:"∝",Proportion:"∷",propto:"∝",prsim:"≾",prurel:"⊰",Pscr:"𝒫",pscr:"𝓅",Psi:"Ψ",psi:"ψ",puncsp:" ",Qfr:"𝔔",qfr:"𝔮",qint:"⨌",qopf:"𝕢",Qopf:"ℚ",qprime:"⁗",Qscr:"𝒬",qscr:"𝓆",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",quot:'"',QUOT:'"',rAarr:"⇛",race:"∽̱",Racute:"Ŕ",racute:"ŕ",radic:"√",raemptyv:"⦳",rang:"⟩",Rang:"⟫",rangd:"⦒",range:"⦥",rangle:"⟩",raquo:"»",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarr:"→",Rarr:"↠",rArr:"⇒",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",Rarrtl:"⤖",rarrtl:"↣",rarrw:"↝",ratail:"⤚",rAtail:"⤜",ratio:"∶",rationals:"ℚ",rbarr:"⤍",rBarr:"⤏",RBarr:"⤐",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",Rcaron:"Ř",rcaron:"ř",Rcedil:"Ŗ",rcedil:"ŗ",rceil:"⌉",rcub:"}",Rcy:"Р",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",Re:"ℜ",rect:"▭",reg:"®",REG:"®",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",rfisht:"⥽",rfloor:"⌋",rfr:"𝔯",Rfr:"ℜ",rHar:"⥤",rhard:"⇁",rharu:"⇀",rharul:"⥬",Rho:"Ρ",rho:"ρ",rhov:"ϱ",RightAngleBracket:"⟩",RightArrowBar:"⇥",rightarrow:"→",RightArrow:"→",Rightarrow:"⇒",RightArrowLeftArrow:"⇄",rightarrowtail:"↣",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVectorBar:"⥕",RightDownVector:"⇂",RightFloor:"⌋",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",RightTeeArrow:"↦",RightTee:"⊢",RightTeeVector:"⥛",rightthreetimes:"⋌",RightTriangleBar:"⧐",RightTriangle:"⊳",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVectorBar:"⥔",RightUpVector:"↾",RightVectorBar:"⥓",RightVector:"⇀",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"‏",rmoustache:"⎱",rmoust:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",ropf:"𝕣",Ropf:"ℝ",roplus:"⨮",rotimes:"⨵",RoundImplies:"⥰",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",Rrightarrow:"⇛",rsaquo:"›",rscr:"𝓇",Rscr:"ℛ",rsh:"↱",Rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",RuleDelayed:"⧴",ruluhar:"⥨",rx:"℞",Sacute:"Ś",sacute:"ś",sbquo:"‚",scap:"⪸",Scaron:"Š",scaron:"š",Sc:"⪼",sc:"≻",sccue:"≽",sce:"⪰",scE:"⪴",Scedil:"Ş",scedil:"ş",Scirc:"Ŝ",scirc:"ŝ",scnap:"⪺",scnE:"⪶",scnsim:"⋩",scpolint:"⨓",scsim:"≿",Scy:"С",scy:"с",sdotb:"⊡",sdot:"⋅",sdote:"⩦",searhk:"⤥",searr:"↘",seArr:"⇘",searrow:"↘",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",Sfr:"𝔖",sfr:"𝔰",sfrown:"⌢",sharp:"♯",SHCHcy:"Щ",shchcy:"щ",SHcy:"Ш",shcy:"ш",ShortDownArrow:"↓",ShortLeftArrow:"←",shortmid:"∣",shortparallel:"∥",ShortRightArrow:"→",ShortUpArrow:"↑",shy:"­",Sigma:"Σ",sigma:"σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",SmallCircle:"∘",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",SOFTcy:"Ь",softcy:"ь",solbar:"⌿",solb:"⧄",sol:"/",Sopf:"𝕊",sopf:"𝕤",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",Sqrt:"√",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",square:"□",Square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",squarf:"▪",squ:"□",squf:"▪",srarr:"→",Sscr:"𝒮",sscr:"𝓈",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",Star:"⋆",star:"☆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",sub:"⊂",Sub:"⋐",subdot:"⪽",subE:"⫅",sube:"⊆",subedot:"⫃",submult:"⫁",subnE:"⫋",subne:"⊊",subplus:"⪿",subrarr:"⥹",subset:"⊂",Subset:"⋐",subseteq:"⊆",subseteqq:"⫅",SubsetEqual:"⊆",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succapprox:"⪸",succ:"≻",succcurlyeq:"≽",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",SuchThat:"∋",sum:"∑",Sum:"∑",sung:"♪",sup1:"¹",sup2:"²",sup3:"³",sup:"⊃",Sup:"⋑",supdot:"⪾",supdsub:"⫘",supE:"⫆",supe:"⊇",supedot:"⫄",Superset:"⊃",SupersetEqual:"⊇",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supne:"⊋",supplus:"⫀",supset:"⊃",Supset:"⋑",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swarhk:"⤦",swarr:"↙",swArr:"⇙",swarrow:"↙",swnwar:"⤪",szlig:"ß",Tab:"\t",target:"⌖",Tau:"Τ",tau:"τ",tbrk:"⎴",Tcaron:"Ť",tcaron:"ť",Tcedil:"Ţ",tcedil:"ţ",Tcy:"Т",tcy:"т",tdot:"⃛",telrec:"⌕",Tfr:"𝔗",tfr:"𝔱",there4:"∴",therefore:"∴",Therefore:"∴",Theta:"Θ",theta:"θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",ThickSpace:"  ",ThinSpace:" ",thinsp:" ",thkap:"≈",thksim:"∼",THORN:"Þ",thorn:"þ",tilde:"˜",Tilde:"∼",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",timesbar:"⨱",timesb:"⊠",times:"×",timesd:"⨰",tint:"∭",toea:"⤨",topbot:"⌶",topcir:"⫱",top:"⊤",Topf:"𝕋",topf:"𝕥",topfork:"⫚",tosa:"⤩",tprime:"‴",trade:"™",TRADE:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",TripleDot:"⃛",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",Tscr:"𝒯",tscr:"𝓉",TScy:"Ц",tscy:"ц",TSHcy:"Ћ",tshcy:"ћ",Tstrok:"Ŧ",tstrok:"ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",Uacute:"Ú",uacute:"ú",uarr:"↑",Uarr:"↟",uArr:"⇑",Uarrocir:"⥉",Ubrcy:"Ў",ubrcy:"ў",Ubreve:"Ŭ",ubreve:"ŭ",Ucirc:"Û",ucirc:"û",Ucy:"У",ucy:"у",udarr:"⇅",Udblac:"Ű",udblac:"ű",udhar:"⥮",ufisht:"⥾",Ufr:"𝔘",ufr:"𝔲",Ugrave:"Ù",ugrave:"ù",uHar:"⥣",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",Umacr:"Ū",umacr:"ū",uml:"¨",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",Uogon:"Ų",uogon:"ų",Uopf:"𝕌",uopf:"𝕦",UpArrowBar:"⤒",uparrow:"↑",UpArrow:"↑",Uparrow:"⇑",UpArrowDownArrow:"⇅",updownarrow:"↕",UpDownArrow:"↕",Updownarrow:"⇕",UpEquilibrium:"⥮",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",UpperLeftArrow:"↖",UpperRightArrow:"↗",upsi:"υ",Upsi:"ϒ",upsih:"ϒ",Upsilon:"Υ",upsilon:"υ",UpTeeArrow:"↥",UpTee:"⊥",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",Uring:"Ů",uring:"ů",urtri:"◹",Uscr:"𝒰",uscr:"𝓊",utdot:"⋰",Utilde:"Ũ",utilde:"ũ",utri:"▵",utrif:"▴",uuarr:"⇈",Uuml:"Ü",uuml:"ü",uwangle:"⦧",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",varr:"↕",vArr:"⇕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",vBar:"⫨",Vbar:"⫫",vBarv:"⫩",Vcy:"В",vcy:"в",vdash:"⊢",vDash:"⊨",Vdash:"⊩",VDash:"⊫",Vdashl:"⫦",veebar:"⊻",vee:"∨",Vee:"⋁",veeeq:"≚",vellip:"⋮",verbar:"|",Verbar:"‖",vert:"|",Vert:"‖",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",Vfr:"𝔙",vfr:"𝔳",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",Vopf:"𝕍",vopf:"𝕧",vprop:"∝",vrtri:"⊳",Vscr:"𝒱",vscr:"𝓋",vsubnE:"⫋︀",vsubne:"⊊︀",vsupnE:"⫌︀",vsupne:"⊋︀",Vvdash:"⊪",vzigzag:"⦚",Wcirc:"Ŵ",wcirc:"ŵ",wedbar:"⩟",wedge:"∧",Wedge:"⋀",wedgeq:"≙",weierp:"℘",Wfr:"𝔚",wfr:"𝔴",Wopf:"𝕎",wopf:"𝕨",wp:"℘",wr:"≀",wreath:"≀",Wscr:"𝒲",wscr:"𝓌",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",Xfr:"𝔛",xfr:"𝔵",xharr:"⟷",xhArr:"⟺",Xi:"Ξ",xi:"ξ",xlarr:"⟵",xlArr:"⟸",xmap:"⟼",xnis:"⋻",xodot:"⨀",Xopf:"𝕏",xopf:"𝕩",xoplus:"⨁",xotime:"⨂",xrarr:"⟶",xrArr:"⟹",Xscr:"𝒳",xscr:"𝓍",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",Yacute:"Ý",yacute:"ý",YAcy:"Я",yacy:"я",Ycirc:"Ŷ",ycirc:"ŷ",Ycy:"Ы",ycy:"ы",yen:"¥",Yfr:"𝔜",yfr:"𝔶",YIcy:"Ї",yicy:"ї",Yopf:"𝕐",yopf:"𝕪",Yscr:"𝒴",yscr:"𝓎",YUcy:"Ю",yucy:"ю",yuml:"ÿ",Yuml:"Ÿ",Zacute:"Ź",zacute:"ź",Zcaron:"Ž",zcaron:"ž",Zcy:"З",zcy:"з",Zdot:"Ż",zdot:"ż",zeetrf:"ℨ",ZeroWidthSpace:"​",Zeta:"Ζ",zeta:"ζ",zfr:"𝔷",Zfr:"ℨ",ZHcy:"Ж",zhcy:"ж",zigrarr:"⇝",zopf:"𝕫",Zopf:"ℤ",Zscr:"𝒵",zscr:"𝓏",zwj:"‍",zwnj:"‌"}},function(t,e,i){"use strict";function n(t){var e=Array.prototype.slice.call(arguments,1);return e.forEach(function(e){e&&Object.keys(e).forEach(function(i){t[i]=e[i]})}),t}function s(t){return Object.prototype.toString.call(t)}function r(t){return"[object String]"===s(t)}function c(t){return"[object Object]"===s(t)}function o(t){return"[object RegExp]"===s(t)}function a(t){return"[object Function]"===s(t)}function u(t){return t.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}function l(t){return Object.keys(t||{}).reduce(function(t,e){return t||m.hasOwnProperty(e)},!1)}function d(t){t.__index__=-1,t.__text_cache__=""}function p(t){return function(e,i){var n=e.slice(i);return t.test(n)?n.match(t)[0].length:0}}function _(){return function(t,e){e.normalize(t)}}function h(t){function e(t){return t.replace("%TLDS%",s.src_tlds)}function n(t,e){throw new Error('(LinkifyIt) Invalid schema "'+t+'": '+e)}var s=t.re=i(74)(t.__opts__),l=t.__tlds__.slice();t.onCompile(),t.__tlds_replaced__||l.push(w),l.push(s.src_xn),s.src_tlds=l.join("|"),s.email_fuzzy=RegExp(e(s.tpl_email_fuzzy),"i"),s.link_fuzzy=RegExp(e(s.tpl_link_fuzzy),"i"),s.link_no_ip_fuzzy=RegExp(e(s.tpl_link_no_ip_fuzzy),"i"),s.host_fuzzy_test=RegExp(e(s.tpl_host_fuzzy_test),"i");var h=[];t.__compiled__={},Object.keys(t.__schemas__).forEach(function(e){var i=t.__schemas__[e];if(null!==i){var s={validate:null,link:null};return t.__compiled__[e]=s,c(i)?(o(i.validate)?s.validate=p(i.validate):a(i.validate)?s.validate=i.validate:n(e,i),void(a(i.normalize)?s.normalize=i.normalize:i.normalize?n(e,i):s.normalize=_())):r(i)?void h.push(e):void n(e,i)}}),h.forEach(function(e){t.__compiled__[t.__schemas__[e]]&&(t.__compiled__[e].validate=t.__compiled__[t.__schemas__[e]].validate,t.__compiled__[e].normalize=t.__compiled__[t.__schemas__[e]].normalize)}),t.__compiled__[""]={validate:null,normalize:_()};var f=Object.keys(t.__compiled__).filter(function(e){return e.length>0&&t.__compiled__[e]}).map(u).join("|");t.re.schema_test=RegExp("(^|(?!_)(?:[><｜]|"+s.src_ZPCc+"))("+f+")","i"),t.re.schema_search=RegExp("(^|(?!_)(?:[><｜]|"+s.src_ZPCc+"))("+f+")","ig"),t.re.pretest=RegExp("("+t.re.schema_test.source+")|("+t.re.host_fuzzy_test.source+")|@","i"),d(t)}function f(t,e){var i=t.__index__,n=t.__last_index__,s=t.__text_cache__.slice(i,n);this.schema=t.__schema__.toLowerCase(),this.index=i+e,this.lastIndex=n+e,this.raw=s,this.text=s,this.url=s}function v(t,e){var i=new f(t,e);return t.__compiled__[i.schema].normalize(i,t),i}function g(t,e){return this instanceof g?(e||l(t)&&(e=t,t={}),this.__opts__=n({},m,e),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=n({},y,t),this.__compiled__={},this.__tlds__=b,this.__tlds_replaced__=!1,this.re={},void h(this)):new g(t,e)}var m={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1},y={"http:":{validate:function(t,e,i){var n=t.slice(e);return i.re.http||(i.re.http=new RegExp("^\\/\\/"+i.re.src_auth+i.re.src_host_port_strict+i.re.src_path,"i")),i.re.http.test(n)?n.match(i.re.http)[0].length:0}},"https:":"http:","ftp:":"http:","//":{validate:function(t,e,i){var n=t.slice(e);return i.re.no_http||(i.re.no_http=new RegExp("^"+i.re.src_auth+"(?:localhost|(?:(?:"+i.re.src_domain+")\\.)+"+i.re.src_domain_root+")"+i.re.src_port+i.re.src_host_terminator+i.re.src_path,"i")),i.re.no_http.test(n)?e>=3&&":"===t[e-3]?0:e>=3&&"/"===t[e-3]?0:n.match(i.re.no_http)[0].length:0}},"mailto:":{validate:function(t,e,i){var n=t.slice(e);return i.re.mailto||(i.re.mailto=new RegExp("^"+i.re.src_email_name+"@"+i.re.src_host_strict,"i")),i.re.mailto.test(n)?n.match(i.re.mailto)[0].length:0}}},w="a[cdefgilmnoqrstuwxz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvwxyz]|d[ejkmoz]|e[cegrstu]|f[ijkmor]|g[abdefghilmnpqrstuwy]|h[kmnrtu]|i[delmnoqrst]|j[emop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdeghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrstwy]|qa|r[eosuw]|s[abcdeghijklmnortuvxyz]|t[cdfghjklmnortvwz]|u[agksyz]|v[aceginu]|w[fs]|y[et]|z[amw]",b="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");g.prototype.add=function(t,e){return this.__schemas__[t]=e,h(this),this},g.prototype.set=function(t){return this.__opts__=n(this.__opts__,t),this},g.prototype.test=function(t){if(this.__text_cache__=t,this.__index__=-1,!t.length)return!1;var e,i,n,s,r,c,o,a,u;if(this.re.schema_test.test(t))for(o=this.re.schema_search,o.lastIndex=0;null!==(e=o.exec(t));)if(s=this.testSchemaAt(t,e[2],o.lastIndex)){this.__schema__=e[2],this.__index__=e.index+e[1].length,this.__last_index__=e.index+e[0].length+s;break}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&(a=t.search(this.re.host_fuzzy_test),a>=0&&(this.__index__<0||a<this.__index__)&&null!==(i=t.match(this.__opts__.fuzzyIP?this.re.link_fuzzy:this.re.link_no_ip_fuzzy))&&(r=i.index+i[1].length,(this.__index__<0||r<this.__index__)&&(this.__schema__="",this.__index__=r,this.__last_index__=i.index+i[0].length))),this.__opts__.fuzzyEmail&&this.__compiled__["mailto:"]&&(u=t.indexOf("@"),u>=0&&null!==(n=t.match(this.re.email_fuzzy))&&(r=n.index+n[1].length,c=n.index+n[0].length,(this.__index__<0||r<this.__index__||r===this.__index__&&c>this.__last_index__)&&(this.__schema__="mailto:",this.__index__=r,this.__last_index__=c))),this.__index__>=0},g.prototype.pretest=function(t){return this.re.pretest.test(t)},g.prototype.testSchemaAt=function(t,e,i){return this.__compiled__[e.toLowerCase()]?this.__compiled__[e.toLowerCase()].validate(t,i,this):0},g.prototype.match=function(t){var e=0,i=[];this.__index__>=0&&this.__text_cache__===t&&(i.push(v(this,e)),e=this.__last_index__);for(var n=e?t.slice(e):t;this.test(n);)i.push(v(this,e)),n=n.slice(this.__last_index__),e+=this.__last_index__;return i.length?i:null},g.prototype.tlds=function(t,e){return t=Array.isArray(t)?t:[t],e?(this.__tlds__=this.__tlds__.concat(t).sort().filter(function(t,e,i){return t!==i[e-1]}).reverse(),h(this),this):(this.__tlds__=t.slice(),this.__tlds_replaced__=!0,h(this),this)},g.prototype.normalize=function(t){t.schema||(t.url="http://"+t.url),"mailto:"!==t.schema||/^mailto:/i.test(t.url)||(t.url="mailto:"+t.url)},g.prototype.onCompile=function(){},t.exports=g},function(t,e,i){"use strict";t.exports=function(t){var e={};e.src_Any=i(37).source,e.src_Cc=i(35).source,e.src_Z=i(36).source,e.src_P=i(18).source,e.src_ZPCc=[e.src_Z,e.src_P,e.src_Cc].join("|"),e.src_ZCc=[e.src_Z,e.src_Cc].join("|");var n="[><｜]";return e.src_pseudo_letter="(?:(?!"+n+"|"+e.src_ZPCc+")"+e.src_Any+")",e.src_ip4="(?:(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)",e.src_auth="(?:(?:(?!"+e.src_ZCc+"|[@/\\[\\]()]).)+@)?",e.src_port="(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?",e.src_host_terminator="(?=$|"+n+"|"+e.src_ZPCc+")(?!-|_|:\\d|\\.-|\\.(?!$|"+e.src_ZPCc+"))",e.src_path="(?:[/?#](?:(?!"+e.src_ZCc+"|"+n+"|[()[\\]{}.,\"'?!\\-]).|\\[(?:(?!"+e.src_ZCc+"|\\]).)*\\]|\\((?:(?!"+e.src_ZCc+"|[)]).)*\\)|\\{(?:(?!"+e.src_ZCc+'|[}]).)*\\}|\\"(?:(?!'+e.src_ZCc+'|["]).)+\\"|\\\'(?:(?!'+e.src_ZCc+"|[']).)+\\'|\\'(?="+e.src_pseudo_letter+"|[-]).|\\.{2,3}[a-zA-Z0-9%/]|\\.(?!"+e.src_ZCc+"|[.]).|"+(t&&t["---"]?"\\-(?!--(?:[^-]|$))(?:-*)|":"\\-+|")+"\\,(?!"+e.src_ZCc+").|\\!(?!"+e.src_ZCc+"|[!]).|\\?(?!"+e.src_ZCc+"|[?]).)+|\\/)?",e.src_email_name='[\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]+',e.src_xn="xn--[a-z0-9\\-]{1,59}",e.src_domain_root="(?:"+e.src_xn+"|"+e.src_pseudo_letter+"{1,63})",e.src_domain="(?:"+e.src_xn+"|(?:"+e.src_pseudo_letter+")|(?:"+e.src_pseudo_letter+"(?:-(?!-)|"+e.src_pseudo_letter+"){0,61}"+e.src_pseudo_letter+"))",e.src_host="(?:(?:(?:(?:"+e.src_domain+")\\.)*"+e.src_domain+"))",e.tpl_host_fuzzy="(?:"+e.src_ip4+"|(?:(?:(?:"+e.src_domain+")\\.)+(?:%TLDS%)))",e.tpl_host_no_ip_fuzzy="(?:(?:(?:"+e.src_domain+")\\.)+(?:%TLDS%))",e.src_host_strict=e.src_host+e.src_host_terminator,e.tpl_host_fuzzy_strict=e.tpl_host_fuzzy+e.src_host_terminator,e.src_host_port_strict=e.src_host+e.src_port+e.src_host_terminator,e.tpl_host_port_fuzzy_strict=e.tpl_host_fuzzy+e.src_port+e.src_host_terminator,e.tpl_host_port_no_ip_fuzzy_strict=e.tpl_host_no_ip_fuzzy+e.src_port+e.src_host_terminator,e.tpl_host_fuzzy_test="localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:"+e.src_ZPCc+"|>|$))",e.tpl_email_fuzzy="(^|"+n+"|\\(|"+e.src_ZCc+")("+e.src_email_name+"@"+e.tpl_host_fuzzy_strict+")",e.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`|｜]|"+e.src_ZPCc+"))((?![$+<=>^`|｜])"+e.tpl_host_port_fuzzy_strict+e.src_path+")",e.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`|｜]|"+e.src_ZPCc+"))((?![$+<=>^`|｜])"+e.tpl_host_port_no_ip_fuzzy_strict+e.src_path+")",e}},function(t,e,i){"use strict";t.exports=i(81)},function(t,e){"use strict";t.exports=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","meta","nav","noframes","ol","optgroup","option","p","param","pre","section","source","title","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"]},function(t,e,i){"use strict";e.parseLinkLabel=i(79),e.parseLinkDestination=i(78),e.parseLinkTitle=i(80)},function(t,e,i){"use strict";var n=i(2).isSpace,s=i(2).unescapeAll;t.exports=function(t,e,i){var r,c,o=0,a=e,u={ok:!1,pos:0,lines:0,str:""};if(60===t.charCodeAt(e)){for(e++;e<i;){if(r=t.charCodeAt(e),10===r||n(r))return u;if(62===r)return u.pos=e+1,u.str=s(t.slice(a+1,e)),u.ok=!0,u;92===r&&e+1<i?e+=2:e++}return u}for(c=0;e<i&&(r=t.charCodeAt(e),32!==r)&&!(r<32||127===r);)if(92===r&&e+1<i)e+=2;else{if(40===r&&(c++,c>1))break;if(41===r&&(c--,c<0))break;e++}return a===e?u:(u.str=s(t.slice(a,e)),u.lines=o,u.pos=e,u.ok=!0,u)}},function(t,e){"use strict";t.exports=function(t,e,i){var n,s,r,c,o=-1,a=t.posMax,u=t.pos;for(t.pos=e+1,n=1;t.pos<a;){if(r=t.src.charCodeAt(t.pos),93===r&&(n--,0===n)){s=!0;break}if(c=t.pos,t.md.inline.skipToken(t),91===r)if(c===t.pos-1)n++;else if(i)return t.pos=u,-1}return s&&(o=t.pos),t.pos=u,o}},function(t,e,i){"use strict";var n=i(2).unescapeAll;t.exports=function(t,e,i){var s,r,c=0,o=e,a={ok:!1,pos:0,lines:0,str:""};if(e>=i)return a;if(r=t.charCodeAt(e),34!==r&&39!==r&&40!==r)return a;for(e++,40===r&&(r=41);e<i;){if(s=t.charCodeAt(e),s===r)return a.pos=e+1,a.lines=c,a.str=n(t.slice(o+1,e)),a.ok=!0,a;10===s?c++:92===s&&e+1<i&&(e++,10===t.charCodeAt(e)&&c++),e++}return a}},function(t,e,i){"use strict";function n(t){var e=t.trim().toLowerCase();return!g.test(e)||!!m.test(e)}function s(t){var e=h.parse(t,!0);if(e.hostname&&(!e.protocol||y.indexOf(e.protocol)>=0))try{e.hostname=f.toASCII(e.hostname)}catch(t){}return h.encode(h.format(e))}function r(t){var e=h.parse(t,!0);if(e.hostname&&(!e.protocol||y.indexOf(e.protocol)>=0))try{e.hostname=f.toUnicode(e.hostname)}catch(t){}return h.decode(h.format(e))}function c(t,e){return this instanceof c?(e||o.isString(t)||(e=t||{},t="default"),this.inline=new p,this.block=new d,this.core=new l,this.renderer=new u,this.linkify=new _,this.validateLink=n,this.normalizeLink=s,this.normalizeLinkText=r,this.utils=o,this.helpers=o.assign({},a),this.options={},this.configure(t),void(e&&this.set(e))):new c(t,e)}var o=i(2),a=i(77),u=i(88),l=i(83),d=i(82),p=i(84),_=i(73),h=i(34),f=i(125),v={default:i(86),zero:i(87),commonmark:i(85)},g=/^(vbscript|javascript|file|data):/,m=/^data:image\/(gif|png|jpeg|webp);/,y=["http:","https:","mailto:"];c.prototype.set=function(t){return o.assign(this.options,t),this},c.prototype.configure=function(t){var e,i=this;if(o.isString(t)&&(e=t,t=v[e],!t))throw new Error('Wrong `markdown-it` preset "'+e+'", check name');if(!t)throw new Error("Wrong `markdown-it` preset, can't be empty");return t.options&&i.set(t.options),t.components&&Object.keys(t.components).forEach(function(e){t.components[e].rules&&i[e].ruler.enableOnly(t.components[e].rules),t.components[e].rules2&&i[e].ruler2.enableOnly(t.components[e].rules2)}),this},c.prototype.enable=function(t,e){var i=[];Array.isArray(t)||(t=[t]),["core","block","inline"].forEach(function(e){i=i.concat(this[e].ruler.enable(t,!0))},this),i=i.concat(this.inline.ruler2.enable(t,!0));var n=t.filter(function(t){return i.indexOf(t)<0});if(n.length&&!e)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+n);return this},c.prototype.disable=function(t,e){var i=[];Array.isArray(t)||(t=[t]),["core","block","inline"].forEach(function(e){i=i.concat(this[e].ruler.disable(t,!0))},this),i=i.concat(this.inline.ruler2.disable(t,!0));var n=t.filter(function(t){return i.indexOf(t)<0});if(n.length&&!e)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+n);return this},c.prototype.use=function(t){var e=[this].concat(Array.prototype.slice.call(arguments,1));return t.apply(t,e),this},c.prototype.parse=function(t,e){if("string"!=typeof t)throw new Error("Input data should be a String");var i=new this.core.State(t,this,e);return this.core.process(i),i.tokens},c.prototype.render=function(t,e){return e=e||{},this.renderer.render(this.parse(t,e),this.options,e)},c.prototype.parseInline=function(t,e){var i=new this.core.State(t,this,e);return i.inlineMode=!0,this.core.process(i),i.tokens},c.prototype.renderInline=function(t,e){return e=e||{},this.renderer.render(this.parseInline(t,e),this.options,e)},t.exports=c},function(t,e,i){"use strict";function n(){this.ruler=new s;for(var t=0;t<r.length;t++)this.ruler.push(r[t][0],r[t][1],{alt:(r[t][2]||[]).slice()})}var s=i(16),r=[["table",i(100),["paragraph","reference"]],["code",i(90)],["fence",i(91),["paragraph","reference","blockquote","list"]],["blockquote",i(89),["paragraph","reference","blockquote","list"]],["hr",i(93),["paragraph","reference","blockquote","list"]],["list",i(96),["paragraph","reference","blockquote"]],["reference",i(98)],["heading",i(92),["paragraph","reference","blockquote"]],["lheading",i(95)],["html_block",i(94),["paragraph","reference","blockquote"]],["paragraph",i(97)]];n.prototype.tokenize=function(t,e,i){for(var n,s,r=this.ruler.getRules(""),c=r.length,o=e,a=!1,u=t.md.options.maxNesting;o<i&&(t.line=o=t.skipEmptyLines(o),!(o>=i))&&!(t.sCount[o]<t.blkIndent);){if(t.level>=u){t.line=i;break}for(s=0;s<c&&!(n=r[s](t,o,i,!1));s++);t.tight=!a,t.isEmpty(t.line-1)&&(a=!0),o=t.line,o<i&&t.isEmpty(o)&&(a=!0,o++,t.line=o)}},n.prototype.parse=function(t,e,i,n){var s;t&&(s=new this.State(t,e,i,n),this.tokenize(s,s.line,s.lineMax))},n.prototype.State=i(99),t.exports=n},function(t,e,i){"use strict";function n(){this.ruler=new s;for(var t=0;t<r.length;t++)this.ruler.push(r[t][0],r[t][1])}var s=i(16),r=[["normalize",i(104)],["block",i(101)],["inline",i(102)],["linkify",i(103)],["replacements",i(105)],["smartquotes",i(106)]];n.prototype.process=function(t){var e,i,n;for(n=this.ruler.getRules(""),e=0,i=n.length;e<i;e++)n[e](t)},n.prototype.State=i(107),t.exports=n},function(t,e,i){"use strict";function n(){var t;for(this.ruler=new s,t=0;t<r.length;t++)this.ruler.push(r[t][0],r[t][1]);for(this.ruler2=new s,t=0;t<c.length;t++)this.ruler2.push(c[t][0],c[t][1])}var s=i(16),r=[["text",i(118)],["newline",i(116)],["escape",i(112)],["backticks",i(109)],["strikethrough",i(33).tokenize],["emphasis",i(32).tokenize],["link",i(115)],["image",i(114)],["autolink",i(108)],["html_inline",i(113)],["entity",i(111)]],c=[["balance_pairs",i(110)],["strikethrough",i(33).postProcess],["emphasis",i(32).postProcess],["text_collapse",i(119)]];n.prototype.skipToken=function(t){var e,i,n=t.pos,s=this.ruler.getRules(""),r=s.length,c=t.md.options.maxNesting,o=t.cache;if("undefined"!=typeof o[n])return void(t.pos=o[n]);if(t.level<c)for(i=0;i<r&&(t.level++,e=s[i](t,!0),t.level--,!e);i++);else t.pos=t.posMax;e||t.pos++,o[n]=t.pos},n.prototype.tokenize=function(t){for(var e,i,n=this.ruler.getRules(""),s=n.length,r=t.posMax,c=t.md.options.maxNesting;t.pos<r;){if(t.level<c)for(i=0;i<s&&!(e=n[i](t,!1));i++);if(e){if(t.pos>=r)break}else t.pending+=t.src[t.pos++]}t.pending&&t.pushPending()},n.prototype.parse=function(t,e,i,n){var s,r,c,o=new this.State(t,e,i,n);for(this.tokenize(o),r=this.ruler2.getRules(""),c=r.length,s=0;s<c;s++)r[s](o)},n.prototype.State=i(117),t.exports=n},function(t,e){"use strict";t.exports={options:{html:!0,xhtmlOut:!0,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline"]},block:{rules:["blockquote","code","fence","heading","hr","html_block","lheading","list","reference","paragraph"]},inline:{rules:["autolink","backticks","emphasis","entity","escape","html_inline","image","link","newline","text"],rules2:["balance_pairs","emphasis","text_collapse"]}}}},function(t,e){"use strict";t.exports={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:100},components:{core:{},block:{},inline:{}}}},function(t,e){"use strict";t.exports={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline"]},block:{rules:["paragraph"]},inline:{rules:["text"],rules2:["balance_pairs","text_collapse"]}}}},function(t,e,i){"use strict";function n(){this.rules=s({},o)}var s=i(2).assign,r=i(2).unescapeAll,c=i(2).escapeHtml,o={};o.code_inline=function(t,e,i,n,s){var r=t[e];return"<code"+s.renderAttrs(r)+">"+c(t[e].content)+"</code>"},o.code_block=function(t,e,i,n,s){var r=t[e];return"<pre"+s.renderAttrs(r)+"><code>"+c(t[e].content)+"</code></pre>\n"},o.fence=function(t,e,i,n,s){var o,a,u,l,d=t[e],p=d.info?r(d.info).trim():"",_="";return p&&(_=p.split(/\s+/g)[0]),o=i.highlight?i.highlight(d.content,_)||c(d.content):c(d.content),0===o.indexOf("<pre")?o+"\n":p?(a=d.attrIndex("class"),u=d.attrs?d.attrs.slice():[],a<0?u.push(["class",i.langPrefix+_]):u[a][1]+=" "+i.langPrefix+_,l={attrs:u},"<pre><code"+s.renderAttrs(l)+">"+o+"</code></pre>\n"):"<pre><code"+s.renderAttrs(d)+">"+o+"</code></pre>\n"},o.image=function(t,e,i,n,s){var r=t[e];return r.attrs[r.attrIndex("alt")][1]=s.renderInlineAsText(r.children,i,n),s.renderToken(t,e,i)},o.hardbreak=function(t,e,i){return i.xhtmlOut?"<br />\n":"<br>\n"},o.softbreak=function(t,e,i){return i.breaks?i.xhtmlOut?"<br />\n":"<br>\n":"\n"},o.text=function(t,e){return c(t[e].content)},o.html_block=function(t,e){return t[e].content},o.html_inline=function(t,e){return t[e].content},n.prototype.renderAttrs=function(t){var e,i,n;if(!t.attrs)return"";for(n="",e=0,
i=t.attrs.length;e<i;e++)n+=" "+c(t.attrs[e][0])+'="'+c(t.attrs[e][1])+'"';return n},n.prototype.renderToken=function(t,e,i){var n,s="",r=!1,c=t[e];return c.hidden?"":(c.block&&c.nesting!==-1&&e&&t[e-1].hidden&&(s+="\n"),s+=(c.nesting===-1?"</":"<")+c.tag,s+=this.renderAttrs(c),0===c.nesting&&i.xhtmlOut&&(s+=" /"),c.block&&(r=!0,1===c.nesting&&e+1<t.length&&(n=t[e+1],"inline"===n.type||n.hidden?r=!1:n.nesting===-1&&n.tag===c.tag&&(r=!1))),s+=r?">\n":">")},n.prototype.renderInline=function(t,e,i){for(var n,s="",r=this.rules,c=0,o=t.length;c<o;c++)n=t[c].type,s+="undefined"!=typeof r[n]?r[n](t,c,e,i,this):this.renderToken(t,c,e);return s},n.prototype.renderInlineAsText=function(t,e,i){for(var n="",s=0,r=t.length;s<r;s++)"text"===t[s].type?n+=t[s].content:"image"===t[s].type&&(n+=this.renderInlineAsText(t[s].children,e,i));return n},n.prototype.render=function(t,e,i){var n,s,r,c="",o=this.rules;for(n=0,s=t.length;n<s;n++)r=t[n].type,c+="inline"===r?this.renderInline(t[n].children,e,i):"undefined"!=typeof o[r]?o[t[n].type](t,n,e,i,this):this.renderToken(t,n,e,i);return c},t.exports=n},function(t,e,i){"use strict";var n=i(2).isSpace;t.exports=function(t,e,i,s){var r,c,o,a,u,l,d,p,_,h,f,v,g,m,y,w,b,x,k,D,I=t.lineMax,q=t.bMarks[e]+t.tShift[e],C=t.eMarks[e];if(t.sCount[e]-t.blkIndent>=4)return!1;if(62!==t.src.charCodeAt(q++))return!1;if(s)return!0;for(a=_=t.sCount[e]+q-(t.bMarks[e]+t.tShift[e]),32===t.src.charCodeAt(q)?(q++,a++,_++,r=!1,w=!0):9===t.src.charCodeAt(q)?(w=!0,(t.bsCount[e]+_)%4===3?(q++,a++,_++,r=!1):r=!0):w=!1,h=[t.bMarks[e]],t.bMarks[e]=q;q<C&&(c=t.src.charCodeAt(q),n(c));)9===c?_+=4-(_+t.bsCount[e]+(r?1:0))%4:_++,q++;for(f=[t.bsCount[e]],t.bsCount[e]=t.sCount[e]+1+(w?1:0),l=q>=C,m=[t.sCount[e]],t.sCount[e]=_-a,y=[t.tShift[e]],t.tShift[e]=q-t.bMarks[e],x=t.md.block.ruler.getRules("blockquote"),g=t.parentType,t.parentType="blockquote",D=!1,p=e+1;p<i&&(t.sCount[p]<t.blkIndent&&(D=!0),q=t.bMarks[p]+t.tShift[p],C=t.eMarks[p],!(q>=C));p++)if(62!==t.src.charCodeAt(q++)||D){if(l)break;for(b=!1,o=0,u=x.length;o<u;o++)if(x[o](t,p,i,!0)){b=!0;break}if(b){t.lineMax=p,0!==t.blkIndent&&(h.push(t.bMarks[p]),f.push(t.bsCount[p]),y.push(t.tShift[p]),m.push(t.sCount[p]),t.sCount[p]-=t.blkIndent);break}h.push(t.bMarks[p]),f.push(t.bsCount[p]),y.push(t.tShift[p]),m.push(t.sCount[p]),t.sCount[p]=-1}else{for(a=_=t.sCount[p]+q-(t.bMarks[p]+t.tShift[p]),32===t.src.charCodeAt(q)?(q++,a++,_++,r=!1,w=!0):9===t.src.charCodeAt(q)?(w=!0,(t.bsCount[p]+_)%4===3?(q++,a++,_++,r=!1):r=!0):w=!1,h.push(t.bMarks[p]),t.bMarks[p]=q;q<C&&(c=t.src.charCodeAt(q),n(c));)9===c?_+=4-(_+t.bsCount[p]+(r?1:0))%4:_++,q++;l=q>=C,f.push(t.bsCount[p]),t.bsCount[p]=t.sCount[p]+1+(w?1:0),m.push(t.sCount[p]),t.sCount[p]=_-a,y.push(t.tShift[p]),t.tShift[p]=q-t.bMarks[p]}for(v=t.blkIndent,t.blkIndent=0,k=t.push("blockquote_open","blockquote",1),k.markup=">",k.map=d=[e,0],t.md.block.tokenize(t,e,p),k=t.push("blockquote_close","blockquote",-1),k.markup=">",t.lineMax=I,t.parentType=g,d[1]=t.line,o=0;o<y.length;o++)t.bMarks[o+e]=h[o],t.tShift[o+e]=y[o],t.sCount[o+e]=m[o],t.bsCount[o+e]=f[o];return t.blkIndent=v,!0}},function(t,e){"use strict";t.exports=function(t,e,i){var n,s,r;if(t.sCount[e]-t.blkIndent<4)return!1;for(s=n=e+1;n<i;)if(t.isEmpty(n))n++;else{if(!(t.sCount[n]-t.blkIndent>=4))break;n++,s=n}return t.line=s,r=t.push("code_block","code",0),r.content=t.getLines(e,s,4+t.blkIndent,!0),r.map=[e,t.line],!0}},function(t,e){"use strict";t.exports=function(t,e,i,n){var s,r,c,o,a,u,l,d=!1,p=t.bMarks[e]+t.tShift[e],_=t.eMarks[e];if(t.sCount[e]-t.blkIndent>=4)return!1;if(p+3>_)return!1;if(s=t.src.charCodeAt(p),126!==s&&96!==s)return!1;if(a=p,p=t.skipChars(p,s),r=p-a,r<3)return!1;if(l=t.src.slice(a,p),c=t.src.slice(p,_),c.indexOf(String.fromCharCode(s))>=0)return!1;if(n)return!0;for(o=e;(o++,!(o>=i))&&(p=a=t.bMarks[o]+t.tShift[o],_=t.eMarks[o],!(p<_&&t.sCount[o]<t.blkIndent));)if(t.src.charCodeAt(p)===s&&!(t.sCount[o]-t.blkIndent>=4||(p=t.skipChars(p,s),p-a<r||(p=t.skipSpaces(p),p<_)))){d=!0;break}return r=t.sCount[e],t.line=o+(d?1:0),u=t.push("fence","code",0),u.info=c,u.content=t.getLines(e+1,o,r,!0),u.markup=l,u.map=[e,t.line],!0}},function(t,e,i){"use strict";var n=i(2).isSpace;t.exports=function(t,e,i,s){var r,c,o,a,u=t.bMarks[e]+t.tShift[e],l=t.eMarks[e];if(t.sCount[e]-t.blkIndent>=4)return!1;if(r=t.src.charCodeAt(u),35!==r||u>=l)return!1;for(c=1,r=t.src.charCodeAt(++u);35===r&&u<l&&c<=6;)c++,r=t.src.charCodeAt(++u);return!(c>6||u<l&&!n(r))&&(!!s||(l=t.skipSpacesBack(l,u),o=t.skipCharsBack(l,35,u),o>u&&n(t.src.charCodeAt(o-1))&&(l=o),t.line=e+1,a=t.push("heading_open","h"+String(c),1),a.markup="########".slice(0,c),a.map=[e,t.line],a=t.push("inline","",0),a.content=t.src.slice(u,l).trim(),a.map=[e,t.line],a.children=[],a=t.push("heading_close","h"+String(c),-1),a.markup="########".slice(0,c),!0))}},function(t,e,i){"use strict";var n=i(2).isSpace;t.exports=function(t,e,i,s){var r,c,o,a,u=t.bMarks[e]+t.tShift[e],l=t.eMarks[e];if(t.sCount[e]-t.blkIndent>=4)return!1;if(r=t.src.charCodeAt(u++),42!==r&&45!==r&&95!==r)return!1;for(c=1;u<l;){if(o=t.src.charCodeAt(u++),o!==r&&!n(o))return!1;o===r&&c++}return!(c<3)&&(!!s||(t.line=e+1,a=t.push("hr","hr",0),a.map=[e,t.line],a.markup=Array(c+1).join(String.fromCharCode(r)),!0))}},function(t,e,i){"use strict";var n=i(76),s=i(31).HTML_OPEN_CLOSE_TAG_RE,r=[[/^<(script|pre|style)(?=(\s|>|$))/i,/<\/(script|pre|style)>/i,!0],[/^<!--/,/-->/,!0],[/^<\?/,/\?>/,!0],[/^<![A-Z]/,/>/,!0],[/^<!\[CDATA\[/,/\]\]>/,!0],[new RegExp("^</?("+n.join("|")+")(?=(\\s|/?>|$))","i"),/^$/,!0],[new RegExp(s.source+"\\s*$"),/^$/,!1]];t.exports=function(t,e,i,n){var s,c,o,a,u=t.bMarks[e]+t.tShift[e],l=t.eMarks[e];if(t.sCount[e]-t.blkIndent>=4)return!1;if(!t.md.options.html)return!1;if(60!==t.src.charCodeAt(u))return!1;for(a=t.src.slice(u,l),s=0;s<r.length&&!r[s][0].test(a);s++);if(s===r.length)return!1;if(n)return r[s][2];if(c=e+1,!r[s][1].test(a))for(;c<i&&!(t.sCount[c]<t.blkIndent);c++)if(u=t.bMarks[c]+t.tShift[c],l=t.eMarks[c],a=t.src.slice(u,l),r[s][1].test(a)){0!==a.length&&c++;break}return t.line=c,o=t.push("html_block","",0),o.map=[e,c],o.content=t.getLines(e,c,t.blkIndent,!0),!0}},function(t,e){"use strict";t.exports=function(t,e,i){var n,s,r,c,o,a,u,l,d,p,_=e+1,h=t.md.block.ruler.getRules("paragraph");if(t.sCount[e]-t.blkIndent>=4)return!1;for(p=t.parentType,t.parentType="paragraph";_<i&&!t.isEmpty(_);_++)if(!(t.sCount[_]-t.blkIndent>3)){if(t.sCount[_]>=t.blkIndent&&(a=t.bMarks[_]+t.tShift[_],u=t.eMarks[_],a<u&&(d=t.src.charCodeAt(a),(45===d||61===d)&&(a=t.skipChars(a,d),a=t.skipSpaces(a),a>=u)))){l=61===d?1:2;break}if(!(t.sCount[_]<0)){for(s=!1,r=0,c=h.length;r<c;r++)if(h[r](t,_,i,!0)){s=!0;break}if(s)break}}return!!l&&(n=t.getLines(e,_,t.blkIndent,!1).trim(),t.line=_+1,o=t.push("heading_open","h"+String(l),1),o.markup=String.fromCharCode(d),o.map=[e,t.line],o=t.push("inline","",0),o.content=n,o.map=[e,t.line-1],o.children=[],o=t.push("heading_close","h"+String(l),-1),o.markup=String.fromCharCode(d),t.parentType=p,!0)}},function(t,e,i){"use strict";function n(t,e){var i,n,s,r;return n=t.bMarks[e]+t.tShift[e],s=t.eMarks[e],i=t.src.charCodeAt(n++),42!==i&&45!==i&&43!==i?-1:n<s&&(r=t.src.charCodeAt(n),!c(r))?-1:n}function s(t,e){var i,n=t.bMarks[e]+t.tShift[e],s=n,r=t.eMarks[e];if(s+1>=r)return-1;if(i=t.src.charCodeAt(s++),i<48||i>57)return-1;for(;;){if(s>=r)return-1;i=t.src.charCodeAt(s++);{if(!(i>=48&&i<=57)){if(41===i||46===i)break;return-1}if(s-n>=10)return-1}}return s<r&&(i=t.src.charCodeAt(s),!c(i))?-1:s}function r(t,e){var i,n,s=t.level+2;for(i=e+2,n=t.tokens.length-2;i<n;i++)t.tokens[i].level===s&&"paragraph_open"===t.tokens[i].type&&(t.tokens[i+2].hidden=!0,t.tokens[i].hidden=!0,i+=2)}var c=i(2).isSpace;t.exports=function(t,e,i,c){var o,a,u,l,d,p,_,h,f,v,g,m,y,w,b,x,k,D,I,q,C,A,T,E,S,B,N,R,z=!1,F=!0;if(t.sCount[e]-t.blkIndent>=4)return!1;if(c&&"paragraph"===t.parentType&&t.tShift[e]>=t.blkIndent&&(z=!0),(T=s(t,e))>=0){if(_=!0,S=t.bMarks[e]+t.tShift[e],y=Number(t.src.substr(S,T-S-1)),z&&1!==y)return!1}else{if(!((T=n(t,e))>=0))return!1;_=!1}if(z&&t.skipSpaces(T)>=t.eMarks[e])return!1;if(m=t.src.charCodeAt(T-1),c)return!0;for(g=t.tokens.length,_?(R=t.push("ordered_list_open","ol",1),1!==y&&(R.attrs=[["start",y]])):R=t.push("bullet_list_open","ul",1),R.map=v=[e,0],R.markup=String.fromCharCode(m),b=e,E=!1,N=t.md.block.ruler.getRules("list"),I=t.parentType,t.parentType="list";b<i;){for(A=T,w=t.eMarks[b],p=x=t.sCount[b]+T-(t.bMarks[e]+t.tShift[e]);A<w;){if(o=t.src.charCodeAt(A),9===o)x+=4-(x+t.bsCount[b])%4;else{if(32!==o)break;x++}A++}if(a=A,d=a>=w?1:x-p,d>4&&(d=1),l=p+d,R=t.push("list_item_open","li",1),R.markup=String.fromCharCode(m),R.map=h=[e,0],k=t.blkIndent,C=t.tight,q=t.tShift[e],D=t.sCount[e],t.blkIndent=l,t.tight=!0,t.tShift[e]=a-t.bMarks[e],t.sCount[e]=x,a>=w&&t.isEmpty(e+1)?t.line=Math.min(t.line+2,i):t.md.block.tokenize(t,e,i,!0),t.tight&&!E||(F=!1),E=t.line-e>1&&t.isEmpty(t.line-1),t.blkIndent=k,t.tShift[e]=q,t.sCount[e]=D,t.tight=C,R=t.push("list_item_close","li",-1),R.markup=String.fromCharCode(m),b=e=t.line,h[1]=b,a=t.bMarks[e],b>=i)break;if(t.sCount[b]<t.blkIndent)break;for(B=!1,u=0,f=N.length;u<f;u++)if(N[u](t,b,i,!0)){B=!0;break}if(B)break;if(_){if(T=s(t,b),T<0)break}else if(T=n(t,b),T<0)break;if(m!==t.src.charCodeAt(T-1))break}return R=_?t.push("ordered_list_close","ol",-1):t.push("bullet_list_close","ul",-1),R.markup=String.fromCharCode(m),v[1]=b,t.line=b,t.parentType=I,F&&r(t,g),!0}},function(t,e){"use strict";t.exports=function(t,e){var i,n,s,r,c,o,a=e+1,u=t.md.block.ruler.getRules("paragraph"),l=t.lineMax;for(o=t.parentType,t.parentType="paragraph";a<l&&!t.isEmpty(a);a++)if(!(t.sCount[a]-t.blkIndent>3||t.sCount[a]<0)){for(n=!1,s=0,r=u.length;s<r;s++)if(u[s](t,a,l,!0)){n=!0;break}if(n)break}return i=t.getLines(e,a,t.blkIndent,!1).trim(),t.line=a,c=t.push("paragraph_open","p",1),c.map=[e,t.line],c=t.push("inline","",0),c.content=i,c.map=[e,t.line],c.children=[],c=t.push("paragraph_close","p",-1),t.parentType=o,!0}},function(t,e,i){"use strict";var n=i(2).normalizeReference,s=i(2).isSpace;t.exports=function(t,e,i,r){var c,o,a,u,l,d,p,_,h,f,v,g,m,y,w,b,x=0,k=t.bMarks[e]+t.tShift[e],D=t.eMarks[e],I=e+1;if(t.sCount[e]-t.blkIndent>=4)return!1;if(91!==t.src.charCodeAt(k))return!1;for(;++k<D;)if(93===t.src.charCodeAt(k)&&92!==t.src.charCodeAt(k-1)){if(k+1===D)return!1;if(58!==t.src.charCodeAt(k+1))return!1;break}for(u=t.lineMax,w=t.md.block.ruler.getRules("reference"),f=t.parentType,t.parentType="reference";I<u&&!t.isEmpty(I);I++)if(!(t.sCount[I]-t.blkIndent>3||t.sCount[I]<0)){for(y=!1,d=0,p=w.length;d<p;d++)if(w[d](t,I,u,!0)){y=!0;break}if(y)break}for(m=t.getLines(e,I,t.blkIndent,!1).trim(),D=m.length,k=1;k<D;k++){if(c=m.charCodeAt(k),91===c)return!1;if(93===c){h=k;break}10===c?x++:92===c&&(k++,k<D&&10===m.charCodeAt(k)&&x++)}if(h<0||58!==m.charCodeAt(h+1))return!1;for(k=h+2;k<D;k++)if(c=m.charCodeAt(k),10===c)x++;else if(!s(c))break;if(v=t.md.helpers.parseLinkDestination(m,k,D),!v.ok)return!1;if(l=t.md.normalizeLink(v.str),!t.md.validateLink(l))return!1;for(k=v.pos,x+=v.lines,o=k,a=x,g=k;k<D;k++)if(c=m.charCodeAt(k),10===c)x++;else if(!s(c))break;for(v=t.md.helpers.parseLinkTitle(m,k,D),k<D&&g!==k&&v.ok?(b=v.str,k=v.pos,x+=v.lines):(b="",k=o,x=a);k<D&&(c=m.charCodeAt(k),s(c));)k++;if(k<D&&10!==m.charCodeAt(k)&&b)for(b="",k=o,x=a;k<D&&(c=m.charCodeAt(k),s(c));)k++;return!(k<D&&10!==m.charCodeAt(k))&&(!!(_=n(m.slice(1,h)))&&(!!r||("undefined"==typeof t.env.references&&(t.env.references={}),"undefined"==typeof t.env.references[_]&&(t.env.references[_]={title:b,href:l}),t.parentType=f,t.line=e+x+1,!0)))}},function(t,e,i){"use strict";function n(t,e,i,n){var s,c,o,a,u,l,d,p;for(this.src=t,this.md=e,this.env=i,this.tokens=n,this.bMarks=[],this.eMarks=[],this.tShift=[],this.sCount=[],this.bsCount=[],this.blkIndent=0,this.line=0,this.lineMax=0,this.tight=!1,this.ddIndent=-1,this.parentType="root",this.level=0,this.result="",c=this.src,p=!1,o=a=l=d=0,u=c.length;a<u;a++){if(s=c.charCodeAt(a),!p){if(r(s)){l++,9===s?d+=4-d%4:d++;continue}p=!0}10!==s&&a!==u-1||(10!==s&&a++,this.bMarks.push(o),this.eMarks.push(a),this.tShift.push(l),this.sCount.push(d),this.bsCount.push(0),p=!1,l=0,d=0,o=a+1)}this.bMarks.push(c.length),this.eMarks.push(c.length),this.tShift.push(0),this.sCount.push(0),this.bsCount.push(0),this.lineMax=this.bMarks.length-1}var s=i(17),r=i(2).isSpace;n.prototype.push=function(t,e,i){var n=new s(t,e,i);return n.block=!0,i<0&&this.level--,n.level=this.level,i>0&&this.level++,this.tokens.push(n),n},n.prototype.isEmpty=function(t){return this.bMarks[t]+this.tShift[t]>=this.eMarks[t]},n.prototype.skipEmptyLines=function(t){for(var e=this.lineMax;t<e&&!(this.bMarks[t]+this.tShift[t]<this.eMarks[t]);t++);return t},n.prototype.skipSpaces=function(t){for(var e,i=this.src.length;t<i&&(e=this.src.charCodeAt(t),r(e));t++);return t},n.prototype.skipSpacesBack=function(t,e){if(t<=e)return t;for(;t>e;)if(!r(this.src.charCodeAt(--t)))return t+1;return t},n.prototype.skipChars=function(t,e){for(var i=this.src.length;t<i&&this.src.charCodeAt(t)===e;t++);return t},n.prototype.skipCharsBack=function(t,e,i){if(t<=i)return t;for(;t>i;)if(e!==this.src.charCodeAt(--t))return t+1;return t},n.prototype.getLines=function(t,e,i,n){var s,c,o,a,u,l,d,p=t;if(t>=e)return"";for(l=new Array(e-t),s=0;p<e;p++,s++){for(c=0,d=a=this.bMarks[p],u=p+1<e||n?this.eMarks[p]+1:this.eMarks[p];a<u&&c<i;){if(o=this.src.charCodeAt(a),r(o))9===o?c+=4-(c+this.bsCount[p])%4:c++;else{if(!(a-d<this.tShift[p]))break;c++}a++}c>i?l[s]=new Array(c-i+1).join(" ")+this.src.slice(a,u):l[s]=this.src.slice(a,u)}return l.join("")},n.prototype.Token=s,t.exports=n},function(t,e,i){"use strict";function n(t,e){var i=t.bMarks[e]+t.blkIndent,n=t.eMarks[e];return t.src.substr(i,n-i)}function s(t){var e,i=[],n=0,s=t.length,r=0,c=0,o=!1,a=0;for(e=t.charCodeAt(n);n<s;)96===e?o?(o=!1,a=n):r%2===0&&(o=!0,a=n):124!==e||r%2!==0||o||(i.push(t.substring(c,n)),c=n+1),92===e?r++:r=0,n++,n===s&&o&&(o=!1,n=a+1),e=t.charCodeAt(n);return i.push(t.substring(c)),i}var r=i(2).isSpace;t.exports=function(t,e,i,c){var o,a,u,l,d,p,_,h,f,v,g,m;if(e+2>i)return!1;if(d=e+1,t.sCount[d]<t.blkIndent)return!1;if(t.sCount[d]-t.blkIndent>=4)return!1;if(u=t.bMarks[d]+t.tShift[d],u>=t.eMarks[d])return!1;if(o=t.src.charCodeAt(u++),124!==o&&45!==o&&58!==o)return!1;for(;u<t.eMarks[d];){if(o=t.src.charCodeAt(u),124!==o&&45!==o&&58!==o&&!r(o))return!1;u++}for(a=n(t,e+1),p=a.split("|"),f=[],l=0;l<p.length;l++){if(v=p[l].trim(),!v){if(0===l||l===p.length-1)continue;return!1}if(!/^:?-+:?$/.test(v))return!1;58===v.charCodeAt(v.length-1)?f.push(58===v.charCodeAt(0)?"center":"right"):58===v.charCodeAt(0)?f.push("left"):f.push("")}if(a=n(t,e).trim(),a.indexOf("|")===-1)return!1;if(t.sCount[e]-t.blkIndent>=4)return!1;if(p=s(a.replace(/^\||\|$/g,"")),_=p.length,_>f.length)return!1;if(c)return!0;for(h=t.push("table_open","table",1),h.map=g=[e,0],h=t.push("thead_open","thead",1),h.map=[e,e+1],h=t.push("tr_open","tr",1),h.map=[e,e+1],l=0;l<p.length;l++)h=t.push("th_open","th",1),h.map=[e,e+1],f[l]&&(h.attrs=[["style","text-align:"+f[l]]]),h=t.push("inline","",0),h.content=p[l].trim(),h.map=[e,e+1],h.children=[],h=t.push("th_close","th",-1);for(h=t.push("tr_close","tr",-1),h=t.push("thead_close","thead",-1),h=t.push("tbody_open","tbody",1),h.map=m=[e+2,0],d=e+2;d<i&&!(t.sCount[d]<t.blkIndent)&&(a=n(t,d).trim(),a.indexOf("|")!==-1)&&!(t.sCount[d]-t.blkIndent>=4);d++){for(p=s(a.replace(/^\||\|$/g,"")),h=t.push("tr_open","tr",1),l=0;l<_;l++)h=t.push("td_open","td",1),f[l]&&(h.attrs=[["style","text-align:"+f[l]]]),h=t.push("inline","",0),h.content=p[l]?p[l].trim():"",h.children=[],h=t.push("td_close","td",-1);h=t.push("tr_close","tr",-1)}return h=t.push("tbody_close","tbody",-1),h=t.push("table_close","table",-1),g[1]=m[1]=d,t.line=d,!0}},function(t,e){"use strict";t.exports=function(t){var e;t.inlineMode?(e=new t.Token("inline","",0),e.content=t.src,e.map=[0,1],e.children=[],t.tokens.push(e)):t.md.block.parse(t.src,t.md,t.env,t.tokens)}},function(t,e){"use strict";t.exports=function(t){var e,i,n,s=t.tokens;for(i=0,n=s.length;i<n;i++)e=s[i],"inline"===e.type&&t.md.inline.parse(e.content,t.md,t.env,e.children)}},function(t,e,i){"use strict";function n(t){return/^<a[>\s]/i.test(t)}function s(t){return/^<\/a\s*>/i.test(t)}var r=i(2).arrayReplaceAt;t.exports=function(t){var e,i,c,o,a,u,l,d,p,_,h,f,v,g,m,y,w,b=t.tokens;if(t.md.options.linkify)for(i=0,c=b.length;i<c;i++)if("inline"===b[i].type&&t.md.linkify.pretest(b[i].content))for(o=b[i].children,v=0,e=o.length-1;e>=0;e--)if(u=o[e],"link_close"!==u.type){if("html_inline"===u.type&&(n(u.content)&&v>0&&v--,s(u.content)&&v++),!(v>0)&&"text"===u.type&&t.md.linkify.test(u.content)){for(p=u.content,w=t.md.linkify.match(p),l=[],f=u.level,h=0,d=0;d<w.length;d++)g=w[d].url,m=t.md.normalizeLink(g),t.md.validateLink(m)&&(y=w[d].text,y=w[d].schema?"mailto:"!==w[d].schema||/^mailto:/i.test(y)?t.md.normalizeLinkText(y):t.md.normalizeLinkText("mailto:"+y).replace(/^mailto:/,""):t.md.normalizeLinkText("http://"+y).replace(/^http:\/\//,""),_=w[d].index,_>h&&(a=new t.Token("text","",0),a.content=p.slice(h,_),a.level=f,l.push(a)),a=new t.Token("link_open","a",1),a.attrs=[["href",m]],a.level=f++,a.markup="linkify",a.info="auto",l.push(a),a=new t.Token("text","",0),a.content=y,a.level=f,l.push(a),a=new t.Token("link_close","a",-1),a.level=--f,a.markup="linkify",a.info="auto",l.push(a),h=w[d].lastIndex);h<p.length&&(a=new t.Token("text","",0),a.content=p.slice(h),a.level=f,l.push(a)),b[i].children=o=r(o,e,l)}}else for(e--;o[e].level!==u.level&&"link_open"!==o[e].type;)e--}},function(t,e){"use strict";var i=/\r[\n\u0085]?|[\u2424\u2028\u0085]/g,n=/\u0000/g;t.exports=function(t){var e;e=t.src.replace(i,"\n"),e=e.replace(n,"�"),t.src=e}},function(t,e){"use strict";function i(t,e){return a[e.toLowerCase()]}function n(t){var e,n,s=0;for(e=t.length-1;e>=0;e--)n=t[e],"text"!==n.type||s||(n.content=n.content.replace(o,i)),"link_open"===n.type&&"auto"===n.info&&s--,"link_close"===n.type&&"auto"===n.info&&s++}function s(t){var e,i,n=0;for(e=t.length-1;e>=0;e--)i=t[e],"text"!==i.type||n||r.test(i.content)&&(i.content=i.content.replace(/\+-/g,"±").replace(/\.{2,}/g,"…").replace(/([?!])…/g,"$1..").replace(/([?!]){4,}/g,"$1$1$1").replace(/,{2,}/g,",").replace(/(^|[^-])---([^-]|$)/gm,"$1—$2").replace(/(^|\s)--(\s|$)/gm,"$1–$2").replace(/(^|[^-\s])--([^-\s]|$)/gm,"$1–$2")),"link_open"===i.type&&"auto"===i.info&&n--,"link_close"===i.type&&"auto"===i.info&&n++}var r=/\+-|\.\.|\?\?\?\?|!!!!|,,|--/,c=/\((c|tm|r|p)\)/i,o=/\((c|tm|r|p)\)/gi,a={c:"©",r:"®",p:"§",tm:"™"};t.exports=function(t){var e;if(t.md.options.typographer)for(e=t.tokens.length-1;e>=0;e--)"inline"===t.tokens[e].type&&(c.test(t.tokens[e].content)&&n(t.tokens[e].children),r.test(t.tokens[e].content)&&s(t.tokens[e].children))}},function(t,e,i){"use strict";function n(t,e,i){return t.substr(0,e)+i+t.substr(e+1)}function s(t,e){var i,s,a,d,p,_,h,f,v,g,m,y,w,b,x,k,D,I,q,C,A;for(q=[],i=0;i<t.length;i++){for(s=t[i],h=t[i].level,D=q.length-1;D>=0&&!(q[D].level<=h);D--);if(q.length=D+1,"text"===s.type){a=s.content,p=0,_=a.length;t:for(;p<_&&(u.lastIndex=p,d=u.exec(a));){if(x=k=!0,p=d.index+1,I="'"===d[0],v=32,d.index-1>=0)v=a.charCodeAt(d.index-1);else for(D=i-1;D>=0;D--)if("text"===t[D].type){v=t[D].content.charCodeAt(t[D].content.length-1);break}if(g=32,p<_)g=a.charCodeAt(p);else for(D=i+1;D<t.length;D++)if("text"===t[D].type){g=t[D].content.charCodeAt(0);break}if(m=o(v)||c(String.fromCharCode(v)),y=o(g)||c(String.fromCharCode(g)),w=r(v),b=r(g),b?x=!1:y&&(w||m||(x=!1)),w?k=!1:m&&(b||y||(k=!1)),34===g&&'"'===d[0]&&v>=48&&v<=57&&(k=x=!1),x&&k&&(x=!1,k=y),x||k){if(k)for(D=q.length-1;D>=0&&(f=q[D],!(q[D].level<h));D--)if(f.single===I&&q[D].level===h){f=q[D],I?(C=e.md.options.quotes[2],A=e.md.options.quotes[3]):(C=e.md.options.quotes[0],A=e.md.options.quotes[1]),s.content=n(s.content,d.index,A),t[f.token].content=n(t[f.token].content,f.pos,C),p+=A.length-1,f.token===i&&(p+=C.length-1),a=s.content,_=a.length,q.length=D;continue t}x?q.push({token:i,pos:d.index,single:I,level:h}):k&&I&&(s.content=n(s.content,d.index,l))}else I&&(s.content=n(s.content,d.index,l))}}}}var r=i(2).isWhiteSpace,c=i(2).isPunctChar,o=i(2).isMdAsciiPunct,a=/['"]/,u=/['"]/g,l="’";t.exports=function(t){var e;if(t.md.options.typographer)for(e=t.tokens.length-1;e>=0;e--)"inline"===t.tokens[e].type&&a.test(t.tokens[e].content)&&s(t.tokens[e].children,t)}},function(t,e,i){"use strict";function n(t,e,i){this.src=t,this.env=i,this.tokens=[],this.inlineMode=!1,this.md=e}var s=i(17);n.prototype.Token=s,t.exports=n},function(t,e){"use strict";var i=/^<([a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)>/,n=/^<([a-zA-Z][a-zA-Z0-9+.\-]{1,31}):([^<>\x00-\x20]*)>/;t.exports=function(t,e){var s,r,c,o,a,u,l=t.pos;return 60===t.src.charCodeAt(l)&&(s=t.src.slice(l),!(s.indexOf(">")<0)&&(n.test(s)?(r=s.match(n),o=r[0].slice(1,-1),a=t.md.normalizeLink(o),!!t.md.validateLink(a)&&(e||(u=t.push("link_open","a",1),u.attrs=[["href",a]],u.markup="autolink",u.info="auto",u=t.push("text","",0),u.content=t.md.normalizeLinkText(o),u=t.push("link_close","a",-1),u.markup="autolink",u.info="auto"),t.pos+=r[0].length,!0)):!!i.test(s)&&(c=s.match(i),o=c[0].slice(1,-1),a=t.md.normalizeLink("mailto:"+o),!!t.md.validateLink(a)&&(e||(u=t.push("link_open","a",1),u.attrs=[["href",a]],u.markup="autolink",u.info="auto",u=t.push("text","",0),u.content=t.md.normalizeLinkText(o),u=t.push("link_close","a",-1),u.markup="autolink",u.info="auto"),t.pos+=c[0].length,!0))))}},function(t,e){"use strict";t.exports=function(t,e){var i,n,s,r,c,o,a=t.pos,u=t.src.charCodeAt(a);if(96!==u)return!1;for(i=a,a++,n=t.posMax;a<n&&96===t.src.charCodeAt(a);)a++;for(s=t.src.slice(i,a),r=c=a;(r=t.src.indexOf("`",c))!==-1;){for(c=r+1;c<n&&96===t.src.charCodeAt(c);)c++;if(c-r===s.length)return e||(o=t.push("code_inline","code",0),o.markup=s,o.content=t.src.slice(a,r).replace(/[ \n]+/g," ").trim()),t.pos=c,!0}return e||(t.pending+=s),t.pos+=s.length,!0}},function(t,e){"use strict";t.exports=function(t){var e,i,n,s,r=t.delimiters,c=t.delimiters.length;for(e=0;e<c;e++)if(n=r[e],n.close)for(i=e-n.jump-1;i>=0;){if(s=r[i],s.open&&s.marker===n.marker&&s.end<0&&s.level===n.level){var o=(s.close||n.open)&&"undefined"!=typeof s.length&&"undefined"!=typeof n.length&&(s.length+n.length)%3===0;if(!o){n.jump=e-i,n.open=!1,s.end=e,s.jump=0;break}}i-=s.jump+1}}},function(t,e,i){"use strict";var n=i(30),s=i(2).has,r=i(2).isValidEntityCode,c=i(2).fromCodePoint,o=/^&#((?:x[a-f0-9]{1,8}|[0-9]{1,8}));/i,a=/^&([a-z][a-z0-9]{1,31});/i;t.exports=function(t,e){var i,u,l,d=t.pos,p=t.posMax;if(38!==t.src.charCodeAt(d))return!1;if(d+1<p)if(i=t.src.charCodeAt(d+1),35===i){if(l=t.src.slice(d).match(o))return e||(u="x"===l[1][0].toLowerCase()?parseInt(l[1].slice(1),16):parseInt(l[1],10),t.pending+=c(r(u)?u:65533)),t.pos+=l[0].length,!0}else if(l=t.src.slice(d).match(a),l&&s(n,l[1]))return e||(t.pending+=n[l[1]]),t.pos+=l[0].length,!0;return e||(t.pending+="&"),t.pos++,!0}},function(t,e,i){"use strict";for(var n=i(2).isSpace,s=[],r=0;r<256;r++)s.push(0);"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach(function(t){s[t.charCodeAt(0)]=1}),t.exports=function(t,e){var i,r=t.pos,c=t.posMax;if(92!==t.src.charCodeAt(r))return!1;if(r++,r<c){if(i=t.src.charCodeAt(r),i<256&&0!==s[i])return e||(t.pending+=t.src[r]),t.pos+=2,!0;if(10===i){for(e||t.push("hardbreak","br",0),r++;r<c&&(i=t.src.charCodeAt(r),n(i));)r++;return t.pos=r,!0}}return e||(t.pending+="\\"),t.pos++,!0}},function(t,e,i){"use strict";function n(t){var e=32|t;return e>=97&&e<=122}var s=i(31).HTML_TAG_RE;t.exports=function(t,e){var i,r,c,o,a=t.pos;return!!t.md.options.html&&(c=t.posMax,!(60!==t.src.charCodeAt(a)||a+2>=c)&&(i=t.src.charCodeAt(a+1),!(33!==i&&63!==i&&47!==i&&!n(i))&&(!!(r=t.src.slice(a).match(s))&&(e||(o=t.push("html_inline","",0),o.content=t.src.slice(a,a+r[0].length)),t.pos+=r[0].length,!0))))}},function(t,e,i){"use strict";var n=i(2).normalizeReference,s=i(2).isSpace;t.exports=function(t,e){var i,r,c,o,a,u,l,d,p,_,h,f,v,g="",m=t.pos,y=t.posMax;if(33!==t.src.charCodeAt(t.pos))return!1;if(91!==t.src.charCodeAt(t.pos+1))return!1;if(u=t.pos+2,a=t.md.helpers.parseLinkLabel(t,t.pos+1,!1),a<0)return!1;if(l=a+1,l<y&&40===t.src.charCodeAt(l)){for(l++;l<y&&(r=t.src.charCodeAt(l),s(r)||10===r);l++);if(l>=y)return!1;for(v=l,p=t.md.helpers.parseLinkDestination(t.src,l,t.posMax),p.ok&&(g=t.md.normalizeLink(p.str),t.md.validateLink(g)?l=p.pos:g=""),v=l;l<y&&(r=t.src.charCodeAt(l),s(r)||10===r);l++);if(p=t.md.helpers.parseLinkTitle(t.src,l,t.posMax),l<y&&v!==l&&p.ok)for(_=p.str,l=p.pos;l<y&&(r=t.src.charCodeAt(l),s(r)||10===r);l++);else _="";if(l>=y||41!==t.src.charCodeAt(l))return t.pos=m,!1;l++}else{if("undefined"==typeof t.env.references)return!1;if(l<y&&91===t.src.charCodeAt(l)?(v=l+1,l=t.md.helpers.parseLinkLabel(t,l),l>=0?o=t.src.slice(v,l++):l=a+1):l=a+1,o||(o=t.src.slice(u,a)),d=t.env.references[n(o)],!d)return t.pos=m,!1;g=d.href,_=d.title}return e||(c=t.src.slice(u,a),t.md.inline.parse(c,t.md,t.env,f=[]),h=t.push("image","img",0),h.attrs=i=[["src",g],["alt",""]],h.children=f,h.content=c,_&&i.push(["title",_])),t.pos=l,t.posMax=y,!0}},function(t,e,i){"use strict";var n=i(2).normalizeReference,s=i(2).isSpace;t.exports=function(t,e){var i,r,c,o,a,u,l,d,p,_,h="",f=t.pos,v=t.posMax,g=t.pos,m=!0;if(91!==t.src.charCodeAt(t.pos))return!1;if(a=t.pos+1,o=t.md.helpers.parseLinkLabel(t,t.pos,!0),o<0)return!1;if(u=o+1,u<v&&40===t.src.charCodeAt(u)){for(m=!1,u++;u<v&&(r=t.src.charCodeAt(u),s(r)||10===r);u++);if(u>=v)return!1;for(g=u,l=t.md.helpers.parseLinkDestination(t.src,u,t.posMax),l.ok&&(h=t.md.normalizeLink(l.str),t.md.validateLink(h)?u=l.pos:h=""),g=u;u<v&&(r=t.src.charCodeAt(u),s(r)||10===r);u++);if(l=t.md.helpers.parseLinkTitle(t.src,u,t.posMax),u<v&&g!==u&&l.ok)for(p=l.str,u=l.pos;u<v&&(r=t.src.charCodeAt(u),s(r)||10===r);u++);else p="";(u>=v||41!==t.src.charCodeAt(u))&&(m=!0),u++}if(m){if("undefined"==typeof t.env.references)return!1;if(u<v&&91===t.src.charCodeAt(u)?(g=u+1,u=t.md.helpers.parseLinkLabel(t,u),u>=0?c=t.src.slice(g,u++):u=o+1):u=o+1,c||(c=t.src.slice(a,o)),d=t.env.references[n(c)],!d)return t.pos=f,!1;h=d.href,p=d.title}return e||(t.pos=a,t.posMax=o,_=t.push("link_open","a",1),_.attrs=i=[["href",h]],p&&i.push(["title",p]),t.md.inline.tokenize(t),_=t.push("link_close","a",-1)),t.pos=u,t.posMax=v,!0}},function(t,e,i){"use strict";var n=i(2).isSpace;t.exports=function(t,e){var i,s,r=t.pos;if(10!==t.src.charCodeAt(r))return!1;for(i=t.pending.length-1,s=t.posMax,e||(i>=0&&32===t.pending.charCodeAt(i)?i>=1&&32===t.pending.charCodeAt(i-1)?(t.pending=t.pending.replace(/ +$/,""),t.push("hardbreak","br",0)):(t.pending=t.pending.slice(0,-1),t.push("softbreak","br",0)):t.push("softbreak","br",0)),r++;r<s&&n(t.src.charCodeAt(r));)r++;return t.pos=r,!0}},function(t,e,i){"use strict";function n(t,e,i,n){this.src=t,this.env=i,this.md=e,this.tokens=n,this.pos=0,this.posMax=this.src.length,this.level=0,this.pending="",this.pendingLevel=0,this.cache={},this.delimiters=[]}var s=i(17),r=i(2).isWhiteSpace,c=i(2).isPunctChar,o=i(2).isMdAsciiPunct;n.prototype.pushPending=function(){var t=new s("text","",0);return t.content=this.pending,t.level=this.pendingLevel,this.tokens.push(t),this.pending="",t},n.prototype.push=function(t,e,i){this.pending&&this.pushPending();var n=new s(t,e,i);return i<0&&this.level--,n.level=this.level,i>0&&this.level++,this.pendingLevel=this.level,this.tokens.push(n),n},n.prototype.scanDelims=function(t,e){var i,n,s,a,u,l,d,p,_,h=t,f=!0,v=!0,g=this.posMax,m=this.src.charCodeAt(t);for(i=t>0?this.src.charCodeAt(t-1):32;h<g&&this.src.charCodeAt(h)===m;)h++;return s=h-t,n=h<g?this.src.charCodeAt(h):32,d=o(i)||c(String.fromCharCode(i)),_=o(n)||c(String.fromCharCode(n)),l=r(i),p=r(n),p?f=!1:_&&(l||d||(f=!1)),l?v=!1:d&&(p||_||(v=!1)),e?(a=f,u=v):(a=f&&(!v||d),u=v&&(!f||_)),{can_open:a,can_close:u,length:s}},n.prototype.Token=s,t.exports=n},function(t,e){"use strict";function i(t){switch(t){case 10:case 33:case 35:case 36:case 37:case 38:case 42:case 43:case 45:case 58:case 60:case 61:case 62:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 125:case 126:return!0;default:return!1}}t.exports=function(t,e){for(var n=t.pos;n<t.posMax&&!i(t.src.charCodeAt(n));)n++;return n!==t.pos&&(e||(t.pending+=t.src.slice(t.pos,n)),t.pos=n,!0)}},function(t,e){"use strict";t.exports=function(t){var e,i,n=0,s=t.tokens,r=t.tokens.length;for(e=i=0;e<r;e++)n+=s[e].nesting,s[e].level=n,"text"===s[e].type&&e+1<r&&"text"===s[e+1].type?s[e+1].content=s[e].content+s[e+1].content:(e!==i&&(s[i]=s[e]),i++);e!==i&&(s.length=i)}},function(t,e){"use strict";function i(t){var e,i,n=s[t];if(n)return n;for(n=s[t]=[],e=0;e<128;e++)i=String.fromCharCode(e),n.push(i);for(e=0;e<t.length;e++)i=t.charCodeAt(e),n[i]="%"+("0"+i.toString(16).toUpperCase()).slice(-2);return n}function n(t,e){var s;return"string"!=typeof e&&(e=n.defaultChars),s=i(e),t.replace(/(%[a-f0-9]{2})+/gi,function(t){var e,i,n,r,c,o,a,u="";for(e=0,i=t.length;e<i;e+=3)n=parseInt(t.slice(e+1,e+3),16),n<128?u+=s[n]:192===(224&n)&&e+3<i&&(r=parseInt(t.slice(e+4,e+6),16),128===(192&r))?(a=n<<6&1984|63&r,u+=a<128?"��":String.fromCharCode(a),e+=3):224===(240&n)&&e+6<i&&(r=parseInt(t.slice(e+4,e+6),16),c=parseInt(t.slice(e+7,e+9),16),128===(192&r)&&128===(192&c))?(a=n<<12&61440|r<<6&4032|63&c,u+=a<2048||a>=55296&&a<=57343?"���":String.fromCharCode(a),e+=6):240===(248&n)&&e+9<i&&(r=parseInt(t.slice(e+4,e+6),16),c=parseInt(t.slice(e+7,e+9),16),o=parseInt(t.slice(e+10,e+12),16),128===(192&r)&&128===(192&c)&&128===(192&o))?(a=n<<18&1835008|r<<12&258048|c<<6&4032|63&o,a<65536||a>1114111?u+="����":(a-=65536,u+=String.fromCharCode(55296+(a>>10),56320+(1023&a))),e+=9):u+="�";return u})}var s={};n.defaultChars=";/?:@&=+$,#",n.componentChars="",t.exports=n},function(t,e){"use strict";function i(t){var e,i,n=s[t];if(n)return n;for(n=s[t]=[],e=0;e<128;e++)i=String.fromCharCode(e),/^[0-9a-z]$/i.test(i)?n.push(i):n.push("%"+("0"+e.toString(16).toUpperCase()).slice(-2));for(e=0;e<t.length;e++)n[t.charCodeAt(e)]=t[e];return n}function n(t,e,s){var r,c,o,a,u,l="";for("string"!=typeof e&&(s=e,e=n.defaultChars),"undefined"==typeof s&&(s=!0),u=i(e),r=0,c=t.length;r<c;r++)if(o=t.charCodeAt(r),s&&37===o&&r+2<c&&/^[0-9a-f]{2}$/i.test(t.slice(r+1,r+3)))l+=t.slice(r,r+3),r+=2;else if(o<128)l+=u[o];else if(o>=55296&&o<=57343){if(o>=55296&&o<=56319&&r+1<c&&(a=t.charCodeAt(r+1),a>=56320&&a<=57343)){l+=encodeURIComponent(t[r]+t[r+1]),r++;continue}l+="%EF%BF%BD"}else l+=encodeURIComponent(t[r]);return l}var s={};n.defaultChars=";/?:@&=+$,-_.!~*'()#",n.componentChars="-_.!~*'()",t.exports=n},function(t,e){"use strict";t.exports=function(t){var e="";return e+=t.protocol||"",e+=t.slashes?"//":"",e+=t.auth?t.auth+"@":"",e+=t.hostname&&t.hostname.indexOf(":")!==-1?"["+t.hostname+"]":t.hostname||"",e+=t.port?":"+t.port:"",e+=t.pathname||"",e+=t.search||"",e+=t.hash||""}},function(t,e){"use strict";function i(){this.protocol=null,this.slashes=null,this.auth=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.pathname=null}function n(t,e){if(t&&t instanceof i)return t;var n=new i;return n.parse(t,e),n}var s=/^([a-z0-9.+-]+:)/i,r=/:[0-9]*$/,c=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,o=["<",">",'"',"`"," ","\r","\n","\t"],a=["{","}","|","\\","^","`"].concat(o),u=["'"].concat(a),l=["%","/","?",";","#"].concat(u),d=["/","?","#"],p=255,_=/^[+a-z0-9A-Z_-]{0,63}$/,h=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,f={javascript:!0,"javascript:":!0},v={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0};i.prototype.parse=function(t,e){var i,n,r,o,a,u=t;if(u=u.trim(),!e&&1===t.split("#").length){var g=c.exec(u);if(g)return this.pathname=g[1],g[2]&&(this.search=g[2]),this}var m=s.exec(u);if(m&&(m=m[0],r=m.toLowerCase(),this.protocol=m,u=u.substr(m.length)),(e||m||u.match(/^\/\/[^@\/]+@[^@\/]+/))&&(a="//"===u.substr(0,2),
!a||m&&f[m]||(u=u.substr(2),this.slashes=!0)),!f[m]&&(a||m&&!v[m])){var y=-1;for(i=0;i<d.length;i++)o=u.indexOf(d[i]),o!==-1&&(y===-1||o<y)&&(y=o);var w,b;for(b=y===-1?u.lastIndexOf("@"):u.lastIndexOf("@",y),b!==-1&&(w=u.slice(0,b),u=u.slice(b+1),this.auth=w),y=-1,i=0;i<l.length;i++)o=u.indexOf(l[i]),o!==-1&&(y===-1||o<y)&&(y=o);y===-1&&(y=u.length),":"===u[y-1]&&y--;var x=u.slice(0,y);u=u.slice(y),this.parseHost(x),this.hostname=this.hostname||"";var k="["===this.hostname[0]&&"]"===this.hostname[this.hostname.length-1];if(!k){var D=this.hostname.split(/\./);for(i=0,n=D.length;i<n;i++){var I=D[i];if(I&&!I.match(_)){for(var q="",C=0,A=I.length;C<A;C++)q+=I.charCodeAt(C)>127?"x":I[C];if(!q.match(_)){var T=D.slice(0,i),E=D.slice(i+1),S=I.match(h);S&&(T.push(S[1]),E.unshift(S[2])),E.length&&(u=E.join(".")+u),this.hostname=T.join(".");break}}}}this.hostname.length>p&&(this.hostname=""),k&&(this.hostname=this.hostname.substr(1,this.hostname.length-2))}var B=u.indexOf("#");B!==-1&&(this.hash=u.substr(B),u=u.slice(0,B));var N=u.indexOf("?");return N!==-1&&(this.search=u.substr(N),u=u.slice(0,N)),u&&(this.pathname=u),v[r]&&this.hostname&&!this.pathname&&(this.pathname=""),this},i.prototype.parseHost=function(t){var e=r.exec(t);e&&(e=e[0],":"!==e&&(this.port=e.substr(1)),t=t.substr(0,t.length-e.length)),t&&(this.hostname=t)},t.exports=n},function(t,e){function i(){throw new Error("setTimeout has not been defined")}function n(){throw new Error("clearTimeout has not been defined")}function s(t){if(l===setTimeout)return setTimeout(t,0);if((l===i||!l)&&setTimeout)return l=setTimeout,setTimeout(t,0);try{return l(t,0)}catch(e){try{return l.call(null,t,0)}catch(e){return l.call(this,t,0)}}}function r(t){if(d===clearTimeout)return clearTimeout(t);if((d===n||!d)&&clearTimeout)return d=clearTimeout,clearTimeout(t);try{return d(t)}catch(e){try{return d.call(null,t)}catch(e){return d.call(this,t)}}}function c(){f&&_&&(f=!1,_.length?h=_.concat(h):v=-1,h.length&&o())}function o(){if(!f){var t=s(c);f=!0;for(var e=h.length;e;){for(_=h,h=[];++v<e;)_&&_[v].run();v=-1,e=h.length}_=null,f=!1,r(t)}}function a(t,e){this.fun=t,this.array=e}function u(){}var l,d,p=t.exports={};!function(){try{l="function"==typeof setTimeout?setTimeout:i}catch(t){l=i}try{d="function"==typeof clearTimeout?clearTimeout:n}catch(t){d=n}}();var _,h=[],f=!1,v=-1;p.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var i=1;i<arguments.length;i++)e[i-1]=arguments[i];h.push(new a(t,e)),1!==h.length||f||s(o)},a.prototype.run=function(){this.fun.apply(null,this.array)},p.title="browser",p.browser=!0,p.env={},p.argv=[],p.version="",p.versions={},p.on=u,p.addListener=u,p.once=u,p.off=u,p.removeListener=u,p.removeAllListeners=u,p.emit=u,p.prependListener=u,p.prependOnceListener=u,p.listeners=function(t){return[]},p.binding=function(t){throw new Error("process.binding is not supported")},p.cwd=function(){return"/"},p.chdir=function(t){throw new Error("process.chdir is not supported")},p.umask=function(){return 0}},function(t,e,i){var n;(function(t,s){!function(r){function c(t){throw new RangeError(B[t])}function o(t,e){for(var i=t.length,n=[];i--;)n[i]=e(t[i]);return n}function a(t,e){var i=t.split("@"),n="";i.length>1&&(n=i[0]+"@",t=i[1]),t=t.replace(S,".");var s=t.split("."),r=o(s,e).join(".");return n+r}function u(t){for(var e,i,n=[],s=0,r=t.length;s<r;)e=t.charCodeAt(s++),e>=55296&&e<=56319&&s<r?(i=t.charCodeAt(s++),56320==(64512&i)?n.push(((1023&e)<<10)+(1023&i)+65536):(n.push(e),s--)):n.push(e);return n}function l(t){return o(t,function(t){var e="";return t>65535&&(t-=65536,e+=z(t>>>10&1023|55296),t=56320|1023&t),e+=z(t)}).join("")}function d(t){return t-48<10?t-22:t-65<26?t-65:t-97<26?t-97:b}function p(t,e){return t+22+75*(t<26)-((0!=e)<<5)}function _(t,e,i){var n=0;for(t=i?R(t/I):t>>1,t+=R(t/e);t>N*k>>1;n+=b)t=R(t/N);return R(n+(N+1)*t/(t+D))}function h(t){var e,i,n,s,r,o,a,u,p,h,f=[],v=t.length,g=0,m=C,y=q;for(i=t.lastIndexOf(A),i<0&&(i=0),n=0;n<i;++n)t.charCodeAt(n)>=128&&c("not-basic"),f.push(t.charCodeAt(n));for(s=i>0?i+1:0;s<v;){for(r=g,o=1,a=b;s>=v&&c("invalid-input"),u=d(t.charCodeAt(s++)),(u>=b||u>R((w-g)/o))&&c("overflow"),g+=u*o,p=a<=y?x:a>=y+k?k:a-y,!(u<p);a+=b)h=b-p,o>R(w/h)&&c("overflow"),o*=h;e=f.length+1,y=_(g-r,e,0==r),R(g/e)>w-m&&c("overflow"),m+=R(g/e),g%=e,f.splice(g++,0,m)}return l(f)}function f(t){var e,i,n,s,r,o,a,l,d,h,f,v,g,m,y,D=[];for(t=u(t),v=t.length,e=C,i=0,r=q,o=0;o<v;++o)f=t[o],f<128&&D.push(z(f));for(n=s=D.length,s&&D.push(A);n<v;){for(a=w,o=0;o<v;++o)f=t[o],f>=e&&f<a&&(a=f);for(g=n+1,a-e>R((w-i)/g)&&c("overflow"),i+=(a-e)*g,e=a,o=0;o<v;++o)if(f=t[o],f<e&&++i>w&&c("overflow"),f==e){for(l=i,d=b;h=d<=r?x:d>=r+k?k:d-r,!(l<h);d+=b)y=l-h,m=b-h,D.push(z(p(h+y%m,0))),l=R(y/m);D.push(z(p(l,0))),r=_(i,g,n==s),i=0,++n}++i,++e}return D.join("")}function v(t){return a(t,function(t){return T.test(t)?h(t.slice(4).toLowerCase()):t})}function g(t){return a(t,function(t){return E.test(t)?"xn--"+f(t):t})}var m=("object"==typeof e&&e&&!e.nodeType&&e,"object"==typeof t&&t&&!t.nodeType&&t,"object"==typeof s&&s);m.global!==m&&m.window!==m&&m.self!==m||(r=m);var y,w=2147483647,b=36,x=1,k=26,D=38,I=700,q=72,C=128,A="-",T=/^xn--/,E=/[^\x20-\x7E]/,S=/[\x2E\u3002\uFF0E\uFF61]/g,B={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},N=b-x,R=Math.floor,z=String.fromCharCode;y={version:"1.4.1",ucs2:{decode:u,encode:l},decode:h,encode:f,toASCII:g,toUnicode:v},n=function(){return y}.call(e,i,e,t),!(void 0!==n&&(t.exports=n))}(this)}).call(e,i(129)(t),function(){return this}())},function(t,e){t.exports=/[\xAD\u0600-\u0605\u061C\u06DD\u070F\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB]|\uD804\uDCBD|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]/},function(t,e,i){"use strict";e.Any=i(37),e.Cc=i(35),e.Cf=i(126),e.P=i(18),e.Z=i(36)},function(t,e,i){var n;!function(){function s(t,e,i){return t.call.apply(t.bind,arguments)}function r(t,e,i){if(!t)throw Error();if(2<arguments.length){var n=Array.prototype.slice.call(arguments,2);return function(){var i=Array.prototype.slice.call(arguments);return Array.prototype.unshift.apply(i,n),t.apply(e,i)}}return function(){return t.apply(e,arguments)}}function c(t,e,i){return c=Function.prototype.bind&&-1!=Function.prototype.bind.toString().indexOf("native code")?s:r,c.apply(null,arguments)}function o(t,e){this.a=t,this.o=e||t,this.c=this.o.document}function a(t,e,i,n){if(e=t.c.createElement(e),i)for(var s in i)i.hasOwnProperty(s)&&("style"==s?e.style.cssText=i[s]:e.setAttribute(s,i[s]));return n&&e.appendChild(t.c.createTextNode(n)),e}function u(t,e,i){t=t.c.getElementsByTagName(e)[0],t||(t=document.documentElement),t.insertBefore(i,t.lastChild)}function l(t){t.parentNode&&t.parentNode.removeChild(t)}function d(t,e,i){e=e||[],i=i||[];for(var n=t.className.split(/\s+/),s=0;s<e.length;s+=1){for(var r=!1,c=0;c<n.length;c+=1)if(e[s]===n[c]){r=!0;break}r||n.push(e[s])}for(e=[],s=0;s<n.length;s+=1){for(r=!1,c=0;c<i.length;c+=1)if(n[s]===i[c]){r=!0;break}r||e.push(n[s])}t.className=e.join(" ").replace(/\s+/g," ").replace(/^\s+|\s+$/,"")}function p(t,e){for(var i=t.className.split(/\s+/),n=0,s=i.length;n<s;n++)if(i[n]==e)return!0;return!1}function _(t){return t.o.location.hostname||t.a.location.hostname}function h(t,e,i){function n(){o&&s&&r&&(o(c),o=null)}e=a(t,"link",{rel:"stylesheet",href:e,media:"all"});var s=!1,r=!0,c=null,o=i||null;rt?(e.onload=function(){s=!0,n()},e.onerror=function(){s=!0,c=Error("Stylesheet failed to load"),n()}):setTimeout(function(){s=!0,n()},0),u(t,"head",e)}function f(t,e,i,n){var s=t.c.getElementsByTagName("head")[0];if(s){var r=a(t,"script",{src:e}),c=!1;return r.onload=r.onreadystatechange=function(){c||this.readyState&&"loaded"!=this.readyState&&"complete"!=this.readyState||(c=!0,i&&i(null),r.onload=r.onreadystatechange=null,"HEAD"==r.parentNode.tagName&&s.removeChild(r))},s.appendChild(r),setTimeout(function(){c||(c=!0,i&&i(Error("Script load timeout")))},n||5e3),r}return null}function v(){this.a=0,this.c=null}function g(t){return t.a++,function(){t.a--,y(t)}}function m(t,e){t.c=e,y(t)}function y(t){0==t.a&&t.c&&(t.c(),t.c=null)}function w(t){this.a=t||"-"}function b(t,e){this.c=t,this.f=4,this.a="n";var i=(e||"n4").match(/^([nio])([1-9])$/i);i&&(this.a=i[1],this.f=parseInt(i[2],10))}function x(t){return I(t)+" "+(t.f+"00")+" 300px "+k(t.c)}function k(t){var e=[];t=t.split(/,\s*/);for(var i=0;i<t.length;i++){var n=t[i].replace(/['"]/g,"");-1!=n.indexOf(" ")||/^\d/.test(n)?e.push("'"+n+"'"):e.push(n)}return e.join(",")}function D(t){return t.a+t.f}function I(t){var e="normal";return"o"===t.a?e="oblique":"i"===t.a&&(e="italic"),e}function q(t){var e=4,i="n",n=null;return t&&((n=t.match(/(normal|oblique|italic)/i))&&n[1]&&(i=n[1].substr(0,1).toLowerCase()),(n=t.match(/([1-9]00|normal|bold)/i))&&n[1]&&(/bold/i.test(n[1])?e=7:/[1-9]00/.test(n[1])&&(e=parseInt(n[1].substr(0,1),10)))),i+e}function C(t,e){this.c=t,this.f=t.o.document.documentElement,this.h=e,this.a=new w("-"),this.j=!1!==e.events,this.g=!1!==e.classes}function A(t){t.g&&d(t.f,[t.a.c("wf","loading")]),E(t,"loading")}function T(t){if(t.g){var e=p(t.f,t.a.c("wf","active")),i=[],n=[t.a.c("wf","loading")];e||i.push(t.a.c("wf","inactive")),d(t.f,i,n)}E(t,"inactive")}function E(t,e,i){t.j&&t.h[e]&&(i?t.h[e](i.c,D(i)):t.h[e]())}function S(){this.c={}}function B(t,e,i){var n,s=[];for(n in e)if(e.hasOwnProperty(n)){var r=t.c[n];r&&s.push(r(e[n],i))}return s}function N(t,e){this.c=t,this.f=e,this.a=a(this.c,"span",{"aria-hidden":"true"},this.f)}function R(t){u(t.c,"body",t.a)}function z(t){return"display:block;position:absolute;top:-9999px;left:-9999px;font-size:300px;width:auto;height:auto;line-height:normal;margin:0;padding:0;font-variant:normal;white-space:nowrap;font-family:"+k(t.c)+";"+("font-style:"+I(t)+";font-weight:"+(t.f+"00")+";")}function F(t,e,i,n,s,r){this.g=t,this.j=e,this.a=n,this.c=i,this.f=s||3e3,this.h=r||void 0}function P(t,e,i,n,s,r,c){this.v=t,this.B=e,this.c=i,this.a=n,this.s=c||"BESbswy",this.f={},this.w=s||3e3,this.u=r||null,this.m=this.j=this.h=this.g=null,this.g=new N(this.c,this.s),this.h=new N(this.c,this.s),this.j=new N(this.c,this.s),this.m=new N(this.c,this.s),t=new b(this.a.c+",serif",D(this.a)),t=z(t),this.g.a.style.cssText=t,t=new b(this.a.c+",sans-serif",D(this.a)),t=z(t),this.h.a.style.cssText=t,t=new b("serif",D(this.a)),t=z(t),this.j.a.style.cssText=t,t=new b("sans-serif",D(this.a)),t=z(t),this.m.a.style.cssText=t,R(this.g),R(this.h),R(this.j),R(this.m)}function L(){if(null===ot){var t=/AppleWebKit\/([0-9]+)(?:\.([0-9]+))/.exec(window.navigator.userAgent);ot=!!t&&(536>parseInt(t[1],10)||536===parseInt(t[1],10)&&11>=parseInt(t[2],10))}return ot}function j(t,e,i){for(var n in ct)if(ct.hasOwnProperty(n)&&e===t.f[ct[n]]&&i===t.f[ct[n]])return!0;return!1}function M(t){var e,i=t.g.a.offsetWidth,n=t.h.a.offsetWidth;(e=i===t.f.serif&&n===t.f["sans-serif"])||(e=L()&&j(t,i,n)),e?st()-t.A>=t.w?L()&&j(t,i,n)&&(null===t.u||t.u.hasOwnProperty(t.a.c))?H(t,t.v):H(t,t.B):O(t):H(t,t.v)}function O(t){setTimeout(c(function(){M(this)},t),50)}function H(t,e){setTimeout(c(function(){l(this.g.a),l(this.h.a),l(this.j.a),l(this.m.a),e(this.a)},t),0)}function U(t,e,i){this.c=t,this.a=e,this.f=0,this.m=this.j=!1,this.s=i}function $(t){0==--t.f&&t.j&&(t.m?(t=t.a,t.g&&d(t.f,[t.a.c("wf","active")],[t.a.c("wf","loading"),t.a.c("wf","inactive")]),E(t,"active")):T(t.a))}function W(t){this.j=t,this.a=new S,this.h=0,this.f=this.g=!0}function V(t,e,i,n,s){var r=0==--t.h;(t.f||t.g)&&setTimeout(function(){var t=s||null,o=n||null||{};if(0===i.length&&r)T(e.a);else{e.f+=i.length,r&&(e.j=r);var a,u=[];for(a=0;a<i.length;a++){var l=i[a],p=o[l.c],_=e.a,h=l;if(_.g&&d(_.f,[_.a.c("wf",h.c,D(h).toString(),"loading")]),E(_,"fontloading",h),_=null,null===at)if(window.FontFace){var h=/Gecko.*Firefox\/(\d+)/.exec(window.navigator.userAgent),f=/OS X.*Version\/10\..*Safari/.exec(window.navigator.userAgent)&&/Apple/.exec(window.navigator.vendor);at=h?42<parseInt(h[1],10):!f}else at=!1;_=at?new F(c(e.g,e),c(e.h,e),e.c,l,e.s,p):new P(c(e.g,e),c(e.h,e),e.c,l,e.s,t,p),u.push(_)}for(a=0;a<u.length;a++)u[a].start()}},0)}function G(t,e,i){var n=[],s=i.timeout;A(e);var n=B(t.a,i,t.c),r=new U(t.c,e,s);for(t.h=n.length,e=0,i=n.length;e<i;e++)n[e].load(function(e,i,n){V(t,r,e,i,n)})}function Y(t,e){this.c=t,this.a=e}function Q(t,e){this.c=t,this.a=e}function Z(t,e){t?this.c=t:this.c=ut,this.a=[],this.f=[],this.g=e||""}function X(t,e){for(var i=e.length,n=0;n<i;n++){var s=e[n].split(":");3==s.length&&t.f.push(s.pop());var r="";2==s.length&&""!=s[1]&&(r=":"),t.a.push(s.join(r))}}function J(t){if(0==t.a.length)throw Error("No fonts to load!");if(-1!=t.c.indexOf("kit="))return t.c;for(var e=t.a.length,i=[],n=0;n<e;n++)i.push(t.a[n].replace(/ /g,"+"));return e=t.c+"?family="+i.join("%7C"),0<t.f.length&&(e+="&subset="+t.f.join(",")),0<t.g.length&&(e+="&text="+encodeURIComponent(t.g)),e}function K(t){this.f=t,this.a=[],this.c={}}function tt(t){for(var e=t.f.length,i=0;i<e;i++){var n=t.f[i].split(":"),s=n[0].replace(/\+/g," "),r=["n4"];if(2<=n.length){var c,o=n[1];if(c=[],o)for(var o=o.split(","),a=o.length,u=0;u<a;u++){var l;if(l=o[u],l.match(/^[\w-]+$/)){var d=_t.exec(l.toLowerCase());if(null==d)l="";else{if(l=d[2],l=null==l||""==l?"n":pt[l],d=d[1],null==d||""==d)d="4";else var p=dt[d],d=p?p:isNaN(d)?"4":d.substr(0,1);l=[l,d].join("")}}else l="";l&&c.push(l)}0<c.length&&(r=c),3==n.length&&(n=n[2],c=[],n=n?n.split(","):c,0<n.length&&(n=lt[n[0]])&&(t.c[s]=n))}for(t.c[s]||(n=lt[s])&&(t.c[s]=n),n=0;n<r.length;n+=1)t.a.push(new b(s,r[n]))}}function et(t,e){this.c=t,this.a=e}function it(t,e){this.c=t,this.a=e}function nt(t,e){this.c=t,this.f=e,this.a=[]}var st=Date.now||function(){return+new Date},rt=!!window.FontFace;w.prototype.c=function(t){for(var e=[],i=0;i<arguments.length;i++)e.push(arguments[i].replace(/[\W_]+/g,"").toLowerCase());return e.join(this.a)},F.prototype.start=function(){var t=this.c.o.document,e=this,i=st(),n=new Promise(function(n,s){function r(){st()-i>=e.f?s():t.fonts.load(x(e.a),e.h).then(function(t){1<=t.length?n():setTimeout(r,25)},function(){s()})}r()}),s=null,r=new Promise(function(t,i){s=setTimeout(i,e.f)});Promise.race([r,n]).then(function(){s&&(clearTimeout(s),s=null),e.g(e.a)},function(){e.j(e.a)})};var ct={D:"serif",C:"sans-serif"},ot=null;P.prototype.start=function(){this.f.serif=this.j.a.offsetWidth,this.f["sans-serif"]=this.m.a.offsetWidth,this.A=st(),M(this)};var at=null;U.prototype.g=function(t){var e=this.a;e.g&&d(e.f,[e.a.c("wf",t.c,D(t).toString(),"active")],[e.a.c("wf",t.c,D(t).toString(),"loading"),e.a.c("wf",t.c,D(t).toString(),"inactive")]),E(e,"fontactive",t),this.m=!0,$(this)},U.prototype.h=function(t){var e=this.a;if(e.g){var i=p(e.f,e.a.c("wf",t.c,D(t).toString(),"active")),n=[],s=[e.a.c("wf",t.c,D(t).toString(),"loading")];i||n.push(e.a.c("wf",t.c,D(t).toString(),"inactive")),d(e.f,n,s)}E(e,"fontinactive",t),$(this)},W.prototype.load=function(t){this.c=new o(this.j,t.context||this.j),this.g=!1!==t.events,this.f=!1!==t.classes,G(this,new C(this.c,t),t)},Y.prototype.load=function(t){function e(){if(r["__mti_fntLst"+n]){var i,s=r["__mti_fntLst"+n](),c=[];if(s)for(var o=0;o<s.length;o++){var a=s[o].fontfamily;void 0!=s[o].fontStyle&&void 0!=s[o].fontWeight?(i=s[o].fontStyle+s[o].fontWeight,c.push(new b(a,i))):c.push(new b(a))}t(c)}else setTimeout(function(){e()},50)}var i=this,n=i.a.projectId,s=i.a.version;if(n){var r=i.c.o;f(this.c,(i.a.api||"https://fast.fonts.net/jsapi")+"/"+n+".js"+(s?"?v="+s:""),function(s){s?t([]):(r["__MonotypeConfiguration__"+n]=function(){return i.a},e())}).id="__MonotypeAPIScript__"+n}else t([])},Q.prototype.load=function(t){var e,i,n=this.a.urls||[],s=this.a.families||[],r=this.a.testStrings||{},c=new v;for(e=0,i=n.length;e<i;e++)h(this.c,n[e],g(c));var o=[];for(e=0,i=s.length;e<i;e++)if(n=s[e].split(":"),n[1])for(var a=n[1].split(","),u=0;u<a.length;u+=1)o.push(new b(n[0],a[u]));else o.push(new b(n[0]));m(c,function(){t(o,r)})};var ut="https://fonts.googleapis.com/css",lt={latin:"BESbswy","latin-ext":"çöüğş",cyrillic:"йяЖ",greek:"αβΣ",khmer:"កខគ",Hanuman:"កខគ"},dt={thin:"1",extralight:"2","extra-light":"2",ultralight:"2","ultra-light":"2",light:"3",regular:"4",book:"4",medium:"5","semi-bold":"6",semibold:"6","demi-bold":"6",demibold:"6",bold:"7","extra-bold":"8",extrabold:"8","ultra-bold":"8",ultrabold:"8",black:"9",heavy:"9",l:"3",r:"4",b:"7"},pt={i:"i",italic:"i",n:"n",normal:"n"},_t=/^(thin|(?:(?:extra|ultra)-?)?light|regular|book|medium|(?:(?:semi|demi|extra|ultra)-?)?bold|black|heavy|l|r|b|[1-9]00)?(n|i|normal|italic)?$/,ht={Arimo:!0,Cousine:!0,Tinos:!0};et.prototype.load=function(t){var e=new v,i=this.c,n=new Z(this.a.api,this.a.text),s=this.a.families;X(n,s);var r=new K(s);tt(r),h(i,J(n),g(e)),m(e,function(){t(r.a,r.c,ht)})},it.prototype.load=function(t){var e=this.a.id,i=this.c.o;e?f(this.c,(this.a.api||"https://use.typekit.net")+"/"+e+".js",function(e){if(e)t([]);else if(i.Typekit&&i.Typekit.config&&i.Typekit.config.fn){e=i.Typekit.config.fn;for(var n=[],s=0;s<e.length;s+=2)for(var r=e[s],c=e[s+1],o=0;o<c.length;o++)n.push(new b(r,c[o]));try{i.Typekit.load({events:!1,classes:!1,async:!0})}catch(t){}t(n)}},2e3):t([])},nt.prototype.load=function(t){var e=this.f.id,i=this.c.o,n=this;e?(i.__webfontfontdeckmodule__||(i.__webfontfontdeckmodule__={}),i.__webfontfontdeckmodule__[e]=function(e,i){for(var s=0,r=i.fonts.length;s<r;++s){var c=i.fonts[s];n.a.push(new b(c.name,q("font-weight:"+c.weight+";font-style:"+c.style)))}t(n.a)},f(this.c,(this.f.api||"https://f.fontdeck.com/s/css/js/")+_(this.c)+"/"+e+".js",function(e){e&&t([])})):t([])};var ft=new W(window);ft.a.c.custom=function(t,e){return new Q(e,t)},ft.a.c.fontdeck=function(t,e){return new nt(e,t)},ft.a.c.monotype=function(t,e){return new Y(e,t)},ft.a.c.typekit=function(t,e){return new it(e,t)},ft.a.c.google=function(t,e){return new et(e,t)};var vt={load:c(ft.load,ft)};n=function(){return vt}.call(e,i,e,t),!(void 0!==n&&(t.exports=n))}()},function(t,e){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children=[],t.webpackPolyfill=1),t}},function(t,e,i){var n,s;n=[i(3),i(19),i(71),i(128),i(39),i(10),i(42),i(43)],s=function(t,e,n,s,r,c,o,a){"use strict";function u(e){var i=t.Deferred();return setTimeout(function(){i.resolve()},e),i.promise()}function l(e){function i(){t(this).off("transitionend.promiseTransitionEnd"),n.resolve(e)}var n=t.Deferred(),s=parseFloat(e.css("transitionDuration"))||0;return 0==s?n.resolve():(e.on("transitionend.promiseTransitionEnd",function(t){t.target==this&&i()}),setTimeout(i,1e3*s+50)),n}function d(e){return D.then(function(){function i(){e(r)&&(r.off("resize scroll",i),clearInterval(n),s.resolve())}var n,s=t.Deferred(),r=t(window);return r.on("resize scroll",i),n=setInterval(i,5e3),i(),s.promise()})}function p(t,e){t.attr("data-civsci-widget-natures",e.join(" "))}function _(t,e){return t.attr("data-civsci-widget-disabled",!e||null),t}function h(t){return _(t,!0)}function f(t){return _(t,!1)}function v(e,i){function n(){i.find("[data-civsci-widget-option]").each(function(i,n){var s=t(n),r=e.getOptionById(s.data("civsci-widget-option"));null!=r&&(s.find(":input").prop("checked",r.isSelected()),s.closest("[data-civsci-widget-markable-state]").attr("data-civsci-widget-markable-state",r.isSelected()?"marked":""))}),i.find("[data-civsci-widget-submit]").prop("disabled",!e.canSubmit())}function s(){e.canSubmit()&&(f(i),e.submit().then(null,function(t){return null}).then(function(t){o.resolve(t)}),c.resolve())}this.id=e.id+"",this.$content=f(i);var r=!1,c=t.Deferred(),o=t.Deferred();n(),this.ask=function(){return r||(e.served(),n(),i.on("change","[data-civsci-widget-option] :input",function(){var i=t(this),s=i.closest("[data-civsci-widget-option]").data("civsci-widget-option"),r=e.getOptionById(s);null!=r&&r.setSelected(i.prop("checked")),n()}),i.on("click","[data-civsci-widget-submit]",s),"radio"==e.type&&i.on("click change","[data-civsci-widget-option] :input",s),h(i),r=!0),c},this.result=function(){return c.then(function(){return o})}}function g(e){f(e);var i=t.Deferred();this.$content=e,this.enable=function(){return h(e),e.one("click","[data-civsci-widget-next]",function(){f(e),i.resolve()}),this},this.acknowledged=function(){return i.promise()}}function m(_){function m(n,s){var r=t.Deferred();return Y.then(function(t){var c=i(132)("./"+n+".dust");s=e.context(t).push(s),c(s,function(t,e){t?r.reject(t):r.resolve(e)})}),r.promise()}function D(e,i,n){e="civicscience:"+e,n=t.extend(n,{widget:U});var s;try{s=new CustomEvent(e,{bubbles:!0,cancelable:!!i,detail:n})}catch(t){s=document.createEvent("CustomEvent"),s.initCustomEvent(e,!0,i,n)}return $[0].dispatchEvent(s)}function A(){var e=t.Deferred(),i=t(window),n=$.offset().top;return n<i.scrollTop()?t("html, body").animate({scrollTop:n},w,function(){e.resolve()}):e.resolve(),e.promise()}function T(e){return m("slide",{}).then(function(i){var n=t(i);return n.find("[data-civsci-widget-slide-content]").html(e),n})}function E(){return T("").then(function(t){return t.hide()})}function S(t,e){return T("").then(function(i){var n=i.find("[data-civsci-widget-slide-overlay]").html(t).attr("data-civsci-widget-slide-overlay",!0);return e.then(function(t){i.find("[data-civsci-widget-slide-content]").html(t),n.fadeOut(y)}),i})}function B(e,i){function n(){r.resolve()}var r=t.Deferred();return s.load(t.extend({},e,{context:i,active:n,inactive:n})),setTimeout(n,800),r.promise()}function N(t,e){var i=parseFloat(t.css("padding-"+e));return i>0?{padding:i+"px",margin:-i+"px"}:void 0}function R(e,i){function n(t){Q.questionAsked(e,t),e[t].ask().then(function(){Q.questionAnswered(e,t),i.next().then(function(){t+1==e.length?(Q.afterAskingQuestions(e),s.resolve()):n(t+1)})})}var s=t.Deferred(),r=t.Deferred(),c=X.then(function(t){return t.promiseConclusion()});Q.beforeAskingQuestions(e),n(0);var o=[];return t.each(e,function(t,e){o.push(e.result().then(function(t){return null==t||t.hidden?null:t.result}))}),t.when.apply(t,o).then(function(){r.resolve(t.grep(arguments,function(t){return null!=t}))}),t.when(c,r,s).then(function(t,e){return t.results=e,t})}function z(e){var i=[];return e.summary&&i.push(m("summary/"+e.summary.type,{summary:e.summary,isFollowedByResults:e.results.length>0,portalUrl:e.portalUrl}).then(function(e){return t(e)})),t.each(e.results||[],function(n,s){i.push(m("result/"+s.type,{result:s,instance:$[0].id,index1:n+1,total:e.results.length,portalUrl:e.portalUrl,isPrecededBySummary:null!=e.summary,hasBackButton:null!=e.summary||n>0}).then(function(e){var i=t(e);return"function"==typeof tt[s.type]&&(i=tt[s.type](i)),i}))}),0==i.length&&i.push(m("summary/thank_you",{isFollowedByResults:!1,portalUrl:e.portalUrl}).then(function(e){return t(e)})),t.when.apply(t,i).then(function(){return[].slice.call(arguments)})}function F(e,i){function n(t){return f(e.current()),e[t]().then(function(t){h(t)})}var s=t.Deferred(),r=0;return Q.beforeShowingResults(i),e.$container.off(".navigateConclusion"),e.$container.on("click.navigateConclusion","[data-civsci-widget-next]",function(){r+1<i&&(Q.resultDeparted(r,++r,i),n("next").then(function(){Q.resultArrived(r-1,r,i)}))}),e.$container.on("click.navigateConclusion","[data-civsci-widget-back]",function(){r>0&&(Q.resultDeparted(r,--r,i),n("back").then(function(){Q.resultArrived(r+1,r,i)}))}),e.$container.on("click.navigateConclusion","[data-civsci-widget-restart]",function(){return Q.afterShowingResults(i),n("next").then(function(){return s.resolve()})}),s.promise()}function P(t,e){return m("signpost/questions").then(function(e){return S(e,t)}).then(function(t){e.add(t)})}function L(t,e){return m("signpost/results").then(function(e){return S(e,t)}).then(function(t){e.add(t)})}function j(e,i,n,s){var r=[];if(e||0!=i.length){var c=0;null!=e?s.resolve(e.$content):s.resolve(i[c++].$content),t.each(i.slice(c),function(t,e){r.push(T(e.$content).then(function(t){n.add(t)}))})}else r.push(m("intro/empty").then(function(e){return s.resolve(t(e)),k}));return t.when.apply(t,r).then(function(){n.purgeDeepHistory()})}function M(e,i,n){var s=[];return e.length>0&&(n.resolve(e[0]),t.each(e.slice(1),function(t,e){var n=T(e).then(function(t){t=f(t),i.add(t)});s.push(n)})),t.when.apply(t,s).then(function(){i.purgeDeepHistory()})}function O(e,i,n,s){var r=i.promiseIntro().then(function(e){return null==e?null:m("intro/"+e.type,{intro:e}).then(function(e){return new g(t(e))})}),c=i.promiseQuestions().then(function(e){if(0==e.length)return[];var i=[];return t.each(e,function(n,s){var r=m("question/"+s.type,{question:s,instance:$[0].id,index1:n+1,total:e.length}).then(function(e){return new v(s,t(e))});i.push(r)}),t.when.apply(t,i).then(function(){return[].slice.call(arguments)})}),o=t.Deferred(),a=t.Deferred();t.when(r,c).then(function(r,c){var u;0==c.length&&null==r?(o=s,u=i.promiseConclusion()):u=j(r,c,n,s).then(function(){return L(o,n)}).then(function(){return null==e?null:e.acknowledged()}).then(function(){return null==r?null:r.enable().acknowledged().then(function(){return n.next()})}).then(function(){return R(c,n)}),t.when(u).then(function(e){return t.when(e,z(e))}).then(function(t,e){return M(e,n,o).then(function(){return t.portalUrl?null:P(a,n)}).then(function(){return F(n,e.length)})}).then(function(){return i.promiseRestart()}).then(function(t){O(null,t,n,a)})})}function H(e){var i=new n(e[0]);i.on("swipeleft",function(e){e.target&&t(e.target).closest("[data-civsci-widget-slide]").find("[data-civsci-widget-next],[data-civsci-widget-restart]").first().trigger("click")}),i.on("swiperight",function(e){e.target&&t(e.target).closest("[data-civsci-widget-slide]").find("[data-civsci-widget-back]").first().trigger("click")})}var U=this;if(_=t.extend({},C,_),void 0==_.target)throw new Error("Missing widget target option");if(void 0==_.container)throw new Error("Missing widget container option");var $=t(_.container);if(0==$.length)throw new Error("Widget container not found: "+_.container);if(1!=$.length)throw new Error("Widget container is ambiguous: "+_.container);if(void 0==$[0].id)throw new Error('Widget container does not have an "id" attribute: '+_.container);var W=_.hostname+"";!function(){var t=q.match(/[?&]civicscience-widget-question=([^&]+)/);null!=t&&(_.question=decodeURIComponent(t[1]))}(),function(){var t=q.match(/[?&]civicscience-widget-survey=([^&]+)/);null!=t&&(_.survey=decodeURIComponent(t[1]))}();var V=I.replace(/^[^:]+:/,"").replace(/\/+$/,""),G=c({hostname:W,target:_.target,instance:$[0].id,context:V}).promiseInfo(),Y=G.then(function(e){var n=i(131),s=_.locale||e.locale;t.each(n[s]||n.en,function(t,e){n[t]=function(t,i,n,s){t.write(o(e,t,i,s))}});var r={};return t.each(e.natures,function(t,e){r[e]=e}),e=t.extend({},e,{natures:r}),{__isPortalMode:_.__isPortalMode,strings:n,targetInfo:e}}),Q={beforeFetchingQuestions:function(){return D("beforeFetchingQuestions",!1)},beforeAskingQuestions:function(e){return D("beforeAskingQuestions",!1,{ids:t.map(e,function(t){return t.id})})},questionAsked:function(t,e){return D("questionAsked",!1,{index:e,length:t.length,id:t[e].id})},questionAnswered:function(t,e){return D("questionAnswered",!1,{index:e,length:t.length,id:t[e].id})},afterAskingQuestions:function(e){return D("afterAskingQuestions",!1,{ids:t.map(e,function(t){return t.id})})},beforeShowingResults:function(t){return D("beforeShowingResults",!1,{length:t})},resultArrived:function(t,e,i){return D("resultArrived",!1,{from:t,to:e,length:i})},resultDeparted:function(t,e,i){return D("resultDeparted",!1,{from:t,to:e,length:i})},afterShowingResults:function(t){return D("afterShowingResults",!1,{length:t})}},Z=d(function(t){return $.offset().top<t.scrollTop()+t.height()+200}),X=(d(function(e){var i=$.offset().top,n=$.height(),s=e.scrollTop(),r=e[0].innerHeight,c=r/16;return i+n<r||i+n+c<=s+r||s+r-i>r/4||i-c<=s||s+r+c>=t(document).height()}),Z.then(function(){return r({hostname:W,target:_.target,instance:$[0].id,context:V,question:_.question,survey:_.survey,locale:_.locale})})),J=G.then(function(e){function i(){if(!s.data("civsci-loaded"))return!1;var e=s.contents(),i=e.find("html"),r=i.find("body");return e.length>0&&i.length>0&&r.length>0&&(i.css({display:"table",margin:0,padding:0}),r.on("DOMSubtreeModified",function(){s.height(t(this).outerHeight())}),r.css({display:"table",margin:0,padding:0}),r.attr("id",$[0].id),n.resolve(r),!0)}if(e.natures.indexOf("iframe-wrapper")==-1)return $;var n=t.Deferred(),s=t("<iframe>").on("load",function(){t(this).data("civsci-loaded",!0)}).attr({name:"civsci-iframe-"+$[0].id,scrolling:"no"}).css({display:"block",width:"100%",overflow:"hidden",border:"none"}).height(0).appendTo($.empty());if(!i())var r=setInterval(function(){i()&&clearInterval(r)},10);return n.then(function(t){return null==e.fontData?t:B(e.fontData,t[0].ownerDocument.defaultView).then(function(){return t})})}),K=t.when(G).then(function(e){return e.contextualQuestionHiddenState==x?k:t.when(m("container",{partnerName:e.partnerName,privacyPolicyUrl:e.privacyPolicyUrl}),E(),e,J)}).then(function(e,n,s,r){var c=t(r[0].ownerDocument);new a($[0].id,c).load(i(40)).load(i(44)),s.partnerWidgetCss&&t("<style>").attr("type","text/css").text(s.partnerWidgetCss).appendTo(c.find("head")),r.html(e);var o=r.find("[data-civsci-widget-root]");p(o,s.natures);var d=r.find("[data-civsci-widget-body]"),_=[],h={$container:d,current:function(){return d.find("[data-civsci-widget-slide]").eq(2)},add:function(t){_[0].before(t.filter("[data-civsci-widget-slide]"))},next:function(){return d.attr("data-civsci-widget-engaged",!0),A().then(function(){var t=d.find("[data-civsci-widget-slide]");if(t.length-_.length>3){var e=t.first();return e.data("civsci-display-original",e.css("display")).css("display","none"),u(50).then(function(){return _.push(e.insertAfter(t.last())),_.length>1e3&&_.shift().remove(),l(t.eq(2))})}return null}).then(function(){return h.current()})},back:function(){return A().then(function(){if(_.length>0){var t=_.pop();return d.prepend(t),l(t).then(function(){return u(50)}).then(function(){t.css("display",t.data("civsci-display-original"))})}return null}).then(function(){return h.current()})},purgeDeepHistory:function(){t.each(_,function(t,e){e.remove()}),_.length=0,_.push(n.clone().appendTo(d)),_.push(n.clone().appendTo(d))}};return function(){d.append(n.clone()),d.append(n.clone()),_.push(n.clone().appendTo(d)),_.push(n.clone().appendTo(d))}(),m("banner_css",{left:N(o,"left"),right:N(o,"right")}).then(function(t){return new a(r[0].id,c).load(t),h})}),tt={scale:function(e){var i=e.find("[data-civsci-widget-scale-background]");return i.each(function(e,i){var n=t(i),s=n.data("civsci-widget-scale-background").split(","),r=[];t.each(s,function(t,e){var i,n=(.72*(1-e/100)).toFixed(2);i=0==t?"0%":t==s.length-1?"100%":Math.round(100*(t+.5)/s.length)+"%",r.push("rgba(255, 255, 255, "+n+") "+i)}),n.css("background-image","linear-gradient(to right, "+r.join(", ")+")")}),e},spectrum:function(e){var i=[120,226,120],n=[170,170,170],s=[255,131,131],r=e.find("[data-civsci-widget-scale-background]");return r.each(function(e,r){var c=t(r),o=c.data("civsci-widget-scale-background").split(","),a=[];t.each(o,function(t,e){var r,c=0==e?n:e>0?i:s,u=(.9*Math.abs(e)/100+.1).toFixed(2);r=0==t?"0%":t==o.length-1?"100%":Math.round(100*(t+.5)/o.length)+"%",a.push("rgba("+c.join(",")+","+u+") "+r)}),c.css({"background-color":"#fff","background-image":"linear-gradient(to right, "+a.join(", ")+")"})}),e}},et=t.Deferred().resolve(null).promise();t.when(K,et,G).then(function(e,i,n){switch(console.log(e.$container),console.log(e.$container.css("paddingLeft")),console.log(e.$container.css("paddingRight")),t.getScript("https://"+_.hostname+"/widget/EditableWidget?tgt="+encodeURIComponent(n.id)+"&elt="+encodeURIComponent($[0].id)+"&url="+encodeURIComponent(I)),n.contextualQuestionHiddenState){
case"":break;case b:return m("article_admin").then(function(t){return T(t)}).then(function(t){e.add(t)});default:return void $.html("")}var s=t.Deferred();H(e.$container),t.when(null==i?null:T(i.$content).then(function(t){e.add(t)})).then(function(){return P(s,e).then(function(){null!=i?i.enable().acknowledged().then(function(){Q.beforeFetchingQuestions(),e.next()}):Q.beforeFetchingQuestions()})}).then(function(){return X}).then(function(t){return O(i,t,e,s)})})}var y=600,w=200,b="admin",x="respondent",k=t.Deferred().promise(),D=function(){function e(){s.off("load",e),clearTimeout(i),n.resolve()}var i,n=t.Deferred(),s=t(document);return s.on("load",e),i=setTimeout(e,1e3),n.promise()}(),I=document.location.href,q=function(){for(var t=window;t.parent!=t;)t=t.parent;try{return t.location.href}catch(t){return window.document.referrer}}(),C={hostname:"www.civicscience.com",question:"",survey:"",locale:"",__isPortalMode:!1,__promisedWelcomeContent:t.Deferred().resolve(null)};return function(t){return new m(t)}}.apply(e,n),!(void 0!==s&&(t.exports=s))},function(t,e,i){var n;n=function(){"use strict";var t,e,i={bringOnTheQuestions:{en:"Bring on the questions!",es:"¡Empezar las preguntas!"},buttonAnswerMoreQuestions:{en:"Answer More Questions!",es:"¡Responder más preguntas!"},buttonBack:{en:"Back",es:"Atrás"},buttonGo:{en:"Go!",es:"¡Ir!"},buttonMore:{en:"More!",es:"¡Más!"},buttonNext:{en:"Next",es:"Siguiente"},buttonNextQuestion:{en:"Next Question",es:"Siguiente pregunta"},buttonSeeAllResults:{en:"See All Results",es:"Ver todos los resultados"},buttonSeeNextResult:{en:"See Next Result",es:"Ver el siguiente resultado"},buttonSeeResults:{en:"See Results",es:"Ver resultados"},calculatingResults:{en:"Calculating results...",es:"Calculando resultados..."},captionTitleInsight:{en:"CivicScience Says:",es:"CivicScience dice:"},captionTitleQuiz:{en:"Did You Know?",es:"¿Sabías?"},captionTitleTrending:{en:"In the News:",es:"En las noticias:"},fetchingQuestions:{en:"Fetching questions...",es:"Buscando preguntas..."},noMoreQuestionsExplanation:{en:"We don't have any more questions for you right now, but we're always writing new questions and discovering new insights. Check back later for more!",es:"En este momento no tenemos más preguntas para ti, pero siempre estamos en el proceso de escribir nuevas preguntas y descubriendo nuevas visiones. ¡Vuelve más tarde para más!"},opinionExpert:{en:"You're an Opinion Expert!",es:"¡Eres un experto en opiniones!"},portalLink:{en:"Answer more questions at our Question Center",es:"Responder más preguntas en nuestro Centro de Preguntas"},poweredByCivicScience:{en:"Insights powered by CivicScience",es:"Presentado por CivicScience"},privacyPolicy:{en:"Privacy Policy",es:"Política de privacidad"},progressNOfM:{en:"%(n) of %(m)",es:"%(n) de %(m)"},quizRightAnswer:{en:"You got it right!",es:"¡Respuesta correcta!"},quizWrongAnswer:{en:"Sorry, wrong answer!",es:"¡Lo siento, respuesta incorrecta!"},quizSummaryYouAnswered:{en:"You answered",es:"Respondiste"},quizSummaryNOutOfM:{en:"%(n) out of %(m)",es:"%(n) de %(m)"},quizSummaryQuestionsCorrectly:{en:"quiz questions correctly.",es:"preguntas de trivia correctamente."},ratingAverage:{en:"Average",es:"Promedio"},ratingYourRating:{en:"Your Rating",es:"Tu opinión"},result:{en:"Result",es:"Resultado"},resultResponseTotal:{en:"Based on %(total) responses",es:"Basado en %(total) respuestas"},roleJustForFun:{en:"Just For Fun",es:"Solo para que te diviertas"},roleOpinion:{en:"Opinion Question",es:"Pregunta de opinión"},roleProfile:{en:"About You",es:"Acerca de ti"},roleQuiz:{en:"Quiz Question",es:"Pregunta de trivia"},roleQuestion:{en:"Question",es:"Pregunta"},roleResearch:{en:"Research Question",es:"Pregunta de investigación"},roleTrending:{en:"In the News",es:"En las noticias"},subtitleCivicScience:{en:"From CivicScience",es:"De CivicScience"},subtitlePartner:{en:"From %(partnerName) & CivicScience",es:"De %(partnerName) & CivicScience"},thankYouTitle:{en:"Thank You",es:"Gracias"},thankYouBody:{en:"Thank you for answering our questions.",es:"Gracias por responder a nuestras preguntas."}},n={};for(t in i)for(e in i[t])n[e]=n[e]||{},n[e][t]=i[t][e];return n}.call(e,i,e,t),!(void 0!==n&&(t.exports=n))},function(t,e,i){function n(t){return i(s(t))}function s(t){return r[t]||function(){throw new Error("Cannot find module '"+t+"'.")}()}var r={"./_markable.dust":11,"./_portal_link.dust":12,"./_titled_text.dust":4,"./article_admin.dust":51,"./banner_css.dust":52,"./container.dust":53,"./intro/_intro.dust":25,"./intro/empty.dust":54,"./intro/text.dust":55,"./question/_option.dust":26,"./question/_option_question.dust":13,"./question/_question.dust":6,"./question/checkbox.dust":56,"./question/matrix.dust":57,"./question/radio.dust":58,"./question/scale.dust":27,"./question/spectrum.dust":59,"./result/_option_result.dust":14,"./result/_option_result_item.dust":28,"./result/_result.dust":7,"./result/checkbox.dust":60,"./result/matrix.dust":61,"./result/radio.dust":62,"./result/scale.dust":29,"./result/spectrum.dust":63,"./signpost/_signpost.dust":15,"./signpost/questions.dust":64,"./signpost/results.dust":65,"./slide.dust":66,"./summary/_summary.dust":8,"./summary/quiz.dust":67,"./summary/text.dust":68,"./summary/thank_you.dust":69};n.keys=function(){return Object.keys(r)},n.resolve=s,t.exports=n,n.id=132},,,,,,,,,,,,,,,,function(t,e,i){var n,s;n=[i(3),i(149)],s=function(t,e){"use strict";window.civicscience&&window.civicscience.widget||(t(function(){var i=t("meta[name='civicscience:jspoll-hostname']").attr("content");t("[id][data-civicscience-widget]").each(function(){var n=t(this),s=n.data("civicscience-widget");"object"!=typeof s&&(s={target:""+s}),void 0==s.hostname&&i&&(s.hostname=i);var r=""+n[0].id;r.match(/^\d/)?s.container="[id='"+n[0].id+"']":s.container="#"+n[0].id,e(s)})}),(window.civicscience||(window.civicscience={})).widget=e)}.apply(e,n),!(void 0!==s&&(t.exports=s))},function(t,e,i){var n,s;n=[i(3),i(130)],s=function(t,e){return function(i){i=t.extend({},i);for(var n in i)n.match(/^__/)&&delete i[n];return e(i)}}.apply(e,n),!(void 0!==s&&(t.exports=s))}]);
(function () {

    
// make sure jquery is ready and then invoke the callback
function ensureJQuery(callback) {
    var $ = window.jQuery || window.$;
    if ($ == undefined || $.fn == undefined || $.fn.jquery < "1.") {
        // load a separate copy of jquery
        (function() {
            var done = false;
            var s = document.createElement("script");
            // my dumb minifying regexp devours the URL '//' as a comment
            s.src = "https:/" + "/ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js";
            s.onload = s.onreadystatechange = function() {
                if (!done) {
                    var r = this.readyState;
                    if (!r || r == "complete" || r == "loaded") {
                        done = true;
                        $ = window.jQuery.noConflict(true);
                        callback($);
                    }
                }
            };
            (document.getElementsByTagName('head')[0] || document.documentElement).appendChild(s);
        })();
    } else {
        // existing jquery is fine
        callback($);
    }
}
	
	// invoke the callback with a new widget
	ensureJQuery(function($) {
        $(function () {
            civicscience.widget({"target":2396,"container":"#f48d1d51-df08-d534-8902-da184d379958","hostname":"www.civicscience.com"});
        });
	});

})();
