@fmidev/smartmet-alert-client 4.0.9 → 4.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.env.sample +1 -2
- package/dist/index.html +1 -1
- package/dist/index.js +18 -18
- package/dist/index.mjs +277 -0
- package/dist/index.mjs.map +1 -0
- package/package.json +4 -3
- package/src/components/Days.vue +54 -2
- package/src/components/GrayScaleToggle.vue +1 -1
- package/src/components/Legend.vue +1 -1
- package/src/components/RegionWarning.vue +4 -0
- package/src/components/Warning.vue +1 -1
- package/src/components/Warnings.vue +1 -1
- package/src/mixins/keycodes.js +10 -0
- package/src/scss/themes/light-gray.scss +1 -0
- package/vite.config.js +11 -3
- package/dist/index.js.map +0 -1
- package/env.sample +0 -2
package/dist/index.mjs
ADDED
|
@@ -0,0 +1,277 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* name: @fmidev/smartmet-alert-client
|
|
3
|
+
* version: v4.1.2
|
|
4
|
+
* description: Web application for viewing weather and flood alerts
|
|
5
|
+
* author: Finnish Meteorological Institute
|
|
6
|
+
* homepage: https://github.com/fmidev/smartmet-alert-client#readme
|
|
7
|
+
*/
|
|
8
|
+
(function(){const e=document.createElement("link").relList;if(e&&e.supports&&e.supports("modulepreload"))return;for(const o of document.querySelectorAll('link[rel="modulepreload"]'))n(o);new MutationObserver(o=>{for(const s of o)if(s.type==="childList")for(const d of s.addedNodes)d.tagName==="LINK"&&d.rel==="modulepreload"&&n(d)}).observe(document,{childList:!0,subtree:!0});function r(o){const s={};return o.integrity&&(s.integrity=o.integrity),o.referrerPolicy&&(s.referrerPolicy=o.referrerPolicy),o.crossOrigin==="use-credentials"?s.credentials="include":o.crossOrigin==="anonymous"?s.credentials="omit":s.credentials="same-origin",s}function n(o){if(o.ep)return;o.ep=!0;const s=r(o);fetch(o.href,s)}})();/**
|
|
9
|
+
* @vue/shared v3.4.19
|
|
10
|
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
11
|
+
* @license MIT
|
|
12
|
+
**/function ra(t,e){const r=new Set(t.split(","));return e?n=>r.has(n.toLowerCase()):n=>r.has(n)}const et={},ir=[],qt=()=>{},Es=()=>!1,R2=t=>t.charCodeAt(0)===111&&t.charCodeAt(1)===110&&(t.charCodeAt(2)>122||t.charCodeAt(2)<97),na=t=>t.startsWith("onUpdate:"),ct=Object.assign,aa=(t,e)=>{const r=t.indexOf(e);r>-1&&t.splice(r,1)},Fs=Object.prototype.hasOwnProperty,Hi=(t,e)=>Fs.call(t,e),Li=Array.isArray,tr=t=>P2(t)==="[object Map]",co=t=>P2(t)==="[object Set]",Ii=t=>typeof t=="function",st=t=>typeof t=="string",gr=t=>typeof t=="symbol",rt=t=>t!==null&&typeof t=="object",fo=t=>(rt(t)||Ii(t))&&Ii(t.then)&&Ii(t.catch),vo=Object.prototype.toString,P2=t=>vo.call(t),Bs=t=>P2(t).slice(8,-1),po=t=>P2(t)==="[object Object]",oa=t=>st(t)&&t!=="NaN"&&t[0]!=="-"&&""+parseInt(t,10)===t,Dr=ra(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),O2=t=>{const e=Object.create(null);return r=>e[r]||(e[r]=t(r))},Ls=/-(\w)/g,jt=O2(t=>t.replace(Ls,(e,r)=>r?r.toUpperCase():"")),Is=/\B([A-Z])/g,Gt=O2(t=>t.replace(Is,"-$1").toLowerCase()),z2=O2(t=>t.charAt(0).toUpperCase()+t.slice(1)),sn=O2(t=>t?`on${z2(t)}`:""),Fe=(t,e)=>!Object.is(t,e),dn=(t,e)=>{for(let r=0;r<t.length;r++)t[r](e)},A2=(t,e,r)=>{Object.defineProperty(t,e,{configurable:!0,enumerable:!1,value:r})},Ss=t=>{const e=parseFloat(t);return isNaN(e)?t:e},Ga=t=>{const e=st(t)?Number(t):NaN;return isNaN(e)?t:e};let qa;const sa=()=>qa||(qa=typeof globalThis!="undefined"?globalThis:typeof self!="undefined"?self:typeof window!="undefined"?window:typeof global!="undefined"?global:{});function Gr(t){if(Li(t)){const e={};for(let r=0;r<t.length;r++){const n=t[r],o=st(n)?Ms(n):Gr(n);if(o)for(const s in o)e[s]=o[s]}return e}else if(st(t)||rt(t))return t}const Ts=/;(?![^(]*\))/g,_s=/:([^]+)/,Ns=/\/\*[^]*?\*\//g;function Ms(t){const e={};return t.replace(Ns,"").split(Ts).forEach(r=>{if(r){const n=r.split(_s);n.length>1&&(e[n[0].trim()]=n[1].trim())}}),e}function wi(t){let e="";if(st(t))e=t;else if(Li(t))for(let r=0;r<t.length;r++){const n=wi(t[r]);n&&(e+=n+" ")}else if(rt(t))for(const r in t)t[r]&&(e+=r+" ");return e.trim()}function Ha(t){if(!t)return null;let{class:e,style:r}=t;return e&&!st(e)&&(t.class=wi(e)),r&&(t.style=Gr(r)),t}const Rs="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",Ps=ra(Rs);function bo(t){return!!t||t===""}const ki=t=>st(t)?t:t==null?"":Li(t)||rt(t)&&(t.toString===vo||!Ii(t.toString))?JSON.stringify(t,ho,2):String(t),ho=(t,e)=>e&&e.__v_isRef?ho(t,e.value):tr(e)?{[`Map(${e.size})`]:[...e.entries()].reduce((r,[n,o],s)=>(r[ln(n,s)+" =>"]=o,r),{})}:co(e)?{[`Set(${e.size})`]:[...e.values()].map(r=>ln(r))}:gr(e)?ln(e):rt(e)&&!Li(e)&&!po(e)?String(e):e,ln=(t,e="")=>{var r;return gr(t)?`Symbol(${(r=t.description)!=null?r:e})`:t};/**
|
|
13
|
+
* @vue/reactivity v3.4.19
|
|
14
|
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
15
|
+
* @license MIT
|
|
16
|
+
**/let Ot;class wo{constructor(e=!1){this.detached=e,this._active=!0,this.effects=[],this.cleanups=[],this.parent=Ot,!e&&Ot&&(this.index=(Ot.scopes||(Ot.scopes=[])).push(this)-1)}get active(){return this._active}run(e){if(this._active){const r=Ot;try{return Ot=this,e()}finally{Ot=r}}}on(){Ot=this}off(){Ot=this.parent}stop(e){if(this._active){let r,n;for(r=0,n=this.effects.length;r<n;r++)this.effects[r].stop();for(r=0,n=this.cleanups.length;r<n;r++)this.cleanups[r]();if(this.scopes)for(r=0,n=this.scopes.length;r<n;r++)this.scopes[r].stop(!0);if(!this.detached&&this.parent&&!e){const o=this.parent.scopes.pop();o&&o!==this&&(this.parent.scopes[this.index]=o,o.index=this.index)}this.parent=void 0,this._active=!1}}}function Os(t){return new wo(t)}function zs(t,e=Ot){e&&e.active&&e.effects.push(t)}function Co(){return Ot}function js(t){Ot&&Ot.cleanups.push(t)}let Re;class da{constructor(e,r,n,o){this.fn=e,this.trigger=r,this.scheduler=n,this.active=!0,this.deps=[],this._dirtyLevel=4,this._trackId=0,this._runnings=0,this._shouldSchedule=!1,this._depsLength=0,zs(this,o)}get dirty(){if(this._dirtyLevel===2||this._dirtyLevel===3){this._dirtyLevel=1,We();for(let e=0;e<this._depsLength;e++){const r=this.deps[e];if(r.computed&&(Ws(r.computed),this._dirtyLevel>=4))break}this._dirtyLevel===1&&(this._dirtyLevel=0),Ze()}return this._dirtyLevel>=4}set dirty(e){this._dirtyLevel=e?4:0}run(){if(this._dirtyLevel=0,!this.active)return this.fn();let e=ke,r=Re;try{return ke=!0,Re=this,this._runnings++,Va(this),this.fn()}finally{$a(this),this._runnings--,Re=r,ke=e}}stop(){var e;this.active&&(Va(this),$a(this),(e=this.onStop)==null||e.call(this),this.active=!1)}}function Ws(t){return t.value}function Va(t){t._trackId++,t._depsLength=0}function $a(t){if(t.deps.length>t._depsLength){for(let e=t._depsLength;e<t.deps.length;e++)xo(t.deps[e],t);t.deps.length=t._depsLength}}function xo(t,e){const r=t.get(e);r!==void 0&&e._trackId!==r&&(t.delete(e),t.size===0&&t.cleanup())}let ke=!0,Tn=0;const yo=[];function We(){yo.push(ke),ke=!1}function Ze(){const t=yo.pop();ke=t===void 0?!0:t}function la(){Tn++}function ua(){for(Tn--;!Tn&&_n.length;)_n.shift()()}function Ao(t,e,r){if(e.get(t)!==t._trackId){e.set(t,t._trackId);const n=t.deps[t._depsLength];n!==e?(n&&xo(n,t),t.deps[t._depsLength++]=e):t._depsLength++}}const _n=[];function Do(t,e,r){la();for(const n of t.keys()){let o;n._dirtyLevel<e&&(o!=null?o:o=t.get(n)===n._trackId)&&(n._shouldSchedule||(n._shouldSchedule=n._dirtyLevel===0),n._dirtyLevel=e),n._shouldSchedule&&(o!=null?o:o=t.get(n)===n._trackId)&&(n.trigger(),(!n._runnings||n.allowRecurse)&&n._dirtyLevel!==2&&(n._shouldSchedule=!1,n.scheduler&&_n.push(n.scheduler)))}ua()}const ko=(t,e)=>{const r=new Map;return r.cleanup=t,r.computed=e,r},D2=new WeakMap,Pe=Symbol(""),Nn=Symbol("");function Nt(t,e,r){if(ke&&Re){let n=D2.get(t);n||D2.set(t,n=new Map);let o=n.get(r);o||n.set(r,o=ko(()=>n.delete(r))),Ao(Re,o)}}function le(t,e,r,n,o,s){const d=D2.get(t);if(!d)return;let u=[];if(e==="clear")u=[...d.values()];else if(r==="length"&&Li(t)){const l=Number(n);d.forEach((m,c)=>{(c==="length"||!gr(c)&&c>=l)&&u.push(m)})}else switch(r!==void 0&&u.push(d.get(r)),e){case"add":Li(t)?oa(r)&&u.push(d.get("length")):(u.push(d.get(Pe)),tr(t)&&u.push(d.get(Nn)));break;case"delete":Li(t)||(u.push(d.get(Pe)),tr(t)&&u.push(d.get(Nn)));break;case"set":tr(t)&&u.push(d.get(Pe));break}la();for(const l of u)l&&Do(l,4);ua()}function Zs(t,e){var r;return(r=D2.get(t))==null?void 0:r.get(e)}const Us=ra("__proto__,__v_isRef,__isVue"),Eo=new Set(Object.getOwnPropertyNames(Symbol).filter(t=>t!=="arguments"&&t!=="caller").map(t=>Symbol[t]).filter(gr)),Ya=Gs();function Gs(){const t={};return["includes","indexOf","lastIndexOf"].forEach(e=>{t[e]=function(...r){const n=Ji(this);for(let s=0,d=this.length;s<d;s++)Nt(n,"get",s+"");const o=n[e](...r);return o===-1||o===!1?n[e](...r.map(Ji)):o}}),["push","pop","shift","unshift","splice"].forEach(e=>{t[e]=function(...r){We(),la();const n=Ji(this)[e].apply(this,r);return ua(),Ze(),n}}),t}function qs(t){const e=Ji(this);return Nt(e,"has",t),e.hasOwnProperty(t)}class Fo{constructor(e=!1,r=!1){this._isReadonly=e,this._shallow=r}get(e,r,n){const o=this._isReadonly,s=this._shallow;if(r==="__v_isReactive")return!o;if(r==="__v_isReadonly")return o;if(r==="__v_isShallow")return s;if(r==="__v_raw")return n===(o?s?nd:So:s?Io:Lo).get(e)||Object.getPrototypeOf(e)===Object.getPrototypeOf(n)?e:void 0;const d=Li(e);if(!o){if(d&&Hi(Ya,r))return Reflect.get(Ya,r,n);if(r==="hasOwnProperty")return qs}const u=Reflect.get(e,r,n);return(gr(r)?Eo.has(r):Us(r))||(o||Nt(e,"get",r),s)?u:yt(u)?d&&oa(r)?u:u.value:rt(u)?o?Sr(u):W2(u):u}}class Bo extends Fo{constructor(e=!1){super(!1,e)}set(e,r,n,o){let s=e[r];if(!this._shallow){const l=or(s);if(!k2(n)&&!or(n)&&(s=Ji(s),n=Ji(n)),!Li(e)&&yt(s)&&!yt(n))return l?!1:(s.value=n,!0)}const d=Li(e)&&oa(r)?Number(r)<e.length:Hi(e,r),u=Reflect.set(e,r,n,o);return e===Ji(o)&&(d?Fe(n,s)&&le(e,"set",r,n):le(e,"add",r,n)),u}deleteProperty(e,r){const n=Hi(e,r);e[r];const o=Reflect.deleteProperty(e,r);return o&&n&&le(e,"delete",r,void 0),o}has(e,r){const n=Reflect.has(e,r);return(!gr(r)||!Eo.has(r))&&Nt(e,"has",r),n}ownKeys(e){return Nt(e,"iterate",Li(e)?"length":Pe),Reflect.ownKeys(e)}}class Hs extends Fo{constructor(e=!1){super(!0,e)}set(e,r){return!0}deleteProperty(e,r){return!0}}const Vs=new Bo,$s=new Hs,Ys=new Bo(!0),ga=t=>t,j2=t=>Reflect.getPrototypeOf(t);function e2(t,e,r=!1,n=!1){t=t.__v_raw;const o=Ji(t),s=Ji(e);r||(Fe(e,s)&&Nt(o,"get",e),Nt(o,"get",s));const{has:d}=j2(o),u=n?ga:r?fa:Tr;if(d.call(o,e))return u(t.get(e));if(d.call(o,s))return u(t.get(s));t!==o&&t.get(e)}function r2(t,e=!1){const r=this.__v_raw,n=Ji(r),o=Ji(t);return e||(Fe(t,o)&&Nt(n,"has",t),Nt(n,"has",o)),t===o?r.has(t):r.has(t)||r.has(o)}function n2(t,e=!1){return t=t.__v_raw,!e&&Nt(Ji(t),"iterate",Pe),Reflect.get(t,"size",t)}function Ja(t){t=Ji(t);const e=Ji(this);return j2(e).has.call(e,t)||(e.add(t),le(e,"add",t,t)),this}function Ka(t,e){e=Ji(e);const r=Ji(this),{has:n,get:o}=j2(r);let s=n.call(r,t);s||(t=Ji(t),s=n.call(r,t));const d=o.call(r,t);return r.set(t,e),s?Fe(e,d)&&le(r,"set",t,e):le(r,"add",t,e),this}function Xa(t){const e=Ji(this),{has:r,get:n}=j2(e);let o=r.call(e,t);o||(t=Ji(t),o=r.call(e,t)),n&&n.call(e,t);const s=e.delete(t);return o&&le(e,"delete",t,void 0),s}function Qa(){const t=Ji(this),e=t.size!==0,r=t.clear();return e&&le(t,"clear",void 0,void 0),r}function a2(t,e){return function(n,o){const s=this,d=s.__v_raw,u=Ji(d),l=e?ga:t?fa:Tr;return!t&&Nt(u,"iterate",Pe),d.forEach((m,c)=>n.call(o,l(m),l(c),s))}}function o2(t,e,r){return function(...n){const o=this.__v_raw,s=Ji(o),d=tr(s),u=t==="entries"||t===Symbol.iterator&&d,l=t==="keys"&&d,m=o[t](...n),c=r?ga:e?fa:Tr;return!e&&Nt(s,"iterate",l?Nn:Pe),{next(){const{value:p,done:v}=m.next();return v?{value:p,done:v}:{value:u?[c(p[0]),c(p[1])]:c(p),done:v}},[Symbol.iterator](){return this}}}}function he(t){return function(...e){return t==="delete"?!1:t==="clear"?void 0:this}}function Js(){const t={get(s){return e2(this,s)},get size(){return n2(this)},has:r2,add:Ja,set:Ka,delete:Xa,clear:Qa,forEach:a2(!1,!1)},e={get(s){return e2(this,s,!1,!0)},get size(){return n2(this)},has:r2,add:Ja,set:Ka,delete:Xa,clear:Qa,forEach:a2(!1,!0)},r={get(s){return e2(this,s,!0)},get size(){return n2(this,!0)},has(s){return r2.call(this,s,!0)},add:he("add"),set:he("set"),delete:he("delete"),clear:he("clear"),forEach:a2(!0,!1)},n={get(s){return e2(this,s,!0,!0)},get size(){return n2(this,!0)},has(s){return r2.call(this,s,!0)},add:he("add"),set:he("set"),delete:he("delete"),clear:he("clear"),forEach:a2(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(s=>{t[s]=o2(s,!1,!1),r[s]=o2(s,!0,!1),e[s]=o2(s,!1,!0),n[s]=o2(s,!0,!0)}),[t,r,e,n]}const[Ks,Xs,Qs,id]=Js();function ma(t,e){const r=e?t?id:Qs:t?Xs:Ks;return(n,o,s)=>o==="__v_isReactive"?!t:o==="__v_isReadonly"?t:o==="__v_raw"?n:Reflect.get(Hi(r,o)&&o in n?r:n,o,s)}const td={get:ma(!1,!1)},ed={get:ma(!1,!0)},rd={get:ma(!0,!1)},Lo=new WeakMap,Io=new WeakMap,So=new WeakMap,nd=new WeakMap;function ad(t){switch(t){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function od(t){return t.__v_skip||!Object.isExtensible(t)?0:ad(Bs(t))}function W2(t){return or(t)?t:ca(t,!1,Vs,td,Lo)}function sd(t){return ca(t,!1,Ys,ed,Io)}function Sr(t){return ca(t,!0,$s,rd,So)}function ca(t,e,r,n,o){if(!rt(t)||t.__v_raw&&!(e&&t.__v_isReactive))return t;const s=o.get(t);if(s)return s;const d=od(t);if(d===0)return t;const u=new Proxy(t,d===2?n:r);return o.set(t,u),u}function er(t){return or(t)?er(t.__v_raw):!!(t&&t.__v_isReactive)}function or(t){return!!(t&&t.__v_isReadonly)}function k2(t){return!!(t&&t.__v_isShallow)}function To(t){return er(t)||or(t)}function Ji(t){const e=t&&t.__v_raw;return e?Ji(e):t}function _o(t){return Object.isExtensible(t)&&A2(t,"__v_skip",!0),t}const Tr=t=>rt(t)?W2(t):t,fa=t=>rt(t)?Sr(t):t;class No{constructor(e,r,n,o){this._setter=r,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this.effect=new da(()=>e(this._value),()=>h2(this,this.effect._dirtyLevel===2?2:3)),this.effect.computed=this,this.effect.active=this._cacheable=!o,this.__v_isReadonly=n}get value(){const e=Ji(this);return(!e._cacheable||e.effect.dirty)&&Fe(e._value,e._value=e.effect.run())&&h2(e,4),Mo(e),e.effect._dirtyLevel>=2&&h2(e,2),e._value}set value(e){this._setter(e)}get _dirty(){return this.effect.dirty}set _dirty(e){this.effect.dirty=e}}function dd(t,e,r=!1){let n,o;const s=Ii(t);return s?(n=t,o=qt):(n=t.get,o=t.set),new No(n,o,s||!o,r)}function Mo(t){var e;ke&&Re&&(t=Ji(t),Ao(Re,(e=t.dep)!=null?e:t.dep=ko(()=>t.dep=void 0,t instanceof No?t:void 0)))}function h2(t,e=4,r){t=Ji(t);const n=t.dep;n&&Do(n,e)}function yt(t){return!!(t&&t.__v_isRef===!0)}function _t(t){return Ro(t,!1)}function ld(t){return Ro(t,!0)}function Ro(t,e){return yt(t)?t:new ud(t,e)}class ud{constructor(e,r){this.__v_isShallow=r,this.dep=void 0,this.__v_isRef=!0,this._rawValue=r?e:Ji(e),this._value=r?e:Tr(e)}get value(){return Mo(this),this._value}set value(e){const r=this.__v_isShallow||k2(e)||or(e);e=r?e:Ji(e),Fe(e,this._rawValue)&&(this._rawValue=e,this._value=r?e:Tr(e),h2(this,4))}}function Gi(t){return yt(t)?t.value:t}function Z2(t){return Ii(t)?t():Gi(t)}const gd={get:(t,e,r)=>Gi(Reflect.get(t,e,r)),set:(t,e,r,n)=>{const o=t[e];return yt(o)&&!yt(r)?(o.value=r,!0):Reflect.set(t,e,r,n)}};function Po(t){return er(t)?t:new Proxy(t,gd)}class md{constructor(e,r,n){this._object=e,this._key=r,this._defaultValue=n,this.__v_isRef=!0}get value(){const e=this._object[this._key];return e===void 0?this._defaultValue:e}set value(e){this._object[this._key]=e}get dep(){return Zs(Ji(this._object),this._key)}}class cd{constructor(e){this._getter=e,this.__v_isRef=!0,this.__v_isReadonly=!0}get value(){return this._getter()}}function mt(t,e,r){return yt(t)?t:Ii(t)?new cd(t):rt(t)&&arguments.length>1?fd(t,e,r):_t(t)}function fd(t,e,r){const n=t[e];return yt(n)?n:new md(t,e,r)}/**
|
|
17
|
+
* @vue/runtime-core v3.4.19
|
|
18
|
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
19
|
+
* @license MIT
|
|
20
|
+
**/function Ee(t,e,r,n){try{return n?t(...n):t()}catch(o){U2(o,e,r)}}function Jt(t,e,r,n){if(Ii(t)){const s=Ee(t,e,r,n);return s&&fo(s)&&s.catch(d=>{U2(d,e,r)}),s}const o=[];for(let s=0;s<t.length;s++)o.push(Jt(t[s],e,r,n));return o}function U2(t,e,r,n=!0){const o=e?e.vnode:null;if(e){let s=e.parent;const d=e.proxy,u=`https://vuejs.org/error-reference/#runtime-${r}`;for(;s;){const m=s.ec;if(m){for(let c=0;c<m.length;c++)if(m[c](t,d,u)===!1)return}s=s.parent}const l=e.appContext.config.errorHandler;if(l){Ee(l,null,10,[t,d,u]);return}}vd(t,r,o,n)}function vd(t,e,r,n=!0){console.error(t)}let _r=!1,Mn=!1;const Ct=[];let ne=0;const rr=[];let Ce=null,Ne=0;const Oo=Promise.resolve();let va=null;function nr(t){const e=va||Oo;return t?e.then(this?t.bind(this):t):e}function pd(t){let e=ne+1,r=Ct.length;for(;e<r;){const n=e+r>>>1,o=Ct[n],s=Nr(o);s<t||s===t&&o.pre?e=n+1:r=n}return e}function pa(t){(!Ct.length||!Ct.includes(t,_r&&t.allowRecurse?ne+1:ne))&&(t.id==null?Ct.push(t):Ct.splice(pd(t.id),0,t),zo())}function zo(){!_r&&!Mn&&(Mn=!0,va=Oo.then(Wo))}function bd(t){const e=Ct.indexOf(t);e>ne&&Ct.splice(e,1)}function hd(t){Li(t)?rr.push(...t):(!Ce||!Ce.includes(t,t.allowRecurse?Ne+1:Ne))&&rr.push(t),zo()}function i1(t,e,r=_r?ne+1:0){for(;r<Ct.length;r++){const n=Ct[r];if(n&&n.pre){if(t&&n.id!==t.uid)continue;Ct.splice(r,1),r--,n()}}}function jo(t){if(rr.length){const e=[...new Set(rr)].sort((r,n)=>Nr(r)-Nr(n));if(rr.length=0,Ce){Ce.push(...e);return}for(Ce=e,Ne=0;Ne<Ce.length;Ne++)Ce[Ne]();Ce=null,Ne=0}}const Nr=t=>t.id==null?1/0:t.id,wd=(t,e)=>{const r=Nr(t)-Nr(e);if(r===0){if(t.pre&&!e.pre)return-1;if(e.pre&&!t.pre)return 1}return r};function Wo(t){Mn=!1,_r=!0,Ct.sort(wd);try{for(ne=0;ne<Ct.length;ne++){const e=Ct[ne];e&&e.active!==!1&&Ee(e,null,14)}}finally{ne=0,Ct.length=0,jo(),_r=!1,va=null,(Ct.length||rr.length)&&Wo()}}function Cd(t,e,...r){if(t.isUnmounted)return;const n=t.vnode.props||et;let o=r;const s=e.startsWith("update:"),d=s&&e.slice(7);if(d&&d in n){const c=`${d==="modelValue"?"model":d}Modifiers`,{number:p,trim:v}=n[c]||et;v&&(o=r.map(k=>st(k)?k.trim():k)),p&&(o=r.map(Ss))}let u,l=n[u=sn(e)]||n[u=sn(jt(e))];!l&&s&&(l=n[u=sn(Gt(e))]),l&&Jt(l,t,6,o);const m=n[u+"Once"];if(m){if(!t.emitted)t.emitted={};else if(t.emitted[u])return;t.emitted[u]=!0,Jt(m,t,6,o)}}function Zo(t,e,r=!1){const n=e.emitsCache,o=n.get(t);if(o!==void 0)return o;const s=t.emits;let d={},u=!1;if(!Ii(t)){const l=m=>{const c=Zo(m,e,!0);c&&(u=!0,ct(d,c))};!r&&e.mixins.length&&e.mixins.forEach(l),t.extends&&l(t.extends),t.mixins&&t.mixins.forEach(l)}return!s&&!u?(rt(t)&&n.set(t,null),null):(Li(s)?s.forEach(l=>d[l]=null):ct(d,s),rt(t)&&n.set(t,d),d)}function G2(t,e){return!t||!R2(e)?!1:(e=e.slice(2).replace(/Once$/,""),Hi(t,e[0].toLowerCase()+e.slice(1))||Hi(t,Gt(e))||Hi(t,e))}let gt=null,q2=null;function E2(t){const e=gt;return gt=t,q2=t&&t.type.__scopeId||null,e}function Ue(t){q2=t}function Ge(){q2=null}function Yi(t,e=gt,r){if(!e||t._n)return t;const n=(...o)=>{n._d&&g1(-1);const s=E2(e);let d;try{d=t(...o)}finally{E2(s),n._d&&g1(1)}return d};return n._n=!0,n._c=!0,n._d=!0,n}function un(t){const{type:e,vnode:r,proxy:n,withProxy:o,props:s,propsOptions:[d],slots:u,attrs:l,emit:m,render:c,renderCache:p,data:v,setupState:k,ctx:I,inheritAttrs:_}=t;let R,E;const y=E2(t);try{if(r.shapeFlag&4){const f=o||n,h=f;R=re(c.call(h,f,p,s,k,v,I)),E=l}else{const f=e;R=re(f.length>1?f(s,{attrs:l,slots:u,emit:m}):f(s,null)),E=e.props?l:xd(l)}}catch(f){Br.length=0,U2(f,t,1),R=Pi(Be)}let b=R;if(E&&_!==!1){const f=Object.keys(E),{shapeFlag:h}=b;f.length&&h&7&&(d&&f.some(na)&&(E=yd(E,d)),b=sr(b,E))}return r.dirs&&(b=sr(b),b.dirs=b.dirs?b.dirs.concat(r.dirs):r.dirs),r.transition&&(b.transition=r.transition),R=b,E2(y),R}const xd=t=>{let e;for(const r in t)(r==="class"||r==="style"||R2(r))&&((e||(e={}))[r]=t[r]);return e},yd=(t,e)=>{const r={};for(const n in t)(!na(n)||!(n.slice(9)in e))&&(r[n]=t[n]);return r};function Ad(t,e,r){const{props:n,children:o,component:s}=t,{props:d,children:u,patchFlag:l}=e,m=s.emitsOptions;if(e.dirs||e.transition)return!0;if(r&&l>=0){if(l&1024)return!0;if(l&16)return n?t1(n,d,m):!!d;if(l&8){const c=e.dynamicProps;for(let p=0;p<c.length;p++){const v=c[p];if(d[v]!==n[v]&&!G2(m,v))return!0}}}else return(o||u)&&(!u||!u.$stable)?!0:n===d?!1:n?d?t1(n,d,m):!0:!!d;return!1}function t1(t,e,r){const n=Object.keys(e);if(n.length!==Object.keys(t).length)return!0;for(let o=0;o<n.length;o++){const s=n[o];if(e[s]!==t[s]&&!G2(r,s))return!0}return!1}function Dd({vnode:t,parent:e},r){for(;e;){const n=e.subTree;if(n.suspense&&n.suspense.activeBranch===t&&(n.el=t.el),n===t)(t=e.vnode).el=r,e=e.parent;else break}}const Uo="components",Go=Symbol.for("v-ndc");function xt(t){return st(t)?kd(Uo,t,!1)||t:t||Go}function kd(t,e,r=!0,n=!1){const o=gt||pt;if(o){const s=o.type;if(t===Uo){const u=w5(s,!1);if(u&&(u===e||u===jt(e)||u===z2(jt(e))))return s}const d=e1(o[t]||s[t],e)||e1(o.appContext[t],e);return!d&&n?s:d}}function e1(t,e){return t&&(t[e]||t[jt(e)]||t[z2(jt(e))])}const Ed=t=>t.__isSuspense;function Fd(t,e){e&&e.pendingBranch?Li(t)?e.effects.push(...t):e.effects.push(t):hd(t)}const Bd=Symbol.for("v-scx"),Ld=()=>Oe(Bd);function Id(t,e){return ba(t,null,e)}const s2={};function Wt(t,e,r){return ba(t,e,r)}function ba(t,e,{immediate:r,deep:n,flush:o,once:s,onTrack:d,onTrigger:u}=et){if(e&&s){const x=e;e=(...S)=>{x(...S),h()}}const l=pt,m=x=>n===!0?x:Me(x,n===!1?1:void 0);let c,p=!1,v=!1;if(yt(t)?(c=()=>t.value,p=k2(t)):er(t)?(c=()=>m(t),p=!0):Li(t)?(v=!0,p=t.some(x=>er(x)||k2(x)),c=()=>t.map(x=>{if(yt(x))return x.value;if(er(x))return m(x);if(Ii(x))return Ee(x,l,2)})):Ii(t)?e?c=()=>Ee(t,l,2):c=()=>(k&&k(),Jt(t,l,3,[I])):c=qt,e&&n){const x=c;c=()=>Me(x())}let k,I=x=>{k=b.onStop=()=>{Ee(x,l,4),k=b.onStop=void 0}},_;if(K2)if(I=qt,e?r&&Jt(e,l,3,[c(),v?[]:void 0,I]):c(),o==="sync"){const x=Ld();_=x.__watcherHandles||(x.__watcherHandles=[])}else return qt;let R=v?new Array(t.length).fill(s2):s2;const E=()=>{if(!(!b.active||!b.dirty))if(e){const x=b.run();(n||p||(v?x.some((S,F)=>Fe(S,R[F])):Fe(x,R)))&&(k&&k(),Jt(e,l,3,[x,R===s2?void 0:v&&R[0]===s2?[]:R,I]),R=x)}else b.run()};E.allowRecurse=!!e;let y;o==="sync"?y=E:o==="post"?y=()=>It(E,l&&l.suspense):(E.pre=!0,l&&(E.id=l.uid),y=()=>pa(E));const b=new da(c,qt,y),f=Co(),h=()=>{b.stop(),f&&aa(f.effects,b)};return e?r?E():R=b.run():o==="post"?It(b.run.bind(b),l&&l.suspense):b.run(),_&&_.push(h),h}function Sd(t,e,r){const n=this.proxy,o=st(t)?t.includes(".")?qo(n,t):()=>n[t]:t.bind(n,n);let s;Ii(e)?s=e:(s=e.handler,r=e);const d=Hr(this),u=ba(o,s.bind(n),r);return d(),u}function qo(t,e){const r=e.split(".");return()=>{let n=t;for(let o=0;o<r.length&&n;o++)n=n[r[o]];return n}}function Me(t,e,r=0,n){if(!rt(t)||t.__v_skip)return t;if(e&&e>0){if(r>=e)return t;r++}if(n=n||new Set,n.has(t))return t;if(n.add(t),yt(t))Me(t.value,e,r,n);else if(Li(t))for(let o=0;o<t.length;o++)Me(t[o],e,r,n);else if(co(t)||tr(t))t.forEach(o=>{Me(o,e,r,n)});else if(po(t))for(const o in t)Me(t[o],e,r,n);return t}function Td(t,e){if(gt===null)return t;const r=X2(gt)||gt.proxy,n=t.dirs||(t.dirs=[]);for(let o=0;o<e.length;o++){let[s,d,u,l=et]=e[o];s&&(Ii(s)&&(s={mounted:s,updated:s}),s.deep&&Me(d),n.push({dir:s,instance:r,value:d,oldValue:void 0,arg:u,modifiers:l}))}return t}function Te(t,e,r,n){const o=t.dirs,s=e&&e.dirs;for(let d=0;d<o.length;d++){const u=o[d];s&&(u.oldValue=s[d].value);let l=u.dir[n];l&&(We(),Jt(l,r,8,[t.el,u,t,e]),Ze())}}/*! #__NO_SIDE_EFFECTS__ */function vt(t,e){return Ii(t)?ct({name:t.name},e,{setup:t}):t}const kr=t=>!!t.type.__asyncLoader,Ho=t=>t.type.__isKeepAlive;function _d(t,e){Vo(t,"a",e)}function Nd(t,e){Vo(t,"da",e)}function Vo(t,e,r=pt){const n=t.__wdc||(t.__wdc=()=>{let o=r;for(;o;){if(o.isDeactivated)return;o=o.parent}return t()});if(H2(e,n,r),r){let o=r.parent;for(;o&&o.parent;)Ho(o.parent.vnode)&&Md(n,e,r,o),o=o.parent}}function Md(t,e,r,n){const o=H2(e,t,n,!0);qr(()=>{aa(n[e],o)},r)}function H2(t,e,r=pt,n=!1){if(r){const o=r[t]||(r[t]=[]),s=e.__weh||(e.__weh=(...d)=>{if(r.isUnmounted)return;We();const u=Hr(r),l=Jt(e,r,t,d);return u(),Ze(),l});return n?o.unshift(s):o.push(s),s}}const fe=t=>(e,r=pt)=>(!K2||t==="sp")&&H2(t,(...n)=>e(...n),r),Rd=fe("bm"),mr=fe("m"),Pd=fe("bu"),Od=fe("u"),zd=fe("bum"),qr=fe("um"),jd=fe("sp"),Wd=fe("rtg"),Zd=fe("rtc");function Ud(t,e=pt){H2("ec",t,e)}function $i(t,e,r,n){let o;const s=r&&r[n];if(Li(t)||st(t)){o=new Array(t.length);for(let d=0,u=t.length;d<u;d++)o[d]=e(t[d],d,void 0,s&&s[d])}else if(typeof t=="number"){o=new Array(t);for(let d=0;d<t;d++)o[d]=e(d+1,d,void 0,s&&s[d])}else if(rt(t))if(t[Symbol.iterator])o=Array.from(t,(d,u)=>e(d,u,void 0,s&&s[u]));else{const d=Object.keys(t);o=new Array(d.length);for(let u=0,l=d.length;u<l;u++){const m=d[u];o[u]=e(t[m],m,u,s&&s[u])}}else o=[];return r&&(r[n]=o),o}function it(t,e,r={},n,o){if(gt.isCE||gt.parent&&kr(gt.parent)&>.parent.isCE)return e!=="default"&&(r.name=e),Pi("slot",r,n&&n());let s=t[e];s&&s._c&&(s._d=!1),G();const d=s&&$o(s(r)),u=zi(Bi,{key:r.key||d&&d.key||`_${e}`},d||(n?n():[]),d&&t._===1?64:-2);return!o&&u.scopeId&&(u.slotScopeIds=[u.scopeId+"-s"]),s&&s._c&&(s._d=!0),u}function $o(t){return t.some(e=>B2(e)?!(e.type===Be||e.type===Bi&&!$o(e.children)):!0)?t:null}const Rn=t=>t?s3(t)?X2(t)||t.proxy:Rn(t.parent):null,Er=ct(Object.create(null),{$:t=>t,$el:t=>t.vnode.el,$data:t=>t.data,$props:t=>t.props,$attrs:t=>t.attrs,$slots:t=>t.slots,$refs:t=>t.refs,$parent:t=>Rn(t.parent),$root:t=>Rn(t.root),$emit:t=>t.emit,$options:t=>ha(t),$forceUpdate:t=>t.f||(t.f=()=>{t.effect.dirty=!0,pa(t.update)}),$nextTick:t=>t.n||(t.n=nr.bind(t.proxy)),$watch:t=>Sd.bind(t)}),gn=(t,e)=>t!==et&&!t.__isScriptSetup&&Hi(t,e),Gd={get({_:t},e){const{ctx:r,setupState:n,data:o,props:s,accessCache:d,type:u,appContext:l}=t;let m;if(e[0]!=="$"){const k=d[e];if(k!==void 0)switch(k){case 1:return n[e];case 2:return o[e];case 4:return r[e];case 3:return s[e]}else{if(gn(n,e))return d[e]=1,n[e];if(o!==et&&Hi(o,e))return d[e]=2,o[e];if((m=t.propsOptions[0])&&Hi(m,e))return d[e]=3,s[e];if(r!==et&&Hi(r,e))return d[e]=4,r[e];Pn&&(d[e]=0)}}const c=Er[e];let p,v;if(c)return e==="$attrs"&&Nt(t,"get",e),c(t);if((p=u.__cssModules)&&(p=p[e]))return p;if(r!==et&&Hi(r,e))return d[e]=4,r[e];if(v=l.config.globalProperties,Hi(v,e))return v[e]},set({_:t},e,r){const{data:n,setupState:o,ctx:s}=t;return gn(o,e)?(o[e]=r,!0):n!==et&&Hi(n,e)?(n[e]=r,!0):Hi(t.props,e)||e[0]==="$"&&e.slice(1)in t?!1:(s[e]=r,!0)},has({_:{data:t,setupState:e,accessCache:r,ctx:n,appContext:o,propsOptions:s}},d){let u;return!!r[d]||t!==et&&Hi(t,d)||gn(e,d)||(u=s[0])&&Hi(u,d)||Hi(n,d)||Hi(Er,d)||Hi(o.config.globalProperties,d)},defineProperty(t,e,r){return r.get!=null?t._.accessCache[e]=0:Hi(r,"value")&&this.set(t,e,r.value,null),Reflect.defineProperty(t,e,r)}};function V2(){return Yo().slots}function qd(){return Yo().attrs}function Yo(){const t=J2();return t.setupContext||(t.setupContext=l3(t))}function r1(t){return Li(t)?t.reduce((e,r)=>(e[r]=null,e),{}):t}let Pn=!0;function Hd(t){const e=ha(t),r=t.proxy,n=t.ctx;Pn=!1,e.beforeCreate&&n1(e.beforeCreate,t,"bc");const{data:o,computed:s,methods:d,watch:u,provide:l,inject:m,created:c,beforeMount:p,mounted:v,beforeUpdate:k,updated:I,activated:_,deactivated:R,beforeDestroy:E,beforeUnmount:y,destroyed:b,unmounted:f,render:h,renderTracked:x,renderTriggered:S,errorCaptured:F,serverPrefetch:z,expose:T,inheritAttrs:W,components:V,directives:ii,filters:L}=e;if(m&&Vd(m,n,null),d)for(const oi in d){const gi=d[oi];Ii(gi)&&(n[oi]=gi.bind(r))}if(o){const oi=o.call(r,r);rt(oi)&&(t.data=W2(oi))}if(Pn=!0,s)for(const oi in s){const gi=s[oi],N=Ii(gi)?gi.bind(r,r):Ii(gi.get)?gi.get.bind(r,r):qt,Q=!Ii(gi)&&Ii(gi.set)?gi.set.bind(r):qt,J=Ri({get:N,set:Q});Object.defineProperty(n,oi,{enumerable:!0,configurable:!0,get:()=>J.value,set:ci=>J.value=ci})}if(u)for(const oi in u)Jo(u[oi],n,r,oi);if(l){const oi=Ii(l)?l.call(r):l;Reflect.ownKeys(oi).forEach(gi=>{wa(gi,oi[gi])})}c&&n1(c,t,"c");function $(oi,gi){Li(gi)?gi.forEach(N=>oi(N.bind(r))):gi&&oi(gi.bind(r))}if($(Rd,p),$(mr,v),$(Pd,k),$(Od,I),$(_d,_),$(Nd,R),$(Ud,F),$(Zd,x),$(Wd,S),$(zd,y),$(qr,f),$(jd,z),Li(T))if(T.length){const oi=t.exposed||(t.exposed={});T.forEach(gi=>{Object.defineProperty(oi,gi,{get:()=>r[gi],set:N=>r[gi]=N})})}else t.exposed||(t.exposed={});h&&t.render===qt&&(t.render=h),W!=null&&(t.inheritAttrs=W),V&&(t.components=V),ii&&(t.directives=ii)}function Vd(t,e,r=qt){Li(t)&&(t=On(t));for(const n in t){const o=t[n];let s;rt(o)?"default"in o?s=Oe(o.from||n,o.default,!0):s=Oe(o.from||n):s=Oe(o),yt(s)?Object.defineProperty(e,n,{enumerable:!0,configurable:!0,get:()=>s.value,set:d=>s.value=d}):e[n]=s}}function n1(t,e,r){Jt(Li(t)?t.map(n=>n.bind(e.proxy)):t.bind(e.proxy),e,r)}function Jo(t,e,r,n){const o=n.includes(".")?qo(r,n):()=>r[n];if(st(t)){const s=e[t];Ii(s)&&Wt(o,s)}else if(Ii(t))Wt(o,t.bind(r));else if(rt(t))if(Li(t))t.forEach(s=>Jo(s,e,r,n));else{const s=Ii(t.handler)?t.handler.bind(r):e[t.handler];Ii(s)&&Wt(o,s,t)}}function ha(t){const e=t.type,{mixins:r,extends:n}=e,{mixins:o,optionsCache:s,config:{optionMergeStrategies:d}}=t.appContext,u=s.get(e);let l;return u?l=u:!o.length&&!r&&!n?l=e:(l={},o.length&&o.forEach(m=>F2(l,m,d,!0)),F2(l,e,d)),rt(e)&&s.set(e,l),l}function F2(t,e,r,n=!1){const{mixins:o,extends:s}=e;s&&F2(t,s,r,!0),o&&o.forEach(d=>F2(t,d,r,!0));for(const d in e)if(!(n&&d==="expose")){const u=$d[d]||r&&r[d];t[d]=u?u(t[d],e[d]):e[d]}return t}const $d={data:a1,props:o1,emits:o1,methods:yr,computed:yr,beforeCreate:kt,created:kt,beforeMount:kt,mounted:kt,beforeUpdate:kt,updated:kt,beforeDestroy:kt,beforeUnmount:kt,destroyed:kt,unmounted:kt,activated:kt,deactivated:kt,errorCaptured:kt,serverPrefetch:kt,components:yr,directives:yr,watch:Jd,provide:a1,inject:Yd};function a1(t,e){return e?t?function(){return ct(Ii(t)?t.call(this,this):t,Ii(e)?e.call(this,this):e)}:e:t}function Yd(t,e){return yr(On(t),On(e))}function On(t){if(Li(t)){const e={};for(let r=0;r<t.length;r++)e[t[r]]=t[r];return e}return t}function kt(t,e){return t?[...new Set([].concat(t,e))]:e}function yr(t,e){return t?ct(Object.create(null),t,e):e}function o1(t,e){return t?Li(t)&&Li(e)?[...new Set([...t,...e])]:ct(Object.create(null),r1(t),r1(e!=null?e:{})):e}function Jd(t,e){if(!t)return e;if(!e)return t;const r=ct(Object.create(null),t);for(const n in e)r[n]=kt(t[n],e[n]);return r}function Ko(){return{app:null,config:{isNativeTag:Es,performance:!1,globalProperties:{},optionMergeStrategies:{},errorHandler:void 0,warnHandler:void 0,compilerOptions:{}},mixins:[],components:{},directives:{},provides:Object.create(null),optionsCache:new WeakMap,propsCache:new WeakMap,emitsCache:new WeakMap}}let Kd=0;function Xd(t,e){return function(n,o=null){Ii(n)||(n=ct({},n)),o!=null&&!rt(o)&&(o=null);const s=Ko(),d=new WeakSet;let u=!1;const l=s.app={_uid:Kd++,_component:n,_props:o,_container:null,_context:s,_instance:null,version:y5,get config(){return s.config},set config(m){},use(m,...c){return d.has(m)||(m&&Ii(m.install)?(d.add(m),m.install(l,...c)):Ii(m)&&(d.add(m),m(l,...c))),l},mixin(m){return s.mixins.includes(m)||s.mixins.push(m),l},component(m,c){return c?(s.components[m]=c,l):s.components[m]},directive(m,c){return c?(s.directives[m]=c,l):s.directives[m]},mount(m,c,p){if(!u){const v=Pi(n,o);return v.appContext=s,p===!0?p="svg":p===!1&&(p=void 0),c&&e?e(v,m):t(v,m,p),u=!0,l._container=m,m.__vue_app__=l,X2(v.component)||v.component.proxy}},unmount(){u&&(t(null,l._container),delete l._container.__vue_app__)},provide(m,c){return s.provides[m]=c,l},runWithContext(m){const c=Fr;Fr=l;try{return m()}finally{Fr=c}}};return l}}let Fr=null;function wa(t,e){if(pt){let r=pt.provides;const n=pt.parent&&pt.parent.provides;n===r&&(r=pt.provides=Object.create(n)),r[t]=e}}function Oe(t,e,r=!1){const n=pt||gt;if(n||Fr){const o=n?n.parent==null?n.vnode.appContext&&n.vnode.appContext.provides:n.parent.provides:Fr._context.provides;if(o&&t in o)return o[t];if(arguments.length>1)return r&&Ii(e)?e.call(n&&n.proxy):e}}function Qd(t,e,r,n=!1){const o={},s={};A2(s,Y2,1),t.propsDefaults=Object.create(null),Xo(t,e,o,s);for(const d in t.propsOptions[0])d in o||(o[d]=void 0);r?t.props=n?o:sd(o):t.type.props?t.props=o:t.props=s,t.attrs=s}function i5(t,e,r,n){const{props:o,attrs:s,vnode:{patchFlag:d}}=t,u=Ji(o),[l]=t.propsOptions;let m=!1;if((n||d>0)&&!(d&16)){if(d&8){const c=t.vnode.dynamicProps;for(let p=0;p<c.length;p++){let v=c[p];if(G2(t.emitsOptions,v))continue;const k=e[v];if(l)if(Hi(s,v))k!==s[v]&&(s[v]=k,m=!0);else{const I=jt(v);o[I]=zn(l,u,I,k,t,!1)}else k!==s[v]&&(s[v]=k,m=!0)}}}else{Xo(t,e,o,s)&&(m=!0);let c;for(const p in u)(!e||!Hi(e,p)&&((c=Gt(p))===p||!Hi(e,c)))&&(l?r&&(r[p]!==void 0||r[c]!==void 0)&&(o[p]=zn(l,u,p,void 0,t,!0)):delete o[p]);if(s!==u)for(const p in s)(!e||!Hi(e,p))&&(delete s[p],m=!0)}m&&le(t,"set","$attrs")}function Xo(t,e,r,n){const[o,s]=t.propsOptions;let d=!1,u;if(e)for(let l in e){if(Dr(l))continue;const m=e[l];let c;o&&Hi(o,c=jt(l))?!s||!s.includes(c)?r[c]=m:(u||(u={}))[c]=m:G2(t.emitsOptions,l)||(!(l in n)||m!==n[l])&&(n[l]=m,d=!0)}if(s){const l=Ji(r),m=u||et;for(let c=0;c<s.length;c++){const p=s[c];r[p]=zn(o,l,p,m[p],t,!Hi(m,p))}}return d}function zn(t,e,r,n,o,s){const d=t[r];if(d!=null){const u=Hi(d,"default");if(u&&n===void 0){const l=d.default;if(d.type!==Function&&!d.skipFactory&&Ii(l)){const{propsDefaults:m}=o;if(r in m)n=m[r];else{const c=Hr(o);n=m[r]=l.call(null,e),c()}}else n=l}d[0]&&(s&&!u?n=!1:d[1]&&(n===""||n===Gt(r))&&(n=!0))}return n}function Qo(t,e,r=!1){const n=e.propsCache,o=n.get(t);if(o)return o;const s=t.props,d={},u=[];let l=!1;if(!Ii(t)){const c=p=>{l=!0;const[v,k]=Qo(p,e,!0);ct(d,v),k&&u.push(...k)};!r&&e.mixins.length&&e.mixins.forEach(c),t.extends&&c(t.extends),t.mixins&&t.mixins.forEach(c)}if(!s&&!l)return rt(t)&&n.set(t,ir),ir;if(Li(s))for(let c=0;c<s.length;c++){const p=jt(s[c]);s1(p)&&(d[p]=et)}else if(s)for(const c in s){const p=jt(c);if(s1(p)){const v=s[c],k=d[p]=Li(v)||Ii(v)?{type:v}:ct({},v);if(k){const I=u1(Boolean,k.type),_=u1(String,k.type);k[0]=I>-1,k[1]=_<0||I<_,(I>-1||Hi(k,"default"))&&u.push(p)}}}const m=[d,u];return rt(t)&&n.set(t,m),m}function s1(t){return t[0]!=="$"&&!Dr(t)}function d1(t){return t===null?"null":typeof t=="function"?t.name||"":typeof t=="object"&&t.constructor&&t.constructor.name||""}function l1(t,e){return d1(t)===d1(e)}function u1(t,e){return Li(e)?e.findIndex(r=>l1(r,t)):Ii(e)&&l1(e,t)?0:-1}const i3=t=>t[0]==="_"||t==="$stable",Ca=t=>Li(t)?t.map(re):[re(t)],t5=(t,e,r)=>{if(e._n)return e;const n=Yi((...o)=>Ca(e(...o)),r);return n._c=!1,n},t3=(t,e,r)=>{const n=t._ctx;for(const o in t){if(i3(o))continue;const s=t[o];if(Ii(s))e[o]=t5(o,s,n);else if(s!=null){const d=Ca(s);e[o]=()=>d}}},e3=(t,e)=>{const r=Ca(e);t.slots.default=()=>r},e5=(t,e)=>{if(t.vnode.shapeFlag&32){const r=e._;r?(t.slots=Ji(e),A2(e,"_",r)):t3(e,t.slots={})}else t.slots={},e&&e3(t,e);A2(t.slots,Y2,1)},r5=(t,e,r)=>{const{vnode:n,slots:o}=t;let s=!0,d=et;if(n.shapeFlag&32){const u=e._;u?r&&u===1?s=!1:(ct(o,e),!r&&u===1&&delete o._):(s=!e.$stable,t3(e,o)),d=e}else e&&(e3(t,e),d={default:1});if(s)for(const u in o)!i3(u)&&d[u]==null&&delete o[u]};function jn(t,e,r,n,o=!1){if(Li(t)){t.forEach((v,k)=>jn(v,e&&(Li(e)?e[k]:e),r,n,o));return}if(kr(n)&&!o)return;const s=n.shapeFlag&4?X2(n.component)||n.component.proxy:n.el,d=o?null:s,{i:u,r:l}=t,m=e&&e.r,c=u.refs===et?u.refs={}:u.refs,p=u.setupState;if(m!=null&&m!==l&&(st(m)?(c[m]=null,Hi(p,m)&&(p[m]=null)):yt(m)&&(m.value=null)),Ii(l))Ee(l,u,12,[d,c]);else{const v=st(l),k=yt(l);if(v||k){const I=()=>{if(t.f){const _=v?Hi(p,l)?p[l]:c[l]:l.value;o?Li(_)&&aa(_,s):Li(_)?_.includes(s)||_.push(s):v?(c[l]=[s],Hi(p,l)&&(p[l]=c[l])):(l.value=[s],t.k&&(c[t.k]=l.value))}else v?(c[l]=d,Hi(p,l)&&(p[l]=d)):k&&(l.value=d,t.k&&(c[t.k]=d))};d?(I.id=-1,It(I,r)):I()}}}function n5(){typeof __VUE_PROD_HYDRATION_MISMATCH_DETAILS__!="boolean"&&(sa().__VUE_PROD_HYDRATION_MISMATCH_DETAILS__=!1)}const It=Fd;function a5(t){return o5(t)}function o5(t,e){n5();const r=sa();r.__VUE__=!0;const{insert:n,remove:o,patchProp:s,createElement:d,createText:u,createComment:l,setText:m,setElementText:c,parentNode:p,nextSibling:v,setScopeId:k=qt,insertStaticContent:I}=t,_=(C,D,U,Y=null,O=null,ei=null,fi=void 0,j=null,ai=!!D.dynamicChildren)=>{if(C===D)return;C&&!fr(C,D)&&(Y=Fi(C),ci(C,O,ei,!0),C=null),D.patchFlag===-2&&(ai=!1,D.dynamicChildren=null);const{type:K,ref:ui,shapeFlag:pi}=D;switch(K){case $2:R(C,D,U,Y);break;case Be:E(C,D,U,Y);break;case cn:C==null&&y(D,U,Y,fi);break;case Bi:V(C,D,U,Y,O,ei,fi,j,ai);break;default:pi&1?h(C,D,U,Y,O,ei,fi,j,ai):pi&6?ii(C,D,U,Y,O,ei,fi,j,ai):(pi&64||pi&128)&&K.process(C,D,U,Y,O,ei,fi,j,ai,Ui)}ui!=null&&O&&jn(ui,C&&C.ref,ei,D||C,!D)},R=(C,D,U,Y)=>{if(C==null)n(D.el=u(D.children),U,Y);else{const O=D.el=C.el;D.children!==C.children&&m(O,D.children)}},E=(C,D,U,Y)=>{C==null?n(D.el=l(D.children||""),U,Y):D.el=C.el},y=(C,D,U,Y)=>{[C.el,C.anchor]=I(C.children,D,U,Y,C.el,C.anchor)},b=({el:C,anchor:D},U,Y)=>{let O;for(;C&&C!==D;)O=v(C),n(C,U,Y),C=O;n(D,U,Y)},f=({el:C,anchor:D})=>{let U;for(;C&&C!==D;)U=v(C),o(C),C=U;o(D)},h=(C,D,U,Y,O,ei,fi,j,ai)=>{D.type==="svg"?fi="svg":D.type==="math"&&(fi="mathml"),C==null?x(D,U,Y,O,ei,fi,j,ai):z(C,D,O,ei,fi,j,ai)},x=(C,D,U,Y,O,ei,fi,j)=>{let ai,K;const{props:ui,shapeFlag:pi,transition:bi,dirs:ti}=C;if(ai=C.el=d(C.type,ei,ui&&ui.is,ui),pi&8?c(ai,C.children):pi&16&&F(C.children,ai,null,Y,O,mn(C,ei),fi,j),ti&&Te(C,null,Y,"created"),S(ai,C,C.scopeId,fi,Y),ui){for(const Si in ui)Si!=="value"&&!Dr(Si)&&s(ai,Si,null,ui[Si],ei,C.children,Y,O,Wi);"value"in ui&&s(ai,"value",null,ui.value,ei),(K=ui.onVnodeBeforeMount)&&ee(K,Y,C)}ti&&Te(C,null,Y,"beforeMount");const X=s5(O,bi);X&&bi.beforeEnter(ai),n(ai,D,U),((K=ui&&ui.onVnodeMounted)||X||ti)&&It(()=>{K&&ee(K,Y,C),X&&bi.enter(ai),ti&&Te(C,null,Y,"mounted")},O)},S=(C,D,U,Y,O)=>{if(U&&k(C,U),Y)for(let ei=0;ei<Y.length;ei++)k(C,Y[ei]);if(O){let ei=O.subTree;if(D===ei){const fi=O.vnode;S(C,fi,fi.scopeId,fi.slotScopeIds,O.parent)}}},F=(C,D,U,Y,O,ei,fi,j,ai=0)=>{for(let K=ai;K<C.length;K++){const ui=C[K]=j?xe(C[K]):re(C[K]);_(null,ui,D,U,Y,O,ei,fi,j)}},z=(C,D,U,Y,O,ei,fi)=>{const j=D.el=C.el;let{patchFlag:ai,dynamicChildren:K,dirs:ui}=D;ai|=C.patchFlag&16;const pi=C.props||et,bi=D.props||et;let ti;if(U&&_e(U,!1),(ti=bi.onVnodeBeforeUpdate)&&ee(ti,U,D,C),ui&&Te(D,C,U,"beforeUpdate"),U&&_e(U,!0),K?T(C.dynamicChildren,K,j,U,Y,mn(D,O),ei):fi||gi(C,D,j,null,U,Y,mn(D,O),ei,!1),ai>0){if(ai&16)W(j,D,pi,bi,U,Y,O);else if(ai&2&&pi.class!==bi.class&&s(j,"class",null,bi.class,O),ai&4&&s(j,"style",pi.style,bi.style,O),ai&8){const X=D.dynamicProps;for(let Si=0;Si<X.length;Si++){const Ti=X[Si],Ki=pi[Ti],Qi=bi[Ti];(Qi!==Ki||Ti==="value")&&s(j,Ti,Ki,Qi,O,C.children,U,Y,Wi)}}ai&1&&C.children!==D.children&&c(j,D.children)}else!fi&&K==null&&W(j,D,pi,bi,U,Y,O);((ti=bi.onVnodeUpdated)||ui)&&It(()=>{ti&&ee(ti,U,D,C),ui&&Te(D,C,U,"updated")},Y)},T=(C,D,U,Y,O,ei,fi)=>{for(let j=0;j<D.length;j++){const ai=C[j],K=D[j],ui=ai.el&&(ai.type===Bi||!fr(ai,K)||ai.shapeFlag&70)?p(ai.el):U;_(ai,K,ui,null,Y,O,ei,fi,!0)}},W=(C,D,U,Y,O,ei,fi)=>{if(U!==Y){if(U!==et)for(const j in U)!Dr(j)&&!(j in Y)&&s(C,j,U[j],null,fi,D.children,O,ei,Wi);for(const j in Y){if(Dr(j))continue;const ai=Y[j],K=U[j];ai!==K&&j!=="value"&&s(C,j,K,ai,fi,D.children,O,ei,Wi)}"value"in Y&&s(C,"value",U.value,Y.value,fi)}},V=(C,D,U,Y,O,ei,fi,j,ai)=>{const K=D.el=C?C.el:u(""),ui=D.anchor=C?C.anchor:u("");let{patchFlag:pi,dynamicChildren:bi,slotScopeIds:ti}=D;ti&&(j=j?j.concat(ti):ti),C==null?(n(K,U,Y),n(ui,U,Y),F(D.children||[],U,ui,O,ei,fi,j,ai)):pi>0&&pi&64&&bi&&C.dynamicChildren?(T(C.dynamicChildren,bi,U,O,ei,fi,j),(D.key!=null||O&&D===O.subTree)&&r3(C,D,!0)):gi(C,D,U,ui,O,ei,fi,j,ai)},ii=(C,D,U,Y,O,ei,fi,j,ai)=>{D.slotScopeIds=j,C==null?D.shapeFlag&512?O.ctx.activate(D,U,Y,fi,ai):L(D,U,Y,O,ei,fi,ai):Z(C,D,ai)},L=(C,D,U,Y,O,ei,fi)=>{const j=C.component=v5(C,Y,O);if(Ho(C)&&(j.ctx.renderer=Ui),p5(j),j.asyncDep){if(O&&O.registerDep(j,$),!C.el){const ai=j.subTree=Pi(Be);E(null,ai,D,U)}}else $(j,C,D,U,O,ei,fi)},Z=(C,D,U)=>{const Y=D.component=C.component;if(Ad(C,D,U))if(Y.asyncDep&&!Y.asyncResolved){oi(Y,D,U);return}else Y.next=D,bd(Y.update),Y.effect.dirty=!0,Y.update();else D.el=C.el,Y.vnode=D},$=(C,D,U,Y,O,ei,fi)=>{const j=()=>{if(C.isMounted){let{next:ui,bu:pi,u:bi,parent:ti,vnode:X}=C;{const yi=n3(C);if(yi){ui&&(ui.el=X.el,oi(C,ui,fi)),yi.asyncDep.then(()=>{C.isUnmounted||j()});return}}let Si=ui,Ti;_e(C,!1),ui?(ui.el=X.el,oi(C,ui,fi)):ui=X,pi&&dn(pi),(Ti=ui.props&&ui.props.onVnodeBeforeUpdate)&&ee(Ti,ti,ui,X),_e(C,!0);const Ki=un(C),Qi=C.subTree;C.subTree=Ki,_(Qi,Ki,p(Qi.el),Fi(Qi),C,O,ei),ui.el=Ki.el,Si===null&&Dd(C,Ki.el),bi&&It(bi,O),(Ti=ui.props&&ui.props.onVnodeUpdated)&&It(()=>ee(Ti,ti,ui,X),O)}else{let ui;const{el:pi,props:bi}=D,{bm:ti,m:X,parent:Si}=C,Ti=kr(D);if(_e(C,!1),ti&&dn(ti),!Ti&&(ui=bi&&bi.onVnodeBeforeMount)&&ee(ui,Si,D),_e(C,!0),pi&&Mi){const Ki=()=>{C.subTree=un(C),Mi(pi,C.subTree,C,O,null)};Ti?D.type.__asyncLoader().then(()=>!C.isUnmounted&&Ki()):Ki()}else{const Ki=C.subTree=un(C);_(null,Ki,U,Y,C,O,ei),D.el=Ki.el}if(X&&It(X,O),!Ti&&(ui=bi&&bi.onVnodeMounted)){const Ki=D;It(()=>ee(ui,Si,Ki),O)}(D.shapeFlag&256||Si&&kr(Si.vnode)&&Si.vnode.shapeFlag&256)&&C.a&&It(C.a,O),C.isMounted=!0,D=U=Y=null}},ai=C.effect=new da(j,qt,()=>pa(K),C.scope),K=C.update=()=>{ai.dirty&&ai.run()};K.id=C.uid,_e(C,!0),K()},oi=(C,D,U)=>{D.component=C;const Y=C.vnode.props;C.vnode=D,C.next=null,i5(C,D.props,Y,U),r5(C,D.children,U),We(),i1(C),Ze()},gi=(C,D,U,Y,O,ei,fi,j,ai=!1)=>{const K=C&&C.children,ui=C?C.shapeFlag:0,pi=D.children,{patchFlag:bi,shapeFlag:ti}=D;if(bi>0){if(bi&128){Q(K,pi,U,Y,O,ei,fi,j,ai);return}else if(bi&256){N(K,pi,U,Y,O,ei,fi,j,ai);return}}ti&8?(ui&16&&Wi(K,O,ei),pi!==K&&c(U,pi)):ui&16?ti&16?Q(K,pi,U,Y,O,ei,fi,j,ai):Wi(K,O,ei,!0):(ui&8&&c(U,""),ti&16&&F(pi,U,Y,O,ei,fi,j,ai))},N=(C,D,U,Y,O,ei,fi,j,ai)=>{C=C||ir,D=D||ir;const K=C.length,ui=D.length,pi=Math.min(K,ui);let bi;for(bi=0;bi<pi;bi++){const ti=D[bi]=ai?xe(D[bi]):re(D[bi]);_(C[bi],ti,U,null,O,ei,fi,j,ai)}K>ui?Wi(C,O,ei,!0,!1,pi):F(D,U,Y,O,ei,fi,j,ai,pi)},Q=(C,D,U,Y,O,ei,fi,j,ai)=>{let K=0;const ui=D.length;let pi=C.length-1,bi=ui-1;for(;K<=pi&&K<=bi;){const ti=C[K],X=D[K]=ai?xe(D[K]):re(D[K]);if(fr(ti,X))_(ti,X,U,null,O,ei,fi,j,ai);else break;K++}for(;K<=pi&&K<=bi;){const ti=C[pi],X=D[bi]=ai?xe(D[bi]):re(D[bi]);if(fr(ti,X))_(ti,X,U,null,O,ei,fi,j,ai);else break;pi--,bi--}if(K>pi){if(K<=bi){const ti=bi+1,X=ti<ui?D[ti].el:Y;for(;K<=bi;)_(null,D[K]=ai?xe(D[K]):re(D[K]),U,X,O,ei,fi,j,ai),K++}}else if(K>bi)for(;K<=pi;)ci(C[K],O,ei,!0),K++;else{const ti=K,X=K,Si=new Map;for(K=X;K<=bi;K++){const nt=D[K]=ai?xe(D[K]):re(D[K]);nt.key!=null&&Si.set(nt.key,K)}let Ti,Ki=0;const Qi=bi-X+1;let yi=!1,se=0;const Zt=new Array(Qi);for(K=0;K<Qi;K++)Zt[K]=0;for(K=ti;K<=pi;K++){const nt=C[K];if(Ki>=Qi){ci(nt,O,ei,!0);continue}let ot;if(nt.key!=null)ot=Si.get(nt.key);else for(Ti=X;Ti<=bi;Ti++)if(Zt[Ti-X]===0&&fr(nt,D[Ti])){ot=Ti;break}ot===void 0?ci(nt,O,ei,!0):(Zt[ot-X]=K+1,ot>=se?se=ot:yi=!0,_(nt,D[ot],U,null,O,ei,fi,j,ai),Ki++)}const be=yi?d5(Zt):ir;for(Ti=be.length-1,K=Qi-1;K>=0;K--){const nt=X+K,ot=D[nt],a=nt+1<ui?D[nt+1].el:Y;Zt[K]===0?_(null,ot,U,a,O,ei,fi,j,ai):yi&&(Ti<0||K!==be[Ti]?J(ot,U,a,2):Ti--)}}},J=(C,D,U,Y,O=null)=>{const{el:ei,type:fi,transition:j,children:ai,shapeFlag:K}=C;if(K&6){J(C.component.subTree,D,U,Y);return}if(K&128){C.suspense.move(D,U,Y);return}if(K&64){fi.move(C,D,U,Ui);return}if(fi===Bi){n(ei,D,U);for(let pi=0;pi<ai.length;pi++)J(ai[pi],D,U,Y);n(C.anchor,D,U);return}if(fi===cn){b(C,D,U);return}if(Y!==2&&K&1&&j)if(Y===0)j.beforeEnter(ei),n(ei,D,U),It(()=>j.enter(ei),O);else{const{leave:pi,delayLeave:bi,afterLeave:ti}=j,X=()=>n(ei,D,U),Si=()=>{pi(ei,()=>{X(),ti&&ti()})};bi?bi(ei,X,Si):Si()}else n(ei,D,U)},ci=(C,D,U,Y=!1,O=!1)=>{const{type:ei,props:fi,ref:j,children:ai,dynamicChildren:K,shapeFlag:ui,patchFlag:pi,dirs:bi}=C;if(j!=null&&jn(j,null,U,C,!0),ui&256){D.ctx.deactivate(C);return}const ti=ui&1&&bi,X=!kr(C);let Si;if(X&&(Si=fi&&fi.onVnodeBeforeUnmount)&&ee(Si,D,C),ui&6)xi(C.component,U,Y);else{if(ui&128){C.suspense.unmount(U,Y);return}ti&&Te(C,null,D,"beforeUnmount"),ui&64?C.type.remove(C,D,U,O,Ui,Y):K&&(ei!==Bi||pi>0&&pi&64)?Wi(K,D,U,!1,!0):(ei===Bi&&pi&384||!O&&ui&16)&&Wi(ai,D,U),Y&&H(C)}(X&&(Si=fi&&fi.onVnodeUnmounted)||ti)&&It(()=>{Si&&ee(Si,D,C),ti&&Te(C,null,D,"unmounted")},U)},H=C=>{const{type:D,el:U,anchor:Y,transition:O}=C;if(D===Bi){Di(U,Y);return}if(D===cn){f(C);return}const ei=()=>{o(U),O&&!O.persisted&&O.afterLeave&&O.afterLeave()};if(C.shapeFlag&1&&O&&!O.persisted){const{leave:fi,delayLeave:j}=O,ai=()=>fi(U,ei);j?j(C.el,ei,ai):ai()}else ei()},Di=(C,D)=>{let U;for(;C!==D;)U=v(C),o(C),C=U;o(D)},xi=(C,D,U)=>{const{bum:Y,scope:O,update:ei,subTree:fi,um:j}=C;Y&&dn(Y),O.stop(),ei&&(ei.active=!1,ci(fi,C,D,U)),j&&It(j,D),It(()=>{C.isUnmounted=!0},D),D&&D.pendingBranch&&!D.isUnmounted&&C.asyncDep&&!C.asyncResolved&&C.suspenseId===D.pendingId&&(D.deps--,D.deps===0&&D.resolve())},Wi=(C,D,U,Y=!1,O=!1,ei=0)=>{for(let fi=ei;fi<C.length;fi++)ci(C[fi],D,U,Y,O)},Fi=C=>C.shapeFlag&6?Fi(C.component.subTree):C.shapeFlag&128?C.suspense.next():v(C.anchor||C.el);let ni=!1;const di=(C,D,U)=>{C==null?D._vnode&&ci(D._vnode,null,null,!0):_(D._vnode||null,C,D,null,null,null,U),ni||(ni=!0,i1(),jo(),ni=!1),D._vnode=C},Ui={p:_,um:ci,m:J,r:H,mt:L,mc:F,pc:gi,pbc:T,n:Fi,o:t};let Zi,Mi;return e&&([Zi,Mi]=e(Ui)),{render:di,hydrate:Zi,createApp:Xd(di,Zi)}}function mn({type:t,props:e},r){return r==="svg"&&t==="foreignObject"||r==="mathml"&&t==="annotation-xml"&&e&&e.encoding&&e.encoding.includes("html")?void 0:r}function _e({effect:t,update:e},r){t.allowRecurse=e.allowRecurse=r}function s5(t,e){return(!t||t&&!t.pendingBranch)&&e&&!e.persisted}function r3(t,e,r=!1){const n=t.children,o=e.children;if(Li(n)&&Li(o))for(let s=0;s<n.length;s++){const d=n[s];let u=o[s];u.shapeFlag&1&&!u.dynamicChildren&&((u.patchFlag<=0||u.patchFlag===32)&&(u=o[s]=xe(o[s]),u.el=d.el),r||r3(d,u)),u.type===$2&&(u.el=d.el)}}function d5(t){const e=t.slice(),r=[0];let n,o,s,d,u;const l=t.length;for(n=0;n<l;n++){const m=t[n];if(m!==0){if(o=r[r.length-1],t[o]<m){e[n]=o,r.push(n);continue}for(s=0,d=r.length-1;s<d;)u=s+d>>1,t[r[u]]<m?s=u+1:d=u;m<t[r[s]]&&(s>0&&(e[n]=r[s-1]),r[s]=n)}}for(s=r.length,d=r[s-1];s-- >0;)r[s]=d,d=e[d];return r}function n3(t){const e=t.subTree.component;if(e)return e.asyncDep&&!e.asyncResolved?e:n3(e)}const l5=t=>t.__isTeleport,Bi=Symbol.for("v-fgt"),$2=Symbol.for("v-txt"),Be=Symbol.for("v-cmt"),cn=Symbol.for("v-stc"),Br=[];let Yt=null;function G(t=!1){Br.push(Yt=t?null:[])}function u5(){Br.pop(),Yt=Br[Br.length-1]||null}let Mr=1;function g1(t){Mr+=t}function a3(t){return t.dynamicChildren=Mr>0?Yt||ir:null,u5(),Mr>0&&Yt&&Yt.push(t),t}function ri(t,e,r,n,o,s){return a3(q(t,e,r,n,o,s,!0))}function zi(t,e,r,n,o){return a3(Pi(t,e,r,n,o,!0))}function B2(t){return t?t.__v_isVNode===!0:!1}function fr(t,e){return t.type===e.type&&t.key===e.key}const Y2="__vInternal",o3=({key:t})=>t!=null?t:null,w2=({ref:t,ref_key:e,ref_for:r})=>(typeof t=="number"&&(t=""+t),t!=null?st(t)||yt(t)||Ii(t)?{i:gt,r:t,k:e,f:!!r}:t:null);function q(t,e=null,r=null,n=0,o=null,s=t===Bi?0:1,d=!1,u=!1){const l={__v_isVNode:!0,__v_skip:!0,type:t,props:e,key:e&&o3(e),ref:e&&w2(e),scopeId:q2,slotScopeIds:null,children:r,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:s,patchFlag:n,dynamicProps:o,dynamicChildren:null,appContext:null,ctx:gt};return u?(xa(l,r),s&128&&t.normalize(l)):r&&(l.shapeFlag|=st(r)?8:16),Mr>0&&!d&&Yt&&(l.patchFlag>0||s&6)&&l.patchFlag!==32&&Yt.push(l),l}const Pi=g5;function g5(t,e=null,r=null,n=0,o=null,s=!1){if((!t||t===Go)&&(t=Be),B2(t)){const u=sr(t,e,!0);return r&&xa(u,r),Mr>0&&!s&&Yt&&(u.shapeFlag&6?Yt[Yt.indexOf(t)]=u:Yt.push(u)),u.patchFlag|=-2,u}if(C5(t)&&(t=t.__vccOpts),e){e=m5(e);let{class:u,style:l}=e;u&&!st(u)&&(e.class=wi(u)),rt(l)&&(To(l)&&!Li(l)&&(l=ct({},l)),e.style=Gr(l))}const d=st(t)?1:Ed(t)?128:l5(t)?64:rt(t)?4:Ii(t)?2:0;return q(t,e,r,n,o,d,s,!0)}function m5(t){return t?To(t)||Y2 in t?ct({},t):t:null}function sr(t,e,r=!1){const{props:n,ref:o,patchFlag:s,children:d}=t,u=e?Kt(n||{},e):n;return{__v_isVNode:!0,__v_skip:!0,type:t.type,props:u,key:u&&o3(u),ref:e&&e.ref?r&&o?Li(o)?o.concat(w2(e)):[o,w2(e)]:w2(e):o,scopeId:t.scopeId,slotScopeIds:t.slotScopeIds,children:d,target:t.target,targetAnchor:t.targetAnchor,staticCount:t.staticCount,shapeFlag:t.shapeFlag,patchFlag:e&&t.type!==Bi?s===-1?16:s|16:s,dynamicProps:t.dynamicProps,dynamicChildren:t.dynamicChildren,appContext:t.appContext,dirs:t.dirs,transition:t.transition,component:t.component,suspense:t.suspense,ssContent:t.ssContent&&sr(t.ssContent),ssFallback:t.ssFallback&&sr(t.ssFallback),el:t.el,anchor:t.anchor,ctx:t.ctx,ce:t.ce}}function lt(t=" ",e=0){return Pi($2,null,t,e)}function qi(t="",e=!1){return e?(G(),zi(Be,null,t)):Pi(Be,null,t)}function re(t){return t==null||typeof t=="boolean"?Pi(Be):Li(t)?Pi(Bi,null,t.slice()):typeof t=="object"?xe(t):Pi($2,null,String(t))}function xe(t){return t.el===null&&t.patchFlag!==-1||t.memo?t:sr(t)}function xa(t,e){let r=0;const{shapeFlag:n}=t;if(e==null)e=null;else if(Li(e))r=16;else if(typeof e=="object")if(n&65){const o=e.default;o&&(o._c&&(o._d=!1),xa(t,o()),o._c&&(o._d=!0));return}else{r=32;const o=e._;!o&&!(Y2 in e)?e._ctx=gt:o===3&>&&(gt.slots._===1?e._=1:(e._=2,t.patchFlag|=1024))}else Ii(e)?(e={default:e,_ctx:gt},r=32):(e=String(e),n&64?(r=16,e=[lt(e)]):r=8);t.children=e,t.shapeFlag|=r}function Kt(...t){const e={};for(let r=0;r<t.length;r++){const n=t[r];for(const o in n)if(o==="class")e.class!==n.class&&(e.class=wi([e.class,n.class]));else if(o==="style")e.style=Gr([e.style,n.style]);else if(R2(o)){const s=e[o],d=n[o];d&&s!==d&&!(Li(s)&&s.includes(d))&&(e[o]=s?[].concat(s,d):d)}else o!==""&&(e[o]=n[o])}return e}function ee(t,e,r,n=null){Jt(t,e,7,[r,n])}const c5=Ko();let f5=0;function v5(t,e,r){const n=t.type,o=(e?e.appContext:t.appContext)||c5,s={uid:f5++,vnode:t,type:n,parent:e,appContext:o,root:null,next:null,subTree:null,effect:null,update:null,scope:new wo(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:e?e.provides:Object.create(o.provides),accessCache:null,renderCache:[],components:null,directives:null,propsOptions:Qo(n,o),emitsOptions:Zo(n,o),emit:null,emitted:null,propsDefaults:et,inheritAttrs:n.inheritAttrs,ctx:et,data:et,props:et,attrs:et,slots:et,refs:et,setupState:et,setupContext:null,attrsProxy:null,slotsProxy:null,suspense:r,suspenseId:r?r.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};return s.ctx={_:s},s.root=e?e.root:s,s.emit=Cd.bind(null,s),t.ce&&t.ce(s),s}let pt=null;const J2=()=>pt||gt;let L2,Wn;{const t=sa(),e=(r,n)=>{let o;return(o=t[r])||(o=t[r]=[]),o.push(n),s=>{o.length>1?o.forEach(d=>d(s)):o[0](s)}};L2=e("__VUE_INSTANCE_SETTERS__",r=>pt=r),Wn=e("__VUE_SSR_SETTERS__",r=>K2=r)}const Hr=t=>{const e=pt;return L2(t),t.scope.on(),()=>{t.scope.off(),L2(e)}},m1=()=>{pt&&pt.scope.off(),L2(null)};function s3(t){return t.vnode.shapeFlag&4}let K2=!1;function p5(t,e=!1){e&&Wn(e);const{props:r,children:n}=t.vnode,o=s3(t);Qd(t,r,o,e),e5(t,n);const s=o?b5(t,e):void 0;return e&&Wn(!1),s}function b5(t,e){const r=t.type;t.accessCache=Object.create(null),t.proxy=_o(new Proxy(t.ctx,Gd));const{setup:n}=r;if(n){const o=t.setupContext=n.length>1?l3(t):null,s=Hr(t);We();const d=Ee(n,t,0,[t.props,o]);if(Ze(),s(),fo(d)){if(d.then(m1,m1),e)return d.then(u=>{c1(t,u,e)}).catch(u=>{U2(u,t,0)});t.asyncDep=d}else c1(t,d,e)}else d3(t,e)}function c1(t,e,r){Ii(e)?t.type.__ssrInlineRender?t.ssrRender=e:t.render=e:rt(e)&&(t.setupState=Po(e)),d3(t,r)}let f1;function d3(t,e,r){const n=t.type;if(!t.render){if(!e&&f1&&!n.render){const o=n.template||ha(t).template;if(o){const{isCustomElement:s,compilerOptions:d}=t.appContext.config,{delimiters:u,compilerOptions:l}=n,m=ct(ct({isCustomElement:s,delimiters:u},d),l);n.render=f1(o,m)}}t.render=n.render||qt}{const o=Hr(t);We();try{Hd(t)}finally{Ze(),o()}}}function h5(t){return t.attrsProxy||(t.attrsProxy=new Proxy(t.attrs,{get(e,r){return Nt(t,"get","$attrs"),e[r]}}))}function l3(t){const e=r=>{t.exposed=r||{}};return{get attrs(){return h5(t)},slots:t.slots,emit:t.emit,expose:e}}function X2(t){if(t.exposed)return t.exposeProxy||(t.exposeProxy=new Proxy(Po(_o(t.exposed)),{get(e,r){if(r in e)return e[r];if(r in Er)return Er[r](t)},has(e,r){return r in e||r in Er}}))}function w5(t,e=!0){return Ii(t)?t.displayName||t.name:t.name||e&&t.__name}function C5(t){return Ii(t)&&"__vccOpts"in t}const Ri=(t,e)=>dd(t,e,K2);function x5(t,e,r){const n=arguments.length;return n===2?rt(e)&&!Li(e)?B2(e)?Pi(t,null,[e]):Pi(t,e):Pi(t,null,e):(n>3?r=Array.prototype.slice.call(arguments,2):n===3&&B2(r)&&(r=[r]),Pi(t,e,r))}const y5="3.4.19";/**
|
|
21
|
+
* @vue/runtime-dom v3.4.19
|
|
22
|
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
23
|
+
* @license MIT
|
|
24
|
+
**/const A5="http://www.w3.org/2000/svg",D5="http://www.w3.org/1998/Math/MathML",ye=typeof document!="undefined"?document:null,v1=ye&&ye.createElement("template"),k5={insert:(t,e,r)=>{e.insertBefore(t,r||null)},remove:t=>{const e=t.parentNode;e&&e.removeChild(t)},createElement:(t,e,r,n)=>{const o=e==="svg"?ye.createElementNS(A5,t):e==="mathml"?ye.createElementNS(D5,t):ye.createElement(t,r?{is:r}:void 0);return t==="select"&&n&&n.multiple!=null&&o.setAttribute("multiple",n.multiple),o},createText:t=>ye.createTextNode(t),createComment:t=>ye.createComment(t),setText:(t,e)=>{t.nodeValue=e},setElementText:(t,e)=>{t.textContent=e},parentNode:t=>t.parentNode,nextSibling:t=>t.nextSibling,querySelector:t=>ye.querySelector(t),setScopeId(t,e){t.setAttribute(e,"")},insertStaticContent(t,e,r,n,o,s){const d=r?r.previousSibling:e.lastChild;if(o&&(o===s||o.nextSibling))for(;e.insertBefore(o.cloneNode(!0),r),!(o===s||!(o=o.nextSibling)););else{v1.innerHTML=n==="svg"?`<svg>${t}</svg>`:n==="mathml"?`<math>${t}</math>`:t;const u=v1.content;if(n==="svg"||n==="mathml"){const l=u.firstChild;for(;l.firstChild;)u.appendChild(l.firstChild);u.removeChild(l)}e.insertBefore(u,r)}return[d?d.nextSibling:e.firstChild,r?r.previousSibling:e.lastChild]}},E5=Symbol("_vtc");function F5(t,e,r){const n=t[E5];n&&(e=(e?[e,...n]:[...n]).join(" ")),e==null?t.removeAttribute("class"):r?t.setAttribute("class",e):t.className=e}const Rr=Symbol("_vod"),B5={beforeMount(t,{value:e},{transition:r}){t[Rr]=t.style.display==="none"?"":t.style.display,r&&e?r.beforeEnter(t):vr(t,e)},mounted(t,{value:e},{transition:r}){r&&e&&r.enter(t)},updated(t,{value:e,oldValue:r},{transition:n}){!e==!r&&(t.style.display===t[Rr]||!e)||(n?e?(n.beforeEnter(t),vr(t,!0),n.enter(t)):n.leave(t,()=>{vr(t,!1)}):vr(t,e))},beforeUnmount(t,{value:e}){vr(t,e)}};function vr(t,e){t.style.display=e?t[Rr]:"none"}const L5=Symbol(""),I5=/(^|;)\s*display\s*:/;function S5(t,e,r){const n=t.style,o=st(r),s=n.display;let d=!1;if(r&&!o){if(e&&!st(e))for(const u in e)r[u]==null&&Zn(n,u,"");for(const u in r)u==="display"&&(d=!0),Zn(n,u,r[u])}else if(o){if(e!==r){const u=n[L5];u&&(r+=";"+u),n.cssText=r,d=I5.test(r)}}else e&&t.removeAttribute("style");Rr in t&&(t[Rr]=d?n.display:"",n.display=s)}const p1=/\s*!important$/;function Zn(t,e,r){if(Li(r))r.forEach(n=>Zn(t,e,n));else if(r==null&&(r=""),e.startsWith("--"))t.setProperty(e,r);else{const n=T5(t,e);p1.test(r)?t.setProperty(Gt(n),r.replace(p1,""),"important"):t[n]=r}}const b1=["Webkit","Moz","ms"],vn={};function T5(t,e){const r=vn[e];if(r)return r;let n=jt(e);if(n!=="filter"&&n in t)return vn[e]=n;n=z2(n);for(let o=0;o<b1.length;o++){const s=b1[o]+n;if(s in t)return vn[e]=s}return e}const h1="http://www.w3.org/1999/xlink";function _5(t,e,r,n,o){if(n&&e.startsWith("xlink:"))r==null?t.removeAttributeNS(h1,e.slice(6,e.length)):t.setAttributeNS(h1,e,r);else{const s=Ps(e);r==null||s&&!bo(r)?t.removeAttribute(e):t.setAttribute(e,s?"":r)}}function N5(t,e,r,n,o,s,d){if(e==="innerHTML"||e==="textContent"){n&&d(n,o,s),t[e]=r==null?"":r;return}const u=t.tagName;if(e==="value"&&u!=="PROGRESS"&&!u.includes("-")){t._value=r;const m=u==="OPTION"?t.getAttribute("value"):t.value,c=r==null?"":r;m!==c&&(t.value=c),r==null&&t.removeAttribute(e);return}let l=!1;if(r===""||r==null){const m=typeof t[e];m==="boolean"?r=bo(r):r==null&&m==="string"?(r="",l=!0):m==="number"&&(r=0,l=!0)}try{t[e]=r}catch{}l&&t.removeAttribute(e)}function M5(t,e,r,n){t.addEventListener(e,r,n)}function R5(t,e,r,n){t.removeEventListener(e,r,n)}const w1=Symbol("_vei");function P5(t,e,r,n,o=null){const s=t[w1]||(t[w1]={}),d=s[e];if(n&&d)d.value=n;else{const[u,l]=O5(e);if(n){const m=s[e]=W5(n,o);M5(t,u,m,l)}else d&&(R5(t,u,d,l),s[e]=void 0)}}const C1=/(?:Once|Passive|Capture)$/;function O5(t){let e;if(C1.test(t)){e={};let n;for(;n=t.match(C1);)t=t.slice(0,t.length-n[0].length),e[n[0].toLowerCase()]=!0}return[t[2]===":"?t.slice(3):Gt(t.slice(2)),e]}let pn=0;const z5=Promise.resolve(),j5=()=>pn||(z5.then(()=>pn=0),pn=Date.now());function W5(t,e){const r=n=>{if(!n._vts)n._vts=Date.now();else if(n._vts<=r.attached)return;Jt(Z5(n,r.value),e,5,[n])};return r.value=t,r.attached=j5(),r}function Z5(t,e){if(Li(e)){const r=t.stopImmediatePropagation;return t.stopImmediatePropagation=()=>{r.call(t),t._stopped=!0},e.map(n=>o=>!o._stopped&&n&&n(o))}else return e}const x1=t=>t.charCodeAt(0)===111&&t.charCodeAt(1)===110&&t.charCodeAt(2)>96&&t.charCodeAt(2)<123,U5=(t,e,r,n,o,s,d,u,l)=>{const m=o==="svg";e==="class"?F5(t,n,m):e==="style"?S5(t,r,n):R2(e)?na(e)||P5(t,e,r,n,d):(e[0]==="."?(e=e.slice(1),!0):e[0]==="^"?(e=e.slice(1),!1):G5(t,e,n,m))?N5(t,e,n,s,d,u,l):(e==="true-value"?t._trueValue=n:e==="false-value"&&(t._falseValue=n),_5(t,e,n,m))};function G5(t,e,r,n){if(n)return!!(e==="innerHTML"||e==="textContent"||e in t&&x1(e)&&Ii(r));if(e==="spellcheck"||e==="draggable"||e==="translate"||e==="form"||e==="list"&&t.tagName==="INPUT"||e==="type"&&t.tagName==="TEXTAREA")return!1;if(e==="width"||e==="height"){const o=t.tagName;if(o==="IMG"||o==="VIDEO"||o==="CANVAS"||o==="SOURCE")return!1}return x1(e)&&st(r)?!1:e in t}/*! #__NO_SIDE_EFFECTS__ */function q5(t,e){const r=vt(t);class n extends ya{constructor(s){super(r,s,e)}}return n.def=r,n}const H5=typeof HTMLElement!="undefined"?HTMLElement:class{};class ya extends H5{constructor(e,r={},n){super(),this._def=e,this._props=r,this._instance=null,this._connected=!1,this._resolved=!1,this._numberProps=null,this._ob=null,this.shadowRoot&&n?n(this._createVNode(),this.shadowRoot):(this.attachShadow({mode:"open"}),this._def.__asyncLoader||this._resolveProps(this._def))}connectedCallback(){this._connected=!0,this._instance||(this._resolved?this._update():this._resolveDef())}disconnectedCallback(){this._connected=!1,this._ob&&(this._ob.disconnect(),this._ob=null),nr(()=>{this._connected||(A1(null,this.shadowRoot),this._instance=null)})}_resolveDef(){this._resolved=!0;for(let n=0;n<this.attributes.length;n++)this._setAttr(this.attributes[n].name);this._ob=new MutationObserver(n=>{for(const o of n)this._setAttr(o.attributeName)}),this._ob.observe(this,{attributes:!0});const e=(n,o=!1)=>{const{props:s,styles:d}=n;let u;if(s&&!Li(s))for(const l in s){const m=s[l];(m===Number||m&&m.type===Number)&&(l in this._props&&(this._props[l]=Ga(this._props[l])),(u||(u=Object.create(null)))[jt(l)]=!0)}this._numberProps=u,o&&this._resolveProps(n),this._applyStyles(d),this._update()},r=this._def.__asyncLoader;r?r().then(n=>e(n,!0)):e(this._def)}_resolveProps(e){const{props:r}=e,n=Li(r)?r:Object.keys(r||{});for(const o of Object.keys(this))o[0]!=="_"&&n.includes(o)&&this._setProp(o,this[o],!0,!1);for(const o of n.map(jt))Object.defineProperty(this,o,{get(){return this._getProp(o)},set(s){this._setProp(o,s)}})}_setAttr(e){let r=this.getAttribute(e);const n=jt(e);this._numberProps&&this._numberProps[n]&&(r=Ga(r)),this._setProp(n,r,!1)}_getProp(e){return this._props[e]}_setProp(e,r,n=!0,o=!0){r!==this._props[e]&&(this._props[e]=r,o&&this._instance&&this._update(),n&&(r===!0?this.setAttribute(Gt(e),""):typeof r=="string"||typeof r=="number"?this.setAttribute(Gt(e),r+""):r||this.removeAttribute(Gt(e))))}_update(){A1(this._createVNode(),this.shadowRoot)}_createVNode(){const e=Pi(this._def,ct({},this._props));return this._instance||(e.ce=r=>{this._instance=r,r.isCE=!0;const n=(s,d)=>{this.dispatchEvent(new CustomEvent(s,{detail:d}))};r.emit=(s,...d)=>{n(s,d),Gt(s)!==s&&n(Gt(s),d)};let o=this;for(;o=o&&(o.parentNode||o.host);)if(o instanceof ya){r.parent=o._instance,r.provides=o._instance.provides;break}}),e}_applyStyles(e){e&&e.forEach(r=>{const n=document.createElement("style");n.textContent=r,this.shadowRoot.appendChild(n)})}}const V5=["ctrl","shift","alt","meta"],$5={stop:t=>t.stopPropagation(),prevent:t=>t.preventDefault(),self:t=>t.target!==t.currentTarget,ctrl:t=>!t.ctrlKey,shift:t=>!t.shiftKey,alt:t=>!t.altKey,meta:t=>!t.metaKey,left:t=>"button"in t&&t.button!==0,middle:t=>"button"in t&&t.button!==1,right:t=>"button"in t&&t.button!==2,exact:(t,e)=>V5.some(r=>t[`${r}Key`]&&!e.includes(r))},Y5=(t,e)=>{const r=t._withMods||(t._withMods={}),n=e.join(".");return r[n]||(r[n]=(o,...s)=>{for(let d=0;d<e.length;d++){const u=$5[e[d]];if(u&&u(o,e))return}return t(o,...s)})},J5={esc:"escape",space:" ",up:"arrow-up",left:"arrow-left",right:"arrow-right",down:"arrow-down",delete:"backspace"},De=(t,e)=>{const r=t._withKeys||(t._withKeys={}),n=e.join(".");return r[n]||(r[n]=o=>{if(!("key"in o))return;const s=Gt(o.key);if(e.some(d=>d===s||J5[d]===s))return t(o)})},K5=ct({patchProp:U5},k5);let y1;function u3(){return y1||(y1=a5(K5))}const A1=(...t)=>{u3().render(...t)},X5=(...t)=>{const e=u3().createApp(...t),{mount:r}=e;return e.mount=n=>{const o=il(n);if(!o)return;const s=e._component;!Ii(s)&&!s.render&&!s.template&&(s.template=o.innerHTML),o.innerHTML="";const d=r(o,!1,Q5(o));return o instanceof Element&&(o.removeAttribute("v-cloak"),o.setAttribute("data-v-app","")),d},e};function Q5(t){if(t instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&t instanceof MathMLElement)return"mathml"}function il(t){return st(t)?document.querySelector(t):t}const tl=t=>{for(;(t==null?void 0:t.nodeType)!==1;){if(!t.parentElement)throw new Error("No parent element found, the rootComponent must be wrapped in a HTML element (e.g. <template><div> app content </div></template>)");t=t.parentElement}return t};function el(t){return"on"+t.charAt(0).toUpperCase()+t.slice(1)}const rl=({rootComponent:t,plugins:e,cssFrameworkStyles:r,VueDefineCustomElement:n,h:o,createApp:s,getCurrentInstance:d,elementName:u,disableRemoveStylesOnUnmount:l})=>n({styles:[r],props:{...t.props,modelValue:{type:[String,Number,Boolean,Array,Object]}},emits:t==null?void 0:t.emits,setup(m){var c;const p=[...(t==null?void 0:t.emits)||[],"update:modelValue"],v=s();if(v.component("app-root",t),t.provide){const R=typeof t.provide=="function"?t.provide():t.provide;Object.keys(R).forEach(E=>{v.provide(E,R[E])})}v.mixin({mounted(){var R;const E=y=>{y!=null&&y.length&&(this.__style=document.createElement("style"),this.__style.innerText=y.join().replace(/\n/g,""),tl(this.$el).prepend(this.__style))};if(E((R=this.$)==null?void 0:R.type.styles),this.$options.components)for(const y of Object.values(this.$options.components))E(y.styles)},unmounted(){var R;l||(R=this.__style)==null||R.remove()}}),v.use(e);const k=d();Object.assign(k.appContext,v._context),Object.assign(k.provides,v._context.provides);const I=p==null?void 0:p.reduce((R,E)=>{const y=el(E);return R[y]=b=>{k.emit(E,b)},R},{}),_=(c=t==null?void 0:t.namedSlots)==null?void 0:c.reduce((R,E)=>(R[E]=()=>o("slot",{name:E}),R),{});return()=>o(t,{...m,...I},{default:()=>o("slot"),..._})}}),nl=({elementName:t,rootComponent:e,plugins:r,cssFrameworkStyles:n,VueDefineCustomElement:o,h:s,createApp:d,getCurrentInstance:u,disableRemoveStylesOnUnmount:l})=>{if(!e){console.warn("No root component provided. Please provide a root component to create a web component.");return}if(!t){console.warn("No element name provided. Please provide an element name to create a web component.");return}if(!o){console.warn("No VueDefineCustomElement provided. Please provide a VueDefineCustomElement to create a web component.");return}if(!s){console.warn("No h provided. Please provide an h to create a web component.");return}if(!d){console.warn("No createApp provided. Please provide a createApp to create a web component.");return}if(!u){console.warn("No getCurrentInstance provided. Please provide a getCurrentInstance to create a web component.");return}customElements.define(t,rl({rootComponent:e,plugins:r,cssFrameworkStyles:n,VueDefineCustomElement:o,h:s,createApp:d,getCurrentInstance:u,elementName:t,disableRemoveStylesOnUnmount:l}))};var al=Object.defineProperty,ol=(t,e,r)=>e in t?al(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,de=(t,e,r)=>(ol(t,typeof e!="symbol"?e+"":e,r),r);const sl=t=>typeof t=="boolean"?t:t===""||t==="true";class Pr{constructor(e,r={}){if(de(this,"cancelable",!0),de(this,"componentId",null),de(this,"_defaultPrevented",!1),de(this,"eventType",""),de(this,"nativeEvent",null),de(this,"_preventDefault"),de(this,"relatedTarget",null),de(this,"target",null),!e)throw new TypeError(`Failed to construct '${this.constructor.name}'. 1 argument required, ${arguments.length} given.`);Object.assign(this,Pr.Defaults,r,{eventType:e}),this._preventDefault=function(){this.cancelable&&(this.defaultPrevented=!0)}}get defaultPrevented(){return this._defaultPrevented}set defaultPrevented(e){this._defaultPrevented=e}get preventDefault(){return this._preventDefault}set preventDefault(e){this._preventDefault=e}static get Defaults(){return{cancelable:!0,componentId:null,eventType:"",nativeEvent:null,relatedTarget:null,target:null}}}class dl extends Pr{constructor(e,r={}){super(e,r),de(this,"trigger",null),Object.assign(this,Pr.Defaults,r,{eventType:e})}static get Defaults(){return{...super.Defaults,trigger:null}}}const g3=typeof window<"u",ll=typeof document<"u",ul=typeof Element<"u",gl=typeof navigator<"u",ml=g3&&ll&&gl,D1=g3?window:{};(()=>{let t=!1;if(ml)try{const e={get passive(){return t=!0,t}};D1.addEventListener("test",e,e),D1.removeEventListener("test",e,e)}catch{t=!1}return t})();const m3=typeof window<"u",cl=typeof document<"u",fl=typeof navigator<"u",vl=m3&&cl&&fl,k1=m3?window:{};(()=>{let t=!1;if(vl)try{const e={get passive(){t=!0}};k1.addEventListener("test",e,e),k1.removeEventListener("test",e,e)}catch{t=!1}return t})();const Ae=ul?Element.prototype:void 0,pl=(Ae==null?void 0:Ae.matches)||(Ae==null?void 0:Ae.msMatchesSelector)||(Ae==null?void 0:Ae.webkitMatchesSelector),bl=t=>!!(t&&t.nodeType===Node.ELEMENT_NODE),Or=t=>{var e;return((e=t==null?void 0:t())!=null?e:[]).length===0},hl=(t,e)=>bl(t)?pl.call(t,e):!1;Ae!=null&&Ae.closest;const E1=t=>{const e=window.getComputedStyle(t),r=e.transitionDelay.split(",")[0]||"",n=e.transitionDuration.split(",")[0]||"",o=Number(r.slice(0,-1))*1e3,s=Number(n.slice(0,-1))*1e3;return o+s},Q2=(t,e,r)=>e.concat(["sm","md","lg","xl","xxl"]).reduce((n,o)=>(n[t?`${t}${o.charAt(0).toUpperCase()+o.slice(1)}`:o]=r,n),Object.create(null)),c3=(t,e,r,n=r)=>Object.keys(e).reduce((o,s)=>(t[s]&&o.push([n,s.replace(r,""),t[s]].filter(d=>d&&typeof d!="boolean").join("-").toLowerCase()),o),[]),Un=(t="")=>`__BVID__${Math.random().toString().slice(2,8)}___BV_${t}__`,wl=t=>!!(t.href||t.to),Cl=(t,e)=>Object.keys(t).filter(r=>!e.map(n=>n.toString()).includes(r)).reduce((r,n)=>({...r,[n]:t[n]}),{}),xl=(t,e)=>[...e].reduce((r,n)=>(r[n]=t[n],r),{}),f3=Symbol("tabs"),v3=Symbol("collapse"),yl=Symbol("navbar"),F1=(t,e)=>{var r;return((r=t==null?void 0:t())!=null?r:[]).reduce((n,o)=>(typeof o.type=="symbol"?n=n.concat(o.children):n.push(o),n),[]).filter(n=>{var o;return((o=n.type)==null?void 0:o.__name)===e})};function p3(t,e){var r;const n=ld();return Id(()=>{n.value=t()},{...e,flush:(r=e==null?void 0:e.flush)!=null?r:"sync"}),Sr(n)}function Al(t){return Co()?(js(t),!0):!1}function b3(t){let e=!1,r;const n=Os(!0);return(...o)=>(e||(r=n.run(()=>t(...o)),e=!0),r)}function Aa(t){return typeof t=="function"?t():Gi(t)}const Dl=typeof window<"u"&&typeof document<"u",kl=t=>typeof t<"u",El=Object.prototype.toString,Fl=t=>El.call(t)==="[object Object]",Bl=()=>{};function B1(t,e={}){const{method:r="parseFloat",radix:n,nanToZero:o}=e;return Ri(()=>{let s=Aa(t);return typeof s=="string"&&(s=Number[r](s,n)),o&&Number.isNaN(s)&&(s=0),s})}function Ll(t){var e;const r=Aa(t);return(e=r==null?void 0:r.$el)!=null?e:r}const Il=Dl?window:void 0;function Sl(...t){let e,r,n,o;if(typeof t[0]=="string"||Array.isArray(t[0])?([r,n,o]=t,e=Il):[e,r,n,o]=t,!e)return Bl;Array.isArray(r)||(r=[r]),Array.isArray(n)||(n=[n]);const s=[],d=()=>{s.forEach(c=>c()),s.length=0},u=(c,p,v,k)=>(c.addEventListener(p,v,k),()=>c.removeEventListener(p,v,k)),l=Wt(()=>[Ll(e),Aa(o)],([c,p])=>{if(d(),!c)return;const v=Fl(p)?{...p}:p;s.push(...r.flatMap(k=>n.map(I=>u(c,k,I,v))))},{immediate:!0,flush:"post"}),m=()=>{l(),d()};return Al(m),m}function Tl(t){return JSON.parse(JSON.stringify(t))}function Da(t,e,r,n={}){var o,s,d;const{clone:u=!1,passive:l=!1,eventName:m,deep:c=!1,defaultValue:p,shouldEmit:v}=n,k=J2(),I=r||(k==null?void 0:k.emit)||((o=k==null?void 0:k.$emit)==null?void 0:o.bind(k))||((d=(s=k==null?void 0:k.proxy)==null?void 0:s.$emit)==null?void 0:d.bind(k==null?void 0:k.proxy));let _=m;e||(e="modelValue"),_=_||`update:${e.toString()}`;const R=b=>u?typeof u=="function"?u(b):Tl(b):b,E=()=>kl(t[e])?R(t[e]):p,y=b=>{v?v(b)&&I(_,b):I(_,b)};if(l){const b=E(),f=_t(b);let h=!1;return Wt(()=>t[e],x=>{h||(h=!0,f.value=R(x),nr(()=>h=!1))}),Wt(f,x=>{!h&&(x!==t[e]||c)&&y(x)},{deep:c}),f}else return Ri({get(){return E()},set(b){y(b)}})}const h3=t=>p3(()=>{const e=Z2(t);return e?`justify-content-${e}`:""}),_l=(t,e)=>{const r=mt(e),n=mt(t),o=Ri(()=>wl(n.value)),s=Ri(()=>{var d;return o.value?xl(n.value,(d=r.value)!=null?d:["active","activeClass","append","href","rel","replace","routerComponentName","target","to","variant","opacity","opacityHover","underlineVariant","underlineOffset","underlineOffsetHover","underlineOpacity","underlineOpacityHover"]):{}});return{computedLink:o,computedLinkProps:s}},ka=t=>Ri(()=>{const e=Z2(t);return{[`text-bg-${e.variant}`]:e.variant!==null,[`text-${e.textVariant}`]:e.textVariant!==null&&e.variant===null,[`bg-${e.bgVariant}`]:e.bgVariant!==null&&e.variant===null}});function Ai(t){return p3(()=>{const e=Z2(t);return e==null?e:sl(e)})}b3(()=>{const t=W2([]);return{items:t,reset:()=>{t.splice(0,t.length)}}});const Nl=(t,e)=>Ri(()=>Z2(t)||Un(e)),Ml="top-right";b3(()=>{const t=_t([]);return{toasts:t,show:(...[e,r])=>{const n={pos:Ml};typeof e=="string"?Object.assign(n,r,{body:e,value:(r==null?void 0:r.value)||5e3}):Object.assign(n,e,{value:e.value||5e3});const o=Symbol();return t.value.push({...n,self:o}),o},hide:e=>{const r=t.value.findIndex(n=>n.self===e);r!==-1&&t.value.splice(r,1)}}});const w3=vt({inheritAttrs:!1,__name:"BCollapse",props:{id:{default:void 0},modelValue:{type:[String,Boolean],default:!1},tag:{default:"div"},toggle:{type:[String,Boolean],default:!1},horizontal:{type:[String,Boolean],default:!1},visible:{type:[String,Boolean],default:!1},isNav:{type:[String,Boolean],default:!1}},emits:["show","shown","hide","hidden","hide-prevented","show-prevented","update:modelValue"],setup(t,{expose:e,emit:r}){const n=t,o=(h,x={})=>new dl(h,{cancelable:!1,target:v.value||null,relatedTarget:null,trigger:null,...x,componentId:p.value}),s=Da(n,"modelValue",r,{passive:!0}),d=Ai(s),u=Ai(()=>n.toggle),l=Ai(()=>n.horizontal),m=Ai(()=>n.isNav),c=Ai(()=>n.visible),p=Nl(()=>n.id,"collapse"),v=_t(null),k=_t(!1),I=_t(d.value),_=Ri(()=>({show:I.value,"navbar-collapse":m.value,collapsing:k.value,closing:I.value&&!d.value,"collapse-horizontal":l.value})),R=()=>{s.value=!1},E=()=>{s.value=!0},y=()=>{s.value=!d.value},b=()=>{I.value=!0,k.value=!0;const h=o("show",{cancelable:!0});if(r("show",h),h.defaultPrevented){r("show-prevented");return}nr(()=>{v.value!==null&&(l.value?v.value.style.width=`${v.value.scrollWidth}px`:v.value.style.height=`${v.value.scrollHeight}px`,setTimeout(()=>{k.value=!1,r("shown"),v.value!==null&&(v.value.style.height="",v.value.style.width="")},E1(v.value)))})},f=()=>{const h=o("hide",{cancelable:!0});if(r("hide",h),h.defaultPrevented){r("hide-prevented");return}v.value!==null&&(l.value?v.value.style.width=`${v.value.scrollWidth}px`:v.value.style.height=`${v.value.scrollHeight}px`,v.value.offsetHeight,k.value=!0,nr(()=>{v.value!==null&&(v.value.style.height="",v.value.style.width="",setTimeout(()=>{I.value=!1,k.value=!1,r("hidden")},E1(v.value)))}))};return Wt([s,I],()=>{if(d.value===!0){if(I.value)return;b();return}f()}),mr(()=>{v.value!==null&&!d.value&&u.value&&nr(()=>{s.value=!0})}),c.value&&(s.value=!0,I.value=!0),Wt(c,h=>{h?E():R()}),Sl(v,"bv-toggle",()=>{s.value=!d.value}),e({close:R,open:E,toggle:y,visible:Sr(I),isNav:m}),wa(v3,{id:p,close:R,open:E,toggle:y,visible:Sr(I),isNav:m}),(h,x)=>(G(),ri(Bi,null,[it(h.$slots,"header",{id:Gi(p),visible:Gi(d),toggle:y,open:E,close:R}),(G(),zi(xt(h.tag),Kt({id:Gi(p),ref_key:"element",ref:v,class:["collapse",_.value],"is-nav":Gi(m)},h.$attrs),{default:Yi(()=>[it(h.$slots,"default",{visible:Gi(d),toggle:h.toggle,open:E,close:R})]),_:3},16,["id","class","is-nav"])),it(h.$slots,"footer",{id:Gi(p),visible:Gi(d),toggle:y,open:E,close:R})],64))}}),Rl={key:0,class:"visually-hidden"},C3=vt({__name:"BSpinner",props:{label:{default:void 0},role:{default:"status"},small:{type:[String,Boolean],default:!1},tag:{default:"span"},type:{default:"border"},variant:{default:null}},setup(t){const e=t,r=V2(),n=Ai(()=>e.small),o=Ri(()=>[`spinner-${e.type}`,{[`spinner-${e.type}-sm`]:n.value,[`text-${e.variant}`]:e.variant!==null}]),s=mt(()=>!Or(r.label));return(d,u)=>(G(),zi(xt(d.tag),{class:wi(o.value),role:d.label||s.value?d.role:null,"aria-hidden":d.label||s.value?null:!0},{default:Yi(()=>[d.label||s.value?(G(),ri("span",Rl,[it(d.$slots,"label",{},()=>[lt(ki(d.label),1)])])):qi("",!0)]),_:3},8,["class","role","aria-hidden"]))}}),L1="active",Pl=vt({__name:"BLink",props:{active:{type:[String,Boolean],default:void 0},activeClass:{default:"router-link-active"},append:{type:[String,Boolean],default:!1},disabled:{type:[String,Boolean],default:!1},event:{default:"click"},href:{default:void 0},rel:{default:void 0},replace:{type:[String,Boolean],default:!1},routerComponentName:{default:"router-link"},routerTag:{default:"a"},target:{default:"_self"},to:{default:void 0},variant:{default:null},opacity:{default:void 0},opacityHover:{default:void 0},underlineVariant:{default:null},underlineOffset:{default:void 0},underlineOffsetHover:{default:void 0},underlineOpacity:{default:void 0},underlineOpacityHover:{default:void 0},icon:{type:[String,Boolean],default:!1}},emits:["click"],setup(t,{emit:e}){const r=t,n=qd(),o=Ai(()=>r.active),s=Ai(()=>r.icon);Ai(()=>r.append);const d=Ai(()=>r.disabled);Ai(()=>r.replace);const u=Oe(v3,null),l=Oe(yl,null),m=J2(),c=Ri(()=>{const R=r.routerComponentName.split("-").map(E=>E.charAt(0).toUpperCase()+E.slice(1)).join("");return(m==null?void 0:m.appContext.app.component(R))===void 0||d.value||!r.to?"a":r.routerComponentName}),p=Ri(()=>{const R="#";if(r.href)return r.href;if(typeof r.to=="string")return r.to||R;const E=r.to;if(Object.prototype.toString.call(E)==="[object Object]"&&(E.path||E.query||E.hash)){const y=E.path||"",b=E.query?`?${Object.keys(E.query).map(h=>`${h}=${E.query[h]}`).join("=")}`:"",f=!E.hash||E.hash.charAt(0)==="#"?E.hash||"":`#${E.hash}`;return`${y}${b}${f}`||R}return R}),v=Ri(()=>({[`link-${r.variant}`]:r.variant!==null,[`link-opacity-${r.opacity}`]:r.opacity!==void 0,[`link-opacity-${r.opacityHover}-hover`]:r.opacityHover!==void 0,[`link-underline-${r.underlineVariant}`]:r.underlineVariant!==null,[`link-offset-${r.underlineOffset}`]:r.underlineOffset!==void 0,[`link-offset-${r.underlineOffsetHover}-hover`]:r.underlineOffsetHover!==void 0,[`link-underline-opacity-${r.underlineOpacity}`]:r.underlineOpacity!==void 0,[`link-underline-opacity-${r.underlineOpacityHover}-hover`]:r.underlineOpacityHover!==void 0,"icon-link":s.value===!0})),k=Ri(()=>({class:v.value,to:r.to,href:p.value,target:r.target,rel:r.target==="_blank"&&r.rel===void 0?"noopener":r.rel||void 0,tabindex:d.value?"-1":typeof n.tabindex>"u"?null:n.tabindex,"aria-disabled":d.value?!0:null})),I=Ri(()=>({[L1]:o.value,disabled:d.value})),_=R=>{var E,y,b;if(d.value){R.preventDefault(),R.stopImmediatePropagation();return}(((E=u==null?void 0:u.isNav)==null?void 0:E.value)===!0&&l===null||l!==null&&((y=l.autoClose)==null?void 0:y.value)===!0)&&((b=u==null?void 0:u.close)==null||b.call(u)),e("click",R)};return(R,E)=>c.value==="router-link"?(G(),zi(xt(c.value),Kt({key:0},k.value,{custom:""}),{default:Yi(({href:y,navigate:b,isActive:f})=>{var h;return[(G(),zi(xt(R.routerTag),Kt({href:y,class:[((h=Gi(o))!=null?h:f)&&`${R.activeClass} ${L1}`]},R.$attrs,{onClick:x=>{b(x),_(x)}}),{default:Yi(()=>[it(R.$slots,"default")]),_:2},1040,["href","class","onClick"]))]}),_:3},16)):(G(),zi(xt(c.value),Kt({key:1,class:I.value},k.value,{onClick:_}),{default:Yi(()=>[it(R.$slots,"default")]),_:3},16,["class"]))}}),x3=vt({__name:"BButton",props:{pill:{type:[String,Boolean],default:!1},pressed:{type:[String,Boolean],default:void 0},size:{default:"md"},squared:{type:[String,Boolean],default:!1},tag:{default:"button"},type:{default:"button"},variant:{default:"secondary"},loading:{type:[String,Boolean],default:!1},loadingFill:{type:[String,Boolean],default:!1},block:{type:[String,Boolean],default:!1},loadingText:{default:"Loading..."},active:{type:[String,Boolean],default:!1},activeClass:{default:void 0},append:{type:[String,Boolean],default:!1},disabled:{type:[String,Boolean],default:!1},event:{default:"click"},href:{default:void 0},rel:{default:void 0},replace:{type:[String,Boolean],default:!1},routerComponentName:{default:"router-link"},routerTag:{default:"a"},target:{default:"_self"},to:{default:void 0},opacity:{default:void 0},opacityHover:{default:void 0},underlineVariant:{default:null},underlineOffset:{default:void 0},underlineOffsetHover:{default:void 0},underlineOpacity:{default:void 0},underlineOpacityHover:{default:void 0},icon:{type:[String,Boolean],default:!1}},emits:["click","update:pressed"],setup(t,{emit:e}){const r=t,n=Da(r,"pressed",e),o=Ai(()=>r.active),s=Ai(()=>r.block),d=Ai(()=>r.disabled),u=Ai(()=>r.pill),l=Ai(()=>r.pressed),m=Ai(()=>r.squared),c=Ai(()=>r.loading),p=Ai(()=>r.loadingFill),{computedLink:v}=_l(r),k=mt(()=>typeof l.value=="boolean"),I=mt(()=>r.tag==="button"&&r.href===void 0&&r.to===void 0),_=mt(()=>r.to!==void 0),R=mt(()=>r.href!==void 0?!1:!I.value),E=Ri(()=>[[`btn-${r.size}`],{[`btn-${r.variant}`]:r.variant!==null,"btn-block":s.value,active:o.value||l.value,"rounded-pill":u.value,"rounded-0":m.value,disabled:d.value}]),y=mt(()=>_.value?Pl:r.href?"a":r.tag),b=f=>{if(d.value){f.preventDefault(),f.stopPropagation();return}e("click",f),k.value&&(n.value=!l.value)};return(f,h)=>(G(),zi(xt(y.value),{class:wi(["btn",E.value]),"aria-disabled":R.value?Gi(d):null,"aria-pressed":k.value?Gi(l):null,autocomplete:k.value?"off":null,disabled:I.value?Gi(d):null,href:f.href,rel:Gi(v)?f.rel:null,role:R.value||Gi(v)?"button":null,target:Gi(v)?f.target:null,type:I.value?f.type:null,to:I.value?null:f.to,append:Gi(v)?f.append:null,"active-class":_.value?f.activeClass:null,event:_.value?f.event:null,replace:_.value?f.replace:null,"router-component-name":_.value?f.routerComponentName:null,"router-tag":_.value?f.routerTag:null,onClick:b},{default:Yi(()=>[Gi(c)?it(f.$slots,"loading",{key:0},()=>[Gi(p)?qi("",!0):(G(),ri(Bi,{key:0},[lt(ki(f.loadingText),1)],64)),it(f.$slots,"loading-spinner",{},()=>[Pi(C3,{small:f.size!=="lg",label:Gi(p)?f.loadingText:void 0},null,8,["small","label"])])]):it(f.$slots,"default",{key:1})]),_:3},8,["class","aria-disabled","aria-pressed","autocomplete","disabled","href","rel","role","target","type","to","append","active-class","event","replace","router-component-name","router-tag"]))}}),Ol=["src","width","height","srcset","sizes","loading"],zl='<svg width="%{w}" height="%{h}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 %{w} %{h}" preserveAspectRatio="none"><rect width="100%" height="100%" style="fill:%{f};"></rect></svg>',jl=vt({__name:"BImg",props:{blank:{type:[String,Boolean],default:!1},blankColor:{default:"transparent"},block:{type:[String,Boolean],default:!1},center:{type:[String,Boolean],default:!1},fluid:{type:[String,Boolean],default:!1},lazy:{type:[String,Boolean],default:!1},fluidGrow:{type:[String,Boolean],default:!1},height:{default:void 0},start:{type:[String,Boolean],default:!1},end:{type:[String,Boolean],default:!1},rounded:{type:[Boolean,String],default:!1},sizes:{default:void 0},src:{default:void 0},srcset:{default:void 0},thumbnail:{type:[String,Boolean],default:!1},width:{default:void 0}},setup(t){const e=t,r=Ai(()=>e.lazy),n=Ai(()=>e.blank),o=Ai(()=>e.block),s=Ai(()=>e.center),d=Ai(()=>e.fluid),u=Ai(()=>e.fluidGrow),l=Ai(()=>e.start),m=Ai(()=>e.end),c=Ai(()=>e.thumbnail),p=B1(mt(()=>{var f;return(f=e.height)!=null?f:NaN})),v=B1(mt(()=>{var f;return(f=e.width)!=null?f:NaN})),k=Ri(()=>typeof e.srcset=="string"?e.srcset.split(",").filter(f=>f).join(","):Array.isArray(e.srcset)?e.srcset.filter(f=>f).join(","):void 0),I=Ri(()=>typeof e.sizes=="string"?e.sizes.split(",").filter(f=>f).join(","):Array.isArray(e.sizes)?e.sizes.filter(f=>f).join(","):void 0),_=Ri(()=>{const f=Number.isNaN(v.value)?void 0:v.value,h=Number.isNaN(p.value)?void 0:p.value;if(n.value){if(f!==void 0&&h===void 0)return{height:f,width:f};if(f===void 0&&h!==void 0)return{height:h,width:h};if(f===void 0&&h===void 0)return{height:1,width:1}}return{width:f,height:h}}),R=Ri(()=>b(_.value.width,_.value.height,e.blankColor)),E=Ri(()=>l.value?"float-start":m.value?"float-end":s.value?"mx-auto":void 0),y=Ri(()=>({"img-thumbnail":c.value,"img-fluid":d.value||u.value,"w-100":u.value,rounded:e.rounded===""||e.rounded===!0,[`rounded-${e.rounded}`]:typeof e.rounded=="string"&&e.rounded!=="",[`${E.value}`]:E.value!==void 0,"d-block":o.value||s.value})),b=(f,h,x)=>`data:image/svg+xml;charset=UTF-8,${encodeURIComponent(zl.replace("%{w}",String(f)).replace("%{h}",String(h)).replace("%{f}",x))}`;return(f,h)=>(G(),ri("img",{class:wi(y.value),src:Gi(n)?R.value:e.src,width:_.value.width||void 0,height:_.value.height||void 0,srcset:Gi(n)?void 0:k.value,sizes:Gi(n)?void 0:I.value,loading:Gi(r)?"lazy":"eager"},null,10,Ol))}}),I1=vt({__name:"BCardImg",props:{bottom:{type:[String,Boolean],default:!1},top:{type:[String,Boolean],default:!1},blank:{type:[String,Boolean]},blankColor:{},block:{type:[String,Boolean]},center:{type:[String,Boolean]},fluid:{type:[String,Boolean]},lazy:{type:[String,Boolean]},fluidGrow:{type:[String,Boolean]},height:{},start:{type:[String,Boolean]},end:{type:[String,Boolean]},rounded:{type:[Boolean,String]},sizes:{},src:{},srcset:{},thumbnail:{type:[String,Boolean]},width:{}},setup(t){const e=t,r=Ai(()=>e.bottom),n=Ai(()=>e.end),o=Ai(()=>e.start),s=Ai(()=>e.top),d=Ri(()=>s.value?"card-img-top":n.value?"card-img-right":r.value?"card-img-bottom":o.value?"card-img-left":"card-img"),u=Ri(()=>Cl(e,["bottom","top","end","start"]));return(l,m)=>(G(),zi(jl,Kt(u.value,{class:d.value}),null,16,["class"]))}}),Wl=["innerHTML"],y3=vt({__name:"BCardHeadFoot",props:{text:{default:void 0},borderVariant:{default:null},html:{default:void 0},tag:{default:"div"},variant:{default:null},bgVariant:{default:null},textVariant:{default:null}},setup(t){const e=t,r=ka(e),n=Ri(()=>[r.value,{[`border-${e.borderVariant}`]:e.borderVariant!==null}]);return(o,s)=>(G(),zi(xt(o.tag),{class:wi(n.value)},{default:Yi(()=>[o.html?(G(),ri("div",{key:0,innerHTML:o.html},null,8,Wl)):it(o.$slots,"default",{key:1},()=>[lt(ki(o.text),1)])]),_:3},8,["class"]))}}),Ea=vt({__name:"BCardHeader",props:{text:{default:void 0},borderVariant:{default:void 0},html:{default:void 0},tag:{default:"div"},variant:{default:void 0},bgVariant:{default:void 0},textVariant:{default:void 0}},setup(t){const e=t;return(r,n)=>(G(),zi(y3,Kt({class:"card-header"},e),{default:Yi(()=>[it(r.$slots,"default")]),_:3},16))}}),Zl=vt({__name:"BCardTitle",props:{text:{default:void 0},tag:{default:"h4"}},setup(t){return(e,r)=>(G(),zi(xt(e.tag),{class:"card-title"},{default:Yi(()=>[it(e.$slots,"default",{},()=>[lt(ki(e.text),1)])]),_:3}))}}),Ul=vt({__name:"BCardSubtitle",props:{text:{default:void 0},tag:{default:"h6"},textVariant:{default:"body-secondary"}},setup(t){const e=t,r=Ri(()=>({[`text-${e.textVariant}`]:e.textVariant!==null}));return(n,o)=>(G(),zi(xt(n.tag),{class:wi(["card-subtitle mb-2",r.value])},{default:Yi(()=>[it(n.$slots,"default",{},()=>[lt(ki(n.text),1)])]),_:3},8,["class"]))}}),Fa=vt({__name:"BCardBody",props:{tag:{default:"div"},overlay:{type:[String,Boolean],default:!1},subtitle:{default:void 0},subtitleTag:{default:"h4"},subtitleTextVariant:{default:void 0},title:{default:void 0},titleTag:{default:"h4"},text:{default:void 0},variant:{default:null},bgVariant:{default:null},textVariant:{default:null}},setup(t){const e=t,r=V2(),n=Ai(()=>e.overlay),o=ka(e),s=mt(()=>!Or(r.title)),d=mt(()=>!Or(r.subtitle)),u=Ri(()=>[o.value,{"card-img-overlay":n.value}]);return(l,m)=>(G(),zi(xt(l.tag),{class:wi(["card-body",u.value])},{default:Yi(()=>[l.title||s.value?(G(),zi(Zl,{key:0,tag:l.titleTag},{default:Yi(()=>[it(l.$slots,"title",{},()=>[lt(ki(l.title),1)])]),_:3},8,["tag"])):qi("",!0),l.subtitle||d.value?(G(),zi(Ul,{key:1,tag:l.subtitleTag,"text-variant":l.subtitleTextVariant},{default:Yi(()=>[it(l.$slots,"subtitle",{},()=>[lt(ki(l.subtitle),1)])]),_:3},8,["tag","text-variant"])):qi("",!0),it(l.$slots,"default",{},()=>[lt(ki(l.text),1)])]),_:3},8,["class"]))}}),Gl=vt({__name:"BCardFooter",props:{text:{default:void 0},borderVariant:{default:void 0},html:{default:void 0},tag:{default:"div"},variant:{default:void 0},bgVariant:{default:void 0},textVariant:{default:void 0}},setup(t){const e=t;return(r,n)=>(G(),zi(y3,Kt({class:"card-footer"},e),{default:Yi(()=>[it(r.$slots,"default",{},()=>[lt(ki(r.text),1)])]),_:3},16))}}),A3=vt({__name:"BCard",props:{align:{default:void 0},bodyBgVariant:{default:void 0},bodyTextVariant:{default:void 0},bodyClass:{default:void 0},bodyTag:{default:"div"},borderVariant:{default:null},footer:{default:void 0},footerVariant:{default:null},footerBgVariant:{default:void 0},footerBorderVariant:{default:void 0},footerClass:{default:void 0},footerHtml:{default:""},footerTag:{default:"div"},footerTextVariant:{default:void 0},header:{default:void 0},headerBgVariant:{default:void 0},headerBorderVariant:{default:void 0},headerClass:{default:void 0},headerHtml:{default:""},headerTag:{default:"div"},headerVariant:{default:null},headerTextVariant:{default:void 0},imgAlt:{default:void 0},imgBottom:{type:[String,Boolean],default:!1},imgEnd:{type:[String,Boolean],default:!1},imgHeight:{default:void 0},imgSrc:{default:void 0},imgStart:{type:[String,Boolean],default:!1},imgTop:{type:[String,Boolean],default:!1},imgWidth:{default:void 0},noBody:{type:[String,Boolean],default:!1},overlay:{type:[String,Boolean],default:!1},subtitle:{default:void 0},subtitleTag:{default:"h6"},subtitleTextVariant:{default:"body-secondary"},tag:{default:"div"},title:{default:void 0},titleTag:{default:"h4"},bodyText:{default:""},variant:{default:null},bgVariant:{default:null},textVariant:{default:null}},setup(t){const e=t,r=V2(),n=Ai(()=>e.imgBottom),o=Ai(()=>e.imgEnd),s=Ai(()=>e.imgStart),d=Ai(()=>e.noBody),u=mt(()=>!Or(r.header)),l=mt(()=>!Or(r.footer)),m=ka(e),c=Ri(()=>[m.value,{[`text-${e.align}`]:e.align!==void 0,[`border-${e.borderVariant}`]:e.borderVariant!==null,"flex-row":s.value,"flex-row-reverse":o.value}]),p=Ri(()=>({src:e.imgSrc,alt:e.imgAlt,height:e.imgHeight,width:e.imgWidth,bottom:e.imgBottom,end:e.imgEnd,start:e.imgStart,top:e.imgTop}));return(v,k)=>(G(),zi(xt(v.tag),{class:wi(["card",c.value])},{default:Yi(()=>[Gi(n)?qi("",!0):it(v.$slots,"img",{key:0},()=>[v.imgSrc?(G(),zi(I1,Ha(Kt({key:0},p.value)),null,16)):qi("",!0)]),v.header||u.value||v.headerHtml?(G(),zi(Ea,{key:1,"bg-variant":v.headerBgVariant,variant:v.headerVariant,"border-variant":v.headerBorderVariant,html:v.headerHtml,tag:v.headerTag,"text-variant":v.headerTextVariant,class:wi(v.headerClass)},{default:Yi(()=>[it(v.$slots,"header",{},()=>[lt(ki(v.header),1)])]),_:3},8,["bg-variant","variant","border-variant","html","tag","text-variant","class"])):qi("",!0),Gi(d)?it(v.$slots,"default",{key:3},()=>[lt(ki(v.bodyText),1)]):(G(),zi(Fa,{key:2,overlay:v.overlay,"bg-variant":v.bodyBgVariant,tag:v.bodyTag,"text-variant":v.bodyTextVariant,subtitle:v.subtitle,"subtitle-tag":v.subtitleTag,"subtitle-text-variant":v.subtitleTextVariant,title:v.title,"title-tag":v.titleTag,class:wi(v.bodyClass)},{default:Yi(()=>[it(v.$slots,"default",{},()=>[lt(ki(v.bodyText),1)])]),_:3},8,["overlay","bg-variant","tag","text-variant","subtitle","subtitle-tag","subtitle-text-variant","title","title-tag","class"])),v.footer||l.value||v.footerHtml?(G(),zi(Gl,{key:4,"bg-variant":v.footerBgVariant,"border-variant":v.footerBorderVariant,variant:v.footerVariant,html:v.footerHtml,tag:v.footerTag,"text-variant":v.footerTextVariant,class:wi(v.footerClass)},{default:Yi(()=>[it(v.$slots,"footer",{},()=>[lt(ki(v.footer),1)])]),_:3},8,["bg-variant","border-variant","variant","html","tag","text-variant","class"])):qi("",!0),Gi(n)?it(v.$slots,"img",{key:5},()=>[v.imgSrc?(G(),zi(I1,Ha(Kt({key:0},p.value)),null,16)):qi("",!0)]):qi("",!0)]),_:3},8,["class"]))}}),S1=Q2("",[],{type:[Boolean,String,Number],default:!1}),T1=Q2("offset",[""],{type:[String,Number],default:null}),_1=Q2("order",[""],{type:[String,Number],default:null});({...S1,...T1,..._1});["ar","az","ckb","fa","he","ks","lrc","mzn","ps","sd","te","ug","ur","yi"].map(t=>t.toLowerCase());const N1=Q2("cols",[""],{type:[String,Number],default:null});({...N1});const ql=vt({__name:"BTab",props:{id:{default:void 0},title:{default:void 0},active:{type:[String,Boolean],default:!1},buttonId:{default:void 0},disabled:{type:[String,Boolean],default:!1},lazy:{type:[String,Boolean],default:void 0},lazyOnce:{type:[String,Boolean],default:void 0},noBody:{type:[Boolean,String],default:!1},tag:{default:"div"},titleItemClass:{default:void 0},titleLinkAttributes:{default:void 0},titleLinkClass:{default:void 0}},setup(t){const e=t,r=Oe(f3,null),n=Ai(()=>e.active),o=Ai(()=>e.disabled),s=Ai(Ri(()=>e.lazyOnce!==void 0?e.lazyOnce:e.lazy)),d=_t(!1),u=mt(()=>!!(r!=null&&r.lazy.value||s.value)),l=mt(()=>e.lazyOnce!==void 0),m=mt(()=>n.value&&!o.value),c=Ri(()=>{const k=u.value&&l.value&&d.value;return m.value||!u.value||k}),p=_t(n.value);Wt(n,k=>{setTimeout(()=>{p.value=k},0)});const v=Ri(()=>({active:n.value,show:p.value,"card-body":(r==null?void 0:r.card.value)&&e.noBody===!1}));return Wt(c,k=>{k&&!d.value&&(d.value=!0)}),(k,I)=>(G(),zi(xt(k.tag),{id:k.id,class:wi(["tab-pane",v.value]),role:"tabpanel","aria-labelledby":k.buttonId},{default:Yi(()=>[c.value?it(k.$slots,"default",{key:0}):qi("",!0)]),_:3},8,["id","class","aria-labelledby"]))}}),Hl=["id","data-bs-target","aria-controls","aria-selected","onClick"],Vl=vt({__name:"BTabs",props:{activeNavItemClass:{default:void 0},activeTabClass:{default:void 0},align:{default:void 0},contentClass:{default:void 0},card:{type:[String,Boolean],default:!1},end:{type:[String,Boolean],default:!1},fill:{type:[String,Boolean],default:!1},id:{default:void 0},justified:{type:[String,Boolean],default:!1},lazy:{type:[String,Boolean],default:!1},navClass:{default:void 0},navWrapperClass:{default:void 0},noFade:{type:[String,Boolean],default:!1},noNavStyle:{type:[String,Boolean],default:!1},pills:{type:[String,Boolean],default:!1},small:{type:[String,Boolean],default:!1},tag:{default:"div"},vertical:{type:[String,Boolean],default:!1},modelValue:{default:-1}},emits:["update:modelValue","activate-tab","click"],setup(t,{emit:e}){const r=t,n=Da(r,"modelValue",e),o=V2(),s=Ai(()=>r.card),d=Ai(()=>r.end),u=Ai(()=>r.fill),l=Ai(()=>r.justified),m=Ai(()=>r.lazy),c=Ai(()=>r.noFade),p=Ai(()=>r.noNavStyle),v=Ai(()=>r.pills),k=Ai(()=>r.small),I=Ai(()=>r.vertical),_=_t(n.value),R=_t(""),E=Ri({get:()=>_.value,set:T=>{_.value=T,b.value.length>0&&T>=0&&T<b.value.length?R.value=b.value[T].buttonId:R.value="",n.value=T}}),y=_t([]);Wt(()=>{var T;return(T=o.default)==null?void 0:T.call(o)},()=>{y.value=o.default===void 0?[]:F1(o.default,"BTab").map((T,W)=>{T.props||(T.props={});const V=T.props["button-id"]||Un("tab"),ii=T.props.id||Un(),L=T.props["title-item-class"],Z=T.props["title-link-attributes"];return{buttonId:V,contentId:ii,disabled:T.props.disabled===""||T.props.disabled===!0,target:`#${ii}`,title:T.props.title,titleItemClass:L,titleLinkAttributes:Z,onClick:T.props.onClick,tab:T,tabComponent:()=>F1(o.default,"BTab")[W]}})},{immediate:!0});const b=Ri(()=>y.value.map((T,W)=>{const{tab:V}=T;V.props||(V.props={});const ii=E.value>-1?W===E.value:V.props.active==="";return{...T,active:ii,navItemClasses:[{active:ii,disabled:V.props.disabled===""||V.props.disabled===!0},ii&&r.activeNavItemClass?r.activeNavItemClass:null,V.props["title-link-class"]],tabClasses:[{fade:!c.value},ii&&r.activeTabClass?r.activeTabClass:null]}})),f=mt(()=>!(b!=null&&b.value&&b.value.length>0)),h=Ri(()=>({"d-flex":I.value,"align-items-start":I.value})),x=h3(()=>r.align),S=Ri(()=>({"nav-pills":v.value,"flex-column me-3":I.value,[x.value]:r.align!==void 0,"nav-fill":u.value,"card-header-tabs":s.value,"nav-justified":l.value,"nav-tabs":!p.value&&!v.value,small:k.value})),F=T=>{let W=!1;if(T!==void 0&&T>-1&&T<b.value.length&&!b.value[T].disabled&&(E.value<0||b.value[T].buttonId!==R.value)){const V=new Pr("activate-tab",{cancelable:!0});e("activate-tab",T,E.value,V),V.defaultPrevented||(E.value=T,W=!0)}return!W&&n.value!==E.value&&(n.value=E.value),W},z=(T,W)=>{var V;F(W),W>=0&&!b.value[W].disabled&&(V=b.value[W])!=null&&V.onClick&&typeof b.value[W].onClick=="function"&&b.value[W].onClick(T)};return F(_.value),Wt(n,(T,W)=>{if(T===W)return;if(T=Math.max(T,-1),W=Math.max(W,-1),b.value.length<=0){E.value=-1;return}const V=T>W;let ii=T;const L=b.value.length-1;for(;ii>=0&&ii<=L&&b.value[ii].disabled;)ii+=V?1:-1;if(ii<0){F(0);return}if(ii>=b.value.length){F(b.value.length-1);return}F(ii)}),Wt(b,()=>{let T=b.value.map(W=>W.active&&!W.disabled).lastIndexOf(!0);T<0&&(E.value>=b.value.length?T=b.value.map(W=>!W.disabled).lastIndexOf(!0):b.value[E.value]&&!b.value[E.value].disabled&&(T=E.value)),T<0&&(T=b.value.map(W=>!W.disabled).indexOf(!0)),b.value.forEach((W,V)=>{W.active=V===T}),F(T)}),mr(()=>{if(E.value<0&&b.value.length>0&&!b.value.some(T=>T.active)){const T=b.value.map(W=>!W.disabled).indexOf(!0);F(T>=0?T:-1)}}),wa(f3,{lazy:m,card:s}),(T,W)=>(G(),zi(xt(T.tag),{id:T.id,class:wi(["tabs",h.value])},{default:Yi(()=>[Gi(d)?(G(),ri("div",{key:0,class:wi(["tab-content",T.contentClass])},[(G(!0),ri(Bi,null,$i(b.value,({tabComponent:V,contentId:ii,tabClasses:L,active:Z},$)=>(G(),zi(xt(V()),{id:ii,key:$,class:wi(L),active:Z},null,8,["id","class","active"]))),128)),f.value?(G(),ri("div",{key:"bv-empty-tab",class:wi(["tab-pane active",{"card-body":Gi(s)}])},[it(T.$slots,"empty")],2)):qi("",!0)],2)):qi("",!0),q("div",{class:wi([T.navWrapperClass,{"card-header":Gi(s),"ms-auto":T.vertical&&Gi(d)}])},[q("ul",{class:wi(["nav",[S.value,T.navClass]]),role:"tablist"},[it(T.$slots,"tabs-start"),(G(!0),ri(Bi,null,$i(b.value,({tab:V,buttonId:ii,contentId:L,navItemClasses:Z,active:$,target:oi},gi)=>{var N,Q,J;return G(),ri("li",{key:gi,class:wi(["nav-item",(N=V==null?void 0:V.props)==null?void 0:N["title-item-class"]]),role:"presentation"},[q("button",Kt({id:ii,class:["nav-link",Z],"data-bs-toggle":"tab","data-bs-target":oi,role:"tab","aria-controls":L,"aria-selected":$},(Q=V==null?void 0:V.props)==null?void 0:Q["title-link-attributes"],{onClick:Y5(ci=>z(ci,gi),["stop","prevent"])}),[V.children&&V.children.title?(G(),zi(xt(V.children.title),{key:0})):(G(),ri(Bi,{key:1},[lt(ki((J=V==null?void 0:V.props)==null?void 0:J.title),1)],64))],16,Hl)],2)}),128)),it(T.$slots,"tabs-end")],2)],2),Gi(d)?qi("",!0):(G(),ri("div",{key:1,class:wi(["tab-content",T.contentClass])},[(G(!0),ri(Bi,null,$i(b.value,({tabComponent:V,contentId:ii,tabClasses:L,active:Z,buttonId:$},oi)=>(G(),zi(xt(V()),{id:ii,key:oi,class:wi(L),active:Z,"button-id":$},null,8,["id","class","active","button-id"]))),128)),f.value?(G(),ri("div",{key:"bv-empty-tab",class:wi(["tab-pane active",{"card-body":Gi(s)}])},[it(T.$slots,"empty")],2)):qi("",!0)],2))]),_:3},8,["id","class"]))}}),tn={computed:{typeClass(){return this.input.type.split(/(?=[A-Z])/).reduce((t,e)=>t+(t.length?"-":"")+e.toLowerCase(),"")},rotation(){return Number.isFinite(this.input.direction)?Math.round(Math.round((this.input.direction+360)%360)/5)*5:0},invertedRotation(){return 360-this.rotation},severity(){return this.input.severity<2||this.input.severity>4?0:this.input.severity}}};/*! @license DOMPurify 3.0.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.6/LICENSE */const{entries:D3,setPrototypeOf:M1,isFrozen:$l,getPrototypeOf:Yl,getOwnPropertyDescriptor:k3}=Object;let{freeze:Et,seal:Qt,create:E3}=Object,{apply:Gn,construct:qn}=typeof Reflect!="undefined"&&Reflect;Et||(Et=function(e){return e});Qt||(Qt=function(e){return e});Gn||(Gn=function(e,r,n){return e.apply(r,n)});qn||(qn=function(e,r){return new e(...r)});const d2=Ht(Array.prototype.forEach),R1=Ht(Array.prototype.pop),pr=Ht(Array.prototype.push),C2=Ht(String.prototype.toLowerCase),bn=Ht(String.prototype.toString),Jl=Ht(String.prototype.match),br=Ht(String.prototype.replace),Kl=Ht(String.prototype.indexOf),Xl=Ht(String.prototype.trim),Pt=Ht(RegExp.prototype.test),hr=Ql(TypeError);function Ht(t){return function(e){for(var r=arguments.length,n=new Array(r>1?r-1:0),o=1;o<r;o++)n[o-1]=arguments[o];return Gn(t,e,n)}}function Ql(t){return function(){for(var e=arguments.length,r=new Array(e),n=0;n<e;n++)r[n]=arguments[n];return qn(t,r)}}function Ni(t,e){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:C2;M1&&M1(t,null);let n=e.length;for(;n--;){let o=e[n];if(typeof o=="string"){const s=r(o);s!==o&&($l(e)||(e[n]=s),o=s)}t[o]=!0}return t}function He(t){const e=E3(null);for(const[r,n]of D3(t))k3(t,r)!==void 0&&(e[r]=n);return e}function l2(t,e){for(;t!==null;){const n=k3(t,e);if(n){if(n.get)return Ht(n.get);if(typeof n.value=="function")return Ht(n.value)}t=Yl(t)}function r(n){return console.warn("fallback value for",n),null}return r}const P1=Et(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),hn=Et(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),wn=Et(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),i0=Et(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),Cn=Et(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),t0=Et(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),O1=Et(["#text"]),z1=Et(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","face","for","headers","height","hidden","high","href","hreflang","id","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","playsinline","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","xmlns","slot"]),xn=Et(["accent-height","accumulate","additive","alignment-baseline","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),j1=Et(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),u2=Et(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),e0=Qt(/\{\{[\w\W]*|[\w\W]*\}\}/gm),r0=Qt(/<%[\w\W]*|[\w\W]*%>/gm),n0=Qt(/\${[\w\W]*}/gm),a0=Qt(/^data-[\-\w.\u00B7-\uFFFF]/),o0=Qt(/^aria-[\-\w]+$/),F3=Qt(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),s0=Qt(/^(?:\w+script|data):/i),d0=Qt(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),B3=Qt(/^html$/i);var W1=Object.freeze({__proto__:null,MUSTACHE_EXPR:e0,ERB_EXPR:r0,TMPLIT_EXPR:n0,DATA_ATTR:a0,ARIA_ATTR:o0,IS_ALLOWED_URI:F3,IS_SCRIPT_OR_DATA:s0,ATTR_WHITESPACE:d0,DOCTYPE_NAME:B3});const l0=function(){return typeof window=="undefined"?null:window},u0=function(e,r){if(typeof e!="object"||typeof e.createPolicy!="function")return null;let n=null;const o="data-tt-policy-suffix";r&&r.hasAttribute(o)&&(n=r.getAttribute(o));const s="dompurify"+(n?"#"+n:"");try{return e.createPolicy(s,{createHTML(d){return d},createScriptURL(d){return d}})}catch{return console.warn("TrustedTypes policy "+s+" could not be created."),null}};function L3(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:l0();const e=hi=>L3(hi);if(e.version="3.0.6",e.removed=[],!t||!t.document||t.document.nodeType!==9)return e.isSupported=!1,e;let{document:r}=t;const n=r,o=n.currentScript,{DocumentFragment:s,HTMLTemplateElement:d,Node:u,Element:l,NodeFilter:m,NamedNodeMap:c=t.NamedNodeMap||t.MozNamedAttrMap,HTMLFormElement:p,DOMParser:v,trustedTypes:k}=t,I=l.prototype,_=l2(I,"cloneNode"),R=l2(I,"nextSibling"),E=l2(I,"childNodes"),y=l2(I,"parentNode");if(typeof d=="function"){const hi=r.createElement("template");hi.content&&hi.content.ownerDocument&&(r=hi.content.ownerDocument)}let b,f="";const{implementation:h,createNodeIterator:x,createDocumentFragment:S,getElementsByTagName:F}=r,{importNode:z}=n;let T={};e.isSupported=typeof D3=="function"&&typeof y=="function"&&h&&h.createHTMLDocument!==void 0;const{MUSTACHE_EXPR:W,ERB_EXPR:V,TMPLIT_EXPR:ii,DATA_ATTR:L,ARIA_ATTR:Z,IS_SCRIPT_OR_DATA:$,ATTR_WHITESPACE:oi}=W1;let{IS_ALLOWED_URI:gi}=W1,N=null;const Q=Ni({},[...P1,...hn,...wn,...Cn,...O1]);let J=null;const ci=Ni({},[...z1,...xn,...j1,...u2]);let H=Object.seal(E3(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),Di=null,xi=null,Wi=!0,Fi=!0,ni=!1,di=!0,Ui=!1,Zi=!1,Mi=!1,C=!1,D=!1,U=!1,Y=!1,O=!0,ei=!1;const fi="user-content-";let j=!0,ai=!1,K={},ui=null;const pi=Ni({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]);let bi=null;const ti=Ni({},["audio","video","img","source","image","track"]);let X=null;const Si=Ni({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),Ti="http://www.w3.org/1998/Math/MathML",Ki="http://www.w3.org/2000/svg",Qi="http://www.w3.org/1999/xhtml";let yi=Qi,se=!1,Zt=null;const be=Ni({},[Ti,Ki,Qi],bn);let nt=null;const ot=["application/xhtml+xml","text/html"],a="text/html";let g=null,w=null;const B=r.createElement("form"),A=function(P){return P instanceof RegExp||P instanceof Function},M=function(){let P=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(!(w&&w===P)){if((!P||typeof P!="object")&&(P={}),P=He(P),nt=ot.indexOf(P.PARSER_MEDIA_TYPE)===-1?nt=a:nt=P.PARSER_MEDIA_TYPE,g=nt==="application/xhtml+xml"?bn:C2,N="ALLOWED_TAGS"in P?Ni({},P.ALLOWED_TAGS,g):Q,J="ALLOWED_ATTR"in P?Ni({},P.ALLOWED_ATTR,g):ci,Zt="ALLOWED_NAMESPACES"in P?Ni({},P.ALLOWED_NAMESPACES,bn):be,X="ADD_URI_SAFE_ATTR"in P?Ni(He(Si),P.ADD_URI_SAFE_ATTR,g):Si,bi="ADD_DATA_URI_TAGS"in P?Ni(He(ti),P.ADD_DATA_URI_TAGS,g):ti,ui="FORBID_CONTENTS"in P?Ni({},P.FORBID_CONTENTS,g):pi,Di="FORBID_TAGS"in P?Ni({},P.FORBID_TAGS,g):{},xi="FORBID_ATTR"in P?Ni({},P.FORBID_ATTR,g):{},K="USE_PROFILES"in P?P.USE_PROFILES:!1,Wi=P.ALLOW_ARIA_ATTR!==!1,Fi=P.ALLOW_DATA_ATTR!==!1,ni=P.ALLOW_UNKNOWN_PROTOCOLS||!1,di=P.ALLOW_SELF_CLOSE_IN_ATTR!==!1,Ui=P.SAFE_FOR_TEMPLATES||!1,Zi=P.WHOLE_DOCUMENT||!1,D=P.RETURN_DOM||!1,U=P.RETURN_DOM_FRAGMENT||!1,Y=P.RETURN_TRUSTED_TYPE||!1,C=P.FORCE_BODY||!1,O=P.SANITIZE_DOM!==!1,ei=P.SANITIZE_NAMED_PROPS||!1,j=P.KEEP_CONTENT!==!1,ai=P.IN_PLACE||!1,gi=P.ALLOWED_URI_REGEXP||F3,yi=P.NAMESPACE||Qi,H=P.CUSTOM_ELEMENT_HANDLING||{},P.CUSTOM_ELEMENT_HANDLING&&A(P.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(H.tagNameCheck=P.CUSTOM_ELEMENT_HANDLING.tagNameCheck),P.CUSTOM_ELEMENT_HANDLING&&A(P.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(H.attributeNameCheck=P.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),P.CUSTOM_ELEMENT_HANDLING&&typeof P.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(H.allowCustomizedBuiltInElements=P.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),Ui&&(Fi=!1),U&&(D=!0),K&&(N=Ni({},[...O1]),J=[],K.html===!0&&(Ni(N,P1),Ni(J,z1)),K.svg===!0&&(Ni(N,hn),Ni(J,xn),Ni(J,u2)),K.svgFilters===!0&&(Ni(N,wn),Ni(J,xn),Ni(J,u2)),K.mathMl===!0&&(Ni(N,Cn),Ni(J,j1),Ni(J,u2))),P.ADD_TAGS&&(N===Q&&(N=He(N)),Ni(N,P.ADD_TAGS,g)),P.ADD_ATTR&&(J===ci&&(J=He(J)),Ni(J,P.ADD_ATTR,g)),P.ADD_URI_SAFE_ATTR&&Ni(X,P.ADD_URI_SAFE_ATTR,g),P.FORBID_CONTENTS&&(ui===pi&&(ui=He(ui)),Ni(ui,P.FORBID_CONTENTS,g)),j&&(N["#text"]=!0),Zi&&Ni(N,["html","head","body"]),N.table&&(Ni(N,["tbody"]),delete Di.tbody),P.TRUSTED_TYPES_POLICY){if(typeof P.TRUSTED_TYPES_POLICY.createHTML!="function")throw hr('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof P.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw hr('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');b=P.TRUSTED_TYPES_POLICY,f=b.createHTML("")}else b===void 0&&(b=u0(k,o)),b!==null&&typeof f=="string"&&(f=b.createHTML(""));Et&&Et(P),w=P}},vi=Ni({},["mi","mo","mn","ms","mtext"]),_i=Ni({},["foreignobject","desc","title","annotation-xml"]),Vi=Ni({},["title","style","font","a","script"]),mi=Ni({},hn);Ni(mi,wn),Ni(mi,i0);const Ei=Ni({},Cn);Ni(Ei,t0);const Ft=function(P){let li=y(P);(!li||!li.tagName)&&(li={namespaceURI:yi,tagName:"template"});const Ci=C2(P.tagName),tt=C2(li.tagName);return Zt[P.namespaceURI]?P.namespaceURI===Ki?li.namespaceURI===Qi?Ci==="svg":li.namespaceURI===Ti?Ci==="svg"&&(tt==="annotation-xml"||vi[tt]):!!mi[Ci]:P.namespaceURI===Ti?li.namespaceURI===Qi?Ci==="math":li.namespaceURI===Ki?Ci==="math"&&_i[tt]:!!Ei[Ci]:P.namespaceURI===Qi?li.namespaceURI===Ki&&!_i[tt]||li.namespaceURI===Ti&&!vi[tt]?!1:!Ei[Ci]&&(Vi[Ci]||!mi[Ci]):!!(nt==="application/xhtml+xml"&&Zt[P.namespaceURI]):!1},ji=function(P){pr(e.removed,{element:P});try{P.parentNode.removeChild(P)}catch{P.remove()}},Ut=function(P,li){try{pr(e.removed,{attribute:li.getAttributeNode(P),from:li})}catch{pr(e.removed,{attribute:null,from:li})}if(li.removeAttribute(P),P==="is"&&!J[P])if(D||U)try{ji(li)}catch{}else try{li.setAttribute(P,"")}catch{}},Vt=function(P){let li=null,Ci=null;if(C)P="<remove></remove>"+P;else{const wt=Jl(P,/^[\r\n\t ]+/);Ci=wt&&wt[0]}nt==="application/xhtml+xml"&&yi===Qi&&(P='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+P+"</body></html>");const tt=b?b.createHTML(P):P;if(yi===Qi)try{li=new v().parseFromString(tt,nt)}catch{}if(!li||!li.documentElement){li=h.createDocument(yi,"template",null);try{li.documentElement.innerHTML=se?f:tt}catch{}}const ht=li.body||li.documentElement;return P&&Ci&&ht.insertBefore(r.createTextNode(Ci),ht.childNodes[0]||null),yi===Qi?F.call(li,Zi?"html":"body")[0]:Zi?li.documentElement:ht},Kr=function(P){return x.call(P.ownerDocument||P,P,m.SHOW_ELEMENT|m.SHOW_COMMENT|m.SHOW_TEXT,null)},Xr=function(P){return P instanceof p&&(typeof P.nodeName!="string"||typeof P.textContent!="string"||typeof P.removeChild!="function"||!(P.attributes instanceof c)||typeof P.removeAttribute!="function"||typeof P.setAttribute!="function"||typeof P.namespaceURI!="string"||typeof P.insertBefore!="function"||typeof P.hasChildNodes!="function")},Qr=function(P){return typeof u=="function"&&P instanceof u},$t=function(P,li,Ci){T[P]&&d2(T[P],tt=>{tt.call(e,li,Ci,w)})},i2=function(P){let li=null;if($t("beforeSanitizeElements",P,null),Xr(P))return ji(P),!0;const Ci=g(P.nodeName);if($t("uponSanitizeElement",P,{tagName:Ci,allowedTags:N}),P.hasChildNodes()&&!Qr(P.firstElementChild)&&Pt(/<[/\w]/g,P.innerHTML)&&Pt(/<[/\w]/g,P.textContent))return ji(P),!0;if(!N[Ci]||Di[Ci]){if(!Di[Ci]&&si(Ci)&&(H.tagNameCheck instanceof RegExp&&Pt(H.tagNameCheck,Ci)||H.tagNameCheck instanceof Function&&H.tagNameCheck(Ci)))return!1;if(j&&!ui[Ci]){const tt=y(P)||P.parentNode,ht=E(P)||P.childNodes;if(ht&&tt){const wt=ht.length;for(let Bt=wt-1;Bt>=0;--Bt)tt.insertBefore(_(ht[Bt],!0),R(P))}}return ji(P),!0}return P instanceof l&&!Ft(P)||(Ci==="noscript"||Ci==="noembed"||Ci==="noframes")&&Pt(/<\/no(script|embed|frames)/i,P.innerHTML)?(ji(P),!0):(Ui&&P.nodeType===3&&(li=P.textContent,d2([W,V,ii],tt=>{li=br(li,tt," ")}),P.textContent!==li&&(pr(e.removed,{element:P.cloneNode()}),P.textContent=li)),$t("afterSanitizeElements",P,null),!1)},t2=function(P,li,Ci){if(O&&(li==="id"||li==="name")&&(Ci in r||Ci in B))return!1;if(!(Fi&&!xi[li]&&Pt(L,li))){if(!(Wi&&Pt(Z,li))){if(!J[li]||xi[li]){if(!(si(P)&&(H.tagNameCheck instanceof RegExp&&Pt(H.tagNameCheck,P)||H.tagNameCheck instanceof Function&&H.tagNameCheck(P))&&(H.attributeNameCheck instanceof RegExp&&Pt(H.attributeNameCheck,li)||H.attributeNameCheck instanceof Function&&H.attributeNameCheck(li))||li==="is"&&H.allowCustomizedBuiltInElements&&(H.tagNameCheck instanceof RegExp&&Pt(H.tagNameCheck,Ci)||H.tagNameCheck instanceof Function&&H.tagNameCheck(Ci))))return!1}else if(!X[li]){if(!Pt(gi,br(Ci,oi,""))){if(!((li==="src"||li==="xlink:href"||li==="href")&&P!=="script"&&Kl(Ci,"data:")===0&&bi[P])){if(!(ni&&!Pt($,br(Ci,oi,"")))){if(Ci)return!1}}}}}}return!0},si=function(P){return P.indexOf("-")>0},Oi=function(P){$t("beforeSanitizeAttributes",P,null);const{attributes:li}=P;if(!li)return;const Ci={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:J};let tt=li.length;for(;tt--;){const ht=li[tt],{name:wt,namespaceURI:Bt,value:Se}=ht,cr=g(wt);let Lt=wt==="value"?Se:Xl(Se);if(Ci.attrName=cr,Ci.attrValue=Lt,Ci.keepAttr=!0,Ci.forceKeepAttr=void 0,$t("uponSanitizeAttribute",P,Ci),Lt=Ci.attrValue,Ci.forceKeepAttr||(Ut(wt,P),!Ci.keepAttr))continue;if(!di&&Pt(/\/>/i,Lt)){Ut(wt,P);continue}Ui&&d2([W,V,ii],Ua=>{Lt=br(Lt,Ua," ")});const Za=g(P.nodeName);if(t2(Za,cr,Lt)){if(ei&&(cr==="id"||cr==="name")&&(Ut(wt,P),Lt=fi+Lt),b&&typeof k=="object"&&typeof k.getAttributeType=="function"&&!Bt)switch(k.getAttributeType(Za,cr)){case"TrustedHTML":{Lt=b.createHTML(Lt);break}case"TrustedScriptURL":{Lt=b.createScriptURL(Lt);break}}try{Bt?P.setAttributeNS(Bt,wt,Lt):P.setAttribute(wt,Lt),R1(e.removed)}catch{}}}$t("afterSanitizeAttributes",P,null)},bt=function hi(P){let li=null;const Ci=Kr(P);for($t("beforeSanitizeShadowDOM",P,null);li=Ci.nextNode();)$t("uponSanitizeShadowNode",li,null),!i2(li)&&(li.content instanceof s&&hi(li.content),Oi(li));$t("afterSanitizeShadowDOM",P,null)};return e.sanitize=function(hi){let P=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},li=null,Ci=null,tt=null,ht=null;if(se=!hi,se&&(hi="<!-->"),typeof hi!="string"&&!Qr(hi))if(typeof hi.toString=="function"){if(hi=hi.toString(),typeof hi!="string")throw hr("dirty is not a string, aborting")}else throw hr("toString is not a function");if(!e.isSupported)return hi;if(Mi||M(P),e.removed=[],typeof hi=="string"&&(ai=!1),ai){if(hi.nodeName){const Se=g(hi.nodeName);if(!N[Se]||Di[Se])throw hr("root node is forbidden and cannot be sanitized in-place")}}else if(hi instanceof u)li=Vt("<!---->"),Ci=li.ownerDocument.importNode(hi,!0),Ci.nodeType===1&&Ci.nodeName==="BODY"||Ci.nodeName==="HTML"?li=Ci:li.appendChild(Ci);else{if(!D&&!Ui&&!Zi&&hi.indexOf("<")===-1)return b&&Y?b.createHTML(hi):hi;if(li=Vt(hi),!li)return D?null:Y?f:""}li&&C&&ji(li.firstChild);const wt=Kr(ai?hi:li);for(;tt=wt.nextNode();)i2(tt)||(tt.content instanceof s&&bt(tt.content),Oi(tt));if(ai)return hi;if(D){if(U)for(ht=S.call(li.ownerDocument);li.firstChild;)ht.appendChild(li.firstChild);else ht=li;return(J.shadowroot||J.shadowrootmode)&&(ht=z.call(n,ht,!0)),ht}let Bt=Zi?li.outerHTML:li.innerHTML;return Zi&&N["!doctype"]&&li.ownerDocument&&li.ownerDocument.doctype&&li.ownerDocument.doctype.name&&Pt(B3,li.ownerDocument.doctype.name)&&(Bt="<!DOCTYPE "+li.ownerDocument.doctype.name+`>
|
|
25
|
+
`+Bt),Ui&&d2([W,V,ii],Se=>{Bt=br(Bt,Se," ")}),b&&Y?b.createHTML(Bt):Bt},e.setConfig=function(){let hi=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};M(hi),Mi=!0},e.clearConfig=function(){w=null,Mi=!1},e.isValidAttribute=function(hi,P,li){w||M({});const Ci=g(hi),tt=g(P);return t2(Ci,tt,li)},e.addHook=function(hi,P){typeof P=="function"&&(T[hi]=T[hi]||[],pr(T[hi],P))},e.removeHook=function(hi){if(T[hi])return R1(T[hi])},e.removeHooks=function(hi){T[hi]&&(T[hi]=[])},e.removeAllHooks=function(){T={}},e}var yn=L3();const g0="Note! If the map is gray and no date is shown on the map, the warnings have not been updated.",m0="Ensure network connection. Check that you have updated your browser and operating system.",c0="List of supported browsers",f0="https://en.ilmatieteenlaitos.fi/site-information",v0="An error occurred while searching for the warnings. Please try again in a moment.",p0="Warnings for following land areas",b0="Warnings for following sea areas",h0="Warnings in effect, 5 days",w0="Show all warnings",C0="Mon",x0="Tue",y0="Wed",A0="Thu",D0="Fri",k0="Sat",E0="Sun",F0="Warnings",B0="Updated",L0="at",I0="warning valid between",S0="Many warnings in effect",T0="No particular awareness is needed",_0="Potentially dangerous",N0="Dangerous",M0="Very dangerous",R0="No warnings in effect",P0="No warnings",O0="info_en",z0="Pirkanmaa",j0="Kainuu",W0="Uusimaa",Z0="Satakunta",U0="Kymenlaakso",G0="Ostrobothnia",q0="Lapland",H0="Åland",V0="Quark",$0="Sea of Åland",Y0="Sea of Archipelago",J0="Utsjoki",K0="Inari",X0="Muonio",Q0="Kolari",i4="Savukoski",t4="Pelkosenniemi",e4="Salla",r4="Pello",n4="Ylitornio",a4="Rovaniemi",o4="Tornio",s4="Tervola",d4="Keminmaa",l4="Kemi",u4="Simo",g4="Ranua",m4="Posio",c4="Kuusamo",f4="Taivalkoski",v4="Cold warning",p4="Flood warning",b4="Wildfire warning",h4="Grass fire warning",w4="Heat wave warning",C4="Pedestrian weather warning",x4="Heavy rain warning",y4="Ice accretion warning",A4="Thunderstorm wind gusts for sea areas",D4="Warning for high sea level",k4="Warning for low sea level",E4="Wave height warning",F4="Wind warning for sea areas",B4="Severe thunderstorm warning",L4="Traffic weather warning",I4="UV advisory",S4="Wind warning for land areas",T4="Cold stress complicates outdoor activities. People with chronic illnesses will experience more symptoms than usual.",_4="Cold stress will significantly complicate all outdoor activities. Symptoms experienced by people with chronic illnesses will become more difficult. Risk of frostbite.",N4="Cold stress will significantly complicate all outdoor activities. Symptoms experienced by people with chronic illnesses will become substantially more difficult. Significant risk of frostbite.",M4="Flooding of fields and forests and minor disruptions are possible.",R4="Flood can cause damages to buildings and significant disruptions to traffic.",P4="Significant risk to human safety and to electricity, water, and telecommunication networks. Flooded buildings and traffic disruptions.",O4="Danger of wildfires is pronounced due to soil dryness. In case of windy weather wildfires spread quickly.",z4="Danger of wildfires is very pronounced due to soil dryness. In case of windy weather wildfires spread quickly.",j4="Danger of uncontrolled wildfires is pronounced due to soil dryness. The fires spread likely quickly.",W4="Danger of grass fires is pronounced due to soil dryness. In case of windy weather grass fires spread quickly.",Z4="",U4="",G4="Many people with chronic illness will experience more symptoms than usual.",q4="People with chronic illness will experience significant and difficult symptoms. Heat stress will limit the work capability of healthy people.",H4="This warning level is unlikely with our current climate. Causes very significant health problems. Heat stress will limit the work capability of healthy people.",V4="Pavements are very slippery. Significant risk for slipping accidents.",$4="",Y4="",J4="Flooding expected in flood-prone underpasses and in low-lying areas. Risk for aquaplaning in road traffic.",K4="Widespread flooding in built-up regions. Underpasses may be completely filled with water. Streaming flood water can cause danger.",X4="Severe flooding in urban areas as well as rural areas. Flood ponds and streaming flood water cause danger.",Q4="Heavy ice accretion may reduce a vessel's stability and cause hazard for operation.",i8="Heavy ice accretion may reduce a vessel's stability and cause hazard for operation.",t8="Heavy ice accretion may reduce a vessel's stability and cause hazard for operation.",e8="Possibly dangerous for recreational crafts and small boats.",r8="Possibly dangerous for recreational crafts and small boats.",n8="Possibly dangerous for recreational crafts and small boats.",a8="High water level: Coastal flooding in low-lying areas.",o8="Flooding on coastal roads may cause roads to be closed. Flood-prone sites will get wet.",s8="Flooding on coastal roads, also in locations without known prior floods. Buildings surrounded by flood water. Significant water damage in built-up areas.",d8="Low water level: Difficulties in cargo transport.",l8="",u8="",g8="Possibly dangerous for recreational crafts and small boats.",m8="Difficulties and danger for marine traffic.",c8="Significant difficulties, delays and danger for marine traffic.",f8="Possibly dangerous for recreational crafts and small boats.",v8="Difficulties and danger for marine traffic.",p8="Significant difficulties, delays and danger for marine traffic.",b8="Local and sporadic wind damage. Mostly individual fallen trees. Brief and local disruptions in electricity supply.",h8="Wind damage in numerous areas, including areas of uniform damage. Locally a need for significant debris clearance, long-lasting electricity outages and disruptions in telecommunication networks.",w8="Widespread wind damage areas with significant need for debris clearance. Long-lasting disruptions in electricity and drinking water supply as well as telecommunication networks.",C8="Disruptions in traffic flow. Enhanced risk of traffic accidents.",x8="Major traffic disruptions possible. Significant risk of traffic accidents.",y8="Major traffic disruptions likely and traffic connections may be completely broken. Significant risk of traffic accidents.",A8="UV radiation is strong. Unprotected skin may burn when exposed to direct sunlight.",D8="",k8="",E8="Individual fallen trees in widespread areas. Brief electricity outages.",F8="Wind damage in numerous areas, including areas of uniform damage. Locally a need for significant debris clearance, long-lasting electricity outages and disruptions in telecommunication networks.",B8="Widespread wind damage areas with significant need for debris clearance. Long-lasting disruptions in electricity and drinking water supply as well as telecommunication networks.",L8="en-US",I8="en",S8="Finnish Meteorological Institute",T8="Flood Centre",_8="https://www.vesi.fi/",N8="Watershed forecasts and flood warnings",M8="Impact description",R8="Zoom in",P8="Zoom out",O8="Use the arrow keys to move the map",z8="Magnifiable map",j8="Go to text-formatted warnings",W8="Warnings in",Z8="areas.",U8="Go to next paragraph.",G8="Show current warnings for",q8="Close current warnings for",H8=".",V8="Map legends",$8="Show legends",Y8="Hide legends",J8="warnings in effect in",K8="land areas and",X8="sea areas",Q8="Gray scale",i6={notInitializedStart:g0,notInitializedEnd:m0,supportedBrowsers:c0,supportedBrowsersLink:f0,failed:v0,regionLand:p0,regionSea:b0,validWarnings:h0,showWarnings:w0,ma:C0,ti:x0,ke:y0,to:A0,pe:D0,la:k0,su:E0,warnings:F0,updated:B0,atTime:L0,valid:I0,severalWarnings:S0,warningLevel1:T0,warningLevel2:_0,warningLevel3:N0,warningLevel4:M0,noWarnings:R0,popupNoWarnings:P0,womlInfoField:O0,"Kanta-Häme":"Kanta-Häme",Pirkanmaa:z0,"Päijät-Häme":"Päijät-Häme","Etelä-Karjala":"South Karelia","Etelä-Savo":"Etelä-Savo","Pohjois-Savo":"Pohjois-Savo","Pohjois-Karjala":"North Karelia","Keski-Suomi":"Central Finland","Etelä-Pohjanmaa":"South Ostrobothnia",Kainuu:j0,Uusimaa:W0,"Varsinais-Suomi":"Varsinais-Suomi",Satakunta:Z0,Kymenlaakso:U0,Pohjanmaa:G0,"Keski-Pohjanmaa":"Central Ostrobothnia","Pohjois-Pohjanmaa":"North Ostrobothnia","Pohjois-Pohjanmaan länsiosa":"Western part of Northern Ostrobothnia",Lappi:q0,Ahvenanmaa:H0,Merenkurkku:V0,"Suomenlahden itäosa":"Eastern Gulf of Finland","Pohjois-Itämeren länsiosa":"Western Part of Northern Baltic","Selkämeren eteläosa":"Southern Sea of Bothnia","Perämeren pohjoisosa":"Northern Bay of Bothnia",Ahvenanmeri:$0,Saaristomeri:Y0,"Perämeren eteläosa":"Southern Bay of Bothnia","Selkämeren pohjoisosa":"Northern Sea of Bothnia","Suomenlahden länsiosa":"Western Gulf of Finland","Pohjois-Itämeren itäosa":"Eastern Part of Northern Baltic","Saimaan pohjoisosa":"Northern Lake Saimaa","Saimaan eteläosa":"Southern Lake Saimaa",Enontekiö:"Enontekiö",Utsjoki:J0,Inari:K0,Muonio:X0,Kolari:Q0,Kittilä:"Kittilä",Sodankylä:"Sodankylä",Savukoski:i4,Pelkosenniemi:t4,Salla:e4,Pello:r4,Ylitornio:n4,Rovaniemi:a4,Kemijärvi:"Kemijärvi",Tornio:o4,Tervola:s4,Keminmaa:d4,Kemi:l4,Simo:u4,Ranua:g4,Posio:m4,Kuusamo:c4,Pudasjärvi:"Pudasjärvi",Taivalkoski:f4,coldWeather:v4,floodLevel:p4,forestFireWeather:b4,grassFireWeather:h4,hotWeather:w4,pedestrianSafety:C4,rain:x4,seaIcing:y4,seaThunderStorm:A4,seaWaterHeightHighWater:D4,seaWaterHeightShallowWater:k4,seaWaveHeight:E4,seaWind:F4,thunderStorm:B4,trafficWeather:L4,uvNote:I4,wind:S4,coldWeatherDescriptionLevel2:T4,coldWeatherDescriptionLevel3:_4,coldWeatherDescriptionLevel4:N4,floodLevelDescriptionLevel2:M4,floodLevelDescriptionLevel3:R4,floodLevelDescriptionLevel4:P4,forestFireWeatherDescriptionLevel2:O4,forestFireWeatherDescriptionLevel3:z4,forestFireWeatherDescriptionLevel4:j4,grassFireWeatherDescriptionLevel2:W4,grassFireWeatherDescriptionLevel3:Z4,grassFireWeatherDescriptionLevel4:U4,hotWeatherDescriptionLevel2:G4,hotWeatherDescriptionLevel3:q4,hotWeatherDescriptionLevel4:H4,pedestrianSafetyDescriptionLevel2:V4,pedestrianSafetyDescriptionLevel3:$4,pedestrianSafetyDescriptionLevel4:Y4,rainDescriptionLevel2:J4,rainDescriptionLevel3:K4,rainDescriptionLevel4:X4,seaIcingDescriptionLevel2:Q4,seaIcingDescriptionLevel3:i8,seaIcingDescriptionLevel4:t8,seaThunderStormDescriptionLevel2:e8,seaThunderStormDescriptionLevel3:r8,seaThunderStormDescriptionLevel4:n8,seaWaterHeightHighWaterDescriptionLevel2:a8,seaWaterHeightHighWaterDescriptionLevel3:o8,seaWaterHeightHighWaterDescriptionLevel4:s8,seaWaterHeightShallowWaterDescriptionLevel2:d8,seaWaterHeightShallowWaterDescriptionLevel3:l8,seaWaterHeightShallowWaterDescriptionLevel4:u8,seaWaveHeightDescriptionLevel2:g8,seaWaveHeightDescriptionLevel3:m8,seaWaveHeightDescriptionLevel4:c8,seaWindDescriptionLevel2:f8,seaWindDescriptionLevel3:v8,seaWindDescriptionLevel4:p8,thunderStormDescriptionLevel2:b8,thunderStormDescriptionLevel3:h8,thunderStormDescriptionLevel4:w8,trafficWeatherDescriptionLevel2:C8,trafficWeatherDescriptionLevel3:x8,trafficWeatherDescriptionLevel4:y8,uvNoteDescriptionLevel2:A8,uvNoteDescriptionLevel3:D8,uvNoteDescriptionLevel4:k8,windDescriptionLevel2:E8,windDescriptionLevel3:F8,windDescriptionLevel4:B8,capLanguage:L8,metoclientLanguage:I8,dataProviderFirst:S8,dataProviderSecond:T8,floodLink:_8,floodLinkText:N8,description:M8,zoomIn:R8,zoomOut:P8,moveMap:O8,mapAriaLabel:z8,toContent:j8,warningsInAreaStart:W8,warningsInAreaEnd:Z8,toNextContent:U8,infoButtonAriaLabelShowRegion:G8,infoButtonAriaLabelCloseRegion:q8,infoButtonAriaLabelValidWarnings:H8,legends:V8,showLegends:$8,hideLegends:Y8,warningsInEffect:J8,landAreas:K8,seaAreas:X8,grayScale:Q8},t6="Huom! Jos kartta on harmaa eikä kartalla näy päivämäärää, varoitukset eivät ole päivittyneet.",e6="Varmista verkkoyhteys. Tarkista, että olet päivittänyt selaimen ja käyttöjärjestelmän.",r6="Lista tuetuista selaimista",n6="https://www.ilmatieteenlaitos.fi/tietoa-sivustosta",a6="Varoitusten haussa tapahtui virhe. Lataa sivu hetken kuluttua uudelleen.",o6="Varoituksia voimassa seuraavilla maa-alueilla",s6="Varoituksia voimassa seuraavilla merialueilla",d6="Voimassa olevat varoitukset, 5 vrk",l6="Näytä kaikki varoitukset",u6="ma",g6="ti",m6="ke",c6="to",f6="pe",v6="la",p6="su",b6="Varoitukset",h6="Päivitetty",w6="klo",C6="varoitus voimassa",x6="Useita varoituksia voimassa",y6="Ei vaaraa",A6="Mahdollisesti vaarallinen",D6="Vaarallinen",k6="Hyvin vaarallinen",E6="Ei varoituksia voimassa",F6="Ei varoituksia",B6="info_fi",L6="Pirkanmaa",I6="Kainuu",S6="Uusimaa",T6="Satakunta",_6="Kymenlaakso",N6="Pohjanmaa",M6="Lappi",R6="Ahvenanmaa",P6="Merenkurkku",O6="Ahvenanmeri",z6="Saaristomeri",j6="Utsjoki",W6="Inari",Z6="Muonio",U6="Kolari",G6="Savukoski",q6="Pelkosenniemi",H6="Salla",V6="Pello",$6="Ylitornio",Y6="Rovaniemi",J6="Tornio",K6="Tervola",X6="Keminmaa",Q6="Kemi",i9="Simo",t9="Ranua",e9="Posio",r9="Kuusamo",n9="Taivalkoski",a9="Pakkasvaroitus",o9="Tulvavaroitus",s9="Maastopalo­varoitus",d9="Ruohikkopalovaara",l9="Hellevaroitus",u9="Jalankulkusää",g9="Sadevaroitus",m9="Jäätämisvaroitus",c9="Ukkospuuskia merialueilla",f9="Varoitus korkeasta merivedestä",v9="Varoitus matalasta merivedestä",p9="Aallokkovaroitus",b9="Tuulivaroitus merelle",h9="Raju ukonilma",w9="Liikennesää",C9="UV-tiedote",x9="Tuulivaroitus maa‑alueille",y9="Kylmärasitus haittaa toimintaa ulkona ja monet erilaisia kroonisia sairauksia potevat oireilevat tavallista enemmän.",A9="Kylmärasitus haittaa toimintaa ulkona huomattavasti ja kroonisia sairauksia potevien oireet vaikeutuvat selvästi. Paleltumisvaara.",D9="Kylmärasitus vaikeuttaa toimintaa ulkona huomattavasti ja kroonisia sairauksia potevien oireet vaikeutuvat merkittävästi. Suuri paleltumisvaara.",k9="Pelto- ja metsäalueiden tulviminen sekä lievät häiriöt mahdollisia.",E9="Tulva voi aiheuttaa rakennusvahinkoja. Liikenteelle voi aiheutua merkittäviä häiriöitä.",F9="Merkittävä riski ihmisten turvallisuudelle sekä sähkö-, vesi-, ja tietoliikenneverkoille. Rakennusvahinkoja ja liikennehäiriöitä laajoilla alueilla.",B9="Maastopalon vaara on kuivuudesta johtuen ilmeinen. Tuulisella säällä palot leviävät erittäin nopeasti.",L9="Maastopalon vaara on kuivuudesta johtuen erittäin ilmeinen. Tuulisella säällä palot leviävät erittäin nopeasti.",I9="Suurpalon vaara on kuivuudesta johtuen ilmeinen. Palot leviävät todennäköisesti erittäin nopeasti.",S9="Ruohikkopalon vaara on kuivuudesta johtuen ilmeinen. Tuulisella säällä palot leviävät erittäin nopeasti.",T9="",_9="",N9="Monet erilaisia kroonisia sairauksia potevat oireilevat tavallista enemmän.",M9="Kroonisia sairauksia potevien oireet vaikeutuvat merkittävästi. Lämpörasitus haittaa myös perusterveiden toimintakykyä.",R9="Tämä varoitustaso on erittäin harvinainen nykyilmastossa. Ennakoitavissa erittäin merkittäviä terveysvaikutuksia. Lämpörasitus haittaa myös perusterveiden toimintakykyä.",P9="Kevyen liikenteen väylät laaja-alaisesti erittäin liukkaita. Liukastumisriski huomattava.",O9="",z9="",j9="Herkimmin tulvivat alikulut ja painanteet tulvivat taajama-alueilla. Liikenteessä kohonnut vesiliirtovaara.",W9="Tulvia taajamissa yleisesti. Alikulkujen täyttyminen vedellä kokonaan mahdollista. Virtaava vesi voi aiheuttaa vaaran.",Z9="Pahoja tulvia taajamissa sekä paikoin myös taajamien ulkopuolella. Tulvalammikot ja virtaava vesi aiheuttavat vaaran.",U9="Runsas jään kertyminen voi heikentää aluksen vakavuutta ja vaarantaa aluksen operointia.",G9="Runsas jään kertyminen voi heikentää aluksen vakavuutta ja vaarantaa aluksen operointia.",q9="Runsas jään kertyminen voi heikentää aluksen vakavuutta ja vaarantaa aluksen operointia.",H9="Mahdollisesti vaarallinen huviveneille ja pienille aluksille.",V9="Mahdollisesti vaarallinen huviveneille ja pienille aluksille.",$9="Mahdollisesti vaarallinen huviveneille ja pienille aluksille.",Y9="Tulva: Merivesi nousee rannikon lähellä alaville maille.",J9="Rantateitä paikoin poikki. Tulvaherkimmät kohteet kastuvat.",K9="Rantateitä alavilla paikoilla poikki myös aiemmin tulvimattomissa kohdissa. Rakennuksia jää veden saartamiksi. Taajama-alueilla merkittäviä vesivahinkoja.",X9="Matalan veden tapauksissa vaikeuksia satamien rahtiliikenteessä.",Q9="",iu="",tu="Mahdollisesti vaarallinen huviveneille ja pienille aluksille.",eu="Vaikeuksia ja vaaratilanteita meriliikenteelle.",ru="Merkittäviä vaikeuksia, hidastumista ja vaaratilanteita meriliikenteessä.",nu="Mahdollisesti vaarallinen huviveneille.",au="Vaikeuksia ja vaaratilanteita meriliikenteelle.",ou="Merkittäviä vaikeuksia, hidastumista ja vaaratilanteita meriliikenteessä.",su="Pienialaisesti tuulivahinkoja. Enimmäkseen yksittäisiä kaatuneita puita. Lyhyitä ja paikallisia sähkökatkoja.",du="Yleisesti tuulivahinkoja, paikoin myös yhtenäisiä vahinkoalueita. Paikallisesti suurta raivaustarvetta, pitkiä sähkökatkoja sekä katkoja teleliikenteessä.",lu="Laajoja vahinkoalueita, joissa huomattava raivaustarve. Pitkiä sähkökatkoja, katkoja juomaveden jakelussa ja teleliikenteessä.",uu="Liikenteen sujuvuus heikentyy ja keskinopeus laskee. Onnettomuusriski on kohonnut.",gu="Liikenteessä mahdollisesti suuria häiriöitä. Onnettomuusriski on huomattava.",mu="Liikenteessä todennäköisesti suuria häiriöitä ja liikenneyhteydet voivat olla kokonaan poikki. Onnettomuusriski on huomattava.",cu="UV-säteily on voimakasta. Suojaamaton iho saattaa palaa erityisesti suorassa auringonvalossa oleskeltaessa.",fu="",vu="",pu="Yksittäisiä kaatuneita puita laajalla alueella. Lyhyitä sähkökatkoja.",bu="Yleisesti tuulivahinkoja, paikoin myös yhtenäisiä vahinkoalueita. Paikallisesti suurta raivaustarvetta, pitkiä sähkökatkoja sekä katkoja teleliikenteessä.",hu="Laajoja vahinkoalueita, joissa huomattava raivaustarve. Pitkiä sähkökatkoja, katkoja juomaveden jakelussa ja teleliikenteessä.",wu="fi-FI",Cu="fi",xu="Ilmatieteen laitos",yu="Tulvakeskus",Au="https://www.vesi.fi/",Du="Vesistöennusteet ja tulvavaroitukset",ku="Vaikutuskuvaus",Eu="Lähennä",Fu="Loitonna",Bu="Siirrä karttaa nuolinäppäimillä",Lu="Zoomattava kartta",Iu="Siirry tekstimuotoisiin varoituksiin",Su="Varoituksia",Tu="alueella.",_u="Siirry seuraavaan kappaleeseen.",Nu="Näytä alueen",Mu="Sulje alueen",Ru="voimassaolevat varoitukset",Pu="Karttaselitteet",Ou="Näytä selitteet",zu="Piilota selitteet",ju="Varoituksia voimassa",Wu="maa-alueella ja",Zu="merialueella",Uu="Harmaasävyt",Gu={notInitializedStart:t6,notInitializedEnd:e6,supportedBrowsers:r6,supportedBrowsersLink:n6,failed:a6,regionLand:o6,regionSea:s6,validWarnings:d6,showWarnings:l6,ma:u6,ti:g6,ke:m6,to:c6,pe:f6,la:v6,su:p6,warnings:b6,updated:h6,atTime:w6,valid:C6,severalWarnings:x6,warningLevel1:y6,warningLevel2:A6,warningLevel3:D6,warningLevel4:k6,noWarnings:E6,popupNoWarnings:F6,womlInfoField:B6,"Kanta-Häme":"Kanta-Häme",Pirkanmaa:L6,"Päijät-Häme":"Päijät-Häme","Etelä-Karjala":"Etelä-Karjala","Etelä-Savo":"Etelä-Savo","Pohjois-Savo":"Pohjois-Savo","Pohjois-Karjala":"Pohjois-Karjala","Keski-Suomi":"Keski-Suomi","Etelä-Pohjanmaa":"Etelä-Pohjanmaa",Kainuu:I6,Uusimaa:S6,"Varsinais-Suomi":"Varsinais-Suomi",Satakunta:T6,Kymenlaakso:_6,Pohjanmaa:N6,"Keski-Pohjanmaa":"Keski-Pohjanmaa","Pohjois-Pohjanmaa":"Pohjois-Pohjanmaa","Pohjois-Pohjanmaan länsiosa":"Pohjois-Pohjanmaan länsiosa",Lappi:M6,Ahvenanmaa:R6,Merenkurkku:P6,"Suomenlahden itäosa":"Suomenlahden itäosa","Pohjois-Itämeren länsiosa":"Pohjois-Itämeren länsiosa","Selkämeren eteläosa":"Selkämeren eteläosa","Perämeren pohjoisosa":"Perämeren pohjoisosa",Ahvenanmeri:O6,Saaristomeri:z6,"Perämeren eteläosa":"Perämeren eteläosa","Selkämeren pohjoisosa":"Selkämeren pohjoisosa","Suomenlahden länsiosa":"Suomenlahden länsiosa","Pohjois-Itämeren itäosa":"Pohjois-Itämeren itäosa","Saimaan pohjoisosa":"Saimaa pohjoinen","Saimaan eteläosa":"Saimaa eteläinen",Enontekiö:"Enontekiö",Utsjoki:j6,Inari:W6,Muonio:Z6,Kolari:U6,Kittilä:"Kittilä",Sodankylä:"Sodankylä",Savukoski:G6,Pelkosenniemi:q6,Salla:H6,Pello:V6,Ylitornio:$6,Rovaniemi:Y6,Kemijärvi:"Kemijärvi",Tornio:J6,Tervola:K6,Keminmaa:X6,Kemi:Q6,Simo:i9,Ranua:t9,Posio:e9,Kuusamo:r9,Pudasjärvi:"Pudasjärvi",Taivalkoski:n9,coldWeather:a9,floodLevel:o9,forestFireWeather:s9,grassFireWeather:d9,hotWeather:l9,pedestrianSafety:u9,rain:g9,seaIcing:m9,seaThunderStorm:c9,seaWaterHeightHighWater:f9,seaWaterHeightShallowWater:v9,seaWaveHeight:p9,seaWind:b9,thunderStorm:h9,trafficWeather:w9,uvNote:C9,wind:x9,coldWeatherDescriptionLevel2:y9,coldWeatherDescriptionLevel3:A9,coldWeatherDescriptionLevel4:D9,floodLevelDescriptionLevel2:k9,floodLevelDescriptionLevel3:E9,floodLevelDescriptionLevel4:F9,forestFireWeatherDescriptionLevel2:B9,forestFireWeatherDescriptionLevel3:L9,forestFireWeatherDescriptionLevel4:I9,grassFireWeatherDescriptionLevel2:S9,grassFireWeatherDescriptionLevel3:T9,grassFireWeatherDescriptionLevel4:_9,hotWeatherDescriptionLevel2:N9,hotWeatherDescriptionLevel3:M9,hotWeatherDescriptionLevel4:R9,pedestrianSafetyDescriptionLevel2:P9,pedestrianSafetyDescriptionLevel3:O9,pedestrianSafetyDescriptionLevel4:z9,rainDescriptionLevel2:j9,rainDescriptionLevel3:W9,rainDescriptionLevel4:Z9,seaIcingDescriptionLevel2:U9,seaIcingDescriptionLevel3:G9,seaIcingDescriptionLevel4:q9,seaThunderStormDescriptionLevel2:H9,seaThunderStormDescriptionLevel3:V9,seaThunderStormDescriptionLevel4:$9,seaWaterHeightHighWaterDescriptionLevel2:Y9,seaWaterHeightHighWaterDescriptionLevel3:J9,seaWaterHeightHighWaterDescriptionLevel4:K9,seaWaterHeightShallowWaterDescriptionLevel2:X9,seaWaterHeightShallowWaterDescriptionLevel3:Q9,seaWaterHeightShallowWaterDescriptionLevel4:iu,seaWaveHeightDescriptionLevel2:tu,seaWaveHeightDescriptionLevel3:eu,seaWaveHeightDescriptionLevel4:ru,seaWindDescriptionLevel2:nu,seaWindDescriptionLevel3:au,seaWindDescriptionLevel4:ou,thunderStormDescriptionLevel2:su,thunderStormDescriptionLevel3:du,thunderStormDescriptionLevel4:lu,trafficWeatherDescriptionLevel2:uu,trafficWeatherDescriptionLevel3:gu,trafficWeatherDescriptionLevel4:mu,uvNoteDescriptionLevel2:cu,uvNoteDescriptionLevel3:fu,uvNoteDescriptionLevel4:vu,windDescriptionLevel2:pu,windDescriptionLevel3:bu,windDescriptionLevel4:hu,capLanguage:wu,metoclientLanguage:Cu,dataProviderFirst:xu,dataProviderSecond:yu,floodLink:Au,floodLinkText:Du,description:ku,zoomIn:Eu,zoomOut:Fu,moveMap:Bu,mapAriaLabel:Lu,toContent:Iu,warningsInAreaStart:Su,warningsInAreaEnd:Tu,toNextContent:_u,infoButtonAriaLabelShowRegion:Nu,infoButtonAriaLabelCloseRegion:Mu,infoButtonAriaLabelValidWarnings:Ru,legends:Pu,showLegends:Ou,hideLegends:zu,warningsInEffect:ju,landAreas:Wu,seaAreas:Zu,grayScale:Uu},qu="Obs! Om kartan är grå och inget datum visas på kartan har varningarna inte uppdaterats.",Hu="Säkerställ nätverksanslutning. Kontrollera att du har uppdaterat din webbläsare och operativsystem.",Vu="Lista över webbläsare som stöds",$u="https://sv.ilmatieteenlaitos.fi/information-om-sidorna",Yu="Ett fel uppstod vid sökningen av varningar. Försök på nytt om en stund.",Ju="Varningar är i kraft i följande landområden",Ku="Varningar är i kraft i följande havsområden",Xu="Varningar i kraft, 5 dygn",Qu="Visa alla varningar",ig="må",tg="ti",eg="on",rg="to",ng="fr",ag="lö",og="sö",sg="Varningar",dg="Uppdaterad",lg="kl.",ug="varningen gäller",gg="Flera varningar i kraft",mg="Ej fara",cg="Möjligtvis farlig",fg="Farlig",vg="Mycket farlig",pg="Inga varningar i kraft",bg="Inga varningar",hg="info_sv",wg="Birkaland",Cg="Kajanaland",xg="Nyland",yg="Satakunta",Ag="Kymmenedalen",Dg="Österbotten",kg="Lappland",Eg="Åland",Fg="Kvarken",Bg="Ålands hav",Lg="Skärgårdshavet",Ig="Utsjoki",Sg="Enare",Tg="Muonio",_g="Kolari",Ng="Savukoski",Mg="Pelkosenniemi",Rg="Salla",Pg="Pello",Og="Övertorneå",zg="Rovaniemi",jg="Torneå",Wg="Tervola",Zg="Keminmaa",Ug="Kemi",Gg="Simo",qg="Ranua",Hg="Posio",Vg="Kuusamo",$g="Taivalkoski",Yg="Varning för köld",Jg="Varning för översvämning",Kg="Varning för terrängbrand",Xg="Risk för gräsbrand",Qg="Varning för värmebölja",i7="Fotgängarvädret",t7="Nederbördsvarning",e7="Varning för nedisning av fartyg",r7="Åskbyar på sjöområden",n7="Varning för högt vattenstånd",a7="Varning för lågt vattenstånd",o7="Varning för hård sjögång",s7="Vindvarning för havsområden",d7="Varning för våldsamt åskväder",l7="Trafikvädret",u7="UV-meddelande",g7="Vindvarning för landområden",m7="Köldpåfrestningen hindrar verksamhet utomhus och hos många som lider av olika kroniska sjukdomar ökar symtomen.",c7="Köldpåfrestningen hindrar verksamhet utomhus avsevärt och symtom hos personer som lider av kroniska sjukdomar förvärras tydligt. Risk för förfrysning.",f7="Köldpåfrestningen försvårar verksamhet utomhus avsevärt och symtomen hos personer som lider av kroniska sjukdomar förvärras betydligt. Stor risk för förfrysning.",v7="Översvämning av åkrar och skogar och mindre störningar är möjliga. Varning utfärdas när en översvämning orsakar en uppskattad effekt eller när dess återkomsttid i genomsnitt är 3-10 år.",p7="Översvämningen orsakar skador på byggnader. Betydande störningar i trafiken kan uppstå. Varning utfärdas när en översvämning orsakar en uppskattad effekt eller när dess återkomsttid i genomsnitt är 10-50 år.",b7="Betydande risk för människornas säkerhet samt el-, vatten- och kommunikationsnäten. Skador på byggnader och störningar i trafiken i stora områden. Varning utfärdas när en översvämning orsakar en uppskattad effekt eller när dess återkomsttid i genomsnitt är över 50 år.",h7="Risken för terrängbrand är uppenbar på grund av torkan. I blåsigt väder sprider sig bränderna mycket snabbt.",w7="Risken för terrängbrand är extremt uppenbar på grund av torkan. I blåsigt väder sprider sig bränderna mycket snabbt.",C7="Risken för omfattande terrängbrand är uppenbar på grund av torkan. Bränderna sannolikt sprider sig mycket snabbt.",x7="Risken för gräsbrand är uppenbar på grund av torkan. I blåsigt väder sprider sig bränderna mycket snabbt.",y7="",A7="",D7="Symtomen hos många som lider av olika kroniska sjukdomar förvärras.",k7="Symtomen hos personer som lider av kroniska sjukdomar förvärras betydligt. Värmepåfrestningen försvagar också friska personers funktionsförmåga.",E7="I vårt nuvarande klimat är denna varningsnivå mycket osannolik. Mycket betydande hälsoeffekter förväntas. Värmepåfrestningen försvagar även friska personers funktionsförmåga.",F7="Lättrafiklederna är mycket hala i stora områden. Avsevärd halkningsrisk.",B7="",L7="",I7="De mest utsatta underfarterna och sänkorna i tätorterna översvämmas. Ökad fara för vattenplaning i trafiken.",S7="Allmänt översvämningar i tätorterna. Möjligt att underfarter fylls helt med vatten. Strömmande vatten kan orsaka fara.",T7="Svåra översvämningar i tätorterna och ställvis även utanför dem. Översvämningspölarna och det strömmande vattnet orsakar fara.",_7="Riklig nedisning kan försämra fartygets stabilitet och äventyra säker drift.",N7="Riklig nedisning kan försämra fartygets stabilitet och äventyra säker drift.",M7="Riklig nedisning kan försämra fartygets stabilitet och äventyra säker drift.",R7="Kan vara farligt för fritidsbåtar och mindre fartyg.",P7="Kan vara farligt för fritidsbåtar och mindre fartyg.",O7="Kan vara farligt för fritidsbåtar och mindre fartyg.",z7="Översvämning: Havsvattnet stiger nära kusten på låglänta marker.",j7="Strandvägarna är ställvis avbrutna. De mest översvämningsutsatta platserna blir våta.",W7="Strandvägarna på låglänta ställen avbrutna också där det tidigare inte översvämmat. Byggnader blir omringade av vatten. I tätorterna avsevärda vattenskador.",Z7="Vid lågvatten förekommer svårigheter i hamnarnas frakttrafik.",U7="",G7="",q7="Möjligtvis farligt för fritidsbåtar och mindre fartyg.",H7="Svårigheter och farosituationer för sjötrafiken.",V7="Betydande svårigheter, fördröjningar och farosituationer i sjötrafiken.",$7="Möjligtvis farligt för fritidsbåtar.",Y7="Svårigheter och farosituationer för sjötrafiken.",J7="Avsevärda svårigheter, fördröjningar och farosituationer i sjötrafiken.",K7="Stormskador i små områden. Främst enstaka fallna träd. Korta och lokala elavbrott.",X7="Allmänt stormskador, ställvis också enhetliga skadeområden. Lokalt stort behov av röjning, långa elavbrott och avbrott i teletrafiken.",Q7="Omfattande skadeområden med avsevärt behov av röjning. Långa elavbrott, avbrott i vattendistributionen och teletrafiken.",im="Trafikens smidighet försämras och medelhastigheten sjunker. Ökad olycksrisk.",tm="Möjligtvis kraftiga störningar i trafiken. Avsevärd olycksrisk.",em="Kraftiga störningar i trafiken är sannolika och trafikförbindelser kan brytas helt. Avsevärd olycksrisk.",rm="UV-strålningen är kraftig. Oskyddad hud kan få brännskador speciellt under vistelse i direkt solljus.",nm="",am="",om="Enstaka fallna träd inom ett stort område. Korta elavbrott.",sm="Allmänt stormskador, ställvis också enhetliga skadeområden. Lokalt stort behov av röjning, långa elavbrott och avbrott i teletrafiken.",dm="Omfattande skadeområden med avsevärt behov av röjning. Långa elavbrott, avbrott i vattendistributionen och teletrafiken.",lm="sv-SV",um="sv",gm="Meteorologiska institutet",mm="Översvämningscentret",cm="https://www.vesi.fi/",fm="Vattenföringsprognoser och översvämningsvarningar",vm="Effektbeskrivningen",pm="Zooma in",bm="Zooma ut",hm="Använd piltangenterna för att flytta kartan",wm="Förstorande karta",Cm="Gå till varningar i text format",xm="Varningar i",ym="områden.",Am="Gå till nästa stycke.",Dm="Visa giltiga varningar för",km="Stäng giltiga varningar för",Em=".",Fm="Kartanmärkningar",Bm="Visa anmärkningar",Lm="Dölj anmärkningar",Im="varningar i kraft i",Sm="landområden och",Tm="havsområden",_m="Gråskala",Nm={notInitializedStart:qu,notInitializedEnd:Hu,supportedBrowsers:Vu,supportedBrowsersLink:$u,failed:Yu,regionLand:Ju,regionSea:Ku,validWarnings:Xu,showWarnings:Qu,ma:ig,ti:tg,ke:eg,to:rg,pe:ng,la:ag,su:og,warnings:sg,updated:dg,atTime:lg,valid:ug,severalWarnings:gg,warningLevel1:mg,warningLevel2:cg,warningLevel3:fg,warningLevel4:vg,noWarnings:pg,popupNoWarnings:bg,womlInfoField:hg,"Kanta-Häme":"Egentliga Tavastland",Pirkanmaa:wg,"Päijät-Häme":"Päijänne-Tavastland","Etelä-Karjala":"Södra Karelen","Etelä-Savo":"Södra Savolax","Pohjois-Savo":"Norra Savolax","Pohjois-Karjala":"Norra Karelen","Keski-Suomi":"Mellersta Finland","Etelä-Pohjanmaa":"Södra Österbotten",Kainuu:Cg,Uusimaa:xg,"Varsinais-Suomi":"Egentliga Finland",Satakunta:yg,Kymenlaakso:Ag,Pohjanmaa:Dg,"Keski-Pohjanmaa":"Mellersta Österbotten","Pohjois-Pohjanmaa":"Norra Österbotten","Pohjois-Pohjanmaan länsiosa":"Västra delen av Norra Österbotten",Lappi:kg,Ahvenanmaa:Eg,Merenkurkku:Fg,"Suomenlahden itäosa":"Östra Finska viken","Pohjois-Itämeren länsiosa":"Västra delen av Norra Östersjön","Selkämeren eteläosa":"Södra Bottenhavet","Perämeren pohjoisosa":"Norra Bottenviken",Ahvenanmeri:Bg,Saaristomeri:Lg,"Perämeren eteläosa":"Södra Bottenviken","Selkämeren pohjoisosa":"Norra Bottenhavet","Suomenlahden länsiosa":"Västra Finska viken","Pohjois-Itämeren itäosa":"Östra delen av Norra Östersjön","Saimaan pohjoisosa":"Norra Saimen","Saimaan eteläosa":"Södra Saimen",Enontekiö:"Enontekis",Utsjoki:Ig,Inari:Sg,Muonio:Tg,Kolari:_g,Kittilä:"Kittilä",Sodankylä:"Sodankylä",Savukoski:Ng,Pelkosenniemi:Mg,Salla:Rg,Pello:Pg,Ylitornio:Og,Rovaniemi:zg,Kemijärvi:"Kemijärvi",Tornio:jg,Tervola:Wg,Keminmaa:Zg,Kemi:Ug,Simo:Gg,Ranua:qg,Posio:Hg,Kuusamo:Vg,Pudasjärvi:"Pudasjärvi",Taivalkoski:$g,coldWeather:Yg,floodLevel:Jg,forestFireWeather:Kg,grassFireWeather:Xg,hotWeather:Qg,pedestrianSafety:i7,rain:t7,seaIcing:e7,seaThunderStorm:r7,seaWaterHeightHighWater:n7,seaWaterHeightShallowWater:a7,seaWaveHeight:o7,seaWind:s7,thunderStorm:d7,trafficWeather:l7,uvNote:u7,wind:g7,coldWeatherDescriptionLevel2:m7,coldWeatherDescriptionLevel3:c7,coldWeatherDescriptionLevel4:f7,floodLevelDescriptionLevel2:v7,floodLevelDescriptionLevel3:p7,floodLevelDescriptionLevel4:b7,forestFireWeatherDescriptionLevel2:h7,forestFireWeatherDescriptionLevel3:w7,forestFireWeatherDescriptionLevel4:C7,grassFireWeatherDescriptionLevel2:x7,grassFireWeatherDescriptionLevel3:y7,grassFireWeatherDescriptionLevel4:A7,hotWeatherDescriptionLevel2:D7,hotWeatherDescriptionLevel3:k7,hotWeatherDescriptionLevel4:E7,pedestrianSafetyDescriptionLevel2:F7,pedestrianSafetyDescriptionLevel3:B7,pedestrianSafetyDescriptionLevel4:L7,rainDescriptionLevel2:I7,rainDescriptionLevel3:S7,rainDescriptionLevel4:T7,seaIcingDescriptionLevel2:_7,seaIcingDescriptionLevel3:N7,seaIcingDescriptionLevel4:M7,seaThunderStormDescriptionLevel2:R7,seaThunderStormDescriptionLevel3:P7,seaThunderStormDescriptionLevel4:O7,seaWaterHeightHighWaterDescriptionLevel2:z7,seaWaterHeightHighWaterDescriptionLevel3:j7,seaWaterHeightHighWaterDescriptionLevel4:W7,seaWaterHeightShallowWaterDescriptionLevel2:Z7,seaWaterHeightShallowWaterDescriptionLevel3:U7,seaWaterHeightShallowWaterDescriptionLevel4:G7,seaWaveHeightDescriptionLevel2:q7,seaWaveHeightDescriptionLevel3:H7,seaWaveHeightDescriptionLevel4:V7,seaWindDescriptionLevel2:$7,seaWindDescriptionLevel3:Y7,seaWindDescriptionLevel4:J7,thunderStormDescriptionLevel2:K7,thunderStormDescriptionLevel3:X7,thunderStormDescriptionLevel4:Q7,trafficWeatherDescriptionLevel2:im,trafficWeatherDescriptionLevel3:tm,trafficWeatherDescriptionLevel4:em,uvNoteDescriptionLevel2:rm,uvNoteDescriptionLevel3:nm,uvNoteDescriptionLevel4:am,windDescriptionLevel2:om,windDescriptionLevel3:sm,windDescriptionLevel4:dm,capLanguage:lm,metoclientLanguage:um,dataProviderFirst:gm,dataProviderSecond:mm,floodLink:cm,floodLinkText:fm,description:vm,zoomIn:pm,zoomOut:bm,moveMap:hm,mapAriaLabel:wm,toContent:Cm,warningsInAreaStart:xm,warningsInAreaEnd:ym,toNextContent:Am,infoButtonAriaLabelShowRegion:Dm,infoButtonAriaLabelCloseRegion:km,infoButtonAriaLabelValidWarnings:Em,legends:Fm,showLegends:Bm,hideLegends:Lm,warningsInEffect:Im,landAreas:Sm,seaAreas:Tm,grayScale:_m},te={methods:{t(t){var e,r,n;if(this.language==null||t==null)return"";switch(this.language){case"en":return(e=yn.sanitize(i6[t]))!=null?e:"";case"fi":return(r=yn.sanitize(Gu[t]))!=null?r:"";case"sv":return(n=yn.sanitize(Nm[t]))!=null?n:"";default:return""}}}};var ze=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{};function en(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}(function(t){var e=function(){try{if(t.URLSearchParams&&new t.URLSearchParams("foo=bar").get("foo")==="bar")return t.URLSearchParams}catch{}return null}(),r=e&&new e({a:1}).toString()==="a=1",n=e&&new e("s=%2B").get("s")==="+",o=e&&"size"in e.prototype,s="__URLSearchParams__",d=e?function(){var f=new e;return f.append("s"," &"),f.toString()==="s=+%26"}():!0,u=m.prototype,l=!!(t.Symbol&&t.Symbol.iterator);if(e&&r&&n&&d&&o)return;function m(f){f=f||"",(f instanceof URLSearchParams||f instanceof m)&&(f=f.toString()),this[s]=R(f)}u.append=function(f,h){E(this[s],f,h)},u.delete=function(f){delete this[s][f]},u.get=function(f){var h=this[s];return this.has(f)?h[f][0]:null},u.getAll=function(f){var h=this[s];return this.has(f)?h[f].slice(0):[]},u.has=function(f){return b(this[s],f)},u.set=function(h,x){this[s][h]=[""+x]},u.toString=function(){var f=this[s],h=[],x,S,F,z;for(S in f)for(F=k(S),x=0,z=f[S];x<z.length;x++)h.push(F+"="+k(z[x]));return h.join("&")};var c=t.Proxy&&e&&(!n||!d||!r||!o),p;c?(p=new Proxy(e,{construct:function(f,h){return new f(new m(h[0]).toString())}}),p.toString=Function.prototype.toString.bind(m)):p=m,Object.defineProperty(t,"URLSearchParams",{value:p});var v=t.URLSearchParams.prototype;v.polyfill=!0,!c&&t.Symbol&&(v[t.Symbol.toStringTag]="URLSearchParams"),"forEach"in v||(v.forEach=function(f,h){var x=R(this.toString());Object.getOwnPropertyNames(x).forEach(function(S){x[S].forEach(function(F){f.call(h,F,S,this)},this)},this)}),"sort"in v||(v.sort=function(){var f=R(this.toString()),h=[],x,S,F;for(x in f)h.push(x);for(h.sort(),S=0;S<h.length;S++)this.delete(h[S]);for(S=0;S<h.length;S++){var z=h[S],T=f[z];for(F=0;F<T.length;F++)this.append(z,T[F])}}),"keys"in v||(v.keys=function(){var f=[];return this.forEach(function(h,x){f.push(x)}),_(f)}),"values"in v||(v.values=function(){var f=[];return this.forEach(function(h){f.push(h)}),_(f)}),"entries"in v||(v.entries=function(){var f=[];return this.forEach(function(h,x){f.push([x,h])}),_(f)}),l&&(v[t.Symbol.iterator]=v[t.Symbol.iterator]||v.entries),"size"in v||Object.defineProperty(v,"size",{get:function(){var f=R(this.toString());if(v===this)throw new TypeError("Illegal invocation at URLSearchParams.invokeGetter");return Object.keys(f).reduce(function(h,x){return h+f[x].length},0)}});function k(f){var h={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(f).replace(/[!'\(\)~]|%20|%00/g,function(x){return h[x]})}function I(f){return f.replace(/[ +]/g,"%20").replace(/(%[a-f0-9]{2})+/ig,function(h){return decodeURIComponent(h)})}function _(f){var h={next:function(){var x=f.shift();return{done:x===void 0,value:x}}};return l&&(h[t.Symbol.iterator]=function(){return h}),h}function R(f){var h={};if(typeof f=="object")if(y(f))for(var x=0;x<f.length;x++){var S=f[x];if(y(S)&&S.length===2)E(h,S[0],S[1]);else throw new TypeError("Failed to construct 'URLSearchParams': Sequence initializer must only contain pair elements")}else for(var F in f)f.hasOwnProperty(F)&&E(h,F,f[F]);else{f.indexOf("?")===0&&(f=f.slice(1));for(var z=f.split("&"),T=0;T<z.length;T++){var W=z[T],V=W.indexOf("=");-1<V?E(h,I(W.slice(0,V)),I(W.slice(V+1))):W&&E(h,I(W),"")}}return h}function E(f,h,x){var S=typeof x=="string"?x:x!=null&&typeof x.toString=="function"?x.toString():JSON.stringify(x);b(f,h)?f[h].push(S):f[h]=[S]}function y(f){return!!f&&Object.prototype.toString.call(f)==="[object Array]"}function b(f,h){return Object.prototype.hasOwnProperty.call(f,h)}})(typeof ze!="undefined"?ze:typeof window!="undefined"?window:ze);var Le={},ve={};function Mm(t,e,r){if(r===void 0&&(r=Array.prototype),t&&typeof r.find=="function")return r.find.call(t,e);for(var n=0;n<t.length;n++)if(Object.prototype.hasOwnProperty.call(t,n)){var o=t[n];if(e.call(void 0,o,n,t))return o}}function Ba(t,e){return e===void 0&&(e=Object),e&&typeof e.freeze=="function"?e.freeze(t):t}function Rm(t,e){if(t===null||typeof t!="object")throw new TypeError("target is not an object");for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t}var I3=Ba({HTML:"text/html",isHTML:function(t){return t===I3.HTML},XML_APPLICATION:"application/xml",XML_TEXT:"text/xml",XML_XHTML_APPLICATION:"application/xhtml+xml",XML_SVG_IMAGE:"image/svg+xml"}),S3=Ba({HTML:"http://www.w3.org/1999/xhtml",isHTML:function(t){return t===S3.HTML},SVG:"http://www.w3.org/2000/svg",XML:"http://www.w3.org/XML/1998/namespace",XMLNS:"http://www.w3.org/2000/xmlns/"});ve.assign=Rm;ve.find=Mm;ve.freeze=Ba;ve.MIME_TYPE=I3;ve.NAMESPACE=S3;var T3=ve,ae=T3.find,zr=T3.NAMESPACE;function Pm(t){return t!==""}function Om(t){return t?t.split(/[\t\n\f\r ]+/).filter(Pm):[]}function zm(t,e){return t.hasOwnProperty(e)||(t[e]=!0),t}function Z1(t){if(!t)return[];var e=Om(t);return Object.keys(e.reduce(zm,{}))}function jm(t){return function(e){return t&&t.indexOf(e)!==-1}}function Vr(t,e){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])}function Mt(t,e){var r=t.prototype;if(!(r instanceof e)){let n=function(){};n.prototype=e.prototype,n=new n,Vr(r,n),t.prototype=r=n}r.constructor!=t&&(typeof t!="function"&&console.error("unknown Class:"+t),r.constructor=t)}var Rt={},Xt=Rt.ELEMENT_NODE=1,dr=Rt.ATTRIBUTE_NODE=2,I2=Rt.TEXT_NODE=3,_3=Rt.CDATA_SECTION_NODE=4,N3=Rt.ENTITY_REFERENCE_NODE=5,Wm=Rt.ENTITY_NODE=6,M3=Rt.PROCESSING_INSTRUCTION_NODE=7,R3=Rt.COMMENT_NODE=8,P3=Rt.DOCUMENT_NODE=9,O3=Rt.DOCUMENT_TYPE_NODE=10,ge=Rt.DOCUMENT_FRAGMENT_NODE=11,Zm=Rt.NOTATION_NODE=12,At={},ft={};At.INDEX_SIZE_ERR=(ft[1]="Index size error",1);At.DOMSTRING_SIZE_ERR=(ft[2]="DOMString size error",2);var St=At.HIERARCHY_REQUEST_ERR=(ft[3]="Hierarchy request error",3);At.WRONG_DOCUMENT_ERR=(ft[4]="Wrong document",4);At.INVALID_CHARACTER_ERR=(ft[5]="Invalid character",5);At.NO_DATA_ALLOWED_ERR=(ft[6]="No data allowed",6);At.NO_MODIFICATION_ALLOWED_ERR=(ft[7]="No modification allowed",7);var z3=At.NOT_FOUND_ERR=(ft[8]="Not found",8);At.NOT_SUPPORTED_ERR=(ft[9]="Not supported",9);var U1=At.INUSE_ATTRIBUTE_ERR=(ft[10]="Attribute in use",10);At.INVALID_STATE_ERR=(ft[11]="Invalid state",11);At.SYNTAX_ERR=(ft[12]="Syntax error",12);At.INVALID_MODIFICATION_ERR=(ft[13]="Invalid modification",13);At.NAMESPACE_ERR=(ft[14]="Invalid namespace",14);At.INVALID_ACCESS_ERR=(ft[15]="Invalid access",15);function dt(t,e){if(e instanceof Error)var r=e;else r=this,Error.call(this,ft[t]),this.message=ft[t],Error.captureStackTrace&&Error.captureStackTrace(this,dt);return r.code=t,e&&(this.message=this.message+": "+e),r}dt.prototype=Error.prototype;Vr(At,dt);function ue(){}ue.prototype={length:0,item:function(t){return t>=0&&t<this.length?this[t]:null},toString:function(t,e){for(var r=[],n=0;n<this.length;n++)Xe(this[n],r,t,e);return r.join("")},filter:function(t){return Array.prototype.filter.call(this,t)},indexOf:function(t){return Array.prototype.indexOf.call(this,t)}};function lr(t,e){this._node=t,this._refresh=e,La(this)}function La(t){var e=t._node._inc||t._node.ownerDocument._inc;if(t._inc!==e){var r=t._refresh(t._node);if(K3(t,"length",r.length),!t.$$length||r.length<t.$$length)for(var n=r.length;n in t;n++)Object.prototype.hasOwnProperty.call(t,n)&&delete t[n];Vr(r,t),t._inc=e}}lr.prototype.item=function(t){return La(this),this[t]||null};Mt(lr,ue);function S2(){}function j3(t,e){for(var r=t.length;r--;)if(t[r]===e)return r}function G1(t,e,r,n){if(n?e[j3(e,n)]=r:e[e.length++]=r,t){r.ownerElement=t;var o=t.ownerDocument;o&&(n&&U3(o,t,n),Um(o,t,r))}}function q1(t,e,r){var n=j3(e,r);if(n>=0){for(var o=e.length-1;n<o;)e[n]=e[++n];if(e.length=o,t){var s=t.ownerDocument;s&&(U3(s,t,r),r.ownerElement=null)}}else throw new dt(z3,new Error(t.tagName+"@"+r))}S2.prototype={length:0,item:ue.prototype.item,getNamedItem:function(t){for(var e=this.length;e--;){var r=this[e];if(r.nodeName==t)return r}},setNamedItem:function(t){var e=t.ownerElement;if(e&&e!=this._ownerElement)throw new dt(U1);var r=this.getNamedItem(t.nodeName);return G1(this._ownerElement,this,t,r),r},setNamedItemNS:function(t){var e=t.ownerElement,r;if(e&&e!=this._ownerElement)throw new dt(U1);return r=this.getNamedItemNS(t.namespaceURI,t.localName),G1(this._ownerElement,this,t,r),r},removeNamedItem:function(t){var e=this.getNamedItem(t);return q1(this._ownerElement,this,e),e},removeNamedItemNS:function(t,e){var r=this.getNamedItemNS(t,e);return q1(this._ownerElement,this,r),r},getNamedItemNS:function(t,e){for(var r=this.length;r--;){var n=this[r];if(n.localName==e&&n.namespaceURI==t)return n}return null}};function W3(){}W3.prototype={hasFeature:function(t,e){return!0},createDocument:function(t,e,r){var n=new $r;if(n.implementation=this,n.childNodes=new ue,n.doctype=r||null,r&&n.appendChild(r),e){var o=n.createElementNS(t,e);n.appendChild(o)}return n},createDocumentType:function(t,e,r){var n=new rn;return n.name=t,n.nodeName=t,n.publicId=e||"",n.systemId=r||"",n}};function Xi(){}Xi.prototype={firstChild:null,lastChild:null,previousSibling:null,nextSibling:null,attributes:null,parentNode:null,childNodes:null,ownerDocument:null,nodeValue:null,namespaceURI:null,prefix:null,localName:null,insertBefore:function(t,e){return T2(this,t,e)},replaceChild:function(t,e){T2(this,t,e,q3),e&&this.removeChild(e)},removeChild:function(t){return G3(this,t)},appendChild:function(t){return this.insertBefore(t,null)},hasChildNodes:function(){return this.firstChild!=null},cloneNode:function(t){return Hn(this.ownerDocument||this,this,t)},normalize:function(){for(var t=this.firstChild;t;){var e=t.nextSibling;e&&e.nodeType==I2&&t.nodeType==I2?(this.removeChild(e),t.appendData(e.data)):(t.normalize(),t=e)}},isSupported:function(t,e){return this.ownerDocument.implementation.hasFeature(t,e)},hasAttributes:function(){return this.attributes.length>0},lookupPrefix:function(t){for(var e=this;e;){var r=e._nsMap;if(r){for(var n in r)if(Object.prototype.hasOwnProperty.call(r,n)&&r[n]===t)return n}e=e.nodeType==dr?e.ownerDocument:e.parentNode}return null},lookupNamespaceURI:function(t){for(var e=this;e;){var r=e._nsMap;if(r&&Object.prototype.hasOwnProperty.call(r,t))return r[t];e=e.nodeType==dr?e.ownerDocument:e.parentNode}return null},isDefaultNamespace:function(t){var e=this.lookupPrefix(t);return e==null}};function Z3(t){return t=="<"&&"<"||t==">"&&">"||t=="&"&&"&"||t=='"'&&"""||"&#"+t.charCodeAt()+";"}Vr(Rt,Xi);Vr(Rt,Xi.prototype);function jr(t,e){if(e(t))return!0;if(t=t.firstChild)do if(jr(t,e))return!0;while(t=t.nextSibling)}function $r(){this.ownerDocument=this}function Um(t,e,r){t&&t._inc++;var n=r.namespaceURI;n===zr.XMLNS&&(e._nsMap[r.prefix?r.localName:""]=r.value)}function U3(t,e,r,n){t&&t._inc++;var o=r.namespaceURI;o===zr.XMLNS&&delete e._nsMap[r.prefix?r.localName:""]}function Ia(t,e,r){if(t&&t._inc){t._inc++;var n=e.childNodes;if(r)n[n.length++]=r;else{for(var o=e.firstChild,s=0;o;)n[s++]=o,o=o.nextSibling;n.length=s,delete n[n.length]}}}function G3(t,e){var r=e.previousSibling,n=e.nextSibling;return r?r.nextSibling=n:t.firstChild=n,n?n.previousSibling=r:t.lastChild=r,e.parentNode=null,e.previousSibling=null,e.nextSibling=null,Ia(t.ownerDocument,t),e}function Gm(t){return t&&(t.nodeType===Xi.DOCUMENT_NODE||t.nodeType===Xi.DOCUMENT_FRAGMENT_NODE||t.nodeType===Xi.ELEMENT_NODE)}function qm(t){return t&&(oe(t)||Sa(t)||me(t)||t.nodeType===Xi.DOCUMENT_FRAGMENT_NODE||t.nodeType===Xi.COMMENT_NODE||t.nodeType===Xi.PROCESSING_INSTRUCTION_NODE)}function me(t){return t&&t.nodeType===Xi.DOCUMENT_TYPE_NODE}function oe(t){return t&&t.nodeType===Xi.ELEMENT_NODE}function Sa(t){return t&&t.nodeType===Xi.TEXT_NODE}function H1(t,e){var r=t.childNodes||[];if(ae(r,oe)||me(e))return!1;var n=ae(r,me);return!(e&&n&&r.indexOf(n)>r.indexOf(e))}function V1(t,e){var r=t.childNodes||[];function n(s){return oe(s)&&s!==e}if(ae(r,n))return!1;var o=ae(r,me);return!(e&&o&&r.indexOf(o)>r.indexOf(e))}function Hm(t,e,r){if(!Gm(t))throw new dt(St,"Unexpected parent node type "+t.nodeType);if(r&&r.parentNode!==t)throw new dt(z3,"child not in parent");if(!qm(e)||me(e)&&t.nodeType!==Xi.DOCUMENT_NODE)throw new dt(St,"Unexpected node type "+e.nodeType+" for parent node type "+t.nodeType)}function Vm(t,e,r){var n=t.childNodes||[],o=e.childNodes||[];if(e.nodeType===Xi.DOCUMENT_FRAGMENT_NODE){var s=o.filter(oe);if(s.length>1||ae(o,Sa))throw new dt(St,"More than one element or text in fragment");if(s.length===1&&!H1(t,r))throw new dt(St,"Element in fragment can not be inserted before doctype")}if(oe(e)&&!H1(t,r))throw new dt(St,"Only one element can be added and only after doctype");if(me(e)){if(ae(n,me))throw new dt(St,"Only one doctype is allowed");var d=ae(n,oe);if(r&&n.indexOf(d)<n.indexOf(r))throw new dt(St,"Doctype can only be inserted before an element");if(!r&&d)throw new dt(St,"Doctype can not be appended since element is present")}}function q3(t,e,r){var n=t.childNodes||[],o=e.childNodes||[];if(e.nodeType===Xi.DOCUMENT_FRAGMENT_NODE){var s=o.filter(oe);if(s.length>1||ae(o,Sa))throw new dt(St,"More than one element or text in fragment");if(s.length===1&&!V1(t,r))throw new dt(St,"Element in fragment can not be inserted before doctype")}if(oe(e)&&!V1(t,r))throw new dt(St,"Only one element can be added and only after doctype");if(me(e)){if(ae(n,function(l){return me(l)&&l!==r}))throw new dt(St,"Only one doctype is allowed");var d=ae(n,oe);if(r&&n.indexOf(d)<n.indexOf(r))throw new dt(St,"Doctype can only be inserted before an element")}}function T2(t,e,r,n){Hm(t,e,r),t.nodeType===Xi.DOCUMENT_NODE&&(n||Vm)(t,e,r);var o=e.parentNode;if(o&&o.removeChild(e),e.nodeType===ge){var s=e.firstChild;if(s==null)return e;var d=e.lastChild}else s=d=e;var u=r?r.previousSibling:t.lastChild;s.previousSibling=u,d.nextSibling=r,u?u.nextSibling=s:t.firstChild=s,r==null?t.lastChild=d:r.previousSibling=d;do s.parentNode=t;while(s!==d&&(s=s.nextSibling));return Ia(t.ownerDocument||t,t),e.nodeType==ge&&(e.firstChild=e.lastChild=null),e}function $m(t,e){return e.parentNode&&e.parentNode.removeChild(e),e.parentNode=t,e.previousSibling=t.lastChild,e.nextSibling=null,e.previousSibling?e.previousSibling.nextSibling=e:t.firstChild=e,t.lastChild=e,Ia(t.ownerDocument,t,e),e}$r.prototype={nodeName:"#document",nodeType:P3,doctype:null,documentElement:null,_inc:1,insertBefore:function(t,e){if(t.nodeType==ge){for(var r=t.firstChild;r;){var n=r.nextSibling;this.insertBefore(r,e),r=n}return t}return T2(this,t,e),t.ownerDocument=this,this.documentElement===null&&t.nodeType===Xt&&(this.documentElement=t),t},removeChild:function(t){return this.documentElement==t&&(this.documentElement=null),G3(this,t)},replaceChild:function(t,e){T2(this,t,e,q3),t.ownerDocument=this,e&&this.removeChild(e),oe(t)&&(this.documentElement=t)},importNode:function(t,e){return J3(this,t,e)},getElementById:function(t){var e=null;return jr(this.documentElement,function(r){if(r.nodeType==Xt&&r.getAttribute("id")==t)return e=r,!0}),e},getElementsByClassName:function(t){var e=Z1(t);return new lr(this,function(r){var n=[];return e.length>0&&jr(r.documentElement,function(o){if(o!==r&&o.nodeType===Xt){var s=o.getAttribute("class");if(s){var d=t===s;if(!d){var u=Z1(s);d=e.every(jm(u))}d&&n.push(o)}}}),n})},createElement:function(t){var e=new je;e.ownerDocument=this,e.nodeName=t,e.tagName=t,e.localName=t,e.childNodes=new ue;var r=e.attributes=new S2;return r._ownerElement=e,e},createDocumentFragment:function(){var t=new nn;return t.ownerDocument=this,t.childNodes=new ue,t},createTextNode:function(t){var e=new Ta;return e.ownerDocument=this,e.appendData(t),e},createComment:function(t){var e=new _a;return e.ownerDocument=this,e.appendData(t),e},createCDATASection:function(t){var e=new Na;return e.ownerDocument=this,e.appendData(t),e},createProcessingInstruction:function(t,e){var r=new Ra;return r.ownerDocument=this,r.tagName=r.nodeName=r.target=t,r.nodeValue=r.data=e,r},createAttribute:function(t){var e=new _2;return e.ownerDocument=this,e.name=t,e.nodeName=t,e.localName=t,e.specified=!0,e},createEntityReference:function(t){var e=new Ma;return e.ownerDocument=this,e.nodeName=t,e},createElementNS:function(t,e){var r=new je,n=e.split(":"),o=r.attributes=new S2;return r.childNodes=new ue,r.ownerDocument=this,r.nodeName=e,r.tagName=e,r.namespaceURI=t,n.length==2?(r.prefix=n[0],r.localName=n[1]):r.localName=e,o._ownerElement=r,r},createAttributeNS:function(t,e){var r=new _2,n=e.split(":");return r.ownerDocument=this,r.nodeName=e,r.name=e,r.namespaceURI=t,r.specified=!0,n.length==2?(r.prefix=n[0],r.localName=n[1]):r.localName=e,r}};Mt($r,Xi);function je(){this._nsMap={}}je.prototype={nodeType:Xt,hasAttribute:function(t){return this.getAttributeNode(t)!=null},getAttribute:function(t){var e=this.getAttributeNode(t);return e&&e.value||""},getAttributeNode:function(t){return this.attributes.getNamedItem(t)},setAttribute:function(t,e){var r=this.ownerDocument.createAttribute(t);r.value=r.nodeValue=""+e,this.setAttributeNode(r)},removeAttribute:function(t){var e=this.getAttributeNode(t);e&&this.removeAttributeNode(e)},appendChild:function(t){return t.nodeType===ge?this.insertBefore(t,null):$m(this,t)},setAttributeNode:function(t){return this.attributes.setNamedItem(t)},setAttributeNodeNS:function(t){return this.attributes.setNamedItemNS(t)},removeAttributeNode:function(t){return this.attributes.removeNamedItem(t.nodeName)},removeAttributeNS:function(t,e){var r=this.getAttributeNodeNS(t,e);r&&this.removeAttributeNode(r)},hasAttributeNS:function(t,e){return this.getAttributeNodeNS(t,e)!=null},getAttributeNS:function(t,e){var r=this.getAttributeNodeNS(t,e);return r&&r.value||""},setAttributeNS:function(t,e,r){var n=this.ownerDocument.createAttributeNS(t,e);n.value=n.nodeValue=""+r,this.setAttributeNode(n)},getAttributeNodeNS:function(t,e){return this.attributes.getNamedItemNS(t,e)},getElementsByTagName:function(t){return new lr(this,function(e){var r=[];return jr(e,function(n){n!==e&&n.nodeType==Xt&&(t==="*"||n.tagName==t)&&r.push(n)}),r})},getElementsByTagNameNS:function(t,e){return new lr(this,function(r){var n=[];return jr(r,function(o){o!==r&&o.nodeType===Xt&&(t==="*"||o.namespaceURI===t)&&(e==="*"||o.localName==e)&&n.push(o)}),n})}};$r.prototype.getElementsByTagName=je.prototype.getElementsByTagName;$r.prototype.getElementsByTagNameNS=je.prototype.getElementsByTagNameNS;Mt(je,Xi);function _2(){}_2.prototype.nodeType=dr;Mt(_2,Xi);function Yr(){}Yr.prototype={data:"",substringData:function(t,e){return this.data.substring(t,t+e)},appendData:function(t){t=this.data+t,this.nodeValue=this.data=t,this.length=t.length},insertData:function(t,e){this.replaceData(t,0,e)},appendChild:function(t){throw new Error(ft[St])},deleteData:function(t,e){this.replaceData(t,e,"")},replaceData:function(t,e,r){var n=this.data.substring(0,t),o=this.data.substring(t+e);r=n+r+o,this.nodeValue=this.data=r,this.length=r.length}};Mt(Yr,Xi);function Ta(){}Ta.prototype={nodeName:"#text",nodeType:I2,splitText:function(t){var e=this.data,r=e.substring(t);e=e.substring(0,t),this.data=this.nodeValue=e,this.length=e.length;var n=this.ownerDocument.createTextNode(r);return this.parentNode&&this.parentNode.insertBefore(n,this.nextSibling),n}};Mt(Ta,Yr);function _a(){}_a.prototype={nodeName:"#comment",nodeType:R3};Mt(_a,Yr);function Na(){}Na.prototype={nodeName:"#cdata-section",nodeType:_3};Mt(Na,Yr);function rn(){}rn.prototype.nodeType=O3;Mt(rn,Xi);function H3(){}H3.prototype.nodeType=Zm;Mt(H3,Xi);function V3(){}V3.prototype.nodeType=Wm;Mt(V3,Xi);function Ma(){}Ma.prototype.nodeType=N3;Mt(Ma,Xi);function nn(){}nn.prototype.nodeName="#document-fragment";nn.prototype.nodeType=ge;Mt(nn,Xi);function Ra(){}Ra.prototype.nodeType=M3;Mt(Ra,Xi);function $3(){}$3.prototype.serializeToString=function(t,e,r){return Y3.call(t,e,r)};Xi.prototype.toString=Y3;function Y3(t,e){var r=[],n=this.nodeType==9&&this.documentElement||this,o=n.prefix,s=n.namespaceURI;if(s&&o==null){var o=n.lookupPrefix(s);if(o==null)var d=[{namespace:s,prefix:null}]}return Xe(this,r,t,e,d),r.join("")}function $1(t,e,r){var n=t.prefix||"",o=t.namespaceURI;if(!o||n==="xml"&&o===zr.XML||o===zr.XMLNS)return!1;for(var s=r.length;s--;){var d=r[s];if(d.prefix===n)return d.namespace!==o}return!0}function An(t,e,r){t.push(" ",e,'="',r.replace(/[<>&"\t\n\r]/g,Z3),'"')}function Xe(t,e,r,n,o){if(o||(o=[]),n)if(t=n(t),t){if(typeof t=="string"){e.push(t);return}}else return;switch(t.nodeType){case Xt:var s=t.attributes,d=s.length,E=t.firstChild,u=t.tagName;r=zr.isHTML(t.namespaceURI)||r;var l=u;if(!r&&!t.prefix&&t.namespaceURI){for(var m,c=0;c<s.length;c++)if(s.item(c).name==="xmlns"){m=s.item(c).value;break}if(!m)for(var p=o.length-1;p>=0;p--){var v=o[p];if(v.prefix===""&&v.namespace===t.namespaceURI){m=v.namespace;break}}if(m!==t.namespaceURI)for(var p=o.length-1;p>=0;p--){var v=o[p];if(v.namespace===t.namespaceURI){v.prefix&&(l=v.prefix+":"+u);break}}}e.push("<",l);for(var k=0;k<d;k++){var I=s.item(k);I.prefix=="xmlns"?o.push({prefix:I.localName,namespace:I.value}):I.nodeName=="xmlns"&&o.push({prefix:"",namespace:I.value})}for(var k=0;k<d;k++){var I=s.item(k);if($1(I,r,o)){var _=I.prefix||"",R=I.namespaceURI;An(e,_?"xmlns:"+_:"xmlns",R),o.push({prefix:_,namespace:R})}Xe(I,e,r,n,o)}if(u===l&&$1(t,r,o)){var _=t.prefix||"",R=t.namespaceURI;An(e,_?"xmlns:"+_:"xmlns",R),o.push({prefix:_,namespace:R})}if(E||r&&!/^(?:meta|link|img|br|hr|input)$/i.test(u)){if(e.push(">"),r&&/^script$/i.test(u))for(;E;)E.data?e.push(E.data):Xe(E,e,r,n,o.slice()),E=E.nextSibling;else for(;E;)Xe(E,e,r,n,o.slice()),E=E.nextSibling;e.push("</",l,">")}else e.push("/>");return;case P3:case ge:for(var E=t.firstChild;E;)Xe(E,e,r,n,o.slice()),E=E.nextSibling;return;case dr:return An(e,t.name,t.value);case I2:return e.push(t.data.replace(/[<&>]/g,Z3));case _3:return e.push("<![CDATA[",t.data,"]]>");case R3:return e.push("<!--",t.data,"-->");case O3:var y=t.publicId,b=t.systemId;if(e.push("<!DOCTYPE ",t.name),y)e.push(" PUBLIC ",y),b&&b!="."&&e.push(" ",b),e.push(">");else if(b&&b!=".")e.push(" SYSTEM ",b,">");else{var f=t.internalSubset;f&&e.push(" [",f,"]"),e.push(">")}return;case M3:return e.push("<?",t.target," ",t.data,"?>");case N3:return e.push("&",t.nodeName,";");default:e.push("??",t.nodeName)}}function J3(t,e,r){var n;switch(e.nodeType){case Xt:n=e.cloneNode(!1),n.ownerDocument=t;case ge:break;case dr:r=!0;break}if(n||(n=e.cloneNode(!1)),n.ownerDocument=t,n.parentNode=null,r)for(var o=e.firstChild;o;)n.appendChild(J3(t,o,r)),o=o.nextSibling;return n}function Hn(t,e,r){var n=new e.constructor;for(var o in e)if(Object.prototype.hasOwnProperty.call(e,o)){var s=e[o];typeof s!="object"&&s!=n[o]&&(n[o]=s)}switch(e.childNodes&&(n.childNodes=new ue),n.ownerDocument=t,n.nodeType){case Xt:var d=e.attributes,u=n.attributes=new S2,l=d.length;u._ownerElement=n;for(var m=0;m<l;m++)n.setAttributeNode(Hn(t,d.item(m),!0));break;case dr:r=!0}if(r)for(var c=e.firstChild;c;)n.appendChild(Hn(t,c,r)),c=c.nextSibling;return n}function K3(t,e,r){t[e]=r}try{if(Object.defineProperty){let t=function(e){switch(e.nodeType){case Xt:case ge:var r=[];for(e=e.firstChild;e;)e.nodeType!==7&&e.nodeType!==8&&r.push(t(e)),e=e.nextSibling;return r.join("");default:return e.nodeValue}};Object.defineProperty(lr.prototype,"length",{get:function(){return La(this),this.$$length}}),Object.defineProperty(Xi.prototype,"textContent",{get:function(){return t(this)},set:function(e){switch(this.nodeType){case Xt:case ge:for(;this.firstChild;)this.removeChild(this.firstChild);(e||String(e))&&this.appendChild(this.ownerDocument.createTextNode(e));break;default:this.data=e,this.value=e,this.nodeValue=e}}}),K3=function(e,r,n){e["$$"+r]=n}}}catch{}Le.DocumentType=rn;Le.DOMException=dt;Le.DOMImplementation=W3;Le.Element=je;Le.Node=Xi;Le.NodeList=ue;Le.XMLSerializer=$3;var an={},X3={};(function(t){var e=ve.freeze;t.XML_ENTITIES=e({amp:"&",apos:"'",gt:">",lt:"<",quot:'"'}),t.HTML_ENTITIES=e({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:"&",And:"⩓",and:"∧",andand:"⩕",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsd:"∡",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",Aogon:"Ą",aogon:"ą",Aopf:"𝔸",aopf:"𝕒",ap:"≈",apacir:"⩯",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:"⋍",bsol:"\\",bsolb:"⧅",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpE:"⪮",bumpe:"≏",Bumpeq:"≎",bumpeq:"≏",Cacute:"Ć",cacute:"ć",Cap:"⋒",cap:"∩",capand:"⩄",capbrcup:"⩉",capcap:"⩋",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:"χ",cir:"○",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",CircleDot:"⊙",circledR:"®",circledS:"Ⓢ",CircleMinus:"⊖",CirclePlus:"⊕",CircleTimes:"⊗",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:"⤽",Cup:"⋓",cup:"∪",cupbrcap:"⩈",CupCap:"≍",cupcap:"⩆",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:"д",DD:"ⅅ",dd:"ⅆ",ddagger:"‡",ddarr:"⇊",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:"∥",DownArrow:"↓",Downarrow:"⇓",downarrow:"↓",DownArrowBar:"⤓",DownArrowUpArrow:"⇵",DownBreve:"̑",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVector:"↽",DownLeftVectorBar:"⥖",DownRightTeeVector:"⥟",DownRightVector:"⇁",DownRightVectorBar:"⥗",DownTee:"⊤",DownTeeArrow:"↧",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",Dscr:"𝒟",dscr:"𝒹",DScy:"Ѕ",dscy:"ѕ",dsol:"⧶",Dstrok:"Đ",dstrok:"đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",DZcy:"Џ",dzcy:"џ",dzigrarr:"⟿",Eacute:"É",eacute:"é",easter:"⩮",Ecaron:"Ě",ecaron:"ě",ecir:"≖",Ecirc:"Ê",ecirc:"ê",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:"▫",emsp:" ",emsp13:" ",emsp14:" ",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:"ffi",fflig:"ff",ffllig:"ffl",Ffr:"𝔉",ffr:"𝔣",filig:"fi",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",fjlig:"fj",flat:"♭",fllig:"fl",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:"⩾",ges:"⩾",gescc:"⪩",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",Gfr:"𝔊",gfr:"𝔤",Gg:"⋙",gg:"≫",ggg:"⋙",gimel:"ℷ",GJcy:"Ѓ",gjcy:"ѓ",gl:"≷",gla:"⪥",glE:"⪒",glj:"⪤",gnap:"⪊",gnapprox:"⪊",gnE:"≩",gne:"⪈",gneq:"⪈",gneqq:"≩",gnsim:"⋧",Gopf:"𝔾",gopf:"𝕘",grave:"`",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",Gscr:"𝒢",gscr:"ℊ",gsim:"≳",gsime:"⪎",gsiml:"⪐",Gt:"≫",GT:">",gt:">",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",Hacek:"ˇ",hairsp:" ",half:"½",hamilt:"ℋ",HARDcy:"Ъ",hardcy:"ъ",hArr:"⇔",harr:"↔",harrcir:"⥈",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:"IJ",ijlig:"ij",Im:"ℑ",Imacr:"Ī",imacr:"ī",image:"ℑ",ImaginaryI:"ⅈ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",imof:"⊷",imped:"Ƶ",Implies:"⇒",in:"∈",incare:"℅",infin:"∞",infintie:"⧝",inodot:"ı",Int:"∬",int:"∫",intcal:"⊺",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:"«",Larr:"↞",lArr:"⇐",larr:"←",larrb:"⇤",larrbfs:"⤟",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",lat:"⪫",lAtail:"⤛",latail:"⤙",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:"⟨",LeftArrow:"←",Leftarrow:"⇐",leftarrow:"←",LeftArrowBar:"⇤",LeftArrowRightArrow:"⇆",leftarrowtail:"↢",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",LeftRightArrow:"↔",Leftrightarrow:"⇔",leftrightarrow:"↔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",LeftRightVector:"⥎",LeftTee:"⊣",LeftTeeArrow:"↤",LeftTeeVector:"⥚",leftthreetimes:"⋋",LeftTriangle:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",LeftVectorBar:"⥒",lEg:"⪋",leg:"⋚",leq:"≤",leqq:"≦",leqslant:"⩽",les:"⩽",lescc:"⪨",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:"љ",Ll:"⋘",ll:"≪",llarr:"⇇",llcorner:"⌞",Lleftarrow:"⇚",llhard:"⥫",lltri:"◺",Lmidot:"Ŀ",lmidot:"ŀ",lmoust:"⎰",lmoustache:"⎰",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:"ł",Lt:"≪",LT:"<",lt:"<",ltcc:"⪦",ltcir:"⩹",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:"µ",mid:"∣",midast:"*",midcir:"⫰",middot:"·",minus:"−",minusb:"⊟",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:"ʼn",napprox:"≉",natur:"♮",natural:"♮",naturals:"ℕ",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",Ncaron:"Ň",ncaron:"ň",Ncedil:"Ņ",ncedil:"ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",Ncy:"Н",ncy:"н",ndash:"–",ne:"≠",nearhk:"⤤",neArr:"⇗",nearr:"↗",nearrow:"↗",nedot:"≐̸",NegativeMediumSpace:"",NegativeThickSpace:"",NegativeThinSpace:"",NegativeVeryThinSpace:"",nequiv:"≢",nesear:"⤨",nesim:"≂̸",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:`
|
|
26
|
+
`,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:"⋶",NotLeftTriangle:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangle:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",npar:"∦",nparallel:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",npre:"⪯̸",nprec:"⊀",npreceq:"⪯̸",nrArr:"⇏",nrarr:"↛",nrarrc:"⤳̸",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:"⊛",ocir:"⊚",Ocirc:"Ô",ocirc:"ô",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:"⊕",Or:"⩔",or:"∨",orarr:"↻",ord:"⩝",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oS:"Ⓢ",Oscr:"𝒪",oscr:"ℴ",Oslash:"Ø",oslash:"ø",osol:"⊘",Otilde:"Õ",otilde:"õ",Otimes:"⨷",otimes:"⊗",otimesas:"⨶",Ouml:"Ö",ouml:"ö",ovbar:"⌽",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",par:"∥",para:"¶",parallel:"∥",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:"ℏ",plus:"+",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plusdo:"∔",plusdu:"⨥",pluse:"⩲",PlusMinus:"±",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",Poincareplane:"ℌ",pointint:"⨕",Popf:"ℙ",popf:"𝕡",pound:"£",Pr:"⪻",pr:"≺",prap:"⪷",prcue:"≼",prE:"⪳",pre:"⪯",prec:"≺",precapprox:"⪷",preccurlyeq:"≼",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",precsim:"≾",Prime:"″",prime:"′",primes:"ℙ",prnap:"⪹",prnE:"⪵",prnsim:"⋨",prod:"∏",Product:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",Proportion:"∷",Proportional:"∝",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:"»",Rarr:"↠",rArr:"⇒",rarr:"→",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",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:"↳",Re:"ℜ",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",rect:"▭",REG:"®",reg:"®",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",rfisht:"⥽",rfloor:"⌋",Rfr:"ℜ",rfr:"𝔯",rHar:"⥤",rhard:"⇁",rharu:"⇀",rharul:"⥬",Rho:"Ρ",rho:"ρ",rhov:"ϱ",RightAngleBracket:"⟩",RightArrow:"→",Rightarrow:"⇒",rightarrow:"→",RightArrowBar:"⇥",RightArrowLeftArrow:"⇄",rightarrowtail:"↣",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",RightTee:"⊢",RightTeeArrow:"↦",RightTeeVector:"⥛",rightthreetimes:"⋌",RightTriangle:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",RightVectorBar:"⥓",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"",rmoust:"⎱",rmoustache:"⎱",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:"‚",Sc:"⪼",sc:"≻",scap:"⪸",Scaron:"Š",scaron:"š",sccue:"≽",scE:"⪴",sce:"⪰",Scedil:"Ş",scedil:"ş",Scirc:"Ŝ",scirc:"ŝ",scnap:"⪺",scnE:"⪶",scnsim:"⋩",scpolint:"⨓",scsim:"≿",Scy:"С",scy:"с",sdot:"⋅",sdotb:"⊡",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:"ь",sol:"/",solb:"⧄",solbar:"⌿",Sopf:"𝕊",sopf:"𝕤",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",Sqrt:"√",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",squ:"□",Square:"□",square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",squarf:"▪",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:"⫓",succ:"≻",succapprox:"⪸",succcurlyeq:"≽",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",SuchThat:"∋",Sum:"∑",sum:"∑",sung:"♪",Sup:"⋑",sup:"⊃",sup1:"¹",sup2:"²",sup3:"³",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:" ",target:"⌖",Tau:"Τ",tau:"τ",tbrk:"⎴",Tcaron:"Ť",tcaron:"ť",Tcedil:"Ţ",tcedil:"ţ",Tcy:"Т",tcy:"т",tdot:"⃛",telrec:"⌕",Tfr:"𝔗",tfr:"𝔱",there4:"∴",Therefore:"∴",therefore:"∴",Theta:"Θ",theta:"θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",ThickSpace:" ",thinsp:" ",ThinSpace:" ",thkap:"≈",thksim:"∼",THORN:"Þ",thorn:"þ",Tilde:"∼",tilde:"˜",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",times:"×",timesb:"⊠",timesbar:"⨱",timesd:"⨰",tint:"∭",toea:"⤨",top:"⊤",topbot:"⌶",topcir:"⫱",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:"𝕦",UpArrow:"↑",Uparrow:"⇑",uparrow:"↑",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",UpDownArrow:"↕",Updownarrow:"⇕",updownarrow:"↕",UpEquilibrium:"⥮",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",UpperLeftArrow:"↖",UpperRightArrow:"↗",Upsi:"ϒ",upsi:"υ",upsih:"ϒ",Upsilon:"Υ",upsilon:"υ",UpTee:"⊥",UpTeeArrow:"↥",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:"⫦",Vee:"⋁",vee:"∨",veebar:"⊻",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:""}),t.entityMap=t.HTML_ENTITIES})(X3);var Pa={},Wr=ve.NAMESPACE,Vn=/[A-Z_a-z\xC0-\xD6\xD8-\xF6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,Y1=new RegExp("[\\-\\.0-9"+Vn.source.slice(1,-1)+"\\u00B7\\u0300-\\u036F\\u203F-\\u2040]"),J1=new RegExp("^"+Vn.source+Y1.source+"*(?::"+Vn.source+Y1.source+"*)?$"),wr=0,we=1,Ve=2,Cr=3,$e=4,Ye=5,xr=6,g2=7;function ur(t,e){this.message=t,this.locator=e,Error.captureStackTrace&&Error.captureStackTrace(this,ur)}ur.prototype=new Error;ur.prototype.name=ur.name;function Q3(){}Q3.prototype={parse:function(t,e,r){var n=this.domBuilder;n.startDocument(),is(e,e={}),Ym(t,e,r,n,this.errorHandler),n.endDocument()}};function Ym(t,e,r,n,o){function s($){if($>65535){$-=65536;var oi=55296+($>>10),gi=56320+($&1023);return String.fromCharCode(oi,gi)}else return String.fromCharCode($)}function d($){var oi=$.slice(1,-1);return Object.hasOwnProperty.call(r,oi)?r[oi]:oi.charAt(0)==="#"?s(parseInt(oi.substr(1).replace("x","0x"))):(o.error("entity not found:"+$),$)}function u($){if($>_){var oi=t.substring(_,$).replace(/&#?\w+;/g,d);v&&l(_),n.characters(oi,0,$-_),_=$}}function l($,oi){for(;$>=c&&(oi=p.exec(t));)m=oi.index,c=m+oi[0].length,v.lineNumber++;v.columnNumber=$-m+1}for(var m=0,c=0,p=/.*(?:\r\n?|\n)|.*$/g,v=n.locator,k=[{currentNSMap:e}],I={},_=0;;){try{var R=t.indexOf("<",_);if(R<0){if(!t.substr(_).match(/^\s*$/)){var E=n.doc,y=E.createTextNode(t.substr(_));E.appendChild(y),n.currentElement=y}return}switch(R>_&&u(R),t.charAt(R+1)){case"/":var W=t.indexOf(">",R+3),b=t.substring(R+2,W).replace(/[ \t\n\r]+$/g,""),f=k.pop();W<0?(b=t.substring(R+2).replace(/[\s<].*/,""),o.error("end tag name: "+b+" is not complete:"+f.tagName),W=R+1+b.length):b.match(/\s</)&&(b=b.replace(/[\s<].*/,""),o.error("end tag name: "+b+" maybe not complete"),W=R+1+b.length);var h=f.localNSMap,x=f.tagName==b,S=x||f.tagName&&f.tagName.toLowerCase()==b.toLowerCase();if(S){if(n.endElement(f.uri,f.localName,b),h)for(var F in h)Object.prototype.hasOwnProperty.call(h,F)&&n.endPrefixMapping(F);x||o.fatalError("end tag name: "+b+" is not match the current start tagName:"+f.tagName)}else k.push(f);W++;break;case"?":v&&l(R),W=ic(t,R,n);break;case"!":v&&l(R),W=Qm(t,R,n,o);break;default:v&&l(R);var z=new ts,T=k[k.length-1].currentNSMap,W=Jm(t,R,z,T,d,o),V=z.length;if(!z.closed&&Xm(t,W,z.tagName,I)&&(z.closed=!0,r.nbsp||o.warning("unclosed xml attribute")),v&&V){for(var ii=K1(v,{}),L=0;L<V;L++){var Z=z[L];l(Z.offset),Z.locator=K1(v,{})}n.locator=ii,X1(z,n,T)&&k.push(z),n.locator=v}else X1(z,n,T)&&k.push(z);Wr.isHTML(z.uri)&&!z.closed?W=Km(t,W,z.tagName,d,n):W++}}catch($){if($ instanceof ur)throw $;o.error("element parse error: "+$),W=-1}W>_?_=W:u(Math.max(R,_)+1)}}function K1(t,e){return e.lineNumber=t.lineNumber,e.columnNumber=t.columnNumber,e}function Jm(t,e,r,n,o,s){function d(v,k,I){r.attributeNames.hasOwnProperty(v)&&s.fatalError("Attribute "+v+" redefined"),r.addValue(v,k.replace(/[\t\n\r]/g," ").replace(/&#?\w+;/g,o),I)}for(var u,l,m=++e,c=wr;;){var p=t.charAt(m);switch(p){case"=":if(c===we)u=t.slice(e,m),c=Cr;else if(c===Ve)c=Cr;else throw new Error("attribute equal must after attrName");break;case"'":case'"':if(c===Cr||c===we)if(c===we&&(s.warning('attribute value must after "="'),u=t.slice(e,m)),e=m+1,m=t.indexOf(p,e),m>0)l=t.slice(e,m),d(u,l,e-1),c=Ye;else throw new Error("attribute value no end '"+p+"' match");else if(c==$e)l=t.slice(e,m),d(u,l,e),s.warning('attribute "'+u+'" missed start quot('+p+")!!"),e=m+1,c=Ye;else throw new Error('attribute value must after "="');break;case"/":switch(c){case wr:r.setTagName(t.slice(e,m));case Ye:case xr:case g2:c=g2,r.closed=!0;case $e:case we:break;case Ve:r.closed=!0;break;default:throw new Error("attribute invalid close char('/')")}break;case"":return s.error("unexpected end of input"),c==wr&&r.setTagName(t.slice(e,m)),m;case">":switch(c){case wr:r.setTagName(t.slice(e,m));case Ye:case xr:case g2:break;case $e:case we:l=t.slice(e,m),l.slice(-1)==="/"&&(r.closed=!0,l=l.slice(0,-1));case Ve:c===Ve&&(l=u),c==$e?(s.warning('attribute "'+l+'" missed quot(")!'),d(u,l,e)):((!Wr.isHTML(n[""])||!l.match(/^(?:disabled|checked|selected)$/i))&&s.warning('attribute "'+l+'" missed value!! "'+l+'" instead!!'),d(l,l,e));break;case Cr:throw new Error("attribute value missed!!")}return m;case"":p=" ";default:if(p<=" ")switch(c){case wr:r.setTagName(t.slice(e,m)),c=xr;break;case we:u=t.slice(e,m),c=Ve;break;case $e:var l=t.slice(e,m);s.warning('attribute "'+l+'" missed quot(")!!'),d(u,l,e);case Ye:c=xr;break}else switch(c){case Ve:r.tagName,(!Wr.isHTML(n[""])||!u.match(/^(?:disabled|checked|selected)$/i))&&s.warning('attribute "'+u+'" missed value!! "'+u+'" instead2!!'),d(u,u,e),e=m,c=we;break;case Ye:s.warning('attribute space is required"'+u+'"!!');case xr:c=we,e=m;break;case Cr:c=$e,e=m;break;case g2:throw new Error("elements closed character '/' and '>' must be connected to")}}m++}}function X1(t,e,r){for(var n=t.tagName,o=null,p=t.length;p--;){var s=t[p],d=s.qName,u=s.value,v=d.indexOf(":");if(v>0)var l=s.prefix=d.slice(0,v),m=d.slice(v+1),c=l==="xmlns"&&m;else m=d,l=null,c=d==="xmlns"&&"";s.localName=m,c!==!1&&(o==null&&(o={},is(r,r={})),r[c]=o[c]=u,s.uri=Wr.XMLNS,e.startPrefixMapping(c,u))}for(var p=t.length;p--;){s=t[p];var l=s.prefix;l&&(l==="xml"&&(s.uri=Wr.XML),l!=="xmlns"&&(s.uri=r[l||""]))}var v=n.indexOf(":");v>0?(l=t.prefix=n.slice(0,v),m=t.localName=n.slice(v+1)):(l=null,m=t.localName=n);var k=t.uri=r[l||""];if(e.startElement(k,m,n,t),t.closed){if(e.endElement(k,m,n),o)for(l in o)Object.prototype.hasOwnProperty.call(o,l)&&e.endPrefixMapping(l)}else return t.currentNSMap=r,t.localNSMap=o,!0}function Km(t,e,r,n,o){if(/^(?:script|textarea)$/i.test(r)){var s=t.indexOf("</"+r+">",e),d=t.substring(e+1,s);if(/[&<]/.test(d))return/^script$/i.test(r)?(o.characters(d,0,d.length),s):(d=d.replace(/&#?\w+;/g,n),o.characters(d,0,d.length),s)}return e+1}function Xm(t,e,r,n){var o=n[r];return o==null&&(o=t.lastIndexOf("</"+r+">"),o<e&&(o=t.lastIndexOf("</"+r)),n[r]=o),o<e}function is(t,e){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])}function Qm(t,e,r,n){var o=t.charAt(e+2);switch(o){case"-":if(t.charAt(e+3)==="-"){var s=t.indexOf("-->",e+4);return s>e?(r.comment(t,e+4,s-e-4),s+3):(n.error("Unclosed comment"),-1)}else return-1;default:if(t.substr(e+3,6)=="CDATA["){var s=t.indexOf("]]>",e+9);return r.startCDATA(),r.characters(t,e+9,s-e-9),r.endCDATA(),s+3}var d=tc(t,e),u=d.length;if(u>1&&/!doctype/i.test(d[0][0])){var l=d[1][0],m=!1,c=!1;u>3&&(/^public$/i.test(d[2][0])?(m=d[3][0],c=u>4&&d[4][0]):/^system$/i.test(d[2][0])&&(c=d[3][0]));var p=d[u-1];return r.startDTD(l,m,c),r.endDTD(),p.index+p[0].length}}return-1}function ic(t,e,r){var n=t.indexOf("?>",e);if(n){var o=t.substring(e,n).match(/^<\?(\S*)\s*([\s\S]*?)\s*$/);return o?(o[0].length,r.processingInstruction(o[1],o[2]),n+2):-1}return-1}function ts(){this.attributeNames={}}ts.prototype={setTagName:function(t){if(!J1.test(t))throw new Error("invalid tagName:"+t);this.tagName=t},addValue:function(t,e,r){if(!J1.test(t))throw new Error("invalid attribute:"+t);this.attributeNames[t]=this.length,this[this.length++]={qName:t,value:e,offset:r}},length:0,getLocalName:function(t){return this[t].localName},getLocator:function(t){return this[t].locator},getQName:function(t){return this[t].qName},getURI:function(t){return this[t].uri},getValue:function(t){return this[t].value}};function tc(t,e){var r,n=[],o=/'[^']+'|"[^"]+"|[^\s<>\/=]+=?|(\/?\s*>|<)/g;for(o.lastIndex=e,o.exec(t);r=o.exec(t);)if(n.push(r),r[1])return n}Pa.XMLReader=Q3;Pa.ParseError=ur;var ec=ve,rc=Le,Q1=X3,es=Pa,nc=rc.DOMImplementation,io=ec.NAMESPACE,ac=es.ParseError,oc=es.XMLReader;function rs(t){return t.replace(/\r[\n\u0085]/g,`
|
|
27
|
+
`).replace(/[\r\u0085\u2028]/g,`
|
|
28
|
+
`)}function ns(t){this.options=t||{locator:{}}}ns.prototype.parseFromString=function(t,e){var r=this.options,n=new oc,o=r.domBuilder||new Jr,s=r.errorHandler,d=r.locator,u=r.xmlns||{},l=/\/x?html?$/.test(e),m=l?Q1.HTML_ENTITIES:Q1.XML_ENTITIES;d&&o.setDocumentLocator(d),n.errorHandler=sc(s,o,d),n.domBuilder=r.domBuilder||o,l&&(u[""]=io.HTML),u.xml=u.xml||io.XML;var c=r.normalizeLineEndings||rs;return t&&typeof t=="string"?n.parse(c(t),u,m):n.errorHandler.error("invalid doc source"),o.doc};function sc(t,e,r){if(!t){if(e instanceof Jr)return e;t=e}var n={},o=t instanceof Function;r=r||{};function s(d){var u=t[d];!u&&o&&(u=t.length==2?function(l){t(d,l)}:t),n[d]=u&&function(l){u("[xmldom "+d+"] "+l+$n(r))}||function(){}}return s("warning"),s("error"),s("fatalError"),n}function Jr(){this.cdata=!1}function Je(t,e){e.lineNumber=t.lineNumber,e.columnNumber=t.columnNumber}Jr.prototype={startDocument:function(){this.doc=new nc().createDocument(null,null,null),this.locator&&(this.doc.documentURI=this.locator.systemId)},startElement:function(t,e,r,n){var o=this.doc,s=o.createElementNS(t,r||e),d=n.length;m2(this,s),this.currentElement=s,this.locator&&Je(this.locator,s);for(var u=0;u<d;u++){var t=n.getURI(u),l=n.getValue(u),r=n.getQName(u),m=o.createAttributeNS(t,r);this.locator&&Je(n.getLocator(u),m),m.value=m.nodeValue=l,s.setAttributeNode(m)}},endElement:function(t,e,r){var n=this.currentElement;n.tagName,this.currentElement=n.parentNode},startPrefixMapping:function(t,e){},endPrefixMapping:function(t){},processingInstruction:function(t,e){var r=this.doc.createProcessingInstruction(t,e);this.locator&&Je(this.locator,r),m2(this,r)},ignorableWhitespace:function(t,e,r){},characters:function(t,e,r){if(t=to.apply(this,arguments),t){if(this.cdata)var n=this.doc.createCDATASection(t);else var n=this.doc.createTextNode(t);this.currentElement?this.currentElement.appendChild(n):/^\s*$/.test(t)&&this.doc.appendChild(n),this.locator&&Je(this.locator,n)}},skippedEntity:function(t){},endDocument:function(){this.doc.normalize()},setDocumentLocator:function(t){(this.locator=t)&&(t.lineNumber=0)},comment:function(t,e,r){t=to.apply(this,arguments);var n=this.doc.createComment(t);this.locator&&Je(this.locator,n),m2(this,n)},startCDATA:function(){this.cdata=!0},endCDATA:function(){this.cdata=!1},startDTD:function(t,e,r){var n=this.doc.implementation;if(n&&n.createDocumentType){var o=n.createDocumentType(t,e,r);this.locator&&Je(this.locator,o),m2(this,o),this.doc.doctype=o}},warning:function(t){console.warn("[xmldom warning] "+t,$n(this.locator))},error:function(t){console.error("[xmldom error] "+t,$n(this.locator))},fatalError:function(t){throw new ac(t,this.locator)}};function $n(t){if(t)return`
|
|
29
|
+
@`+(t.systemId||"")+"#[line:"+t.lineNumber+",col:"+t.columnNumber+"]"}function to(t,e,r){return typeof t=="string"?t.substr(e,r):t.length>=e+r||e?new java.lang.String(t,e,r)+"":t}"endDTD,startEntity,endEntity,attributeDecl,elementDecl,externalEntityDecl,internalEntityDecl,resolveEntity,getExternalSubset,notationDecl,unparsedEntityDecl".replace(/\w+/g,function(t){Jr.prototype[t]=function(){return null}});function m2(t,e){t.currentElement?t.currentElement.appendChild(e):t.doc.appendChild(e)}an.__DOMHandler=Jr;an.normalizeLineEndings=rs;an.DOMParser=ns;var dc=an.DOMParser,N2={exports:{}};/*! https://mths.be/he v1.2.0 by @mathias | MIT license */N2.exports;(function(t,e){(function(r){var n=e,o=t&&t.exports==n&&t,s=typeof ze=="object"&&ze;(s.global===s||s.window===s)&&(r=s);var d=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,u=/[\x01-\x7F]/g,l=/[\x01-\t\x0B\f\x0E-\x1F\x7F\x81\x8D\x8F\x90\x9D\xA0-\uFFFF]/g,m=/<\u20D2|=\u20E5|>\u20D2|\u205F\u200A|\u219D\u0338|\u2202\u0338|\u2220\u20D2|\u2229\uFE00|\u222A\uFE00|\u223C\u20D2|\u223D\u0331|\u223E\u0333|\u2242\u0338|\u224B\u0338|\u224D\u20D2|\u224E\u0338|\u224F\u0338|\u2250\u0338|\u2261\u20E5|\u2264\u20D2|\u2265\u20D2|\u2266\u0338|\u2267\u0338|\u2268\uFE00|\u2269\uFE00|\u226A\u0338|\u226A\u20D2|\u226B\u0338|\u226B\u20D2|\u227F\u0338|\u2282\u20D2|\u2283\u20D2|\u228A\uFE00|\u228B\uFE00|\u228F\u0338|\u2290\u0338|\u2293\uFE00|\u2294\uFE00|\u22B4\u20D2|\u22B5\u20D2|\u22D8\u0338|\u22D9\u0338|\u22DA\uFE00|\u22DB\uFE00|\u22F5\u0338|\u22F9\u0338|\u2933\u0338|\u29CF\u0338|\u29D0\u0338|\u2A6D\u0338|\u2A70\u0338|\u2A7D\u0338|\u2A7E\u0338|\u2AA1\u0338|\u2AA2\u0338|\u2AAC\uFE00|\u2AAD\uFE00|\u2AAF\u0338|\u2AB0\u0338|\u2AC5\u0338|\u2AC6\u0338|\u2ACB\uFE00|\u2ACC\uFE00|\u2AFD\u20E5|[\xA0-\u0113\u0116-\u0122\u0124-\u012B\u012E-\u014D\u0150-\u017E\u0192\u01B5\u01F5\u0237\u02C6\u02C7\u02D8-\u02DD\u0311\u0391-\u03A1\u03A3-\u03A9\u03B1-\u03C9\u03D1\u03D2\u03D5\u03D6\u03DC\u03DD\u03F0\u03F1\u03F5\u03F6\u0401-\u040C\u040E-\u044F\u0451-\u045C\u045E\u045F\u2002-\u2005\u2007-\u2010\u2013-\u2016\u2018-\u201A\u201C-\u201E\u2020-\u2022\u2025\u2026\u2030-\u2035\u2039\u203A\u203E\u2041\u2043\u2044\u204F\u2057\u205F-\u2063\u20AC\u20DB\u20DC\u2102\u2105\u210A-\u2113\u2115-\u211E\u2122\u2124\u2127-\u2129\u212C\u212D\u212F-\u2131\u2133-\u2138\u2145-\u2148\u2153-\u215E\u2190-\u219B\u219D-\u21A7\u21A9-\u21AE\u21B0-\u21B3\u21B5-\u21B7\u21BA-\u21DB\u21DD\u21E4\u21E5\u21F5\u21FD-\u2205\u2207-\u2209\u220B\u220C\u220F-\u2214\u2216-\u2218\u221A\u221D-\u2238\u223A-\u2257\u2259\u225A\u225C\u225F-\u2262\u2264-\u228B\u228D-\u229B\u229D-\u22A5\u22A7-\u22B0\u22B2-\u22BB\u22BD-\u22DB\u22DE-\u22E3\u22E6-\u22F7\u22F9-\u22FE\u2305\u2306\u2308-\u2310\u2312\u2313\u2315\u2316\u231C-\u231F\u2322\u2323\u232D\u232E\u2336\u233D\u233F\u237C\u23B0\u23B1\u23B4-\u23B6\u23DC-\u23DF\u23E2\u23E7\u2423\u24C8\u2500\u2502\u250C\u2510\u2514\u2518\u251C\u2524\u252C\u2534\u253C\u2550-\u256C\u2580\u2584\u2588\u2591-\u2593\u25A1\u25AA\u25AB\u25AD\u25AE\u25B1\u25B3-\u25B5\u25B8\u25B9\u25BD-\u25BF\u25C2\u25C3\u25CA\u25CB\u25EC\u25EF\u25F8-\u25FC\u2605\u2606\u260E\u2640\u2642\u2660\u2663\u2665\u2666\u266A\u266D-\u266F\u2713\u2717\u2720\u2736\u2758\u2772\u2773\u27C8\u27C9\u27E6-\u27ED\u27F5-\u27FA\u27FC\u27FF\u2902-\u2905\u290C-\u2913\u2916\u2919-\u2920\u2923-\u292A\u2933\u2935-\u2939\u293C\u293D\u2945\u2948-\u294B\u294E-\u2976\u2978\u2979\u297B-\u297F\u2985\u2986\u298B-\u2996\u299A\u299C\u299D\u29A4-\u29B7\u29B9\u29BB\u29BC\u29BE-\u29C5\u29C9\u29CD-\u29D0\u29DC-\u29DE\u29E3-\u29E5\u29EB\u29F4\u29F6\u2A00-\u2A02\u2A04\u2A06\u2A0C\u2A0D\u2A10-\u2A17\u2A22-\u2A27\u2A29\u2A2A\u2A2D-\u2A31\u2A33-\u2A3C\u2A3F\u2A40\u2A42-\u2A4D\u2A50\u2A53-\u2A58\u2A5A-\u2A5D\u2A5F\u2A66\u2A6A\u2A6D-\u2A75\u2A77-\u2A9A\u2A9D-\u2AA2\u2AA4-\u2AB0\u2AB3-\u2AC8\u2ACB\u2ACC\u2ACF-\u2ADB\u2AE4\u2AE6-\u2AE9\u2AEB-\u2AF3\u2AFD\uFB00-\uFB04]|\uD835[\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDCCF\uDD04\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDD6B]/g,c={"":"shy","":"zwnj","":"zwj","":"lrm","":"ic","":"it","":"af","":"rlm","":"ZeroWidthSpace","":"NoBreak","̑":"DownBreve","⃛":"tdot","⃜":"DotDot"," ":"Tab","\n":"NewLine"," ":"puncsp"," ":"MediumSpace"," ":"thinsp"," ":"hairsp"," ":"emsp13"," ":"ensp"," ":"emsp14"," ":"emsp"," ":"numsp"," ":"nbsp"," ":"ThickSpace","‾":"oline",_:"lowbar","‐":"dash","–":"ndash","—":"mdash","―":"horbar",",":"comma",";":"semi","⁏":"bsemi",":":"colon","⩴":"Colone","!":"excl","¡":"iexcl","?":"quest","¿":"iquest",".":"period","‥":"nldr","…":"mldr","·":"middot","'":"apos","‘":"lsquo","’":"rsquo","‚":"sbquo","‹":"lsaquo","›":"rsaquo",'"':"quot","“":"ldquo","”":"rdquo","„":"bdquo","«":"laquo","»":"raquo","(":"lpar",")":"rpar","[":"lsqb","]":"rsqb","{":"lcub","}":"rcub","⌈":"lceil","⌉":"rceil","⌊":"lfloor","⌋":"rfloor","⦅":"lopar","⦆":"ropar","⦋":"lbrke","⦌":"rbrke","⦍":"lbrkslu","⦎":"rbrksld","⦏":"lbrksld","⦐":"rbrkslu","⦑":"langd","⦒":"rangd","⦓":"lparlt","⦔":"rpargt","⦕":"gtlPar","⦖":"ltrPar","⟦":"lobrk","⟧":"robrk","⟨":"lang","⟩":"rang","⟪":"Lang","⟫":"Rang","⟬":"loang","⟭":"roang","❲":"lbbrk","❳":"rbbrk","‖":"Vert","§":"sect","¶":"para","@":"commat","*":"ast","/":"sol",undefined:null,"&":"amp","#":"num","%":"percnt","‰":"permil","‱":"pertenk","†":"dagger","‡":"Dagger","•":"bull","⁃":"hybull","′":"prime","″":"Prime","‴":"tprime","⁗":"qprime","‵":"bprime","⁁":"caret","`":"grave","´":"acute","˜":"tilde","^":"Hat","¯":"macr","˘":"breve","˙":"dot","¨":"die","˚":"ring","˝":"dblac","¸":"cedil","˛":"ogon","ˆ":"circ","ˇ":"caron","°":"deg","©":"copy","®":"reg","℗":"copysr","℘":"wp","℞":"rx","℧":"mho","℩":"iiota","←":"larr","↚":"nlarr","→":"rarr","↛":"nrarr","↑":"uarr","↓":"darr","↔":"harr","↮":"nharr","↕":"varr","↖":"nwarr","↗":"nearr","↘":"searr","↙":"swarr","↝":"rarrw","↝̸":"nrarrw","↞":"Larr","↟":"Uarr","↠":"Rarr","↡":"Darr","↢":"larrtl","↣":"rarrtl","↤":"mapstoleft","↥":"mapstoup","↦":"map","↧":"mapstodown","↩":"larrhk","↪":"rarrhk","↫":"larrlp","↬":"rarrlp","↭":"harrw","↰":"lsh","↱":"rsh","↲":"ldsh","↳":"rdsh","↵":"crarr","↶":"cularr","↷":"curarr","↺":"olarr","↻":"orarr","↼":"lharu","↽":"lhard","↾":"uharr","↿":"uharl","⇀":"rharu","⇁":"rhard","⇂":"dharr","⇃":"dharl","⇄":"rlarr","⇅":"udarr","⇆":"lrarr","⇇":"llarr","⇈":"uuarr","⇉":"rrarr","⇊":"ddarr","⇋":"lrhar","⇌":"rlhar","⇐":"lArr","⇍":"nlArr","⇑":"uArr","⇒":"rArr","⇏":"nrArr","⇓":"dArr","⇔":"iff","⇎":"nhArr","⇕":"vArr","⇖":"nwArr","⇗":"neArr","⇘":"seArr","⇙":"swArr","⇚":"lAarr","⇛":"rAarr","⇝":"zigrarr","⇤":"larrb","⇥":"rarrb","⇵":"duarr","⇽":"loarr","⇾":"roarr","⇿":"hoarr","∀":"forall","∁":"comp","∂":"part","∂̸":"npart","∃":"exist","∄":"nexist","∅":"empty","∇":"Del","∈":"in","∉":"notin","∋":"ni","∌":"notni","϶":"bepsi","∏":"prod","∐":"coprod","∑":"sum","+":"plus","±":"pm","÷":"div","×":"times","<":"lt","≮":"nlt","<⃒":"nvlt","=":"equals","≠":"ne","=⃥":"bne","⩵":"Equal",">":"gt","≯":"ngt",">⃒":"nvgt","¬":"not","|":"vert","¦":"brvbar","−":"minus","∓":"mp","∔":"plusdo","⁄":"frasl","∖":"setmn","∗":"lowast","∘":"compfn","√":"Sqrt","∝":"prop","∞":"infin","∟":"angrt","∠":"ang","∠⃒":"nang","∡":"angmsd","∢":"angsph","∣":"mid","∤":"nmid","∥":"par","∦":"npar","∧":"and","∨":"or","∩":"cap","∩︀":"caps","∪":"cup","∪︀":"cups","∫":"int","∬":"Int","∭":"tint","⨌":"qint","∮":"oint","∯":"Conint","∰":"Cconint","∱":"cwint","∲":"cwconint","∳":"awconint","∴":"there4","∵":"becaus","∶":"ratio","∷":"Colon","∸":"minusd","∺":"mDDot","∻":"homtht","∼":"sim","≁":"nsim","∼⃒":"nvsim","∽":"bsim","∽̱":"race","∾":"ac","∾̳":"acE","∿":"acd","≀":"wr","≂":"esim","≂̸":"nesim","≃":"sime","≄":"nsime","≅":"cong","≇":"ncong","≆":"simne","≈":"ap","≉":"nap","≊":"ape","≋":"apid","≋̸":"napid","≌":"bcong","≍":"CupCap","≭":"NotCupCap","≍⃒":"nvap","≎":"bump","≎̸":"nbump","≏":"bumpe","≏̸":"nbumpe","≐":"doteq","≐̸":"nedot","≑":"eDot","≒":"efDot","≓":"erDot","≔":"colone","≕":"ecolon","≖":"ecir","≗":"cire","≙":"wedgeq","≚":"veeeq","≜":"trie","≟":"equest","≡":"equiv","≢":"nequiv","≡⃥":"bnequiv","≤":"le","≰":"nle","≤⃒":"nvle","≥":"ge","≱":"nge","≥⃒":"nvge","≦":"lE","≦̸":"nlE","≧":"gE","≧̸":"ngE","≨︀":"lvnE","≨":"lnE","≩":"gnE","≩︀":"gvnE","≪":"ll","≪̸":"nLtv","≪⃒":"nLt","≫":"gg","≫̸":"nGtv","≫⃒":"nGt","≬":"twixt","≲":"lsim","≴":"nlsim","≳":"gsim","≵":"ngsim","≶":"lg","≸":"ntlg","≷":"gl","≹":"ntgl","≺":"pr","⊀":"npr","≻":"sc","⊁":"nsc","≼":"prcue","⋠":"nprcue","≽":"sccue","⋡":"nsccue","≾":"prsim","≿":"scsim","≿̸":"NotSucceedsTilde","⊂":"sub","⊄":"nsub","⊂⃒":"vnsub","⊃":"sup","⊅":"nsup","⊃⃒":"vnsup","⊆":"sube","⊈":"nsube","⊇":"supe","⊉":"nsupe","⊊︀":"vsubne","⊊":"subne","⊋︀":"vsupne","⊋":"supne","⊍":"cupdot","⊎":"uplus","⊏":"sqsub","⊏̸":"NotSquareSubset","⊐":"sqsup","⊐̸":"NotSquareSuperset","⊑":"sqsube","⋢":"nsqsube","⊒":"sqsupe","⋣":"nsqsupe","⊓":"sqcap","⊓︀":"sqcaps","⊔":"sqcup","⊔︀":"sqcups","⊕":"oplus","⊖":"ominus","⊗":"otimes","⊘":"osol","⊙":"odot","⊚":"ocir","⊛":"oast","⊝":"odash","⊞":"plusb","⊟":"minusb","⊠":"timesb","⊡":"sdotb","⊢":"vdash","⊬":"nvdash","⊣":"dashv","⊤":"top","⊥":"bot","⊧":"models","⊨":"vDash","⊭":"nvDash","⊩":"Vdash","⊮":"nVdash","⊪":"Vvdash","⊫":"VDash","⊯":"nVDash","⊰":"prurel","⊲":"vltri","⋪":"nltri","⊳":"vrtri","⋫":"nrtri","⊴":"ltrie","⋬":"nltrie","⊴⃒":"nvltrie","⊵":"rtrie","⋭":"nrtrie","⊵⃒":"nvrtrie","⊶":"origof","⊷":"imof","⊸":"mumap","⊹":"hercon","⊺":"intcal","⊻":"veebar","⊽":"barvee","⊾":"angrtvb","⊿":"lrtri","⋀":"Wedge","⋁":"Vee","⋂":"xcap","⋃":"xcup","⋄":"diam","⋅":"sdot","⋆":"Star","⋇":"divonx","⋈":"bowtie","⋉":"ltimes","⋊":"rtimes","⋋":"lthree","⋌":"rthree","⋍":"bsime","⋎":"cuvee","⋏":"cuwed","⋐":"Sub","⋑":"Sup","⋒":"Cap","⋓":"Cup","⋔":"fork","⋕":"epar","⋖":"ltdot","⋗":"gtdot","⋘":"Ll","⋘̸":"nLl","⋙":"Gg","⋙̸":"nGg","⋚︀":"lesg","⋚":"leg","⋛":"gel","⋛︀":"gesl","⋞":"cuepr","⋟":"cuesc","⋦":"lnsim","⋧":"gnsim","⋨":"prnsim","⋩":"scnsim","⋮":"vellip","⋯":"ctdot","⋰":"utdot","⋱":"dtdot","⋲":"disin","⋳":"isinsv","⋴":"isins","⋵":"isindot","⋵̸":"notindot","⋶":"notinvc","⋷":"notinvb","⋹":"isinE","⋹̸":"notinE","⋺":"nisd","⋻":"xnis","⋼":"nis","⋽":"notnivc","⋾":"notnivb","⌅":"barwed","⌆":"Barwed","⌌":"drcrop","⌍":"dlcrop","⌎":"urcrop","⌏":"ulcrop","⌐":"bnot","⌒":"profline","⌓":"profsurf","⌕":"telrec","⌖":"target","⌜":"ulcorn","⌝":"urcorn","⌞":"dlcorn","⌟":"drcorn","⌢":"frown","⌣":"smile","⌭":"cylcty","⌮":"profalar","⌶":"topbot","⌽":"ovbar","⌿":"solbar","⍼":"angzarr","⎰":"lmoust","⎱":"rmoust","⎴":"tbrk","⎵":"bbrk","⎶":"bbrktbrk","⏜":"OverParenthesis","⏝":"UnderParenthesis","⏞":"OverBrace","⏟":"UnderBrace","⏢":"trpezium","⏧":"elinters","␣":"blank","─":"boxh","│":"boxv","┌":"boxdr","┐":"boxdl","└":"boxur","┘":"boxul","├":"boxvr","┤":"boxvl","┬":"boxhd","┴":"boxhu","┼":"boxvh","═":"boxH","║":"boxV","╒":"boxdR","╓":"boxDr","╔":"boxDR","╕":"boxdL","╖":"boxDl","╗":"boxDL","╘":"boxuR","╙":"boxUr","╚":"boxUR","╛":"boxuL","╜":"boxUl","╝":"boxUL","╞":"boxvR","╟":"boxVr","╠":"boxVR","╡":"boxvL","╢":"boxVl","╣":"boxVL","╤":"boxHd","╥":"boxhD","╦":"boxHD","╧":"boxHu","╨":"boxhU","╩":"boxHU","╪":"boxvH","╫":"boxVh","╬":"boxVH","▀":"uhblk","▄":"lhblk","█":"block","░":"blk14","▒":"blk12","▓":"blk34","□":"squ","▪":"squf","▫":"EmptyVerySmallSquare","▭":"rect","▮":"marker","▱":"fltns","△":"xutri","▴":"utrif","▵":"utri","▸":"rtrif","▹":"rtri","▽":"xdtri","▾":"dtrif","▿":"dtri","◂":"ltrif","◃":"ltri","◊":"loz","○":"cir","◬":"tridot","◯":"xcirc","◸":"ultri","◹":"urtri","◺":"lltri","◻":"EmptySmallSquare","◼":"FilledSmallSquare","★":"starf","☆":"star","☎":"phone","♀":"female","♂":"male","♠":"spades","♣":"clubs","♥":"hearts","♦":"diams","♪":"sung","✓":"check","✗":"cross","✠":"malt","✶":"sext","❘":"VerticalSeparator","⟈":"bsolhsub","⟉":"suphsol","⟵":"xlarr","⟶":"xrarr","⟷":"xharr","⟸":"xlArr","⟹":"xrArr","⟺":"xhArr","⟼":"xmap","⟿":"dzigrarr","⤂":"nvlArr","⤃":"nvrArr","⤄":"nvHarr","⤅":"Map","⤌":"lbarr","⤍":"rbarr","⤎":"lBarr","⤏":"rBarr","⤐":"RBarr","⤑":"DDotrahd","⤒":"UpArrowBar","⤓":"DownArrowBar","⤖":"Rarrtl","⤙":"latail","⤚":"ratail","⤛":"lAtail","⤜":"rAtail","⤝":"larrfs","⤞":"rarrfs","⤟":"larrbfs","⤠":"rarrbfs","⤣":"nwarhk","⤤":"nearhk","⤥":"searhk","⤦":"swarhk","⤧":"nwnear","⤨":"toea","⤩":"tosa","⤪":"swnwar","⤳":"rarrc","⤳̸":"nrarrc","⤵":"cudarrr","⤶":"ldca","⤷":"rdca","⤸":"cudarrl","⤹":"larrpl","⤼":"curarrm","⤽":"cularrp","⥅":"rarrpl","⥈":"harrcir","⥉":"Uarrocir","⥊":"lurdshar","⥋":"ldrushar","⥎":"LeftRightVector","⥏":"RightUpDownVector","⥐":"DownLeftRightVector","⥑":"LeftUpDownVector","⥒":"LeftVectorBar","⥓":"RightVectorBar","⥔":"RightUpVectorBar","⥕":"RightDownVectorBar","⥖":"DownLeftVectorBar","⥗":"DownRightVectorBar","⥘":"LeftUpVectorBar","⥙":"LeftDownVectorBar","⥚":"LeftTeeVector","⥛":"RightTeeVector","⥜":"RightUpTeeVector","⥝":"RightDownTeeVector","⥞":"DownLeftTeeVector","⥟":"DownRightTeeVector","⥠":"LeftUpTeeVector","⥡":"LeftDownTeeVector","⥢":"lHar","⥣":"uHar","⥤":"rHar","⥥":"dHar","⥦":"luruhar","⥧":"ldrdhar","⥨":"ruluhar","⥩":"rdldhar","⥪":"lharul","⥫":"llhard","⥬":"rharul","⥭":"lrhard","⥮":"udhar","⥯":"duhar","⥰":"RoundImplies","⥱":"erarr","⥲":"simrarr","⥳":"larrsim","⥴":"rarrsim","⥵":"rarrap","⥶":"ltlarr","⥸":"gtrarr","⥹":"subrarr","⥻":"suplarr","⥼":"lfisht","⥽":"rfisht","⥾":"ufisht","⥿":"dfisht","⦚":"vzigzag","⦜":"vangrt","⦝":"angrtvbd","⦤":"ange","⦥":"range","⦦":"dwangle","⦧":"uwangle","⦨":"angmsdaa","⦩":"angmsdab","⦪":"angmsdac","⦫":"angmsdad","⦬":"angmsdae","⦭":"angmsdaf","⦮":"angmsdag","⦯":"angmsdah","⦰":"bemptyv","⦱":"demptyv","⦲":"cemptyv","⦳":"raemptyv","⦴":"laemptyv","⦵":"ohbar","⦶":"omid","⦷":"opar","⦹":"operp","⦻":"olcross","⦼":"odsold","⦾":"olcir","⦿":"ofcir","⧀":"olt","⧁":"ogt","⧂":"cirscir","⧃":"cirE","⧄":"solb","⧅":"bsolb","⧉":"boxbox","⧍":"trisb","⧎":"rtriltri","⧏":"LeftTriangleBar","⧏̸":"NotLeftTriangleBar","⧐":"RightTriangleBar","⧐̸":"NotRightTriangleBar","⧜":"iinfin","⧝":"infintie","⧞":"nvinfin","⧣":"eparsl","⧤":"smeparsl","⧥":"eqvparsl","⧫":"lozf","⧴":"RuleDelayed","⧶":"dsol","⨀":"xodot","⨁":"xoplus","⨂":"xotime","⨄":"xuplus","⨆":"xsqcup","⨍":"fpartint","⨐":"cirfnint","⨑":"awint","⨒":"rppolint","⨓":"scpolint","⨔":"npolint","⨕":"pointint","⨖":"quatint","⨗":"intlarhk","⨢":"pluscir","⨣":"plusacir","⨤":"simplus","⨥":"plusdu","⨦":"plussim","⨧":"plustwo","⨩":"mcomma","⨪":"minusdu","⨭":"loplus","⨮":"roplus","⨯":"Cross","⨰":"timesd","⨱":"timesbar","⨳":"smashp","⨴":"lotimes","⨵":"rotimes","⨶":"otimesas","⨷":"Otimes","⨸":"odiv","⨹":"triplus","⨺":"triminus","⨻":"tritime","⨼":"iprod","⨿":"amalg","⩀":"capdot","⩂":"ncup","⩃":"ncap","⩄":"capand","⩅":"cupor","⩆":"cupcap","⩇":"capcup","⩈":"cupbrcap","⩉":"capbrcup","⩊":"cupcup","⩋":"capcap","⩌":"ccups","⩍":"ccaps","⩐":"ccupssm","⩓":"And","⩔":"Or","⩕":"andand","⩖":"oror","⩗":"orslope","⩘":"andslope","⩚":"andv","⩛":"orv","⩜":"andd","⩝":"ord","⩟":"wedbar","⩦":"sdote","⩪":"simdot","⩭":"congdot","⩭̸":"ncongdot","⩮":"easter","⩯":"apacir","⩰":"apE","⩰̸":"napE","⩱":"eplus","⩲":"pluse","⩳":"Esim","⩷":"eDDot","⩸":"equivDD","⩹":"ltcir","⩺":"gtcir","⩻":"ltquest","⩼":"gtquest","⩽":"les","⩽̸":"nles","⩾":"ges","⩾̸":"nges","⩿":"lesdot","⪀":"gesdot","⪁":"lesdoto","⪂":"gesdoto","⪃":"lesdotor","⪄":"gesdotol","⪅":"lap","⪆":"gap","⪇":"lne","⪈":"gne","⪉":"lnap","⪊":"gnap","⪋":"lEg","⪌":"gEl","⪍":"lsime","⪎":"gsime","⪏":"lsimg","⪐":"gsiml","⪑":"lgE","⪒":"glE","⪓":"lesges","⪔":"gesles","⪕":"els","⪖":"egs","⪗":"elsdot","⪘":"egsdot","⪙":"el","⪚":"eg","⪝":"siml","⪞":"simg","⪟":"simlE","⪠":"simgE","⪡":"LessLess","⪡̸":"NotNestedLessLess","⪢":"GreaterGreater","⪢̸":"NotNestedGreaterGreater","⪤":"glj","⪥":"gla","⪦":"ltcc","⪧":"gtcc","⪨":"lescc","⪩":"gescc","⪪":"smt","⪫":"lat","⪬":"smte","⪬︀":"smtes","⪭":"late","⪭︀":"lates","⪮":"bumpE","⪯":"pre","⪯̸":"npre","⪰":"sce","⪰̸":"nsce","⪳":"prE","⪴":"scE","⪵":"prnE","⪶":"scnE","⪷":"prap","⪸":"scap","⪹":"prnap","⪺":"scnap","⪻":"Pr","⪼":"Sc","⪽":"subdot","⪾":"supdot","⪿":"subplus","⫀":"supplus","⫁":"submult","⫂":"supmult","⫃":"subedot","⫄":"supedot","⫅":"subE","⫅̸":"nsubE","⫆":"supE","⫆̸":"nsupE","⫇":"subsim","⫈":"supsim","⫋︀":"vsubnE","⫋":"subnE","⫌︀":"vsupnE","⫌":"supnE","⫏":"csub","⫐":"csup","⫑":"csube","⫒":"csupe","⫓":"subsup","⫔":"supsub","⫕":"subsub","⫖":"supsup","⫗":"suphsub","⫘":"supdsub","⫙":"forkv","⫚":"topfork","⫛":"mlcp","⫤":"Dashv","⫦":"Vdashl","⫧":"Barv","⫨":"vBar","⫩":"vBarv","⫫":"Vbar","⫬":"Not","⫭":"bNot","⫮":"rnmid","⫯":"cirmid","⫰":"midcir","⫱":"topcir","⫲":"nhpar","⫳":"parsim","⫽":"parsl","⫽⃥":"nparsl","♭":"flat","♮":"natur","♯":"sharp","¤":"curren","¢":"cent",$:"dollar","£":"pound","¥":"yen","€":"euro","¹":"sup1","½":"half","⅓":"frac13","¼":"frac14","⅕":"frac15","⅙":"frac16","⅛":"frac18","²":"sup2","⅔":"frac23","⅖":"frac25","³":"sup3","¾":"frac34","⅗":"frac35","⅜":"frac38","⅘":"frac45","⅚":"frac56","⅝":"frac58","⅞":"frac78","𝒶":"ascr","𝕒":"aopf","𝔞":"afr","𝔸":"Aopf","𝔄":"Afr","𝒜":"Ascr",ª:"ordf",á:"aacute",Á:"Aacute",à:"agrave",À:"Agrave",ă:"abreve",Ă:"Abreve",â:"acirc",Â:"Acirc",å:"aring",Å:"angst",ä:"auml",Ä:"Auml",ã:"atilde",Ã:"Atilde",ą:"aogon",Ą:"Aogon",ā:"amacr",Ā:"Amacr",æ:"aelig",Æ:"AElig","𝒷":"bscr","𝕓":"bopf","𝔟":"bfr","𝔹":"Bopf",ℬ:"Bscr","𝔅":"Bfr","𝔠":"cfr","𝒸":"cscr","𝕔":"copf",ℭ:"Cfr","𝒞":"Cscr",ℂ:"Copf",ć:"cacute",Ć:"Cacute",ĉ:"ccirc",Ĉ:"Ccirc",č:"ccaron",Č:"Ccaron",ċ:"cdot",Ċ:"Cdot",ç:"ccedil",Ç:"Ccedil","℅":"incare","𝔡":"dfr","ⅆ":"dd","𝕕":"dopf","𝒹":"dscr","𝒟":"Dscr","𝔇":"Dfr","ⅅ":"DD","𝔻":"Dopf",ď:"dcaron",Ď:"Dcaron",đ:"dstrok",Đ:"Dstrok",ð:"eth",Ð:"ETH","ⅇ":"ee",ℯ:"escr","𝔢":"efr","𝕖":"eopf",ℰ:"Escr","𝔈":"Efr","𝔼":"Eopf",é:"eacute",É:"Eacute",è:"egrave",È:"Egrave",ê:"ecirc",Ê:"Ecirc",ě:"ecaron",Ě:"Ecaron",ë:"euml",Ë:"Euml",ė:"edot",Ė:"Edot",ę:"eogon",Ę:"Eogon",ē:"emacr",Ē:"Emacr","𝔣":"ffr","𝕗":"fopf","𝒻":"fscr","𝔉":"Ffr","𝔽":"Fopf",ℱ:"Fscr",ff:"fflig",ffi:"ffilig",ffl:"ffllig",fi:"filig",fj:"fjlig",fl:"fllig",ƒ:"fnof",ℊ:"gscr","𝕘":"gopf","𝔤":"gfr","𝒢":"Gscr","𝔾":"Gopf","𝔊":"Gfr",ǵ:"gacute",ğ:"gbreve",Ğ:"Gbreve",ĝ:"gcirc",Ĝ:"Gcirc",ġ:"gdot",Ġ:"Gdot",Ģ:"Gcedil","𝔥":"hfr",ℎ:"planckh","𝒽":"hscr","𝕙":"hopf",ℋ:"Hscr",ℌ:"Hfr",ℍ:"Hopf",ĥ:"hcirc",Ĥ:"Hcirc",ℏ:"hbar",ħ:"hstrok",Ħ:"Hstrok","𝕚":"iopf","𝔦":"ifr","𝒾":"iscr","ⅈ":"ii","𝕀":"Iopf",ℐ:"Iscr",ℑ:"Im",í:"iacute",Í:"Iacute",ì:"igrave",Ì:"Igrave",î:"icirc",Î:"Icirc",ï:"iuml",Ï:"Iuml",ĩ:"itilde",Ĩ:"Itilde",İ:"Idot",į:"iogon",Į:"Iogon",ī:"imacr",Ī:"Imacr",ij:"ijlig",IJ:"IJlig",ı:"imath","𝒿":"jscr","𝕛":"jopf","𝔧":"jfr","𝒥":"Jscr","𝔍":"Jfr","𝕁":"Jopf",ĵ:"jcirc",Ĵ:"Jcirc","ȷ":"jmath","𝕜":"kopf","𝓀":"kscr","𝔨":"kfr","𝒦":"Kscr","𝕂":"Kopf","𝔎":"Kfr",ķ:"kcedil",Ķ:"Kcedil","𝔩":"lfr","𝓁":"lscr",ℓ:"ell","𝕝":"lopf",ℒ:"Lscr","𝔏":"Lfr","𝕃":"Lopf",ĺ:"lacute",Ĺ:"Lacute",ľ:"lcaron",Ľ:"Lcaron",ļ:"lcedil",Ļ:"Lcedil",ł:"lstrok",Ł:"Lstrok",ŀ:"lmidot",Ŀ:"Lmidot","𝔪":"mfr","𝕞":"mopf","𝓂":"mscr","𝔐":"Mfr","𝕄":"Mopf",ℳ:"Mscr","𝔫":"nfr","𝕟":"nopf","𝓃":"nscr",ℕ:"Nopf","𝒩":"Nscr","𝔑":"Nfr",ń:"nacute",Ń:"Nacute",ň:"ncaron",Ň:"Ncaron",ñ:"ntilde",Ñ:"Ntilde",ņ:"ncedil",Ņ:"Ncedil","№":"numero",ŋ:"eng",Ŋ:"ENG","𝕠":"oopf","𝔬":"ofr",ℴ:"oscr","𝒪":"Oscr","𝔒":"Ofr","𝕆":"Oopf",º:"ordm",ó:"oacute",Ó:"Oacute",ò:"ograve",Ò:"Ograve",ô:"ocirc",Ô:"Ocirc",ö:"ouml",Ö:"Ouml",ő:"odblac",Ő:"Odblac",õ:"otilde",Õ:"Otilde",ø:"oslash",Ø:"Oslash",ō:"omacr",Ō:"Omacr",œ:"oelig",Œ:"OElig","𝔭":"pfr","𝓅":"pscr","𝕡":"popf",ℙ:"Popf","𝔓":"Pfr","𝒫":"Pscr","𝕢":"qopf","𝔮":"qfr","𝓆":"qscr","𝒬":"Qscr","𝔔":"Qfr",ℚ:"Qopf",ĸ:"kgreen","𝔯":"rfr","𝕣":"ropf","𝓇":"rscr",ℛ:"Rscr",ℜ:"Re",ℝ:"Ropf",ŕ:"racute",Ŕ:"Racute",ř:"rcaron",Ř:"Rcaron",ŗ:"rcedil",Ŗ:"Rcedil","𝕤":"sopf","𝓈":"sscr","𝔰":"sfr","𝕊":"Sopf","𝔖":"Sfr","𝒮":"Sscr","Ⓢ":"oS",ś:"sacute",Ś:"Sacute",ŝ:"scirc",Ŝ:"Scirc",š:"scaron",Š:"Scaron",ş:"scedil",Ş:"Scedil",ß:"szlig","𝔱":"tfr","𝓉":"tscr","𝕥":"topf","𝒯":"Tscr","𝔗":"Tfr","𝕋":"Topf",ť:"tcaron",Ť:"Tcaron",ţ:"tcedil",Ţ:"Tcedil","™":"trade",ŧ:"tstrok",Ŧ:"Tstrok","𝓊":"uscr","𝕦":"uopf","𝔲":"ufr","𝕌":"Uopf","𝔘":"Ufr","𝒰":"Uscr",ú:"uacute",Ú:"Uacute",ù:"ugrave",Ù:"Ugrave",ŭ:"ubreve",Ŭ:"Ubreve",û:"ucirc",Û:"Ucirc",ů:"uring",Ů:"Uring",ü:"uuml",Ü:"Uuml",ű:"udblac",Ű:"Udblac",ũ:"utilde",Ũ:"Utilde",ų:"uogon",Ų:"Uogon",ū:"umacr",Ū:"Umacr","𝔳":"vfr","𝕧":"vopf","𝓋":"vscr","𝔙":"Vfr","𝕍":"Vopf","𝒱":"Vscr","𝕨":"wopf","𝓌":"wscr","𝔴":"wfr","𝒲":"Wscr","𝕎":"Wopf","𝔚":"Wfr",ŵ:"wcirc",Ŵ:"Wcirc","𝔵":"xfr","𝓍":"xscr","𝕩":"xopf","𝕏":"Xopf","𝔛":"Xfr","𝒳":"Xscr","𝔶":"yfr","𝓎":"yscr","𝕪":"yopf","𝒴":"Yscr","𝔜":"Yfr","𝕐":"Yopf",ý:"yacute",Ý:"Yacute",ŷ:"ycirc",Ŷ:"Ycirc",ÿ:"yuml",Ÿ:"Yuml","𝓏":"zscr","𝔷":"zfr","𝕫":"zopf",ℨ:"Zfr",ℤ:"Zopf","𝒵":"Zscr",ź:"zacute",Ź:"Zacute",ž:"zcaron",Ž:"Zcaron",ż:"zdot",Ż:"Zdot",Ƶ:"imped",þ:"thorn",Þ:"THORN",ʼn:"napos",α:"alpha",Α:"Alpha",β:"beta",Β:"Beta",γ:"gamma",Γ:"Gamma",δ:"delta",Δ:"Delta",ε:"epsi","ϵ":"epsiv",Ε:"Epsilon",ϝ:"gammad",Ϝ:"Gammad",ζ:"zeta",Ζ:"Zeta",η:"eta",Η:"Eta",θ:"theta",ϑ:"thetav",Θ:"Theta",ι:"iota",Ι:"Iota",κ:"kappa",ϰ:"kappav",Κ:"Kappa",λ:"lambda",Λ:"Lambda",μ:"mu",µ:"micro",Μ:"Mu",ν:"nu",Ν:"Nu",ξ:"xi",Ξ:"Xi",ο:"omicron",Ο:"Omicron",π:"pi",ϖ:"piv",Π:"Pi",ρ:"rho",ϱ:"rhov",Ρ:"Rho",σ:"sigma",Σ:"Sigma",ς:"sigmaf",τ:"tau",Τ:"Tau",υ:"upsi",Υ:"Upsilon",ϒ:"Upsi",φ:"phi",ϕ:"phiv",Φ:"Phi",χ:"chi",Χ:"Chi",ψ:"psi",Ψ:"Psi",ω:"omega",Ω:"ohm",а:"acy",А:"Acy",б:"bcy",Б:"Bcy",в:"vcy",В:"Vcy",г:"gcy",Г:"Gcy",ѓ:"gjcy",Ѓ:"GJcy",д:"dcy",Д:"Dcy",ђ:"djcy",Ђ:"DJcy",е:"iecy",Е:"IEcy",ё:"iocy",Ё:"IOcy",є:"jukcy",Є:"Jukcy",ж:"zhcy",Ж:"ZHcy",з:"zcy",З:"Zcy",ѕ:"dscy",Ѕ:"DScy",и:"icy",И:"Icy",і:"iukcy",І:"Iukcy",ї:"yicy",Ї:"YIcy",й:"jcy",Й:"Jcy",ј:"jsercy",Ј:"Jsercy",к:"kcy",К:"Kcy",ќ:"kjcy",Ќ:"KJcy",л:"lcy",Л:"Lcy",љ:"ljcy",Љ:"LJcy",м:"mcy",М:"Mcy",н:"ncy",Н:"Ncy",њ:"njcy",Њ:"NJcy",о:"ocy",О:"Ocy",п:"pcy",П:"Pcy",р:"rcy",Р:"Rcy",с:"scy",С:"Scy",т:"tcy",Т:"Tcy",ћ:"tshcy",Ћ:"TSHcy",у:"ucy",У:"Ucy",ў:"ubrcy",Ў:"Ubrcy",ф:"fcy",Ф:"Fcy",х:"khcy",Х:"KHcy",ц:"tscy",Ц:"TScy",ч:"chcy",Ч:"CHcy",џ:"dzcy",Џ:"DZcy",ш:"shcy",Ш:"SHcy",щ:"shchcy",Щ:"SHCHcy",ъ:"hardcy",Ъ:"HARDcy",ы:"ycy",Ы:"Ycy",ь:"softcy",Ь:"SOFTcy",э:"ecy",Э:"Ecy",ю:"yucy",Ю:"YUcy",я:"yacy",Я:"YAcy",ℵ:"aleph",ℶ:"beth",ℷ:"gimel",ℸ:"daleth"},p=/["&'<>`]/g,v={'"':""","&":"&","'":"'","<":"<",">":">","`":"`"},k=/&#(?:[xX][^a-fA-F0-9]|[^0-9xX])/,I=/[\0-\x08\x0B\x0E-\x1F\x7F-\x9F\uFDD0-\uFDEF\uFFFE\uFFFF]|[\uD83F\uD87F\uD8BF\uD8FF\uD93F\uD97F\uD9BF\uD9FF\uDA3F\uDA7F\uDABF\uDAFF\uDB3F\uDB7F\uDBBF\uDBFF][\uDFFE\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,_=/&(CounterClockwiseContourIntegral|DoubleLongLeftRightArrow|ClockwiseContourIntegral|NotNestedGreaterGreater|NotSquareSupersetEqual|DiacriticalDoubleAcute|NotRightTriangleEqual|NotSucceedsSlantEqual|NotPrecedesSlantEqual|CloseCurlyDoubleQuote|NegativeVeryThinSpace|DoubleContourIntegral|FilledVerySmallSquare|CapitalDifferentialD|OpenCurlyDoubleQuote|EmptyVerySmallSquare|NestedGreaterGreater|DoubleLongRightArrow|NotLeftTriangleEqual|NotGreaterSlantEqual|ReverseUpEquilibrium|DoubleLeftRightArrow|NotSquareSubsetEqual|NotDoubleVerticalBar|RightArrowLeftArrow|NotGreaterFullEqual|NotRightTriangleBar|SquareSupersetEqual|DownLeftRightVector|DoubleLongLeftArrow|leftrightsquigarrow|LeftArrowRightArrow|NegativeMediumSpace|blacktriangleright|RightDownVectorBar|PrecedesSlantEqual|RightDoubleBracket|SucceedsSlantEqual|NotLeftTriangleBar|RightTriangleEqual|SquareIntersection|RightDownTeeVector|ReverseEquilibrium|NegativeThickSpace|longleftrightarrow|Longleftrightarrow|LongLeftRightArrow|DownRightTeeVector|DownRightVectorBar|GreaterSlantEqual|SquareSubsetEqual|LeftDownVectorBar|LeftDoubleBracket|VerticalSeparator|rightleftharpoons|NotGreaterGreater|NotSquareSuperset|blacktriangleleft|blacktriangledown|NegativeThinSpace|LeftDownTeeVector|NotLessSlantEqual|leftrightharpoons|DoubleUpDownArrow|DoubleVerticalBar|LeftTriangleEqual|FilledSmallSquare|twoheadrightarrow|NotNestedLessLess|DownLeftTeeVector|DownLeftVectorBar|RightAngleBracket|NotTildeFullEqual|NotReverseElement|RightUpDownVector|DiacriticalTilde|NotSucceedsTilde|circlearrowright|NotPrecedesEqual|rightharpoondown|DoubleRightArrow|NotSucceedsEqual|NonBreakingSpace|NotRightTriangle|LessEqualGreater|RightUpTeeVector|LeftAngleBracket|GreaterFullEqual|DownArrowUpArrow|RightUpVectorBar|twoheadleftarrow|GreaterEqualLess|downharpoonright|RightTriangleBar|ntrianglerighteq|NotSupersetEqual|LeftUpDownVector|DiacriticalAcute|rightrightarrows|vartriangleright|UpArrowDownArrow|DiacriticalGrave|UnderParenthesis|EmptySmallSquare|LeftUpVectorBar|leftrightarrows|DownRightVector|downharpoonleft|trianglerighteq|ShortRightArrow|OverParenthesis|DoubleLeftArrow|DoubleDownArrow|NotSquareSubset|bigtriangledown|ntrianglelefteq|UpperRightArrow|curvearrowright|vartriangleleft|NotLeftTriangle|nleftrightarrow|LowerRightArrow|NotHumpDownHump|NotGreaterTilde|rightthreetimes|LeftUpTeeVector|NotGreaterEqual|straightepsilon|LeftTriangleBar|rightsquigarrow|ContourIntegral|rightleftarrows|CloseCurlyQuote|RightDownVector|LeftRightVector|nLeftrightarrow|leftharpoondown|circlearrowleft|SquareSuperset|OpenCurlyQuote|hookrightarrow|HorizontalLine|DiacriticalDot|NotLessGreater|ntriangleright|DoubleRightTee|InvisibleComma|InvisibleTimes|LowerLeftArrow|DownLeftVector|NotSubsetEqual|curvearrowleft|trianglelefteq|NotVerticalBar|TildeFullEqual|downdownarrows|NotGreaterLess|RightTeeVector|ZeroWidthSpace|looparrowright|LongRightArrow|doublebarwedge|ShortLeftArrow|ShortDownArrow|RightVectorBar|GreaterGreater|ReverseElement|rightharpoonup|LessSlantEqual|leftthreetimes|upharpoonright|rightarrowtail|LeftDownVector|Longrightarrow|NestedLessLess|UpperLeftArrow|nshortparallel|leftleftarrows|leftrightarrow|Leftrightarrow|LeftRightArrow|longrightarrow|upharpoonleft|RightArrowBar|ApplyFunction|LeftTeeVector|leftarrowtail|NotEqualTilde|varsubsetneqq|varsupsetneqq|RightTeeArrow|SucceedsEqual|SucceedsTilde|LeftVectorBar|SupersetEqual|hookleftarrow|DifferentialD|VerticalTilde|VeryThinSpace|blacktriangle|bigtriangleup|LessFullEqual|divideontimes|leftharpoonup|UpEquilibrium|ntriangleleft|RightTriangle|measuredangle|shortparallel|longleftarrow|Longleftarrow|LongLeftArrow|DoubleLeftTee|Poincareplane|PrecedesEqual|triangleright|DoubleUpArrow|RightUpVector|fallingdotseq|looparrowleft|PrecedesTilde|NotTildeEqual|NotTildeTilde|smallsetminus|Proportional|triangleleft|triangledown|UnderBracket|NotHumpEqual|exponentiale|ExponentialE|NotLessTilde|HilbertSpace|RightCeiling|blacklozenge|varsupsetneq|HumpDownHump|GreaterEqual|VerticalLine|LeftTeeArrow|NotLessEqual|DownTeeArrow|LeftTriangle|varsubsetneq|Intersection|NotCongruent|DownArrowBar|LeftUpVector|LeftArrowBar|risingdotseq|GreaterTilde|RoundImplies|SquareSubset|ShortUpArrow|NotSuperset|quaternions|precnapprox|backepsilon|preccurlyeq|OverBracket|blacksquare|MediumSpace|VerticalBar|circledcirc|circleddash|CircleMinus|CircleTimes|LessGreater|curlyeqprec|curlyeqsucc|diamondsuit|UpDownArrow|Updownarrow|RuleDelayed|Rrightarrow|updownarrow|RightVector|nRightarrow|nrightarrow|eqslantless|LeftCeiling|Equilibrium|SmallCircle|expectation|NotSucceeds|thickapprox|GreaterLess|SquareUnion|NotPrecedes|NotLessLess|straightphi|succnapprox|succcurlyeq|SubsetEqual|sqsupseteq|Proportion|Laplacetrf|ImaginaryI|supsetneqq|NotGreater|gtreqqless|NotElement|ThickSpace|TildeEqual|TildeTilde|Fouriertrf|rmoustache|EqualTilde|eqslantgtr|UnderBrace|LeftVector|UpArrowBar|nLeftarrow|nsubseteqq|subsetneqq|nsupseteqq|nleftarrow|succapprox|lessapprox|UpTeeArrow|upuparrows|curlywedge|lesseqqgtr|varepsilon|varnothing|RightFloor|complement|CirclePlus|sqsubseteq|Lleftarrow|circledast|RightArrow|Rightarrow|rightarrow|lmoustache|Bernoullis|precapprox|mapstoleft|mapstodown|longmapsto|dotsquare|downarrow|DoubleDot|nsubseteq|supsetneq|leftarrow|nsupseteq|subsetneq|ThinSpace|ngeqslant|subseteqq|HumpEqual|NotSubset|triangleq|NotCupCap|lesseqgtr|heartsuit|TripleDot|Leftarrow|Coproduct|Congruent|varpropto|complexes|gvertneqq|LeftArrow|LessTilde|supseteqq|MinusPlus|CircleDot|nleqslant|NotExists|gtreqless|nparallel|UnionPlus|LeftFloor|checkmark|CenterDot|centerdot|Mellintrf|gtrapprox|bigotimes|OverBrace|spadesuit|therefore|pitchfork|rationals|PlusMinus|Backslash|Therefore|DownBreve|backsimeq|backprime|DownArrow|nshortmid|Downarrow|lvertneqq|eqvparsl|imagline|imagpart|infintie|integers|Integral|intercal|LessLess|Uarrocir|intlarhk|sqsupset|angmsdaf|sqsubset|llcorner|vartheta|cupbrcap|lnapprox|Superset|SuchThat|succnsim|succneqq|angmsdag|biguplus|curlyvee|trpezium|Succeeds|NotTilde|bigwedge|angmsdah|angrtvbd|triminus|cwconint|fpartint|lrcorner|smeparsl|subseteq|urcorner|lurdshar|laemptyv|DDotrahd|approxeq|ldrushar|awconint|mapstoup|backcong|shortmid|triangle|geqslant|gesdotol|timesbar|circledR|circledS|setminus|multimap|naturals|scpolint|ncongdot|RightTee|boxminus|gnapprox|boxtimes|andslope|thicksim|angmsdaa|varsigma|cirfnint|rtriltri|angmsdab|rppolint|angmsdac|barwedge|drbkarow|clubsuit|thetasym|bsolhsub|capbrcup|dzigrarr|doteqdot|DotEqual|dotminus|UnderBar|NotEqual|realpart|otimesas|ulcorner|hksearow|hkswarow|parallel|PartialD|elinters|emptyset|plusacir|bbrktbrk|angmsdad|pointint|bigoplus|angmsdae|Precedes|bigsqcup|varkappa|notindot|supseteq|precneqq|precnsim|profalar|profline|profsurf|leqslant|lesdotor|raemptyv|subplus|notnivb|notnivc|subrarr|zigrarr|vzigzag|submult|subedot|Element|between|cirscir|larrbfs|larrsim|lotimes|lbrksld|lbrkslu|lozenge|ldrdhar|dbkarow|bigcirc|epsilon|simrarr|simplus|ltquest|Epsilon|luruhar|gtquest|maltese|npolint|eqcolon|npreceq|bigodot|ddagger|gtrless|bnequiv|harrcir|ddotseq|equivDD|backsim|demptyv|nsqsube|nsqsupe|Upsilon|nsubset|upsilon|minusdu|nsucceq|swarrow|nsupset|coloneq|searrow|boxplus|napprox|natural|asympeq|alefsym|congdot|nearrow|bigstar|diamond|supplus|tritime|LeftTee|nvinfin|triplus|NewLine|nvltrie|nvrtrie|nwarrow|nexists|Diamond|ruluhar|Implies|supmult|angzarr|suplarr|suphsub|questeq|because|digamma|Because|olcross|bemptyv|omicron|Omicron|rotimes|NoBreak|intprod|angrtvb|orderof|uwangle|suphsol|lesdoto|orslope|DownTee|realine|cudarrl|rdldhar|OverBar|supedot|lessdot|supdsub|topfork|succsim|rbrkslu|rbrksld|pertenk|cudarrr|isindot|planckh|lessgtr|pluscir|gesdoto|plussim|plustwo|lesssim|cularrp|rarrsim|Cayleys|notinva|notinvb|notinvc|UpArrow|Uparrow|uparrow|NotLess|dwangle|precsim|Product|curarrm|Cconint|dotplus|rarrbfs|ccupssm|Cedilla|cemptyv|notniva|quatint|frac35|frac38|frac45|frac56|frac58|frac78|tridot|xoplus|gacute|gammad|Gammad|lfisht|lfloor|bigcup|sqsupe|gbreve|Gbreve|lharul|sqsube|sqcups|Gcedil|apacir|llhard|lmidot|Lmidot|lmoust|andand|sqcaps|approx|Abreve|spades|circeq|tprime|divide|topcir|Assign|topbot|gesdot|divonx|xuplus|timesd|gesles|atilde|solbar|SOFTcy|loplus|timesb|lowast|lowbar|dlcorn|dlcrop|softcy|dollar|lparlt|thksim|lrhard|Atilde|lsaquo|smashp|bigvee|thinsp|wreath|bkarow|lsquor|lstrok|Lstrok|lthree|ltimes|ltlarr|DotDot|simdot|ltrPar|weierp|xsqcup|angmsd|sigmav|sigmaf|zeetrf|Zcaron|zcaron|mapsto|vsupne|thetav|cirmid|marker|mcomma|Zacute|vsubnE|there4|gtlPar|vsubne|bottom|gtrarr|SHCHcy|shchcy|midast|midcir|middot|minusb|minusd|gtrdot|bowtie|sfrown|mnplus|models|colone|seswar|Colone|mstpos|searhk|gtrsim|nacute|Nacute|boxbox|telrec|hairsp|Tcedil|nbumpe|scnsim|ncaron|Ncaron|ncedil|Ncedil|hamilt|Scedil|nearhk|hardcy|HARDcy|tcedil|Tcaron|commat|nequiv|nesear|tcaron|target|hearts|nexist|varrho|scedil|Scaron|scaron|hellip|Sacute|sacute|hercon|swnwar|compfn|rtimes|rthree|rsquor|rsaquo|zacute|wedgeq|homtht|barvee|barwed|Barwed|rpargt|horbar|conint|swarhk|roplus|nltrie|hslash|hstrok|Hstrok|rmoust|Conint|bprime|hybull|hyphen|iacute|Iacute|supsup|supsub|supsim|varphi|coprod|brvbar|agrave|Supset|supset|igrave|Igrave|notinE|Agrave|iiiint|iinfin|copysr|wedbar|Verbar|vangrt|becaus|incare|verbar|inodot|bullet|drcorn|intcal|drcrop|cularr|vellip|Utilde|bumpeq|cupcap|dstrok|Dstrok|CupCap|cupcup|cupdot|eacute|Eacute|supdot|iquest|easter|ecaron|Ecaron|ecolon|isinsv|utilde|itilde|Itilde|curarr|succeq|Bumpeq|cacute|ulcrop|nparsl|Cacute|nprcue|egrave|Egrave|nrarrc|nrarrw|subsup|subsub|nrtrie|jsercy|nsccue|Jsercy|kappav|kcedil|Kcedil|subsim|ulcorn|nsimeq|egsdot|veebar|kgreen|capand|elsdot|Subset|subset|curren|aacute|lacute|Lacute|emptyv|ntilde|Ntilde|lagran|lambda|Lambda|capcap|Ugrave|langle|subdot|emsp13|numero|emsp14|nvdash|nvDash|nVdash|nVDash|ugrave|ufisht|nvHarr|larrfs|nvlArr|larrhk|larrlp|larrpl|nvrArr|Udblac|nwarhk|larrtl|nwnear|oacute|Oacute|latail|lAtail|sstarf|lbrace|odblac|Odblac|lbrack|udblac|odsold|eparsl|lcaron|Lcaron|ograve|Ograve|lcedil|Lcedil|Aacute|ssmile|ssetmn|squarf|ldquor|capcup|ominus|cylcty|rharul|eqcirc|dagger|rfloor|rfisht|Dagger|daleth|equals|origof|capdot|equest|dcaron|Dcaron|rdquor|oslash|Oslash|otilde|Otilde|otimes|Otimes|urcrop|Ubreve|ubreve|Yacute|Uacute|uacute|Rcedil|rcedil|urcorn|parsim|Rcaron|Vdashl|rcaron|Tstrok|percnt|period|permil|Exists|yacute|rbrack|rbrace|phmmat|ccaron|Ccaron|planck|ccedil|plankv|tstrok|female|plusdo|plusdu|ffilig|plusmn|ffllig|Ccedil|rAtail|dfisht|bernou|ratail|Rarrtl|rarrtl|angsph|rarrpl|rarrlp|rarrhk|xwedge|xotime|forall|ForAll|Vvdash|vsupnE|preceq|bigcap|frac12|frac13|frac14|primes|rarrfs|prnsim|frac15|Square|frac16|square|lesdot|frac18|frac23|propto|prurel|rarrap|rangle|puncsp|frac25|Racute|qprime|racute|lesges|frac34|abreve|AElig|eqsim|utdot|setmn|urtri|Equal|Uring|seArr|uring|searr|dashv|Dashv|mumap|nabla|iogon|Iogon|sdote|sdotb|scsim|napid|napos|equiv|natur|Acirc|dblac|erarr|nbump|iprod|erDot|ucirc|awint|esdot|angrt|ncong|isinE|scnap|Scirc|scirc|ndash|isins|Ubrcy|nearr|neArr|isinv|nedot|ubrcy|acute|Ycirc|iukcy|Iukcy|xutri|nesim|caret|jcirc|Jcirc|caron|twixt|ddarr|sccue|exist|jmath|sbquo|ngeqq|angst|ccaps|lceil|ngsim|UpTee|delta|Delta|rtrif|nharr|nhArr|nhpar|rtrie|jukcy|Jukcy|kappa|rsquo|Kappa|nlarr|nlArr|TSHcy|rrarr|aogon|Aogon|fflig|xrarr|tshcy|ccirc|nleqq|filig|upsih|nless|dharl|nlsim|fjlig|ropar|nltri|dharr|robrk|roarr|fllig|fltns|roang|rnmid|subnE|subne|lAarr|trisb|Ccirc|acirc|ccups|blank|VDash|forkv|Vdash|langd|cedil|blk12|blk14|laquo|strns|diams|notin|vDash|larrb|blk34|block|disin|uplus|vdash|vBarv|aelig|starf|Wedge|check|xrArr|lates|lbarr|lBarr|notni|lbbrk|bcong|frasl|lbrke|frown|vrtri|vprop|vnsup|gamma|Gamma|wedge|xodot|bdquo|srarr|doteq|ldquo|boxdl|boxdL|gcirc|Gcirc|boxDl|boxDL|boxdr|boxdR|boxDr|TRADE|trade|rlhar|boxDR|vnsub|npart|vltri|rlarr|boxhd|boxhD|nprec|gescc|nrarr|nrArr|boxHd|boxHD|boxhu|boxhU|nrtri|boxHu|clubs|boxHU|times|colon|Colon|gimel|xlArr|Tilde|nsime|tilde|nsmid|nspar|THORN|thorn|xlarr|nsube|nsubE|thkap|xhArr|comma|nsucc|boxul|boxuL|nsupe|nsupE|gneqq|gnsim|boxUl|boxUL|grave|boxur|boxuR|boxUr|boxUR|lescc|angle|bepsi|boxvh|varpi|boxvH|numsp|Theta|gsime|gsiml|theta|boxVh|boxVH|boxvl|gtcir|gtdot|boxvL|boxVl|boxVL|crarr|cross|Cross|nvsim|boxvr|nwarr|nwArr|sqsup|dtdot|Uogon|lhard|lharu|dtrif|ocirc|Ocirc|lhblk|duarr|odash|sqsub|Hacek|sqcup|llarr|duhar|oelig|OElig|ofcir|boxvR|uogon|lltri|boxVr|csube|uuarr|ohbar|csupe|ctdot|olarr|olcir|harrw|oline|sqcap|omacr|Omacr|omega|Omega|boxVR|aleph|lneqq|lnsim|loang|loarr|rharu|lobrk|hcirc|operp|oplus|rhard|Hcirc|orarr|Union|order|ecirc|Ecirc|cuepr|szlig|cuesc|breve|reals|eDDot|Breve|hoarr|lopar|utrif|rdquo|Umacr|umacr|efDot|swArr|ultri|alpha|rceil|ovbar|swarr|Wcirc|wcirc|smtes|smile|bsemi|lrarr|aring|parsl|lrhar|bsime|uhblk|lrtri|cupor|Aring|uharr|uharl|slarr|rbrke|bsolb|lsime|rbbrk|RBarr|lsimg|phone|rBarr|rbarr|icirc|lsquo|Icirc|emacr|Emacr|ratio|simne|plusb|simlE|simgE|simeq|pluse|ltcir|ltdot|empty|xharr|xdtri|iexcl|Alpha|ltrie|rarrw|pound|ltrif|xcirc|bumpe|prcue|bumpE|asymp|amacr|cuvee|Sigma|sigma|iiint|udhar|iiota|ijlig|IJlig|supnE|imacr|Imacr|prime|Prime|image|prnap|eogon|Eogon|rarrc|mdash|mDDot|cuwed|imath|supne|imped|Amacr|udarr|prsim|micro|rarrb|cwint|raquo|infin|eplus|range|rangd|Ucirc|radic|minus|amalg|veeeq|rAarr|epsiv|ycirc|quest|sharp|quot|zwnj|Qscr|race|qscr|Qopf|qopf|qint|rang|Rang|Zscr|zscr|Zopf|zopf|rarr|rArr|Rarr|Pscr|pscr|prop|prod|prnE|prec|ZHcy|zhcy|prap|Zeta|zeta|Popf|popf|Zdot|plus|zdot|Yuml|yuml|phiv|YUcy|yucy|Yscr|yscr|perp|Yopf|yopf|part|para|YIcy|Ouml|rcub|yicy|YAcy|rdca|ouml|osol|Oscr|rdsh|yacy|real|oscr|xvee|andd|rect|andv|Xscr|oror|ordm|ordf|xscr|ange|aopf|Aopf|rHar|Xopf|opar|Oopf|xopf|xnis|rhov|oopf|omid|xmap|oint|apid|apos|ogon|ascr|Ascr|odot|odiv|xcup|xcap|ocir|oast|nvlt|nvle|nvgt|nvge|nvap|Wscr|wscr|auml|ntlg|ntgl|nsup|nsub|nsim|Nscr|nscr|nsce|Wopf|ring|npre|wopf|npar|Auml|Barv|bbrk|Nopf|nopf|nmid|nLtv|beta|ropf|Ropf|Beta|beth|nles|rpar|nleq|bnot|bNot|nldr|NJcy|rscr|Rscr|Vscr|vscr|rsqb|njcy|bopf|nisd|Bopf|rtri|Vopf|nGtv|ngtr|vopf|boxh|boxH|boxv|nges|ngeq|boxV|bscr|scap|Bscr|bsim|Vert|vert|bsol|bull|bump|caps|cdot|ncup|scnE|ncap|nbsp|napE|Cdot|cent|sdot|Vbar|nang|vBar|chcy|Mscr|mscr|sect|semi|CHcy|Mopf|mopf|sext|circ|cire|mldr|mlcp|cirE|comp|shcy|SHcy|vArr|varr|cong|copf|Copf|copy|COPY|malt|male|macr|lvnE|cscr|ltri|sime|ltcc|simg|Cscr|siml|csub|Uuml|lsqb|lsim|uuml|csup|Lscr|lscr|utri|smid|lpar|cups|smte|lozf|darr|Lopf|Uscr|solb|lopf|sopf|Sopf|lneq|uscr|spar|dArr|lnap|Darr|dash|Sqrt|LJcy|ljcy|lHar|dHar|Upsi|upsi|diam|lesg|djcy|DJcy|leqq|dopf|Dopf|dscr|Dscr|dscy|ldsh|ldca|squf|DScy|sscr|Sscr|dsol|lcub|late|star|Star|Uopf|Larr|lArr|larr|uopf|dtri|dzcy|sube|subE|Lang|lang|Kscr|kscr|Kopf|kopf|KJcy|kjcy|KHcy|khcy|DZcy|ecir|edot|eDot|Jscr|jscr|succ|Jopf|jopf|Edot|uHar|emsp|ensp|Iuml|iuml|eopf|isin|Iscr|iscr|Eopf|epar|sung|epsi|escr|sup1|sup2|sup3|Iota|iota|supe|supE|Iopf|iopf|IOcy|iocy|Escr|esim|Esim|imof|Uarr|QUOT|uArr|uarr|euml|IEcy|iecy|Idot|Euml|euro|excl|Hscr|hscr|Hopf|hopf|TScy|tscy|Tscr|hbar|tscr|flat|tbrk|fnof|hArr|harr|half|fopf|Fopf|tdot|gvnE|fork|trie|gtcc|fscr|Fscr|gdot|gsim|Gscr|gscr|Gopf|gopf|gneq|Gdot|tosa|gnap|Topf|topf|geqq|toea|GJcy|gjcy|tint|gesl|mid|Sfr|ggg|top|ges|gla|glE|glj|geq|gne|gEl|gel|gnE|Gcy|gcy|gap|Tfr|tfr|Tcy|tcy|Hat|Tau|Ffr|tau|Tab|hfr|Hfr|ffr|Fcy|fcy|icy|Icy|iff|ETH|eth|ifr|Ifr|Eta|eta|int|Int|Sup|sup|ucy|Ucy|Sum|sum|jcy|ENG|ufr|Ufr|eng|Jcy|jfr|els|ell|egs|Efr|efr|Jfr|uml|kcy|Kcy|Ecy|ecy|kfr|Kfr|lap|Sub|sub|lat|lcy|Lcy|leg|Dot|dot|lEg|leq|les|squ|div|die|lfr|Lfr|lgE|Dfr|dfr|Del|deg|Dcy|dcy|lne|lnE|sol|loz|smt|Cup|lrm|cup|lsh|Lsh|sim|shy|map|Map|mcy|Mcy|mfr|Mfr|mho|gfr|Gfr|sfr|cir|Chi|chi|nap|Cfr|vcy|Vcy|cfr|Scy|scy|ncy|Ncy|vee|Vee|Cap|cap|nfr|scE|sce|Nfr|nge|ngE|nGg|vfr|Vfr|ngt|bot|nGt|nis|niv|Rsh|rsh|nle|nlE|bne|Bfr|bfr|nLl|nlt|nLt|Bcy|bcy|not|Not|rlm|wfr|Wfr|npr|nsc|num|ocy|ast|Ocy|ofr|xfr|Xfr|Ofr|ogt|ohm|apE|olt|Rho|ape|rho|Rfr|rfr|ord|REG|ang|reg|orv|And|and|AMP|Rcy|amp|Afr|ycy|Ycy|yen|yfr|Yfr|rcy|par|pcy|Pcy|pfr|Pfr|phi|Phi|afr|Acy|acy|zcy|Zcy|piv|acE|acd|zfr|Zfr|pre|prE|psi|Psi|qfr|Qfr|zwj|Or|ge|Gg|gt|gg|el|oS|lt|Lt|LT|Re|lg|gl|eg|ne|Im|it|le|DD|wp|wr|nu|Nu|dd|lE|Sc|sc|pi|Pi|ee|af|ll|Ll|rx|gE|xi|pm|Xi|ic|pr|Pr|in|ni|mp|mu|ac|Mu|or|ap|Gt|GT|ii);|&(Aacute|Agrave|Atilde|Ccedil|Eacute|Egrave|Iacute|Igrave|Ntilde|Oacute|Ograve|Oslash|Otilde|Uacute|Ugrave|Yacute|aacute|agrave|atilde|brvbar|ccedil|curren|divide|eacute|egrave|frac12|frac14|frac34|iacute|igrave|iquest|middot|ntilde|oacute|ograve|oslash|otilde|plusmn|uacute|ugrave|yacute|AElig|Acirc|Aring|Ecirc|Icirc|Ocirc|THORN|Ucirc|acirc|acute|aelig|aring|cedil|ecirc|icirc|iexcl|laquo|micro|ocirc|pound|raquo|szlig|thorn|times|ucirc|Auml|COPY|Euml|Iuml|Ouml|QUOT|Uuml|auml|cent|copy|euml|iuml|macr|nbsp|ordf|ordm|ouml|para|quot|sect|sup1|sup2|sup3|uuml|yuml|AMP|ETH|REG|amp|deg|eth|not|reg|shy|uml|yen|GT|LT|gt|lt)(?!;)([=a-zA-Z0-9]?)|&#([0-9]+)(;?)|&#[xX]([a-fA-F0-9]+)(;?)|&([0-9a-zA-Z]+)/g,R={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:"&",and:"∧",And:"⩓",andand:"⩕",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsd:"∡",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",aogon:"ą",Aogon:"Ą",aopf:"𝕒",Aopf:"𝔸",ap:"≈",apacir:"⩯",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:"⋍",bsol:"\\",bsolb:"⧅",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpe:"≏",bumpE:"⪮",bumpeq:"≏",Bumpeq:"≎",cacute:"ć",Cacute:"Ć",cap:"∩",Cap:"⋒",capand:"⩄",capbrcup:"⩉",capcap:"⩋",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:"Χ",cir:"○",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",CircleDot:"⊙",circledR:"®",circledS:"Ⓢ",CircleMinus:"⊖",CirclePlus:"⊕",CircleTimes:"⊗",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:"⤽",cup:"∪",Cup:"⋓",cupbrcap:"⩈",cupcap:"⩆",CupCap:"≍",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:"Д",dd:"ⅆ",DD:"ⅅ",ddagger:"‡",ddarr:"⇊",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:"∥",downarrow:"↓",Downarrow:"⇓",DownArrow:"↓",DownArrowBar:"⤓",DownArrowUpArrow:"⇵",DownBreve:"̑",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVector:"↽",DownLeftVectorBar:"⥖",DownRightTeeVector:"⥟",DownRightVector:"⇁",DownRightVectorBar:"⥗",DownTee:"⊤",DownTeeArrow:"↧",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",dscr:"𝒹",Dscr:"𝒟",dscy:"ѕ",DScy:"Ѕ",dsol:"⧶",dstrok:"đ",Dstrok:"Đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",dzcy:"џ",DZcy:"Џ",dzigrarr:"⟿",eacute:"é",Eacute:"É",easter:"⩮",ecaron:"ě",Ecaron:"Ě",ecir:"≖",ecirc:"ê",Ecirc:"Ê",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:"▫",emsp:" ",emsp13:" ",emsp14:" ",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:"ffi",fflig:"ff",ffllig:"ffl",ffr:"𝔣",Ffr:"𝔉",filig:"fi",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",fjlig:"fj",flat:"♭",fllig:"fl",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:"⩾",ges:"⩾",gescc:"⪩",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",gfr:"𝔤",Gfr:"𝔊",gg:"≫",Gg:"⋙",ggg:"⋙",gimel:"ℷ",gjcy:"ѓ",GJcy:"Ѓ",gl:"≷",gla:"⪥",glE:"⪒",glj:"⪤",gnap:"⪊",gnapprox:"⪊",gne:"⪈",gnE:"≩",gneq:"⪈",gneqq:"≩",gnsim:"⋧",gopf:"𝕘",Gopf:"𝔾",grave:"`",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",gscr:"ℊ",Gscr:"𝒢",gsim:"≳",gsime:"⪎",gsiml:"⪐",gt:">",Gt:"≫",GT:">",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",Hacek:"ˇ",hairsp:" ",half:"½",hamilt:"ℋ",hardcy:"ъ",HARDcy:"Ъ",harr:"↔",hArr:"⇔",harrcir:"⥈",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:"ij",IJlig:"IJ",Im:"ℑ",imacr:"ī",Imacr:"Ī",image:"ℑ",ImaginaryI:"ⅈ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",imof:"⊷",imped:"Ƶ",Implies:"⇒",in:"∈",incare:"℅",infin:"∞",infintie:"⧝",inodot:"ı",int:"∫",Int:"∬",intcal:"⊺",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:"«",larr:"←",lArr:"⇐",Larr:"↞",larrb:"⇤",larrbfs:"⤟",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",lat:"⪫",latail:"⤙",lAtail:"⤛",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:"⟨",leftarrow:"←",Leftarrow:"⇐",LeftArrow:"←",LeftArrowBar:"⇤",LeftArrowRightArrow:"⇆",leftarrowtail:"↢",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",leftrightarrow:"↔",Leftrightarrow:"⇔",LeftRightArrow:"↔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",LeftRightVector:"⥎",LeftTee:"⊣",LeftTeeArrow:"↤",LeftTeeVector:"⥚",leftthreetimes:"⋋",LeftTriangle:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",LeftVectorBar:"⥒",leg:"⋚",lEg:"⪋",leq:"≤",leqq:"≦",leqslant:"⩽",les:"⩽",lescc:"⪨",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:"Љ",ll:"≪",Ll:"⋘",llarr:"⇇",llcorner:"⌞",Lleftarrow:"⇚",llhard:"⥫",lltri:"◺",lmidot:"ŀ",Lmidot:"Ŀ",lmoust:"⎰",lmoustache:"⎰",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:"Ł",lt:"<",Lt:"≪",LT:"<",ltcc:"⪦",ltcir:"⩹",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:"µ",mid:"∣",midast:"*",midcir:"⫰",middot:"·",minus:"−",minusb:"⊟",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:"ʼn",napprox:"≉",natur:"♮",natural:"♮",naturals:"ℕ",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",ncaron:"ň",Ncaron:"Ň",ncedil:"ņ",Ncedil:"Ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",ncy:"н",Ncy:"Н",ndash:"–",ne:"≠",nearhk:"⤤",nearr:"↗",neArr:"⇗",nearrow:"↗",nedot:"≐̸",NegativeMediumSpace:"",NegativeThickSpace:"",NegativeThinSpace:"",NegativeVeryThinSpace:"",nequiv:"≢",nesear:"⤨",nesim:"≂̸",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:`
|
|
30
|
+
`,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:"⋶",NotLeftTriangle:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangle:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",npar:"∦",nparallel:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",npre:"⪯̸",nprec:"⊀",npreceq:"⪯̸",nrarr:"↛",nrArr:"⇏",nrarrc:"⤳̸",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:"⊛",ocir:"⊚",ocirc:"ô",Ocirc:"Ô",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:"⊕",or:"∨",Or:"⩔",orarr:"↻",ord:"⩝",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oS:"Ⓢ",oscr:"ℴ",Oscr:"𝒪",oslash:"ø",Oslash:"Ø",osol:"⊘",otilde:"õ",Otilde:"Õ",otimes:"⊗",Otimes:"⨷",otimesas:"⨶",ouml:"ö",Ouml:"Ö",ovbar:"⌽",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",par:"∥",para:"¶",parallel:"∥",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:"ℏ",plus:"+",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plusdo:"∔",plusdu:"⨥",pluse:"⩲",PlusMinus:"±",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",Poincareplane:"ℌ",pointint:"⨕",popf:"𝕡",Popf:"ℙ",pound:"£",pr:"≺",Pr:"⪻",prap:"⪷",prcue:"≼",pre:"⪯",prE:"⪳",prec:"≺",precapprox:"⪷",preccurlyeq:"≼",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",precsim:"≾",prime:"′",Prime:"″",primes:"ℙ",prnap:"⪹",prnE:"⪵",prnsim:"⋨",prod:"∏",Product:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",Proportion:"∷",Proportional:"∝",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:"»",rarr:"→",rArr:"⇒",Rarr:"↠",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",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:"↳",Re:"ℜ",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",rect:"▭",reg:"®",REG:"®",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",rfisht:"⥽",rfloor:"⌋",rfr:"𝔯",Rfr:"ℜ",rHar:"⥤",rhard:"⇁",rharu:"⇀",rharul:"⥬",rho:"ρ",Rho:"Ρ",rhov:"ϱ",RightAngleBracket:"⟩",rightarrow:"→",Rightarrow:"⇒",RightArrow:"→",RightArrowBar:"⇥",RightArrowLeftArrow:"⇄",rightarrowtail:"↣",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",RightTee:"⊢",RightTeeArrow:"↦",RightTeeVector:"⥛",rightthreetimes:"⋌",RightTriangle:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",RightVectorBar:"⥓",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"",rmoust:"⎱",rmoustache:"⎱",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:"‚",sc:"≻",Sc:"⪼",scap:"⪸",scaron:"š",Scaron:"Š",sccue:"≽",sce:"⪰",scE:"⪴",scedil:"ş",Scedil:"Ş",scirc:"ŝ",Scirc:"Ŝ",scnap:"⪺",scnE:"⪶",scnsim:"⋩",scpolint:"⨓",scsim:"≿",scy:"с",Scy:"С",sdot:"⋅",sdotb:"⊡",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:"Ь",sol:"/",solb:"⧄",solbar:"⌿",sopf:"𝕤",Sopf:"𝕊",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",Sqrt:"√",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",squ:"□",square:"□",Square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",squarf:"▪",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:"⫓",succ:"≻",succapprox:"⪸",succcurlyeq:"≽",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",SuchThat:"∋",sum:"∑",Sum:"∑",sung:"♪",sup:"⊃",Sup:"⋑",sup1:"¹",sup2:"²",sup3:"³",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:" ",target:"⌖",tau:"τ",Tau:"Τ",tbrk:"⎴",tcaron:"ť",Tcaron:"Ť",tcedil:"ţ",Tcedil:"Ţ",tcy:"т",Tcy:"Т",tdot:"⃛",telrec:"⌕",tfr:"𝔱",Tfr:"𝔗",there4:"∴",therefore:"∴",Therefore:"∴",theta:"θ",Theta:"Θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",ThickSpace:" ",thinsp:" ",ThinSpace:" ",thkap:"≈",thksim:"∼",thorn:"þ",THORN:"Þ",tilde:"˜",Tilde:"∼",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",times:"×",timesb:"⊠",timesbar:"⨱",timesd:"⨰",tint:"∭",toea:"⤨",top:"⊤",topbot:"⌶",topcir:"⫱",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:"𝕌",uparrow:"↑",Uparrow:"⇑",UpArrow:"↑",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",updownarrow:"↕",Updownarrow:"⇕",UpDownArrow:"↕",UpEquilibrium:"⥮",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",UpperLeftArrow:"↖",UpperRightArrow:"↗",upsi:"υ",Upsi:"ϒ",upsih:"ϒ",upsilon:"υ",Upsilon:"Υ",UpTee:"⊥",UpTeeArrow:"↥",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:"⫦",vee:"∨",Vee:"⋁",veebar:"⊻",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:""},E={aacute:"á",Aacute:"Á",acirc:"â",Acirc:"Â",acute:"´",aelig:"æ",AElig:"Æ",agrave:"à",Agrave:"À",amp:"&",AMP:"&",aring:"å",Aring:"Å",atilde:"ã",Atilde:"Ã",auml:"ä",Auml:"Ä",brvbar:"¦",ccedil:"ç",Ccedil:"Ç",cedil:"¸",cent:"¢",copy:"©",COPY:"©",curren:"¤",deg:"°",divide:"÷",eacute:"é",Eacute:"É",ecirc:"ê",Ecirc:"Ê",egrave:"è",Egrave:"È",eth:"ð",ETH:"Ð",euml:"ë",Euml:"Ë",frac12:"½",frac14:"¼",frac34:"¾",gt:">",GT:">",iacute:"í",Iacute:"Í",icirc:"î",Icirc:"Î",iexcl:"¡",igrave:"ì",Igrave:"Ì",iquest:"¿",iuml:"ï",Iuml:"Ï",laquo:"«",lt:"<",LT:"<",macr:"¯",micro:"µ",middot:"·",nbsp:" ",not:"¬",ntilde:"ñ",Ntilde:"Ñ",oacute:"ó",Oacute:"Ó",ocirc:"ô",Ocirc:"Ô",ograve:"ò",Ograve:"Ò",ordf:"ª",ordm:"º",oslash:"ø",Oslash:"Ø",otilde:"õ",Otilde:"Õ",ouml:"ö",Ouml:"Ö",para:"¶",plusmn:"±",pound:"£",quot:'"',QUOT:'"',raquo:"»",reg:"®",REG:"®",sect:"§",shy:"",sup1:"¹",sup2:"²",sup3:"³",szlig:"ß",thorn:"þ",THORN:"Þ",times:"×",uacute:"ú",Uacute:"Ú",ucirc:"û",Ucirc:"Û",ugrave:"ù",Ugrave:"Ù",uml:"¨",uuml:"ü",Uuml:"Ü",yacute:"ý",Yacute:"Ý",yen:"¥",yuml:"ÿ"},y={0:"�",128:"€",130:"‚",131:"ƒ",132:"„",133:"…",134:"†",135:"‡",136:"ˆ",137:"‰",138:"Š",139:"‹",140:"Œ",142:"Ž",145:"‘",146:"’",147:"“",148:"”",149:"•",150:"–",151:"—",152:"˜",153:"™",154:"š",155:"›",156:"œ",158:"ž",159:"Ÿ"},b=[1,2,3,4,5,6,7,8,11,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,64976,64977,64978,64979,64980,64981,64982,64983,64984,64985,64986,64987,64988,64989,64990,64991,64992,64993,64994,64995,64996,64997,64998,64999,65e3,65001,65002,65003,65004,65005,65006,65007,65534,65535,131070,131071,196606,196607,262142,262143,327678,327679,393214,393215,458750,458751,524286,524287,589822,589823,655358,655359,720894,720895,786430,786431,851966,851967,917502,917503,983038,983039,1048574,1048575,1114110,1114111],f=String.fromCharCode,h={},x=h.hasOwnProperty,S=function(N,Q){return x.call(N,Q)},F=function(N,Q){for(var J=-1,ci=N.length;++J<ci;)if(N[J]==Q)return!0;return!1},z=function(N,Q){if(!N)return Q;var J={},ci;for(ci in Q)J[ci]=S(N,ci)?N[ci]:Q[ci];return J},T=function(N,Q){var J="";return N>=55296&&N<=57343||N>1114111?(Q&&ii("character reference outside the permissible Unicode range"),"�"):S(y,N)?(Q&&ii("disallowed character reference"),y[N]):(Q&&F(b,N)&&ii("disallowed character reference"),N>65535&&(N-=65536,J+=f(N>>>10&1023|55296),N=56320|N&1023),J+=f(N),J)},W=function(N){return"&#x"+N.toString(16).toUpperCase()+";"},V=function(N){return"&#"+N+";"},ii=function(N){throw Error("Parse error: "+N)},L=function(N,Q){Q=z(Q,L.options);var J=Q.strict;J&&I.test(N)&&ii("forbidden code point");var ci=Q.encodeEverything,H=Q.useNamedReferences,Di=Q.allowUnsafeSymbols,xi=Q.decimal?V:W,Wi=function(Fi){return xi(Fi.charCodeAt(0))};return ci?(N=N.replace(u,function(Fi){return H&&S(c,Fi)?"&"+c[Fi]+";":Wi(Fi)}),H&&(N=N.replace(/>\u20D2/g,">⃒").replace(/<\u20D2/g,"<⃒").replace(/fj/g,"fj")),H&&(N=N.replace(m,function(Fi){return"&"+c[Fi]+";"}))):H?(Di||(N=N.replace(p,function(Fi){return"&"+c[Fi]+";"})),N=N.replace(/>\u20D2/g,">⃒").replace(/<\u20D2/g,"<⃒"),N=N.replace(m,function(Fi){return"&"+c[Fi]+";"})):Di||(N=N.replace(p,Wi)),N.replace(d,function(Fi){var ni=Fi.charCodeAt(0),di=Fi.charCodeAt(1),Ui=(ni-55296)*1024+di-56320+65536;return xi(Ui)}).replace(l,Wi)};L.options={allowUnsafeSymbols:!1,encodeEverything:!1,strict:!1,useNamedReferences:!1,decimal:!1};var Z=function(N,Q){Q=z(Q,Z.options);var J=Q.strict;return J&&k.test(N)&&ii("malformed character reference"),N.replace(_,function(ci,H,Di,xi,Wi,Fi,ni,di,Ui){var Zi,Mi,C,D,U,Y;return H?(U=H,R[U]):Di?(U=Di,Y=xi,Y&&Q.isAttributeValue?(J&&Y=="="&&ii("`&` did not start a character reference"),ci):(J&&ii("named character reference was not terminated by a semicolon"),E[U]+(Y||""))):Wi?(C=Wi,Mi=Fi,J&&!Mi&&ii("character reference was not terminated by a semicolon"),Zi=parseInt(C,10),T(Zi,J)):ni?(D=ni,Mi=di,J&&!Mi&&ii("character reference was not terminated by a semicolon"),Zi=parseInt(D,16),T(Zi,J)):(J&&ii("named character reference was not terminated by a semicolon"),ci)})};Z.options={isAttributeValue:!1,strict:!1};var $=function(N){return N.replace(p,function(Q){return v[Q]})},oi={version:"1.2.0",encode:L,decode:Z,escape:$,unescape:Z};if(n&&!n.nodeType)if(o)o.exports=oi;else for(var gi in oi)S(oi,gi)&&(n[gi]=oi[gi]);else r.he=oi})(ze)})(N2,N2.exports);var lc=N2.exports;const Dn=en(lc);var as={};(function(t){var e=t;(function(r){function n(a){var g=Array.prototype.slice,w=a.length,B=function(M,vi){return function(){return vi.apply(this,M.concat(g.call(arguments)))}},A=function(){var M=g.call(arguments);return M.length<w?B(M,A):a.apply(this,g.apply(arguments,[0,w]))};return A}var o=function(a,g){for(var w=0;w<g.length;w+=1)a(g[w],w,g)},s=function(a,g,w){var B=g;return o(function(A,M){B=a(B,A,M)},w),B},d=function(a,g){var w=new Array(g.length);return o(function(B,A){w[A]=a(B)},g),w},u=function(a,g){var w=[];return o(function(B,A){a(B,A)&&w.push(B)},g),w},l=function(a,g){for(var w=0;w<a.length;w+=1)if(a[w]===g)return!0;return!1};function m(a){return function(){return a}}function c(a){return a.toString()}var p=function(a,g){return g.join(a)},v=function(a,g,w){return a+w+g},k=Array.prototype.concat,I=32767;function _(a){for(var g=[],w=0;w<a.length;w+=I){var B=a.slice(w,w+I);g=k.apply(g,B)}return g}function R(a,g){for(var w=Object(a),B=1;B<arguments.length;B++){var A=arguments[B];if(A!=null)for(var M in A)Object.prototype.hasOwnProperty.call(A,M)&&(w[M]=A[M])}return w}var E={ELEMENT_NODE:1,ATTRIBUTE_NODE:2,TEXT_NODE:3,CDATA_SECTION_NODE:4,PROCESSING_INSTRUCTION_NODE:7,COMMENT_NODE:8,DOCUMENT_NODE:9,DOCUMENT_TYPE_NODE:10,DOCUMENT_FRAGMENT_NODE:11};y.prototype=new Object,y.prototype.constructor=y,y.superclass=Object.prototype;function y(){this.init()}y.prototype.init=function(){this.reduceActions=[],this.reduceActions[3]=function(a){return new z(a[0],a[2])},this.reduceActions[5]=function(a){return new T(a[0],a[2])},this.reduceActions[7]=function(a){return new W(a[0],a[2])},this.reduceActions[8]=function(a){return new V(a[0],a[2])},this.reduceActions[10]=function(a){return new ii(a[0],a[2])},this.reduceActions[11]=function(a){return new L(a[0],a[2])},this.reduceActions[12]=function(a){return new Z(a[0],a[2])},this.reduceActions[13]=function(a){return new $(a[0],a[2])},this.reduceActions[15]=function(a){return new oi(a[0],a[2])},this.reduceActions[16]=function(a){return new gi(a[0],a[2])},this.reduceActions[18]=function(a){return new N(a[0],a[2])},this.reduceActions[19]=function(a){return new Q(a[0],a[2])},this.reduceActions[20]=function(a){return new J(a[0],a[2])},this.reduceActions[22]=function(a){return new S(a[1])},this.reduceActions[24]=function(a){return new ci(a[0],a[2])},this.reduceActions[25]=function(a){return new H(void 0,void 0,a[0])},this.reduceActions[27]=function(a){return a[0].locationPath=a[2],a[0]},this.reduceActions[28]=function(a){return a[0].locationPath=a[2],a[0].locationPath.steps.unshift(new ni(ni.DESCENDANTORSELF,di.nodeTest,[])),a[0]},this.reduceActions[29]=function(a){return new H(a[0],[],void 0)},this.reduceActions[30]=function(a){return X.instance_of(a[0],H)?(a[0].filterPredicates==null&&(a[0].filterPredicates=[]),a[0].filterPredicates.push(a[1]),a[0]):new H(a[0],[a[1]],void 0)},this.reduceActions[32]=function(a){return a[1]},this.reduceActions[33]=function(a){return new C(a[0])},this.reduceActions[34]=function(a){return new D(a[0])},this.reduceActions[36]=function(a){return new Zi(a[0],[])},this.reduceActions[37]=function(a){return new Zi(a[0],a[2])},this.reduceActions[38]=function(a){return[a[0]]},this.reduceActions[39]=function(a){return a[2].unshift(a[0]),a[2]},this.reduceActions[43]=function(a){return new Fi(!0,[])},this.reduceActions[44]=function(a){return a[1].absolute=!0,a[1]},this.reduceActions[46]=function(a){return new Fi(!1,[a[0]])},this.reduceActions[47]=function(a){return a[0].steps.push(a[2]),a[0]},this.reduceActions[49]=function(a){return new ni(a[0],a[1],[])},this.reduceActions[50]=function(a){return new ni(ni.CHILD,a[0],[])},this.reduceActions[51]=function(a){return new ni(a[0],a[1],a[2])},this.reduceActions[52]=function(a){return new ni(ni.CHILD,a[0],a[1])},this.reduceActions[54]=function(a){return[a[0]]},this.reduceActions[55]=function(a){return a[1].unshift(a[0]),a[1]},this.reduceActions[56]=function(a){return a[0]=="ancestor"?ni.ANCESTOR:a[0]=="ancestor-or-self"?ni.ANCESTORORSELF:a[0]=="attribute"?ni.ATTRIBUTE:a[0]=="child"?ni.CHILD:a[0]=="descendant"?ni.DESCENDANT:a[0]=="descendant-or-self"?ni.DESCENDANTORSELF:a[0]=="following"?ni.FOLLOWING:a[0]=="following-sibling"?ni.FOLLOWINGSIBLING:a[0]=="namespace"?ni.NAMESPACE:a[0]=="parent"?ni.PARENT:a[0]=="preceding"?ni.PRECEDING:a[0]=="preceding-sibling"?ni.PRECEDINGSIBLING:a[0]=="self"?ni.SELF:-1},this.reduceActions[57]=function(a){return ni.ATTRIBUTE},this.reduceActions[59]=function(a){return a[0]=="comment"?di.commentTest:a[0]=="text"?di.textTest:a[0]=="processing-instruction"?di.anyPiTest:a[0]=="node"?di.nodeTest:new di(-1,void 0)},this.reduceActions[60]=function(a){return new di.PITest(a[2])},this.reduceActions[61]=function(a){return a[1]},this.reduceActions[63]=function(a){return a[1].absolute=!0,a[1].steps.unshift(new ni(ni.DESCENDANTORSELF,di.nodeTest,[])),a[1]},this.reduceActions[64]=function(a){return a[0].steps.push(new ni(ni.DESCENDANTORSELF,di.nodeTest,[])),a[0].steps.push(a[2]),a[0]},this.reduceActions[65]=function(a){return new ni(ni.SELF,di.nodeTest,[])},this.reduceActions[66]=function(a){return new ni(ni.PARENT,di.nodeTest,[])},this.reduceActions[67]=function(a){return new Ui(a[1])},this.reduceActions[68]=function(a){return di.nameTestAny},this.reduceActions[69]=function(a){return new di.NameTestPrefixAny(a[0].split(":")[0])},this.reduceActions[70]=function(a){return new di.NameTestQName(a[0])}},y.actionTable=[" s s sssssssss s ss s ss"," s ","r rrrrrrrrr rrrrrrr rr r "," rrrrr "," s s sssssssss s ss s ss","rs rrrrrrrr s sssssrrrrrr rrs rs "," s s sssssssss s ss s ss"," s "," s ","r rrrrrrrrr rrrrrrr rr rr ","r rrrrrrrrr rrrrrrr rr rr ","r rrrrrrrrr rrrrrrr rr rr ","r rrrrrrrrr rrrrrrr rr rr ","r rrrrrrrrr rrrrrrr rr rr "," s "," s "," s s sssss s s ","r rrrrrrrrr rrrrrrr rr r ","a ","r s rr r ","r sr rr r ","r s rr s rr r ","r rssrr rss rr r ","r rrrrr rrrss rr r ","r rrrrrsss rrrrr rr r ","r rrrrrrrr rrrrr rr r ","r rrrrrrrr rrrrrs rr r ","r rrrrrrrr rrrrrr rr r ","r rrrrrrrr rrrrrr rr r ","r srrrrrrrr rrrrrrs rr sr ","r srrrrrrrr rrrrrrs rr r ","r rrrrrrrrr rrrrrrr rr rr ","r rrrrrrrrr rrrrrrr rr rr ","r rrrrrrrrr rrrrrrr rr rr ","r rrrrrrrr rrrrrr rr r ","r rrrrrrrr rrrrrr rr r ","r rrrrrrrrr rrrrrrr rr r ","r rrrrrrrrr rrrrrrr rr r "," sssss ","r rrrrrrrrr rrrrrrr rr sr ","r rrrrrrrrr rrrrrrr rr r ","r rrrrrrrrr rrrrrrr rr rr ","r rrrrrrrrr rrrrrrr rr rr "," s ","r srrrrrrrr rrrrrrs rr r ","r rrrrrrrr rrrrr rr r "," s "," s "," rrrrr "," s s sssssssss s sss s ss","r srrrrrrrr rrrrrrs rr r "," s s sssssssss s ss s ss"," s s sssssssss s ss s ss"," s s sssssssss s ss s ss"," s s sssssssss s ss s ss"," s s sssssssss s ss s ss"," s s sssssssss s ss s ss"," s s sssssssss s ss s ss"," s s sssssssss s ss s ss"," s s sssssssss s ss s ss"," s s sssssssss s ss s ss"," s s sssssssss s ss s ss"," s s sssssssss s ss s ss"," s s sssssssss s ss s ss"," s s sssssssss ss s ss"," s s sssssssss s ss s ss"," s s sssss s s "," s s sssss s s ","r rrrrrrrrr rrrrrrr rr rr "," s s sssss s s "," s s sssss s s ","r rrrrrrrrr rrrrrrr rr sr ","r rrrrrrrrr rrrrrrr rr sr ","r rrrrrrrrr rrrrrrr rr r ","r rrrrrrrrr rrrrrrr rr rr "," s ","r rrrrrrrrr rrrrrrr rr rr ","r rrrrrrrrr rrrrrrr rr rr "," rr "," s "," rs ","r sr rr r ","r s rr s rr r ","r rssrr rss rr r ","r rssrr rss rr r ","r rrrrr rrrss rr r ","r rrrrr rrrss rr r ","r rrrrr rrrss rr r ","r rrrrr rrrss rr r ","r rrrrrsss rrrrr rr r ","r rrrrrsss rrrrr rr r ","r rrrrrrrr rrrrr rr r ","r rrrrrrrr rrrrr rr r ","r rrrrrrrr rrrrr rr r ","r rrrrrrrr rrrrrr rr r "," r "," s ","r srrrrrrrr rrrrrrs rr r ","r srrrrrrrr rrrrrrs rr r ","r rrrrrrrrr rrrrrrr rr r ","r rrrrrrrrr rrrrrrr rr r ","r rrrrrrrrr rrrrrrr rr r ","r rrrrrrrrr rrrrrrr rr r ","r rrrrrrrrr rrrrrrr rr rr ","r rrrrrrrrr rrrrrrr rr rr "," s s sssssssss s ss s ss","r rrrrrrrrr rrrrrrr rr rr "," r "],y.actionTableNumber=[` 1 0 /.-,+*)(' & %$ # "!`," J ","a aaaaaaaaa aaaaaaa aa a "," YYYYY ",` 1 0 /.-,+*)(' & %$ # "!`,`K1 KKKKKKKK . +*)('KKKKKK KK# K" `,` 1 0 /.-,+*)(' & %$ # "!`," N "," O ","e eeeeeeeee eeeeeee ee ee ","f fffffffff fffffff ff ff ","d ddddddddd ddddddd dd dd ","B BBBBBBBBB BBBBBBB BB BB ","A AAAAAAAAA AAAAAAA AA AA "," P "," Q ",` 1 . +*)(' # " `,"b bbbbbbbbb bbbbbbb bb b "," ","! S !! ! ",'" T" "" " ',"$ V $$ U $$ $ ","& &ZY&& &XW && & ",") ))))) )))\\[ )) ) ",". ....._^] ..... .. . ","1 11111111 11111 11 1 ","5 55555555 55555` 55 5 ","7 77777777 777777 77 7 ","9 99999999 999999 99 9 ",": c:::::::: ::::::b :: a: ","I fIIIIIIII IIIIIIe II I ","= ========= ======= == == ","? ????????? ??????? ?? ?? ","C CCCCCCCCC CCCCCCC CC CC ","J JJJJJJJJ JJJJJJ JJ J ","M MMMMMMMM MMMMMM MM M ","N NNNNNNNNN NNNNNNN NN N ","P PPPPPPPPP PPPPPPP PP P "," +*)(' ","R RRRRRRRRR RRRRRRR RR aR ","U UUUUUUUUU UUUUUUU UU U ","Z ZZZZZZZZZ ZZZZZZZ ZZ ZZ ","c ccccccccc ccccccc cc cc "," j ","L fLLLLLLLL LLLLLLe LL L ","6 66666666 66666 66 6 "," k "," l "," XXXXX ",` 1 0 /.-,+*)(' & %$m # "!`,"_ f________ ______e __ _ ",` 1 0 /.-,+*)(' & %$ # "!`,` 1 0 /.-,+*)(' & %$ # "!`,` 1 0 /.-,+*)(' & %$ # "!`,` 1 0 /.-,+*)(' & %$ # "!`,` 1 0 /.-,+*)(' & %$ # "!`,` 1 0 /.-,+*)(' & %$ # "!`,` 1 0 /.-,+*)(' & %$ # "!`,` 1 0 /.-,+*)(' & %$ # "!`,` 1 0 /.-,+*)(' & %$ # "!`,` 1 0 /.-,+*)(' & %$ # "!`,` 1 0 /.-,+*)(' & %$ # "!`,` 1 0 /.-,+*)(' & %$ # "!`,` 1 0 /.-,+*)(' & %$ # "!`,` 1 0 /.-,+*)(' %$ # "!`,` 1 0 /.-,+*)(' & %$ # "!`,` 1 . +*)(' # " `,` 1 . +*)(' # " `,"> >>>>>>>>> >>>>>>> >> >> ",` 1 . +*)(' # " `,` 1 . +*)(' # " `,"Q QQQQQQQQQ QQQQQQQ QQ aQ ","V VVVVVVVVV VVVVVVV VV aV ","T TTTTTTTTT TTTTTTT TT T ","@ @@@@@@@@@ @@@@@@@ @@ @@ "," ","[ [[[[[[[[[ [[[[[[[ [[ [[ ","D DDDDDDDDD DDDDDDD DD DD "," HH "," "," F ","# T# ## # ","% V %% U %% % ","' 'ZY'' 'XW '' ' ","( (ZY(( (XW (( ( ","+ +++++ +++\\[ ++ + ","* ***** ***\\[ ** * ","- ----- ---\\[ -- - ",", ,,,,, ,,,\\[ ,, , ","0 00000_^] 00000 00 0 ","/ /////_^] ///// // / ","2 22222222 22222 22 2 ","3 33333333 33333 33 3 ","4 44444444 44444 44 4 ","8 88888888 888888 88 8 "," ^ "," ","; f;;;;;;;; ;;;;;;e ;; ; ","< f<<<<<<<< <<<<<<e << < ","O OOOOOOOOO OOOOOOO OO O ","` ````````` ``````` `` ` ","S SSSSSSSSS SSSSSSS SS S ","W WWWWWWWWW WWWWWWW WW W ","\\ \\\\\\\\\\\\\\\\\\ \\\\\\\\\\\\\\ \\\\ \\\\ ","E EEEEEEEEE EEEEEEE EE EE ",` 1 0 /.-,+*)(' & %$ # "!`,"] ]]]]]]]]] ]]]]]]] ]] ]] "," G "],y.gotoTable=["3456789:;<=>?@ AB CDEFGH IJ "," "," "," ","L456789:;<=>?@ AB CDEFGH IJ "," M EFGH IJ "," N;<=>?@ AB CDEFGH IJ "," "," "," "," "," "," "," "," "," "," S EFGH IJ "," "," "," "," "," "," "," "," "," "," "," "," "," e "," "," "," "," "," "," "," "," "," h J "," i j "," "," "," "," "," "," "," "," "," ","o456789:;<=>?@ ABpqCDEFGH IJ "," "," r6789:;<=>?@ AB CDEFGH IJ "," s789:;<=>?@ AB CDEFGH IJ "," t89:;<=>?@ AB CDEFGH IJ "," u89:;<=>?@ AB CDEFGH IJ "," v9:;<=>?@ AB CDEFGH IJ "," w9:;<=>?@ AB CDEFGH IJ "," x9:;<=>?@ AB CDEFGH IJ "," y9:;<=>?@ AB CDEFGH IJ "," z:;<=>?@ AB CDEFGH IJ "," {:;<=>?@ AB CDEFGH IJ "," |;<=>?@ AB CDEFGH IJ "," };<=>?@ AB CDEFGH IJ "," ~;<=>?@ AB CDEFGH IJ "," =>?@ AB CDEFGH IJ ","456789:;<=>?@ AB CDEFGH IJ"," EFGH IJ "," EFGH IJ "," "," GH IJ ","
GH IJ "," i "," i "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," ","o456789:;<=>?@ ABqCDEFGH IJ "," "," "],y.productions=[[1,1,2],[2,1,3],[3,1,4],[3,3,3,-9,4],[4,1,5],[4,3,4,-8,5],[5,1,6],[5,3,5,-22,6],[5,3,5,-5,6],[6,1,7],[6,3,6,-23,7],[6,3,6,-24,7],[6,3,6,-6,7],[6,3,6,-7,7],[7,1,8],[7,3,7,-25,8],[7,3,7,-26,8],[8,1,9],[8,3,8,-12,9],[8,3,8,-11,9],[8,3,8,-10,9],[9,1,10],[9,2,-26,9],[10,1,11],[10,3,10,-27,11],[11,1,12],[11,1,13],[11,3,13,-28,14],[11,3,13,-4,14],[13,1,15],[13,2,13,16],[15,1,17],[15,3,-29,2,-30],[15,1,-15],[15,1,-16],[15,1,18],[18,3,-13,-29,-30],[18,4,-13,-29,19,-30],[19,1,20],[19,3,20,-31,19],[20,1,2],[12,1,14],[12,1,21],[21,1,-28],[21,2,-28,14],[21,1,22],[14,1,23],[14,3,14,-28,23],[14,1,24],[23,2,25,26],[23,1,26],[23,3,25,26,27],[23,2,26,27],[23,1,28],[27,1,16],[27,2,16,27],[25,2,-14,-3],[25,1,-32],[26,1,29],[26,3,-20,-29,-30],[26,4,-21,-29,-15,-30],[16,3,-33,30,-34],[30,1,2],[22,2,-4,14],[24,3,14,-4,23],[28,1,-35],[28,1,-2],[17,2,-36,-18],[29,1,-17],[29,1,-19],[29,1,-18]],y.DOUBLEDOT=2,y.DOUBLECOLON=3,y.DOUBLESLASH=4,y.NOTEQUAL=5,y.LESSTHANOREQUAL=6,y.GREATERTHANOREQUAL=7,y.AND=8,y.OR=9,y.MOD=10,y.DIV=11,y.MULTIPLYOPERATOR=12,y.FUNCTIONNAME=13,y.AXISNAME=14,y.LITERAL=15,y.NUMBER=16,y.ASTERISKNAMETEST=17,y.QNAME=18,y.NCNAMECOLONASTERISK=19,y.NODETYPE=20,y.PROCESSINGINSTRUCTIONWITHLITERAL=21,y.EQUALS=22,y.LESSTHAN=23,y.GREATERTHAN=24,y.PLUS=25,y.MINUS=26,y.BAR=27,y.SLASH=28,y.LEFTPARENTHESIS=29,y.RIGHTPARENTHESIS=30,y.COMMA=31,y.AT=32,y.LEFTBRACKET=33,y.RIGHTBRACKET=34,y.DOT=35,y.DOLLAR=36,y.prototype.tokenize=function(a){for(var g=[],w=[],B=a+"\0",A=0,M=B.charAt(A++);;){for(;M==" "||M==" "||M=="\r"||M==`
|
|
31
|
+
`;)M=B.charAt(A++);if(M=="\0"||A>=B.length)break;if(M=="("){g.push(y.LEFTPARENTHESIS),w.push(M),M=B.charAt(A++);continue}if(M==")"){g.push(y.RIGHTPARENTHESIS),w.push(M),M=B.charAt(A++);continue}if(M=="["){g.push(y.LEFTBRACKET),w.push(M),M=B.charAt(A++);continue}if(M=="]"){g.push(y.RIGHTBRACKET),w.push(M),M=B.charAt(A++);continue}if(M=="@"){g.push(y.AT),w.push(M),M=B.charAt(A++);continue}if(M==","){g.push(y.COMMA),w.push(M),M=B.charAt(A++);continue}if(M=="|"){g.push(y.BAR),w.push(M),M=B.charAt(A++);continue}if(M=="+"){g.push(y.PLUS),w.push(M),M=B.charAt(A++);continue}if(M=="-"){g.push(y.MINUS),w.push(M),M=B.charAt(A++);continue}if(M=="="){g.push(y.EQUALS),w.push(M),M=B.charAt(A++);continue}if(M=="$"){g.push(y.DOLLAR),w.push(M),M=B.charAt(A++);continue}if(M=="."){if(M=B.charAt(A++),M=="."){g.push(y.DOUBLEDOT),w.push(".."),M=B.charAt(A++);continue}if(M>="0"&&M<="9"){var vi="."+M;for(M=B.charAt(A++);M>="0"&&M<="9";)vi+=M,M=B.charAt(A++);g.push(y.NUMBER),w.push(vi);continue}g.push(y.DOT),w.push(".");continue}if(M=="'"||M=='"'){for(var _i=M,Vi="";A<B.length&&(M=B.charAt(A))!==_i;)Vi+=M,A+=1;if(M!==_i)throw Si.fromMessage("Unterminated string literal: "+_i+Vi);A+=1,g.push(y.LITERAL),w.push(Vi),M=B.charAt(A++);continue}if(M>="0"&&M<="9"){var vi=M;for(M=B.charAt(A++);M>="0"&&M<="9";)vi+=M,M=B.charAt(A++);if(M=="."&&B.charAt(A)>="0"&&B.charAt(A)<="9")for(vi+=M,vi+=B.charAt(A++),M=B.charAt(A++);M>="0"&&M<="9";)vi+=M,M=B.charAt(A++);g.push(y.NUMBER),w.push(vi);continue}if(M=="*"){if(g.length>0){var mi=g[g.length-1];if(mi!=y.AT&&mi!=y.DOUBLECOLON&&mi!=y.LEFTPARENTHESIS&&mi!=y.LEFTBRACKET&&mi!=y.AND&&mi!=y.OR&&mi!=y.MOD&&mi!=y.DIV&&mi!=y.MULTIPLYOPERATOR&&mi!=y.SLASH&&mi!=y.DOUBLESLASH&&mi!=y.BAR&&mi!=y.PLUS&&mi!=y.MINUS&&mi!=y.EQUALS&&mi!=y.NOTEQUAL&&mi!=y.LESSTHAN&&mi!=y.LESSTHANOREQUAL&&mi!=y.GREATERTHAN&&mi!=y.GREATERTHANOREQUAL){g.push(y.MULTIPLYOPERATOR),w.push(M),M=B.charAt(A++);continue}}g.push(y.ASTERISKNAMETEST),w.push(M),M=B.charAt(A++);continue}if(M==":"&&B.charAt(A)==":"){g.push(y.DOUBLECOLON),w.push("::"),A++,M=B.charAt(A++);continue}if(M=="/"){if(M=B.charAt(A++),M=="/"){g.push(y.DOUBLESLASH),w.push("//"),M=B.charAt(A++);continue}g.push(y.SLASH),w.push("/");continue}if(M=="!"&&B.charAt(A)=="="){g.push(y.NOTEQUAL),w.push("!="),A++,M=B.charAt(A++);continue}if(M=="<"){if(B.charAt(A)=="="){g.push(y.LESSTHANOREQUAL),w.push("<="),A++,M=B.charAt(A++);continue}g.push(y.LESSTHAN),w.push("<"),M=B.charAt(A++);continue}if(M==">"){if(B.charAt(A)=="="){g.push(y.GREATERTHANOREQUAL),w.push(">="),A++,M=B.charAt(A++);continue}g.push(y.GREATERTHAN),w.push(">"),M=B.charAt(A++);continue}if(M=="_"||X.isLetter(M.charCodeAt(0))){var Ei=M;for(M=B.charAt(A++);X.isNCNameChar(M.charCodeAt(0));)Ei+=M,M=B.charAt(A++);if(g.length>0){var mi=g[g.length-1];if(mi!=y.AT&&mi!=y.DOUBLECOLON&&mi!=y.LEFTPARENTHESIS&&mi!=y.LEFTBRACKET&&mi!=y.AND&&mi!=y.OR&&mi!=y.MOD&&mi!=y.DIV&&mi!=y.MULTIPLYOPERATOR&&mi!=y.SLASH&&mi!=y.DOUBLESLASH&&mi!=y.BAR&&mi!=y.PLUS&&mi!=y.MINUS&&mi!=y.EQUALS&&mi!=y.NOTEQUAL&&mi!=y.LESSTHAN&&mi!=y.LESSTHANOREQUAL&&mi!=y.GREATERTHAN&&mi!=y.GREATERTHANOREQUAL){if(Ei=="and"){g.push(y.AND),w.push(Ei);continue}if(Ei=="or"){g.push(y.OR),w.push(Ei);continue}if(Ei=="mod"){g.push(y.MOD),w.push(Ei);continue}if(Ei=="div"){g.push(y.DIV),w.push(Ei);continue}}}if(M==":"){if(B.charAt(A)=="*"){g.push(y.NCNAMECOLONASTERISK),w.push(Ei+":*"),A++,M=B.charAt(A++);continue}if(B.charAt(A)=="_"||X.isLetter(B.charCodeAt(A))){for(Ei+=":",M=B.charAt(A++);X.isNCNameChar(M.charCodeAt(0));)Ei+=M,M=B.charAt(A++);if(M=="("){g.push(y.FUNCTIONNAME),w.push(Ei);continue}g.push(y.QNAME),w.push(Ei);continue}if(B.charAt(A)==":"){g.push(y.AXISNAME),w.push(Ei);continue}}if(M=="("){if(Ei=="comment"||Ei=="text"||Ei=="node"){g.push(y.NODETYPE),w.push(Ei);continue}if(Ei=="processing-instruction"){B.charAt(A)==")"?g.push(y.NODETYPE):g.push(y.PROCESSINGINSTRUCTIONWITHLITERAL),w.push(Ei);continue}g.push(y.FUNCTIONNAME),w.push(Ei);continue}g.push(y.QNAME),w.push(Ei);continue}throw new Error("Unexpected character "+M)}return g.push(1),w.push("[EOF]"),[g,w]},y.SHIFT="s",y.REDUCE="r",y.ACCEPT="a",y.prototype.parse=function(Vi){var g,w,B=this.tokenize(Vi);if(B!=null){g=B[0],w=B[1];var A=0,M=[],vi=[],_i=[],Vi,mi,Ei;for(M.push(0),vi.push(1),_i.push("_S"),mi=g[A],Ei=w[A++];;)switch(Vi=M[M.length-1],y.actionTable[Vi].charAt(mi-1)){case y.SHIFT:vi.push(-mi),_i.push(Ei),M.push(y.actionTableNumber[Vi].charCodeAt(mi-1)-32),mi=g[A],Ei=w[A++];break;case y.REDUCE:for(var Ft=y.productions[y.actionTableNumber[Vi].charCodeAt(mi-1)-32][1],ji=[],Ut=0;Ut<Ft;Ut++)vi.pop(),ji.unshift(_i.pop()),M.pop();var Vt=M[M.length-1];vi.push(y.productions[y.actionTableNumber[Vi].charCodeAt(mi-1)-32][0]),this.reduceActions[y.actionTableNumber[Vi].charCodeAt(mi-1)-32]==null?_i.push(ji[0]):_i.push(this.reduceActions[y.actionTableNumber[Vi].charCodeAt(mi-1)-32](ji)),M.push(y.gotoTable[Vt].charCodeAt(y.productions[y.actionTableNumber[Vi].charCodeAt(mi-1)-32][0]-2)-33);break;case y.ACCEPT:return new b(_i.pop());default:throw new Error("XPath parse error")}}},b.prototype=new Object,b.prototype.constructor=b,b.superclass=Object.prototype;function b(a){this.expression=a}b.prototype.toString=function(){return this.expression.toString()};function f(a,g,w){g in a||(a[g]=w)}b.prototype.evaluate=function(a){return a.contextNode=a.expressionContextNode,a.contextSize=1,a.contextPosition=1,a.isHtml&&(f(a,"caseInsensitive",!0),f(a,"allowAnyNamespaceForNoPrefix",!0)),f(a,"caseInsensitive",!1),this.expression.evaluate(a)},b.XML_NAMESPACE_URI="http://www.w3.org/XML/1998/namespace",b.XMLNS_NAMESPACE_URI="http://www.w3.org/2000/xmlns/",h.prototype=new Object,h.prototype.constructor=h,h.superclass=Object.prototype;function h(){}h.prototype.init=function(){},h.prototype.toString=function(){return"<Expression>"},h.prototype.evaluate=function(a){throw new Error("Could not evaluate expression.")},x.prototype=new h,x.prototype.constructor=x,x.superclass=h.prototype;function x(a){arguments.length>0&&this.init(a)}x.prototype.init=function(a){this.rhs=a},S.prototype=new x,S.prototype.constructor=S,S.superclass=x.prototype;function S(a){arguments.length>0&&this.init(a)}S.prototype.init=function(a){S.superclass.init.call(this,a)},S.prototype.evaluate=function(a){return this.rhs.evaluate(a).number().negate()},S.prototype.toString=function(){return"-"+this.rhs.toString()},F.prototype=new h,F.prototype.constructor=F,F.superclass=h.prototype;function F(a,g){arguments.length>0&&this.init(a,g)}F.prototype.init=function(a,g){this.lhs=a,this.rhs=g},z.prototype=new F,z.prototype.constructor=z,z.superclass=F.prototype;function z(a,g){arguments.length>0&&this.init(a,g)}z.prototype.init=function(a,g){z.superclass.init.call(this,a,g)},z.prototype.toString=function(){return"("+this.lhs.toString()+" or "+this.rhs.toString()+")"},z.prototype.evaluate=function(a){var g=this.lhs.evaluate(a).bool();return g.booleanValue()?g:this.rhs.evaluate(a).bool()},T.prototype=new F,T.prototype.constructor=T,T.superclass=F.prototype;function T(a,g){arguments.length>0&&this.init(a,g)}T.prototype.init=function(a,g){T.superclass.init.call(this,a,g)},T.prototype.toString=function(){return"("+this.lhs.toString()+" and "+this.rhs.toString()+")"},T.prototype.evaluate=function(a){var g=this.lhs.evaluate(a).bool();return g.booleanValue()?this.rhs.evaluate(a).bool():g},W.prototype=new F,W.prototype.constructor=W,W.superclass=F.prototype;function W(a,g){arguments.length>0&&this.init(a,g)}W.prototype.init=function(a,g){W.superclass.init.call(this,a,g)},W.prototype.toString=function(){return"("+this.lhs.toString()+" = "+this.rhs.toString()+")"},W.prototype.evaluate=function(a){return this.lhs.evaluate(a).equals(this.rhs.evaluate(a))},V.prototype=new F,V.prototype.constructor=V,V.superclass=F.prototype;function V(a,g){arguments.length>0&&this.init(a,g)}V.prototype.init=function(a,g){V.superclass.init.call(this,a,g)},V.prototype.toString=function(){return"("+this.lhs.toString()+" != "+this.rhs.toString()+")"},V.prototype.evaluate=function(a){return this.lhs.evaluate(a).notequal(this.rhs.evaluate(a))},ii.prototype=new F,ii.prototype.constructor=ii,ii.superclass=F.prototype;function ii(a,g){arguments.length>0&&this.init(a,g)}ii.prototype.init=function(a,g){ii.superclass.init.call(this,a,g)},ii.prototype.evaluate=function(a){return this.lhs.evaluate(a).lessthan(this.rhs.evaluate(a))},ii.prototype.toString=function(){return"("+this.lhs.toString()+" < "+this.rhs.toString()+")"},L.prototype=new F,L.prototype.constructor=L,L.superclass=F.prototype;function L(a,g){arguments.length>0&&this.init(a,g)}L.prototype.init=function(a,g){L.superclass.init.call(this,a,g)},L.prototype.evaluate=function(a){return this.lhs.evaluate(a).greaterthan(this.rhs.evaluate(a))},L.prototype.toString=function(){return"("+this.lhs.toString()+" > "+this.rhs.toString()+")"},Z.prototype=new F,Z.prototype.constructor=Z,Z.superclass=F.prototype;function Z(a,g){arguments.length>0&&this.init(a,g)}Z.prototype.init=function(a,g){Z.superclass.init.call(this,a,g)},Z.prototype.evaluate=function(a){return this.lhs.evaluate(a).lessthanorequal(this.rhs.evaluate(a))},Z.prototype.toString=function(){return"("+this.lhs.toString()+" <= "+this.rhs.toString()+")"},$.prototype=new F,$.prototype.constructor=$,$.superclass=F.prototype;function $(a,g){arguments.length>0&&this.init(a,g)}$.prototype.init=function(a,g){$.superclass.init.call(this,a,g)},$.prototype.evaluate=function(a){return this.lhs.evaluate(a).greaterthanorequal(this.rhs.evaluate(a))},$.prototype.toString=function(){return"("+this.lhs.toString()+" >= "+this.rhs.toString()+")"},oi.prototype=new F,oi.prototype.constructor=oi,oi.superclass=F.prototype;function oi(a,g){arguments.length>0&&this.init(a,g)}oi.prototype.init=function(a,g){oi.superclass.init.call(this,a,g)},oi.prototype.evaluate=function(a){return this.lhs.evaluate(a).number().plus(this.rhs.evaluate(a).number())},oi.prototype.toString=function(){return"("+this.lhs.toString()+" + "+this.rhs.toString()+")"},gi.prototype=new F,gi.prototype.constructor=gi,gi.superclass=F.prototype;function gi(a,g){arguments.length>0&&this.init(a,g)}gi.prototype.init=function(a,g){gi.superclass.init.call(this,a,g)},gi.prototype.evaluate=function(a){return this.lhs.evaluate(a).number().minus(this.rhs.evaluate(a).number())},gi.prototype.toString=function(){return"("+this.lhs.toString()+" - "+this.rhs.toString()+")"},N.prototype=new F,N.prototype.constructor=N,N.superclass=F.prototype;function N(a,g){arguments.length>0&&this.init(a,g)}N.prototype.init=function(a,g){N.superclass.init.call(this,a,g)},N.prototype.evaluate=function(a){return this.lhs.evaluate(a).number().multiply(this.rhs.evaluate(a).number())},N.prototype.toString=function(){return"("+this.lhs.toString()+" * "+this.rhs.toString()+")"},Q.prototype=new F,Q.prototype.constructor=Q,Q.superclass=F.prototype;function Q(a,g){arguments.length>0&&this.init(a,g)}Q.prototype.init=function(a,g){Q.superclass.init.call(this,a,g)},Q.prototype.evaluate=function(a){return this.lhs.evaluate(a).number().div(this.rhs.evaluate(a).number())},Q.prototype.toString=function(){return"("+this.lhs.toString()+" div "+this.rhs.toString()+")"},J.prototype=new F,J.prototype.constructor=J,J.superclass=F.prototype;function J(a,g){arguments.length>0&&this.init(a,g)}J.prototype.init=function(a,g){J.superclass.init.call(this,a,g)},J.prototype.evaluate=function(a){return this.lhs.evaluate(a).number().mod(this.rhs.evaluate(a).number())},J.prototype.toString=function(){return"("+this.lhs.toString()+" mod "+this.rhs.toString()+")"},ci.prototype=new F,ci.prototype.constructor=ci,ci.superclass=F.prototype;function ci(a,g){arguments.length>0&&this.init(a,g)}ci.prototype.init=function(a,g){ci.superclass.init.call(this,a,g)},ci.prototype.evaluate=function(a){return this.lhs.evaluate(a).nodeset().union(this.rhs.evaluate(a).nodeset())},ci.prototype.toString=function(){return d(c,[this.lhs,this.rhs]).join(" | ")},H.prototype=new h,H.prototype.constructor=H,H.superclass=h.prototype;function H(a,g,w){arguments.length>0&&this.init(a,g,w)}H.prototype.init=function(a,g,w){H.superclass.init.call(this),this.filter=a,this.filterPredicates=g,this.locationPath=w};function Di(a){for(;a&&a.parentNode;)a=a.parentNode;return a}H.applyPredicates=function(a,g,w){if(a.length===0)return w;var B=g.extend({});return s(function(A,M){return B.contextSize=A.length,u(function(vi,_i){return B.contextNode=vi,B.contextPosition=_i+1,H.predicateMatches(M,B)},A)},w,a)},H.getRoot=function(a,g){var w=g[0];if(w.nodeType===E.DOCUMENT_NODE)return w;if(a.virtualRoot)return a.virtualRoot;var B=w.ownerDocument;if(B)return B;for(var A=w;A.parentNode!=null;)A=A.parentNode;return A},H.applyStep=function(a,g,w){var B=[];switch(g.contextNode=w,a.axis){case ni.ANCESTOR:if(g.contextNode===g.virtualRoot)break;var A;for(g.contextNode.nodeType==E.ATTRIBUTE_NODE?A=H.getOwnerElement(g.contextNode):A=g.contextNode.parentNode;A!=null&&(a.nodeTest.matches(A,g)&&B.push(A),A!==g.virtualRoot);)A=A.parentNode;break;case ni.ANCESTORORSELF:for(var A=g.contextNode;A!=null&&(a.nodeTest.matches(A,g)&&B.push(A),A!==g.virtualRoot);A=A.nodeType==E.ATTRIBUTE_NODE?H.getOwnerElement(A):A.parentNode);break;case ni.ATTRIBUTE:var M=g.contextNode.attributes;if(M!=null)for(var vi=0;vi<M.length;vi++){var A=M.item(vi);a.nodeTest.matches(A,g)&&B.push(A)}break;case ni.CHILD:for(var A=g.contextNode.firstChild;A!=null;A=A.nextSibling)a.nodeTest.matches(A,g)&&B.push(A);break;case ni.DESCENDANT:for(var ji=[g.contextNode.firstChild];ji.length>0;)for(var A=ji.pop();A!=null;)a.nodeTest.matches(A,g)&&B.push(A),A.firstChild!=null?(ji.push(A.nextSibling),A=A.firstChild):A=A.nextSibling;break;case ni.DESCENDANTORSELF:a.nodeTest.matches(g.contextNode,g)&&B.push(g.contextNode);for(var ji=[g.contextNode.firstChild];ji.length>0;)for(var A=ji.pop();A!=null;)a.nodeTest.matches(A,g)&&B.push(A),A.firstChild!=null?(ji.push(A.nextSibling),A=A.firstChild):A=A.nextSibling;break;case ni.FOLLOWING:if(g.contextNode===g.virtualRoot)break;var ji=[];g.contextNode.firstChild!=null?ji.unshift(g.contextNode.firstChild):ji.unshift(g.contextNode.nextSibling);for(var A=g.contextNode.parentNode;A!=null&&A.nodeType!=E.DOCUMENT_NODE&&A!==g.virtualRoot;A=A.parentNode)ji.unshift(A.nextSibling);do for(var A=ji.pop();A!=null;)a.nodeTest.matches(A,g)&&B.push(A),A.firstChild!=null?(ji.push(A.nextSibling),A=A.firstChild):A=A.nextSibling;while(ji.length>0);break;case ni.FOLLOWINGSIBLING:if(g.contextNode===g.virtualRoot)break;for(var A=g.contextNode.nextSibling;A!=null;A=A.nextSibling)a.nodeTest.matches(A,g)&&B.push(A);break;case ni.NAMESPACE:var _i={};if(g.contextNode.nodeType==E.ELEMENT_NODE){_i.xml=b.XML_NAMESPACE_URI,_i.xmlns=b.XMLNS_NAMESPACE_URI;for(var A=g.contextNode;A!=null&&A.nodeType==E.ELEMENT_NODE;A=A.parentNode)for(var vi=0;vi<A.attributes.length;vi++){var Vi=A.attributes.item(vi),mi=String(Vi.name);if(mi=="xmlns")_i[""]==null&&(_i[""]=Vi.value);else if(mi.length>6&&mi.substring(0,6)=="xmlns:"){var Ei=mi.substring(6,mi.length);_i[Ei]==null&&(_i[Ei]=Vi.value)}}for(var Ei in _i){var Ft=new ai(Ei,_i[Ei],g.contextNode);a.nodeTest.matches(Ft,g)&&B.push(Ft)}}break;case ni.PARENT:A=null,g.contextNode!==g.virtualRoot&&(g.contextNode.nodeType==E.ATTRIBUTE_NODE?A=H.getOwnerElement(g.contextNode):A=g.contextNode.parentNode),A!=null&&a.nodeTest.matches(A,g)&&B.push(A);break;case ni.PRECEDING:var ji;g.virtualRoot!=null?ji=[g.virtualRoot]:ji=[Di(g.contextNode)];i:for(;ji.length>0;)for(var A=ji.pop();A!=null;){if(A==g.contextNode)break i;a.nodeTest.matches(A,g)&&B.unshift(A),A.firstChild!=null?(ji.push(A.nextSibling),A=A.firstChild):A=A.nextSibling}break;case ni.PRECEDINGSIBLING:if(g.contextNode===g.virtualRoot)break;for(var A=g.contextNode.previousSibling;A!=null;A=A.previousSibling)a.nodeTest.matches(A,g)&&B.push(A);break;case ni.SELF:a.nodeTest.matches(g.contextNode,g)&&B.push(g.contextNode);break}return B};function xi(a,g,w){return H.applyPredicates(a.predicates,g,H.applyStep(a,g,w))}function Wi(a,g,w){return _(d(xi.bind(null,w,a),g))}H.applySteps=function(a,g,w){return s(Wi.bind(null,g),w,a)},H.prototype.applyFilter=function(a,g){if(!this.filter)return{nodes:[a.contextNode]};var w=this.filter.evaluate(a);if(!X.instance_of(w,j)){if(this.filterPredicates!=null&&this.filterPredicates.length>0||this.locationPath!=null)throw new Error("Path expression filter must evaluate to a nodeset if predicates or location path are used");return{nonNodes:w}}return{nodes:H.applyPredicates(this.filterPredicates||[],g,w.toUnsortedArray())}},H.applyLocationPath=function(a,g,w){if(!a)return w;var B=a.absolute?[H.getRoot(g,w)]:w;return H.applySteps(a.steps,g,B)},H.prototype.evaluate=function(a){var g=R(new K,a),w=this.applyFilter(a,g);if("nonNodes"in w)return w.nonNodes;var B=new j;return B.addArray(H.applyLocationPath(this.locationPath,g,w.nodes)),B},H.predicateMatches=function(a,g){var w=a.evaluate(g);return X.instance_of(w,D)?g.contextPosition===w.numberValue():w.booleanValue()},H.predicateString=function(a){return v("[","]",a.toString())},H.predicatesString=function(a){return p("",d(H.predicateString,a))},H.prototype.toString=function(){if(this.filter!=null){var a=c(this.filter);return X.instance_of(this.filter,C)?v("'","'",a):this.filterPredicates!=null&&this.filterPredicates.length?v("(",")",a)+H.predicatesString(this.filterPredicates):this.locationPath!=null?a+(this.locationPath.absolute?"":"/")+c(this.locationPath):a}return c(this.locationPath)},H.getOwnerElement=function(a){if(a.ownerElement)return a.ownerElement;try{if(a.selectSingleNode)return a.selectSingleNode("..")}catch{}for(var g=a.nodeType==E.DOCUMENT_NODE?a:a.ownerDocument,w=g.getElementsByTagName("*"),B=0;B<w.length;B++)for(var A=w.item(B),M=A.attributes,vi=0;vi<M.length;vi++){var _i=M.item(vi);if(_i===a)return A}return null},Fi.prototype=new Object,Fi.prototype.constructor=Fi,Fi.superclass=Object.prototype;function Fi(a,g){arguments.length>0&&this.init(a,g)}Fi.prototype.init=function(a,g){this.absolute=a,this.steps=g},Fi.prototype.toString=function(){return(this.absolute?"/":"")+d(c,this.steps).join("/")},ni.prototype=new Object,ni.prototype.constructor=ni,ni.superclass=Object.prototype;function ni(a,g,w){arguments.length>0&&this.init(a,g,w)}ni.prototype.init=function(a,g,w){this.axis=a,this.nodeTest=g,this.predicates=w},ni.prototype.toString=function(){return ni.STEPNAMES[this.axis]+"::"+this.nodeTest.toString()+H.predicatesString(this.predicates)},ni.ANCESTOR=0,ni.ANCESTORORSELF=1,ni.ATTRIBUTE=2,ni.CHILD=3,ni.DESCENDANT=4,ni.DESCENDANTORSELF=5,ni.FOLLOWING=6,ni.FOLLOWINGSIBLING=7,ni.NAMESPACE=8,ni.PARENT=9,ni.PRECEDING=10,ni.PRECEDINGSIBLING=11,ni.SELF=12,ni.STEPNAMES=s(function(a,g){return a[g[0]]=g[1],a},{},[[ni.ANCESTOR,"ancestor"],[ni.ANCESTORORSELF,"ancestor-or-self"],[ni.ATTRIBUTE,"attribute"],[ni.CHILD,"child"],[ni.DESCENDANT,"descendant"],[ni.DESCENDANTORSELF,"descendant-or-self"],[ni.FOLLOWING,"following"],[ni.FOLLOWINGSIBLING,"following-sibling"],[ni.NAMESPACE,"namespace"],[ni.PARENT,"parent"],[ni.PRECEDING,"preceding"],[ni.PRECEDINGSIBLING,"preceding-sibling"],[ni.SELF,"self"]]),di.prototype=new Object,di.prototype.constructor=di,di.superclass=Object.prototype;function di(a,g){arguments.length>0&&this.init(a,g)}di.prototype.init=function(a,g){this.type=a,this.value=g},di.prototype.toString=function(){return"<unknown nodetest type>"},di.prototype.matches=function(a,g){console.warn("unknown node test type")},di.NAMETESTANY=0,di.NAMETESTPREFIXANY=1,di.NAMETESTQNAME=2,di.COMMENT=3,di.TEXT=4,di.PI=5,di.NODE=6,di.isNodeType=function(a){return function(g){return l(a,g.nodeType)}},di.makeNodeTestType=function(a,g,w){var B=w||function(){};return B.prototype=new di(a),B.prototype.constructor=B,R(B.prototype,g),B},di.makeNodeTypeTest=function(a,g,w){return new(di.makeNodeTestType(a,{matches:di.isNodeType(g),toString:m(w)}))},di.hasPrefix=function(a){return a.prefix||(a.nodeName||a.tagName).indexOf(":")!==-1},di.isElementOrAttribute=di.isNodeType([1,2]),di.nameSpaceMatches=function(a,g,w){var B=w.namespaceURI||"";if(!a)return!B||g.allowAnyNamespaceForNoPrefix&&!di.hasPrefix(w);var A=g.namespaceResolver.getNamespace(a,g.expressionContextNode);if(A==null)throw new Error("Cannot resolve QName "+a);return A===B},di.localNameMatches=function(a,g,w){var B=w.localName||w.nodeName;return g.caseInsensitive?a.toLowerCase()===B.toLowerCase():a===B},di.NameTestPrefixAny=di.makeNodeTestType(di.NAMETESTPREFIXANY,{matches:function(a,g){return di.isElementOrAttribute(a)&&di.nameSpaceMatches(this.prefix,g,a)},toString:function(){return this.prefix+":*"}},function(g){this.prefix=g}),di.NameTestQName=di.makeNodeTestType(di.NAMETESTQNAME,{matches:function(a,g){return di.isNodeType([E.ELEMENT_NODE,E.ATTRIBUTE_NODE,ai.XPATH_NAMESPACE_NODE])(a)&&di.nameSpaceMatches(this.prefix,g,a)&&di.localNameMatches(this.localName,g,a)},toString:function(){return this.name}},function(g){var w=g.split(":");this.name=g,this.prefix=w.length>1?w[0]:null,this.localName=w[w.length>1?1:0]}),di.PITest=di.makeNodeTestType(di.PI,{matches:function(a,g){return di.isNodeType([E.PROCESSING_INSTRUCTION_NODE])(a)&&(a.target||a.nodeName)===this.name},toString:function(){return v('processing-instruction("','")',this.name)}},function(a){this.name=a}),di.nameTestAny=di.makeNodeTypeTest(di.NAMETESTANY,[E.ELEMENT_NODE,E.ATTRIBUTE_NODE,ai.XPATH_NAMESPACE_NODE],"*"),di.textTest=di.makeNodeTypeTest(di.TEXT,[E.TEXT_NODE,E.CDATA_SECTION_NODE],"text()"),di.commentTest=di.makeNodeTypeTest(di.COMMENT,[E.COMMENT_NODE],"comment()"),di.nodeTest=di.makeNodeTypeTest(di.NODE,[E.ELEMENT_NODE,E.ATTRIBUTE_NODE,E.TEXT_NODE,E.CDATA_SECTION_NODE,E.PROCESSING_INSTRUCTION_NODE,E.COMMENT_NODE,E.DOCUMENT_NODE],"node()"),di.anyPiTest=di.makeNodeTypeTest(di.PI,[E.PROCESSING_INSTRUCTION_NODE],"processing-instruction()"),Ui.prototype=new h,Ui.prototype.constructor=Ui,Ui.superclass=h.prototype;function Ui(a){arguments.length>0&&this.init(a)}Ui.prototype.init=function(a){this.variable=a},Ui.prototype.toString=function(){return"$"+this.variable},Ui.prototype.evaluate=function(a){var g=X.resolveQName(this.variable,a.namespaceResolver,a.contextNode,!1);if(g[0]==null)throw new Error("Cannot resolve QName "+fn);var w=a.variableResolver.getVariable(g[1],g[0]);if(!w)throw Si.fromMessage("Undeclared variable: "+this.toString());return w},Zi.prototype=new h,Zi.prototype.constructor=Zi,Zi.superclass=h.prototype;function Zi(a,g){arguments.length>0&&this.init(a,g)}Zi.prototype.init=function(a,g){this.functionName=a,this.arguments=g},Zi.prototype.toString=function(){for(var a=this.functionName+"(",g=0;g<this.arguments.length;g++)g>0&&(a+=", "),a+=this.arguments[g].toString();return a+")"},Zi.prototype.evaluate=function(a){var g=pi.getFunctionFromContext(this.functionName,a);if(!g)throw new Error("Unknown function "+this.functionName);var w=[a].concat(this.arguments);return g.apply(a.functionResolver.thisArg,w)};var Mi=new Object;Mi.equals=function(a,g){return a.equals(g)},Mi.notequal=function(a,g){return a.notequal(g)},Mi.lessthan=function(a,g){return a.lessthan(g)},Mi.greaterthan=function(a,g){return a.greaterthan(g)},Mi.lessthanorequal=function(a,g){return a.lessthanorequal(g)},Mi.greaterthanorequal=function(a,g){return a.greaterthanorequal(g)},C.prototype=new h,C.prototype.constructor=C,C.superclass=h.prototype;function C(a){arguments.length>0&&this.init(a)}C.prototype.init=function(a){this.str=String(a)},C.prototype.toString=function(){return this.str},C.prototype.evaluate=function(a){return this},C.prototype.string=function(){return this},C.prototype.number=function(){return new D(this.str)},C.prototype.bool=function(){return new O(this.str)},C.prototype.nodeset=function(){throw new Error("Cannot convert string to nodeset")},C.prototype.stringValue=function(){return this.str},C.prototype.numberValue=function(){return this.number().numberValue()},C.prototype.booleanValue=function(){return this.bool().booleanValue()},C.prototype.equals=function(a){return X.instance_of(a,O)?this.bool().equals(a):X.instance_of(a,D)?this.number().equals(a):X.instance_of(a,j)?a.compareWithString(this,Mi.equals):new O(this.str==a.str)},C.prototype.notequal=function(a){return X.instance_of(a,O)?this.bool().notequal(a):X.instance_of(a,D)?this.number().notequal(a):X.instance_of(a,j)?a.compareWithString(this,Mi.notequal):new O(this.str!=a.str)},C.prototype.lessthan=function(a){return this.number().lessthan(a)},C.prototype.greaterthan=function(a){return this.number().greaterthan(a)},C.prototype.lessthanorequal=function(a){return this.number().lessthanorequal(a)},C.prototype.greaterthanorequal=function(a){return this.number().greaterthanorequal(a)},D.prototype=new h,D.prototype.constructor=D,D.superclass=h.prototype;function D(a){arguments.length>0&&this.init(a)}D.prototype.init=function(a){this.num=typeof a=="string"?this.parse(a):Number(a)},D.prototype.numberFormat=/^\s*-?[0-9]*\.?[0-9]+\s*$/,D.prototype.parse=function(a){return this.numberFormat.test(a)?parseFloat(a):Number.NaN};function U(a){for(var g=a.split("e-"),w=g[0].replace(".",""),B=Number(g[1]),A=0;A<B-1;A+=1)w="0"+w;return"0."+w}function Y(a){for(var g=a.split("e"),w=g[0].replace(".",""),B=Number(g[1]),A=B+1-w.length,M=0;M<A;M+=1)w+="0";return w}D.prototype.toString=function(){var a=this.num.toString();return a.indexOf("e-")!==-1?U(a):a.indexOf("e")!==-1?Y(a):a},D.prototype.evaluate=function(a){return this},D.prototype.string=function(){return new C(this.toString())},D.prototype.number=function(){return this},D.prototype.bool=function(){return new O(this.num)},D.prototype.nodeset=function(){throw new Error("Cannot convert number to nodeset")},D.prototype.stringValue=function(){return this.string().stringValue()},D.prototype.numberValue=function(){return this.num},D.prototype.booleanValue=function(){return this.bool().booleanValue()},D.prototype.negate=function(){return new D(-this.num)},D.prototype.equals=function(a){return X.instance_of(a,O)?this.bool().equals(a):X.instance_of(a,C)?this.equals(a.number()):X.instance_of(a,j)?a.compareWithNumber(this,Mi.equals):new O(this.num==a.num)},D.prototype.notequal=function(a){return X.instance_of(a,O)?this.bool().notequal(a):X.instance_of(a,C)?this.notequal(a.number()):X.instance_of(a,j)?a.compareWithNumber(this,Mi.notequal):new O(this.num!=a.num)},D.prototype.lessthan=function(a){return X.instance_of(a,j)?a.compareWithNumber(this,Mi.greaterthan):X.instance_of(a,O)||X.instance_of(a,C)?this.lessthan(a.number()):new O(this.num<a.num)},D.prototype.greaterthan=function(a){return X.instance_of(a,j)?a.compareWithNumber(this,Mi.lessthan):X.instance_of(a,O)||X.instance_of(a,C)?this.greaterthan(a.number()):new O(this.num>a.num)},D.prototype.lessthanorequal=function(a){return X.instance_of(a,j)?a.compareWithNumber(this,Mi.greaterthanorequal):X.instance_of(a,O)||X.instance_of(a,C)?this.lessthanorequal(a.number()):new O(this.num<=a.num)},D.prototype.greaterthanorequal=function(a){return X.instance_of(a,j)?a.compareWithNumber(this,Mi.lessthanorequal):X.instance_of(a,O)||X.instance_of(a,C)?this.greaterthanorequal(a.number()):new O(this.num>=a.num)},D.prototype.plus=function(a){return new D(this.num+a.num)},D.prototype.minus=function(a){return new D(this.num-a.num)},D.prototype.multiply=function(a){return new D(this.num*a.num)},D.prototype.div=function(a){return new D(this.num/a.num)},D.prototype.mod=function(a){return new D(this.num%a.num)},O.prototype=new h,O.prototype.constructor=O,O.superclass=h.prototype;function O(a){arguments.length>0&&this.init(a)}O.prototype.init=function(a){this.b=!!a},O.prototype.toString=function(){return this.b.toString()},O.prototype.evaluate=function(a){return this},O.prototype.string=function(){return new C(this.b)},O.prototype.number=function(){return new D(this.b)},O.prototype.bool=function(){return this},O.prototype.nodeset=function(){throw new Error("Cannot convert boolean to nodeset")},O.prototype.stringValue=function(){return this.string().stringValue()},O.prototype.numberValue=function(){return this.number().numberValue()},O.prototype.booleanValue=function(){return this.b},O.prototype.not=function(){return new O(!this.b)},O.prototype.equals=function(a){return X.instance_of(a,C)||X.instance_of(a,D)?this.equals(a.bool()):X.instance_of(a,j)?a.compareWithBoolean(this,Mi.equals):new O(this.b==a.b)},O.prototype.notequal=function(a){return X.instance_of(a,C)||X.instance_of(a,D)?this.notequal(a.bool()):X.instance_of(a,j)?a.compareWithBoolean(this,Mi.notequal):new O(this.b!=a.b)},O.prototype.lessthan=function(a){return this.number().lessthan(a)},O.prototype.greaterthan=function(a){return this.number().greaterthan(a)},O.prototype.lessthanorequal=function(a){return this.number().lessthanorequal(a)},O.prototype.greaterthanorequal=function(a){return this.number().greaterthanorequal(a)},O.true_=new O(!0),O.false_=new O(!1),ei.prototype=new Object,ei.prototype.constructor=ei,ei.superclass=Object.prototype;function ei(a){this.init(a)}ei.prototype.init=function(a){this.left=null,this.right=null,this.node=a,this.depth=1},ei.prototype.balance=function(){var a=this.left==null?0:this.left.depth,g=this.right==null?0:this.right.depth;if(a>g+1){var w=this.left.left==null?0:this.left.left.depth,B=this.left.right==null?0:this.left.right.depth;w<B&&this.left.rotateRR(),this.rotateLL()}else if(a+1<g){var A=this.right.right==null?0:this.right.right.depth,M=this.right.left==null?0:this.right.left.depth;M>A&&this.right.rotateLL(),this.rotateRR()}},ei.prototype.rotateLL=function(){var a=this.node,g=this.right;this.node=this.left.node,this.right=this.left,this.left=this.left.left,this.right.left=this.right.right,this.right.right=g,this.right.node=a,this.right.updateInNewLocation(),this.updateInNewLocation()},ei.prototype.rotateRR=function(){var a=this.node,g=this.left;this.node=this.right.node,this.left=this.right,this.right=this.right.right,this.left.right=this.left.left,this.left.left=g,this.left.node=a,this.left.updateInNewLocation(),this.updateInNewLocation()},ei.prototype.updateInNewLocation=function(){this.getDepthFromChildren()},ei.prototype.getDepthFromChildren=function(){this.depth=this.node==null?0:1,this.left!=null&&(this.depth=this.left.depth+1),this.right!=null&&this.depth<=this.right.depth&&(this.depth=this.right.depth+1)};function fi(a,g){if(a===g)return 0;if(a.compareDocumentPosition){var w=a.compareDocumentPosition(g);return w&1||w&10?1:w&20?-1:0}for(var B=0,A=0,M=a;M!=null;M=M.parentNode||M.ownerElement)B++;for(var vi=g;vi!=null;vi=vi.parentNode||vi.ownerElement)A++;if(B>A){for(;B>A;)a=a.parentNode||a.ownerElement,B--;if(a===g)return 1}else if(A>B){for(;A>B;)g=g.parentNode||g.ownerElement,A--;if(a===g)return-1}for(var _i=a.parentNode||a.ownerElement,Vi=g.parentNode||g.ownerElement;_i!==Vi;)a=_i,g=Vi,_i=a.parentNode||a.ownerElement,Vi=g.parentNode||g.ownerElement;var mi=X.isAttribute(a),Ei=X.isAttribute(g);if(mi&&!Ei)return-1;if(!mi&&Ei)return 1;if(_i)for(var Ft=mi?_i.attributes:_i.childNodes,ji=Ft.length,Ut=0;Ut<ji;Ut+=1){var Vt=Ft[Ut];if(Vt===a)return-1;if(Vt===g)return 1}throw new Error("Unexpected: could not determine node order")}ei.prototype.add=function(a){if(a===this.node)return!1;var g=fi(a,this.node),w=!1;return g==-1?this.left==null?(this.left=new ei(a),w=!0):(w=this.left.add(a),w&&this.balance()):g==1&&(this.right==null?(this.right=new ei(a),w=!0):(w=this.right.add(a),w&&this.balance())),w&&this.getDepthFromChildren(),w},j.prototype=new h,j.prototype.constructor=j,j.superclass=h.prototype;function j(){this.init()}j.prototype.init=function(){this.tree=null,this.nodes=[],this.size=0},j.prototype.toString=function(){var a=this.first();return a==null?"":this.stringForNode(a)},j.prototype.evaluate=function(a){return this},j.prototype.string=function(){return new C(this.toString())},j.prototype.stringValue=function(){return this.toString()},j.prototype.number=function(){return new D(this.string())},j.prototype.numberValue=function(){return Number(this.string())},j.prototype.bool=function(){return new O(this.booleanValue())},j.prototype.booleanValue=function(){return!!this.size},j.prototype.nodeset=function(){return this},j.prototype.stringForNode=function(a){return a.nodeType==E.DOCUMENT_NODE||a.nodeType==E.ELEMENT_NODE||a.nodeType===E.DOCUMENT_FRAGMENT_NODE?this.stringForContainerNode(a):a.nodeType===E.ATTRIBUTE_NODE?a.value||a.nodeValue:a.isNamespaceNode?a.namespace:a.nodeValue},j.prototype.stringForContainerNode=function(a){for(var g="",w=a.firstChild;w!=null;w=w.nextSibling){var B=w.nodeType;(B===1||B===3||B===4||B===9||B===11)&&(g+=this.stringForNode(w))}return g},j.prototype.buildTree=function(){if(!this.tree&&this.nodes.length){this.tree=new ei(this.nodes[0]);for(var a=1;a<this.nodes.length;a+=1)this.tree.add(this.nodes[a])}return this.tree},j.prototype.first=function(){var a=this.buildTree();if(a==null)return null;for(;a.left!=null;)a=a.left;return a.node},j.prototype.add=function(a){for(var g=0;g<this.nodes.length;g+=1)if(a===this.nodes[g])return;this.tree=null,this.nodes.push(a),this.size+=1},j.prototype.addArray=function(a){var g=this;o(function(w){g.add(w)},a)},j.prototype.toArray=function(){var a=[];return this.toArrayRec(this.buildTree(),a),a},j.prototype.toArrayRec=function(a,g){a!=null&&(this.toArrayRec(a.left,g),g.push(a.node),this.toArrayRec(a.right,g))},j.prototype.toUnsortedArray=function(){return this.nodes.slice()},j.prototype.compareWithString=function(a,g){for(var w=this.toUnsortedArray(),B=0;B<w.length;B++){var A=w[B],M=new C(this.stringForNode(A)),vi=g(M,a);if(vi.booleanValue())return vi}return new O(!1)},j.prototype.compareWithNumber=function(a,g){for(var w=this.toUnsortedArray(),B=0;B<w.length;B++){var A=w[B],M=new D(this.stringForNode(A)),vi=g(M,a);if(vi.booleanValue())return vi}return new O(!1)},j.prototype.compareWithBoolean=function(a,g){return g(this.bool(),a)},j.prototype.compareWithNodeSet=function(a,g){for(var w=this.toUnsortedArray(),B=function(_i,Vi){return g(Vi,_i)},A=0;A<w.length;A++){var M=new C(this.stringForNode(w[A])),vi=a.compareWithString(M,B);if(vi.booleanValue())return vi}return new O(!1)},j.compareWith=n(function(a,g){return X.instance_of(g,C)?this.compareWithString(g,a):X.instance_of(g,D)?this.compareWithNumber(g,a):X.instance_of(g,O)?this.compareWithBoolean(g,a):this.compareWithNodeSet(g,a)}),j.prototype.equals=j.compareWith(Mi.equals),j.prototype.notequal=j.compareWith(Mi.notequal),j.prototype.lessthan=j.compareWith(Mi.lessthan),j.prototype.greaterthan=j.compareWith(Mi.greaterthan),j.prototype.lessthanorequal=j.compareWith(Mi.lessthanorequal),j.prototype.greaterthanorequal=j.compareWith(Mi.greaterthanorequal),j.prototype.union=function(a){var g=new j;return g.addArray(this.toUnsortedArray()),g.addArray(a.toUnsortedArray()),g},ai.prototype=new Object,ai.prototype.constructor=ai,ai.superclass=Object.prototype;function ai(a,g,w){this.isXPathNamespace=!0,this.ownerDocument=w.ownerDocument,this.nodeName="#namespace",this.prefix=a,this.localName=a,this.namespaceURI=g,this.nodeValue=g,this.ownerElement=w,this.nodeType=ai.XPATH_NAMESPACE_NODE}ai.prototype.toString=function(){return'{ "'+this.prefix+'", "'+this.namespaceURI+'" }'},K.prototype=new Object,K.prototype.constructor=K,K.superclass=Object.prototype;function K(a,g,w){this.variableResolver=a!=null?a:new ui,this.namespaceResolver=g!=null?g:new bi,this.functionResolver=w!=null?w:new pi}K.prototype.extend=function(a){return R(new K,this,a)},ui.prototype=new Object,ui.prototype.constructor=ui,ui.superclass=Object.prototype;function ui(){}ui.prototype.getVariable=function(a,g){return null},pi.prototype=new Object,pi.prototype.constructor=pi,pi.superclass=Object.prototype;function pi(a){this.thisArg=a!=null?a:ti,this.functions=new Object,this.addStandardFunctions()}pi.prototype.addStandardFunctions=function(){this.functions["{}last"]=ti.last,this.functions["{}position"]=ti.position,this.functions["{}count"]=ti.count,this.functions["{}id"]=ti.id,this.functions["{}local-name"]=ti.localName,this.functions["{}namespace-uri"]=ti.namespaceURI,this.functions["{}name"]=ti.name,this.functions["{}string"]=ti.string,this.functions["{}concat"]=ti.concat,this.functions["{}starts-with"]=ti.startsWith,this.functions["{}contains"]=ti.contains,this.functions["{}substring-before"]=ti.substringBefore,this.functions["{}substring-after"]=ti.substringAfter,this.functions["{}substring"]=ti.substring,this.functions["{}string-length"]=ti.stringLength,this.functions["{}normalize-space"]=ti.normalizeSpace,this.functions["{}translate"]=ti.translate,this.functions["{}boolean"]=ti.boolean_,this.functions["{}not"]=ti.not,this.functions["{}true"]=ti.true_,this.functions["{}false"]=ti.false_,this.functions["{}lang"]=ti.lang,this.functions["{}number"]=ti.number,this.functions["{}sum"]=ti.sum,this.functions["{}floor"]=ti.floor,this.functions["{}ceiling"]=ti.ceiling,this.functions["{}round"]=ti.round},pi.prototype.addFunction=function(a,g,w){this.functions["{"+a+"}"+g]=w},pi.getFunctionFromContext=function(a,g){var w=X.resolveQName(a,g.namespaceResolver,g.contextNode,!1);if(w[0]===null)throw new Error("Cannot resolve QName "+name);return g.functionResolver.getFunction(w[1],w[0])},pi.prototype.getFunction=function(a,g){return this.functions["{"+g+"}"+a]},bi.prototype=new Object,bi.prototype.constructor=bi,bi.superclass=Object.prototype;function bi(){}bi.prototype.getNamespace=function(a,g){if(a=="xml")return b.XML_NAMESPACE_URI;if(a=="xmlns")return b.XMLNS_NAMESPACE_URI;for(g.nodeType==E.DOCUMENT_NODE?g=g.documentElement:g.nodeType==E.ATTRIBUTE_NODE?g=H.getOwnerElement(g):g.nodeType!=E.ELEMENT_NODE&&(g=g.parentNode);g!=null&&g.nodeType==E.ELEMENT_NODE;){for(var w=g.attributes,B=0;B<w.length;B++){var A=w.item(B),M=A.name||A.nodeName;if(M==="xmlns"&&a===""||M==="xmlns:"+a)return String(A.value||A.nodeValue)}g=g.parentNode}return null};var ti=new Object;ti.last=function(a){if(arguments.length!=1)throw new Error("Function last expects ()");return new D(a.contextSize)},ti.position=function(a){if(arguments.length!=1)throw new Error("Function position expects ()");return new D(a.contextPosition)},ti.count=function(){var a=arguments[0],g;if(arguments.length!=2||!X.instance_of(g=arguments[1].evaluate(a),j))throw new Error("Function count expects (node-set)");return new D(g.size)},ti.id=function(){var a=arguments[0],g;if(arguments.length!=2)throw new Error("Function id expects (object)");g=arguments[1].evaluate(a),X.instance_of(g,j)?g=g.toArray().join(" "):g=g.stringValue();for(var w=g.split(/[\x0d\x0a\x09\x20]+/),B=new j,A=a.contextNode.nodeType==E.DOCUMENT_NODE?a.contextNode:a.contextNode.ownerDocument,M=0;M<w.length;M++){var vi;A.getElementById?vi=A.getElementById(w[M]):vi=X.getElementById(A,w[M]),vi!=null&&B.add(vi)}return B},ti.localName=function(a,g){var w;if(arguments.length==1)w=a.contextNode;else if(arguments.length==2)w=g.evaluate(a).first();else throw new Error("Function local-name expects (node-set?)");return w==null?new C(""):new C(w.localName||w.baseName||w.target||w.nodeName||"")},ti.namespaceURI=function(){var a=arguments[0],g;if(arguments.length==1)g=a.contextNode;else if(arguments.length==2)g=arguments[1].evaluate(a).first();else throw new Error("Function namespace-uri expects (node-set?)");return g==null?new C(""):new C(g.namespaceURI)},ti.name=function(){var a=arguments[0],g;if(arguments.length==1)g=a.contextNode;else if(arguments.length==2)g=arguments[1].evaluate(a).first();else throw new Error("Function name expects (node-set?)");return g==null?new C(""):g.nodeType==E.ELEMENT_NODE?new C(g.nodeName):g.nodeType==E.ATTRIBUTE_NODE?new C(g.name||g.nodeName):g.nodeType===E.PROCESSING_INSTRUCTION_NODE?new C(g.target||g.nodeName):g.localName==null?new C(""):new C(g.localName)},ti.string=function(){var a=arguments[0];if(arguments.length==1)return new C(j.prototype.stringForNode(a.contextNode));if(arguments.length==2)return arguments[1].evaluate(a).string();throw new Error("Function string expects (object?)")},ti.concat=function(a){if(arguments.length<3)throw new Error("Function concat expects (string, string[, string]*)");for(var g="",w=1;w<arguments.length;w++)g+=arguments[w].evaluate(a).stringValue();return new C(g)},ti.startsWith=function(){var a=arguments[0];if(arguments.length!=3)throw new Error("Function startsWith expects (string, string)");var g=arguments[1].evaluate(a).stringValue(),w=arguments[2].evaluate(a).stringValue();return new O(g.substring(0,w.length)==w)},ti.contains=function(){var a=arguments[0];if(arguments.length!=3)throw new Error("Function contains expects (string, string)");var g=arguments[1].evaluate(a).stringValue(),w=arguments[2].evaluate(a).stringValue();return new O(g.indexOf(w)!==-1)},ti.substringBefore=function(){var a=arguments[0];if(arguments.length!=3)throw new Error("Function substring-before expects (string, string)");var g=arguments[1].evaluate(a).stringValue(),w=arguments[2].evaluate(a).stringValue();return new C(g.substring(0,g.indexOf(w)))},ti.substringAfter=function(){var a=arguments[0];if(arguments.length!=3)throw new Error("Function substring-after expects (string, string)");var g=arguments[1].evaluate(a).stringValue(),w=arguments[2].evaluate(a).stringValue();if(w.length==0)return new C(g);var B=g.indexOf(w);return B==-1?new C(""):new C(g.substring(B+w.length))},ti.substring=function(){var a=arguments[0];if(!(arguments.length==3||arguments.length==4))throw new Error("Function substring expects (string, number, number?)");var g=arguments[1].evaluate(a).stringValue(),w=Math.round(arguments[2].evaluate(a).numberValue())-1,B=arguments.length==4?w+Math.round(arguments[3].evaluate(a).numberValue()):void 0;return new C(g.substring(w,B))},ti.stringLength=function(){var a=arguments[0],g;if(arguments.length==1)g=j.prototype.stringForNode(a.contextNode);else if(arguments.length==2)g=arguments[1].evaluate(a).stringValue();else throw new Error("Function string-length expects (string?)");return new D(g.length)},ti.normalizeSpace=function(){var a=arguments[0],g;if(arguments.length==1)g=j.prototype.stringForNode(a.contextNode);else if(arguments.length==2)g=arguments[1].evaluate(a).stringValue();else throw new Error("Function normalize-space expects (string?)");for(var w=0,B=g.length-1;X.isSpace(g.charCodeAt(B));)B--;for(var A="";w<=B&&X.isSpace(g.charCodeAt(w));)w++;for(;w<=B;)if(X.isSpace(g.charCodeAt(w)))for(A+=" ";w<=B&&X.isSpace(g.charCodeAt(w));)w++;else A+=g.charAt(w),w++;return new C(A)},ti.translate=function(a,g,w,B){if(arguments.length!=4)throw new Error("Function translate expects (string, string, string)");var A=g.evaluate(a).stringValue(),M=w.evaluate(a).stringValue(),vi=B.evaluate(a).stringValue(),_i=s(function(mi,Ei,Ft){return Ei in mi||(mi[Ei]=Ft>vi.length?"":vi[Ft]),mi},{},M),Vi=p("",d(function(mi){return mi in _i?_i[mi]:mi},A));return new C(Vi)},ti.boolean_=function(){var a=arguments[0];if(arguments.length!=2)throw new Error("Function boolean expects (object)");return arguments[1].evaluate(a).bool()},ti.not=function(a,g){if(arguments.length!=2)throw new Error("Function not expects (object)");return g.evaluate(a).bool().not()},ti.true_=function(){if(arguments.length!=1)throw new Error("Function true expects ()");return O.true_},ti.false_=function(){if(arguments.length!=1)throw new Error("Function false expects ()");return O.false_},ti.lang=function(){var a=arguments[0];if(arguments.length!=2)throw new Error("Function lang expects (string)");for(var g,w=a.contextNode;w!=null&&w.nodeType!=E.DOCUMENT_NODE;w=w.parentNode){var B=w.getAttributeNS(b.XML_NAMESPACE_URI,"lang");if(B!=null){g=String(B);break}}if(g==null)return O.false_;var A=arguments[1].evaluate(a).stringValue();return new O(g.substring(0,A.length)==A&&(g.length==A.length||g.charAt(A.length)=="-"))},ti.number=function(){var a=arguments[0];if(!(arguments.length==1||arguments.length==2))throw new Error("Function number expects (object?)");return arguments.length==1?new D(j.prototype.stringForNode(a.contextNode)):arguments[1].evaluate(a).number()},ti.sum=function(){var a=arguments[0],g;if(arguments.length!=2||!X.instance_of(g=arguments[1].evaluate(a),j))throw new Error("Function sum expects (node-set)");g=g.toUnsortedArray();for(var w=0,B=0;B<g.length;B++)w+=new D(j.prototype.stringForNode(g[B])).numberValue();return new D(w)},ti.floor=function(){var a=arguments[0];if(arguments.length!=2)throw new Error("Function floor expects (number)");return new D(Math.floor(arguments[1].evaluate(a).numberValue()))},ti.ceiling=function(){var a=arguments[0];if(arguments.length!=2)throw new Error("Function ceiling expects (number)");return new D(Math.ceil(arguments[1].evaluate(a).numberValue()))},ti.round=function(){var a=arguments[0];if(arguments.length!=2)throw new Error("Function round expects (number)");return new D(Math.round(arguments[1].evaluate(a).numberValue()))};var X=new Object;X.isAttribute=function(a){return a&&(a.nodeType===E.ATTRIBUTE_NODE||a.ownerElement)},X.splitQName=function(a){var g=a.indexOf(":");return g==-1?[null,a]:[a.substring(0,g),a.substring(g+1)]},X.resolveQName=function(a,g,w,B){var A=X.splitQName(a);return A[0]!=null?A[0]=g.getNamespace(A[0],w):B?(A[0]=g.getNamespace("",w),A[0]==null&&(A[0]="")):A[0]="",A},X.isSpace=function(a){return a==9||a==13||a==10||a==32},X.isLetter=function(a){return a>=65&&a<=90||a>=97&&a<=122||a>=192&&a<=214||a>=216&&a<=246||a>=248&&a<=255||a>=256&&a<=305||a>=308&&a<=318||a>=321&&a<=328||a>=330&&a<=382||a>=384&&a<=451||a>=461&&a<=496||a>=500&&a<=501||a>=506&&a<=535||a>=592&&a<=680||a>=699&&a<=705||a==902||a>=904&&a<=906||a==908||a>=910&&a<=929||a>=931&&a<=974||a>=976&&a<=982||a==986||a==988||a==990||a==992||a>=994&&a<=1011||a>=1025&&a<=1036||a>=1038&&a<=1103||a>=1105&&a<=1116||a>=1118&&a<=1153||a>=1168&&a<=1220||a>=1223&&a<=1224||a>=1227&&a<=1228||a>=1232&&a<=1259||a>=1262&&a<=1269||a>=1272&&a<=1273||a>=1329&&a<=1366||a==1369||a>=1377&&a<=1414||a>=1488&&a<=1514||a>=1520&&a<=1522||a>=1569&&a<=1594||a>=1601&&a<=1610||a>=1649&&a<=1719||a>=1722&&a<=1726||a>=1728&&a<=1742||a>=1744&&a<=1747||a==1749||a>=1765&&a<=1766||a>=2309&&a<=2361||a==2365||a>=2392&&a<=2401||a>=2437&&a<=2444||a>=2447&&a<=2448||a>=2451&&a<=2472||a>=2474&&a<=2480||a==2482||a>=2486&&a<=2489||a>=2524&&a<=2525||a>=2527&&a<=2529||a>=2544&&a<=2545||a>=2565&&a<=2570||a>=2575&&a<=2576||a>=2579&&a<=2600||a>=2602&&a<=2608||a>=2610&&a<=2611||a>=2613&&a<=2614||a>=2616&&a<=2617||a>=2649&&a<=2652||a==2654||a>=2674&&a<=2676||a>=2693&&a<=2699||a==2701||a>=2703&&a<=2705||a>=2707&&a<=2728||a>=2730&&a<=2736||a>=2738&&a<=2739||a>=2741&&a<=2745||a==2749||a==2784||a>=2821&&a<=2828||a>=2831&&a<=2832||a>=2835&&a<=2856||a>=2858&&a<=2864||a>=2866&&a<=2867||a>=2870&&a<=2873||a==2877||a>=2908&&a<=2909||a>=2911&&a<=2913||a>=2949&&a<=2954||a>=2958&&a<=2960||a>=2962&&a<=2965||a>=2969&&a<=2970||a==2972||a>=2974&&a<=2975||a>=2979&&a<=2980||a>=2984&&a<=2986||a>=2990&&a<=2997||a>=2999&&a<=3001||a>=3077&&a<=3084||a>=3086&&a<=3088||a>=3090&&a<=3112||a>=3114&&a<=3123||a>=3125&&a<=3129||a>=3168&&a<=3169||a>=3205&&a<=3212||a>=3214&&a<=3216||a>=3218&&a<=3240||a>=3242&&a<=3251||a>=3253&&a<=3257||a==3294||a>=3296&&a<=3297||a>=3333&&a<=3340||a>=3342&&a<=3344||a>=3346&&a<=3368||a>=3370&&a<=3385||a>=3424&&a<=3425||a>=3585&&a<=3630||a==3632||a>=3634&&a<=3635||a>=3648&&a<=3653||a>=3713&&a<=3714||a==3716||a>=3719&&a<=3720||a==3722||a==3725||a>=3732&&a<=3735||a>=3737&&a<=3743||a>=3745&&a<=3747||a==3749||a==3751||a>=3754&&a<=3755||a>=3757&&a<=3758||a==3760||a>=3762&&a<=3763||a==3773||a>=3776&&a<=3780||a>=3904&&a<=3911||a>=3913&&a<=3945||a>=4256&&a<=4293||a>=4304&&a<=4342||a==4352||a>=4354&&a<=4355||a>=4357&&a<=4359||a==4361||a>=4363&&a<=4364||a>=4366&&a<=4370||a==4412||a==4414||a==4416||a==4428||a==4430||a==4432||a>=4436&&a<=4437||a==4441||a>=4447&&a<=4449||a==4451||a==4453||a==4455||a==4457||a>=4461&&a<=4462||a>=4466&&a<=4467||a==4469||a==4510||a==4520||a==4523||a>=4526&&a<=4527||a>=4535&&a<=4536||a==4538||a>=4540&&a<=4546||a==4587||a==4592||a==4601||a>=7680&&a<=7835||a>=7840&&a<=7929||a>=7936&&a<=7957||a>=7960&&a<=7965||a>=7968&&a<=8005||a>=8008&&a<=8013||a>=8016&&a<=8023||a==8025||a==8027||a==8029||a>=8031&&a<=8061||a>=8064&&a<=8116||a>=8118&&a<=8124||a==8126||a>=8130&&a<=8132||a>=8134&&a<=8140||a>=8144&&a<=8147||a>=8150&&a<=8155||a>=8160&&a<=8172||a>=8178&&a<=8180||a>=8182&&a<=8188||a==8486||a>=8490&&a<=8491||a==8494||a>=8576&&a<=8578||a>=12353&&a<=12436||a>=12449&&a<=12538||a>=12549&&a<=12588||a>=44032&&a<=55203||a>=19968&&a<=40869||a==12295||a>=12321&&a<=12329},X.isNCNameChar=function(a){return a>=48&&a<=57||a>=1632&&a<=1641||a>=1776&&a<=1785||a>=2406&&a<=2415||a>=2534&&a<=2543||a>=2662&&a<=2671||a>=2790&&a<=2799||a>=2918&&a<=2927||a>=3047&&a<=3055||a>=3174&&a<=3183||a>=3302&&a<=3311||a>=3430&&a<=3439||a>=3664&&a<=3673||a>=3792&&a<=3801||a>=3872&&a<=3881||a==46||a==45||a==95||X.isLetter(a)||a>=768&&a<=837||a>=864&&a<=865||a>=1155&&a<=1158||a>=1425&&a<=1441||a>=1443&&a<=1465||a>=1467&&a<=1469||a==1471||a>=1473&&a<=1474||a==1476||a>=1611&&a<=1618||a==1648||a>=1750&&a<=1756||a>=1757&&a<=1759||a>=1760&&a<=1764||a>=1767&&a<=1768||a>=1770&&a<=1773||a>=2305&&a<=2307||a==2364||a>=2366&&a<=2380||a==2381||a>=2385&&a<=2388||a>=2402&&a<=2403||a>=2433&&a<=2435||a==2492||a==2494||a==2495||a>=2496&&a<=2500||a>=2503&&a<=2504||a>=2507&&a<=2509||a==2519||a>=2530&&a<=2531||a==2562||a==2620||a==2622||a==2623||a>=2624&&a<=2626||a>=2631&&a<=2632||a>=2635&&a<=2637||a>=2672&&a<=2673||a>=2689&&a<=2691||a==2748||a>=2750&&a<=2757||a>=2759&&a<=2761||a>=2763&&a<=2765||a>=2817&&a<=2819||a==2876||a>=2878&&a<=2883||a>=2887&&a<=2888||a>=2891&&a<=2893||a>=2902&&a<=2903||a>=2946&&a<=2947||a>=3006&&a<=3010||a>=3014&&a<=3016||a>=3018&&a<=3021||a==3031||a>=3073&&a<=3075||a>=3134&&a<=3140||a>=3142&&a<=3144||a>=3146&&a<=3149||a>=3157&&a<=3158||a>=3202&&a<=3203||a>=3262&&a<=3268||a>=3270&&a<=3272||a>=3274&&a<=3277||a>=3285&&a<=3286||a>=3330&&a<=3331||a>=3390&&a<=3395||a>=3398&&a<=3400||a>=3402&&a<=3405||a==3415||a==3633||a>=3636&&a<=3642||a>=3655&&a<=3662||a==3761||a>=3764&&a<=3769||a>=3771&&a<=3772||a>=3784&&a<=3789||a>=3864&&a<=3865||a==3893||a==3895||a==3897||a==3902||a==3903||a>=3953&&a<=3972||a>=3974&&a<=3979||a>=3984&&a<=3989||a==3991||a>=3993&&a<=4013||a>=4017&&a<=4023||a==4025||a>=8400&&a<=8412||a==8417||a>=12330&&a<=12335||a==12441||a==12442||a==183||a==720||a==721||a==903||a==1600||a==3654||a==3782||a==12293||a>=12337&&a<=12341||a>=12445&&a<=12446||a>=12540&&a<=12542},X.coalesceText=function(a){for(var g=a.firstChild;g!=null;g=g.nextSibling)if(g.nodeType==E.TEXT_NODE||g.nodeType==E.CDATA_SECTION_NODE){var w=g.nodeValue,B=g;for(g=g.nextSibling;g!=null&&(g.nodeType==E.TEXT_NODE||g.nodeType==E.CDATA_SECTION_NODE);){w+=g.nodeValue;var A=g;g=g.nextSibling,A.parentNode.removeChild(A)}if(B.nodeType==E.CDATA_SECTION_NODE){var M=B.parentNode;if(B.nextSibling==null)M.removeChild(B),M.appendChild(M.ownerDocument.createTextNode(w));else{var vi=B.nextSibling;M.removeChild(B),M.insertBefore(M.ownerDocument.createTextNode(w),vi)}}else B.nodeValue=w;if(g==null)break}else g.nodeType==E.ELEMENT_NODE&&X.coalesceText(g)},X.instance_of=function(a,g){for(;a!=null;){if(a.constructor===g)return!0;if(a===Object)return!1;a=a.constructor.superclass}return!1},X.getElementById=function(a,g){if(a.nodeType==E.ELEMENT_NODE&&(a.getAttribute("id")==g||a.getAttributeNS(null,"id")==g))return a;for(var w=a.firstChild;w!=null;w=w.nextSibling){var B=X.getElementById(w,g);if(B!=null)return B}return null};var Si=function(){function a(w,B){var A=B?": "+B.toString():"";switch(w){case g.INVALID_EXPRESSION_ERR:return"Invalid expression"+A;case g.TYPE_ERR:return"Type error"+A}return null}function g(w,B,A){var M=Error.call(this,a(w,B)||A);return M.code=w,M.exception=B,M}return g.prototype=Object.create(Error.prototype),g.prototype.constructor=g,g.superclass=Error,g.prototype.toString=function(){return this.message},g.fromMessage=function(w,B){return new g(null,B,w)},g.INVALID_EXPRESSION_ERR=51,g.TYPE_ERR=52,g}();Ti.prototype={},Ti.prototype.constructor=Ti,Ti.superclass=Object.prototype;function Ti(a,g,w){this.xpath=w.parse(a),this.context=new K,this.context.namespaceResolver=new Ki(g)}Ti.getOwnerDocument=function(a){return a.nodeType===E.DOCUMENT_NODE?a:a.ownerDocument},Ti.detectHtmlDom=function(a){if(!a)return!1;var g=Ti.getOwnerDocument(a);try{return g.implementation.hasFeature("HTML","2.0")}catch{return!0}},Ti.prototype.evaluate=function(a,g,w){this.context.expressionContextNode=a,this.context.caseInsensitive=Ti.detectHtmlDom(a);var B=this.xpath.evaluate(this.context);return new yi(B,g)},Ki.prototype={},Ki.prototype.constructor=Ki,Ki.superclass=Object.prototype;function Ki(a){this.xpathNSResolver=a}Ki.prototype.getNamespace=function(a,g){return this.xpathNSResolver==null?null:this.xpathNSResolver.lookupNamespaceURI(a)},Qi.prototype={},Qi.prototype.constructor=Qi,Qi.superclass=Object.prototype;function Qi(a){this.node=a,this.namespaceResolver=new bi}Qi.prototype.lookupNamespaceURI=function(a){return this.namespaceResolver.getNamespace(a,this.node)},yi.prototype={},yi.prototype.constructor=yi,yi.superclass=Object.prototype;function yi(a,g){switch(g==yi.ANY_TYPE&&(a.constructor===C?g=yi.STRING_TYPE:a.constructor===D?g=yi.NUMBER_TYPE:a.constructor===O?g=yi.BOOLEAN_TYPE:a.constructor===j&&(g=yi.UNORDERED_NODE_ITERATOR_TYPE)),this.resultType=g,g){case yi.NUMBER_TYPE:this.numberValue=a.numberValue();return;case yi.STRING_TYPE:this.stringValue=a.stringValue();return;case yi.BOOLEAN_TYPE:this.booleanValue=a.booleanValue();return;case yi.ANY_UNORDERED_NODE_TYPE:case yi.FIRST_ORDERED_NODE_TYPE:if(a.constructor===j){this.singleNodeValue=a.first();return}break;case yi.UNORDERED_NODE_ITERATOR_TYPE:case yi.ORDERED_NODE_ITERATOR_TYPE:if(a.constructor===j){this.invalidIteratorState=!1,this.nodes=a.toArray(),this.iteratorIndex=0;return}break;case yi.UNORDERED_NODE_SNAPSHOT_TYPE:case yi.ORDERED_NODE_SNAPSHOT_TYPE:if(a.constructor===j){this.nodes=a.toArray(),this.snapshotLength=this.nodes.length;return}break}throw new Si(Si.TYPE_ERR)}yi.prototype.iterateNext=function(){if(this.resultType!=yi.UNORDERED_NODE_ITERATOR_TYPE&&this.resultType!=yi.ORDERED_NODE_ITERATOR_TYPE)throw new Si(Si.TYPE_ERR);return this.nodes[this.iteratorIndex++]},yi.prototype.snapshotItem=function(a){if(this.resultType!=yi.UNORDERED_NODE_SNAPSHOT_TYPE&&this.resultType!=yi.ORDERED_NODE_SNAPSHOT_TYPE)throw new Si(Si.TYPE_ERR);return this.nodes[a]},yi.ANY_TYPE=0,yi.NUMBER_TYPE=1,yi.STRING_TYPE=2,yi.BOOLEAN_TYPE=3,yi.UNORDERED_NODE_ITERATOR_TYPE=4,yi.ORDERED_NODE_ITERATOR_TYPE=5,yi.UNORDERED_NODE_SNAPSHOT_TYPE=6,yi.ORDERED_NODE_SNAPSHOT_TYPE=7,yi.ANY_UNORDERED_NODE_TYPE=8,yi.FIRST_ORDERED_NODE_TYPE=9;function se(a,g){a.createExpression=function(w,B){try{return new Ti(w,B,g)}catch(A){throw new Si(Si.INVALID_EXPRESSION_ERR,A)}},a.createNSResolver=function(w){return new Qi(w)},a.evaluate=function(w,B,A,M,vi){if(M<0||M>9)throw{code:0,toString:function(){return"Request type not supported"}};return a.createExpression(w,A,g).evaluate(B,M,vi)}}try{var Zt=!0;try{document.implementation&&document.implementation.hasFeature&&document.implementation.hasFeature("XPath",null)&&(Zt=!1)}catch{}Zt&&se(document,new y)}catch{}se(r,new y),function(){var a=new y,g=new bi,w=new pi,B=new ui;function A(si){return{getNamespace:function(Oi,bt){var hi=si(Oi,bt);return hi||g.getNamespace(Oi,bt)}}}function M(si){return A(si.getNamespace.bind(si))}function vi(si){return A(function(Oi){return si[Oi]})}function _i(si){return si&&typeof si.getNamespace=="function"?M(si):typeof si=="function"?A(si):typeof si=="object"?vi(si):g}function Vi(si){if(si===null||typeof si=="undefined"||si instanceof C||si instanceof O||si instanceof D||si instanceof j)return si;switch(typeof si){case"string":return new C(si);case"boolean":return new O(si);case"number":return new D(si)}var Oi=new j;return Oi.addArray([].concat(si)),Oi}function mi(si){return function(Oi){var bt=Array.prototype.slice.call(arguments,1).map(function(P){return P.evaluate(Oi)}),hi=si.apply(this,[].concat(Oi,bt));return Vi(hi)}}function Ei(si){return{getFunction:function(Oi,bt){var hi=si(Oi,bt);return hi?mi(hi):w.getFunction(Oi,bt)}}}function Ft(si){return Ei(si.getFunction.bind(si))}function ji(si){return Ei(function(Oi){return si[Oi]})}function Ut(si){return si&&typeof si.getFunction=="function"?Ft(si):typeof si=="function"?Ei(si):typeof si=="object"?ji(si):w}function Vt(si){return{getVariable:function(Oi,bt){var hi=si(Oi,bt);return Vi(hi)}}}function Kr(si){if(si){if(typeof si.getVariable=="function")return Vt(si.getVariable.bind(si));if(typeof si=="function")return Vt(si);if(typeof si=="object")return Vt(function(Oi){return si[Oi]})}return B}function Xr(si,Oi,bt){si in bt&&(Oi[si]=bt[si])}function Qr(si){var Oi=new K;return si?(Oi.namespaceResolver=_i(si.namespaces),Oi.functionResolver=Ut(si.functions),Oi.variableResolver=Kr(si.variables),Oi.expressionContextNode=si.node,Xr("allowAnyNamespaceForNoPrefix",Oi,si),Xr("isHtml",Oi,si)):Oi.namespaceResolver=g,Oi}function $t(si,Oi){var bt=Qr(Oi);return si.evaluate(bt)}var i2={evaluate:function(si){return $t(this.expression,si)},evaluateNumber:function(si){return this.evaluate(si).numberValue()},evaluateString:function(si){return this.evaluate(si).stringValue()},evaluateBoolean:function(si){return this.evaluate(si).booleanValue()},evaluateNodeSet:function(si){return this.evaluate(si).nodeset()},select:function(si){return this.evaluateNodeSet(si).toArray()},select1:function(si){return this.select(si)[0]}};function t2(si){var Oi=a.parse(si);return Object.create(i2,{expression:{value:Oi}})}r.parse=t2}(),R(r,{XPath:b,XPathParser:y,XPathResult:yi,Step:ni,PathExpr:H,NodeTest:di,LocationPath:Fi,OrOperation:z,AndOperation:T,BarOperation:ci,EqualsOperation:W,NotEqualOperation:V,LessThanOperation:ii,GreaterThanOperation:L,LessThanOrEqualOperation:Z,GreaterThanOrEqualOperation:$,PlusOperation:oi,MinusOperation:gi,MultiplyOperation:N,DivOperation:Q,ModOperation:J,UnaryMinusOperation:S,FunctionCall:Zi,VariableReference:Ui,XPathContext:K,XNodeSet:j,XBoolean:O,XString:C,XNumber:D,NamespaceResolver:bi,FunctionResolver:pi,VariableResolver:ui,Utilities:X}),r.select=function(a,g,w){return r.selectWithResolver(a,g,null,w)},r.useNamespaces=function(a){var g={mappings:a||{},lookupNamespaceURI:function(w){return this.mappings[w]}};return function(w,B,A){return r.selectWithResolver(w,B,g,A)}},r.selectWithResolver=function(a,g,w,B){var A=new Ti(a,w,new y),M=yi.ANY_TYPE,vi=A.evaluate(g,M,null);return vi.resultType==yi.STRING_TYPE?vi=vi.stringValue:vi.resultType==yi.NUMBER_TYPE?vi=vi.numberValue:vi.resultType==yi.BOOLEAN_TYPE?vi=vi.booleanValue:(vi=vi.nodes,B&&(vi=vi[0])),vi},r.select1=function(a,g){return r.select(a,g,!0)};var be=function(a){return a&&typeof a.nodeType=="number"&&Number.isInteger(a.nodeType)&&a.nodeType>=1&&a.nodeType<=11&&typeof a.nodeName=="string"},nt=function(a){return Array.isArray(a)&&a.every(be)},ot=function(a){return function(g){return be(g)&&g.nodeType===a}};R(r,{isNodeLike:be,isArrayOfNodes:nt,isElement:ot(E.ELEMENT_NODE),isAttribute:ot(E.ATTRIBUTE_NODE),isTextNode:ot(E.TEXT_NODE),isCDATASection:ot(E.CDATA_SECTION_NODE),isProcessingInstruction:ot(E.PROCESSING_INSTRUCTION_NODE),isComment:ot(E.COMMENT_NODE),isDocumentNode:ot(E.DOCUMENT_NODE),isDocumentTypeNode:ot(E.DOCUMENT_TYPE_NODE),isDocumentFragment:ot(E.DOCUMENT_FRAGMENT_NODE)})})(e)})(as);const eo=en(as);var x2={a:7,c:6,h:1,l:2,m:2,r:4,q:4,s:4,t:2,v:1,z:0},uc=[5760,6158,8192,8193,8194,8195,8196,8197,8198,8199,8200,8201,8202,8239,8287,12288,65279];function gc(t){return t===10||t===13||t===8232||t===8233||t===32||t===9||t===11||t===12||t===160||t>=5760&&uc.indexOf(t)>=0}function mc(t){switch(t|32){case 109:case 122:case 108:case 104:case 118:case 99:case 115:case 113:case 116:case 97:case 114:return!0}return!1}function cc(t){return(t|32)===97}function Ke(t){return t>=48&&t<=57}function fc(t){return t>=48&&t<=57||t===43||t===45||t===46}function vc(t){this.index=0,this.path=t,this.max=t.length,this.result=[],this.param=0,this.err="",this.segmentStart=0,this.data=[]}function y2(t){for(;t.index<t.max&&gc(t.path.charCodeAt(t.index));)t.index++}function pc(t){var e=t.path.charCodeAt(t.index);if(e===48){t.param=0,t.index++;return}if(e===49){t.param=1,t.index++;return}t.err="SvgPath: arc flag can be 0 or 1 only (at pos "+t.index+")"}function bc(t){var e=t.index,r=e,n=t.max,o=!1,s=!1,d=!1,u=!1,l;if(r>=n){t.err="SvgPath: missed param (at pos "+r+")";return}if(l=t.path.charCodeAt(r),(l===43||l===45)&&(r++,l=r<n?t.path.charCodeAt(r):0),!Ke(l)&&l!==46){t.err="SvgPath: param should start with 0..9 or `.` (at pos "+r+")";return}if(l!==46){if(o=l===48,r++,l=r<n?t.path.charCodeAt(r):0,o&&r<n&&l&&Ke(l)){t.err="SvgPath: numbers started with `0` such as `09` are illegal (at pos "+e+")";return}for(;r<n&&Ke(t.path.charCodeAt(r));)r++,s=!0;l=r<n?t.path.charCodeAt(r):0}if(l===46){for(u=!0,r++;Ke(t.path.charCodeAt(r));)r++,d=!0;l=r<n?t.path.charCodeAt(r):0}if(l===101||l===69){if(u&&!s&&!d){t.err="SvgPath: invalid float exponent (at pos "+r+")";return}if(r++,l=r<n?t.path.charCodeAt(r):0,(l===43||l===45)&&r++,r<n&&Ke(t.path.charCodeAt(r)))for(;r<n&&Ke(t.path.charCodeAt(r));)r++;else{t.err="SvgPath: invalid float exponent (at pos "+r+")";return}}t.index=r,t.param=parseFloat(t.path.slice(e,r))+0}function kn(t){var e,r;e=t.path[t.segmentStart],r=e.toLowerCase();var n=t.data;if(r==="m"&&n.length>2&&(t.result.push([e,n[0],n[1]]),n=n.slice(2),r="l",e=e==="m"?"l":"L"),r==="r")t.result.push([e].concat(n));else for(;n.length>=x2[r]&&(t.result.push([e].concat(n.splice(0,x2[r]))),!!x2[r]););}function hc(t){var e=t.max,r,n,o,s,d;if(t.segmentStart=t.index,r=t.path.charCodeAt(t.index),n=cc(r),!mc(r)){t.err="SvgPath: bad command "+t.path[t.index]+" (at pos "+t.index+")";return}if(s=x2[t.path[t.index].toLowerCase()],t.index++,y2(t),t.data=[],!s){kn(t);return}for(o=!1;;){for(d=s;d>0;d--){if(n&&(d===3||d===4)?pc(t):bc(t),t.err.length){kn(t);return}t.data.push(t.param),y2(t),o=!1,t.index<e&&t.path.charCodeAt(t.index)===44&&(t.index++,y2(t),o=!0)}if(!o&&(t.index>=t.max||!fc(t.path.charCodeAt(t.index))))break}kn(t)}var wc=function(e){var r=new vc(e),n=r.max;for(y2(r);r.index<n&&!r.err.length;)hc(r);return r.result.length&&("mM".indexOf(r.result[0][0])<0?(r.err="SvgPath: string should start with `M` or `m`",r.result=[]):r.result[0][0]="M"),{err:r.err,segments:r.result}};function Cc(t,e){return[t[0]*e[0]+t[2]*e[1],t[1]*e[0]+t[3]*e[1],t[0]*e[2]+t[2]*e[3],t[1]*e[2]+t[3]*e[3],t[0]*e[4]+t[2]*e[5]+t[4],t[1]*e[4]+t[3]*e[5]+t[5]]}function ie(){if(!(this instanceof ie))return new ie;this.queue=[],this.cache=null}ie.prototype.matrix=function(t){return t[0]===1&&t[1]===0&&t[2]===0&&t[3]===1&&t[4]===0&&t[5]===0?this:(this.cache=null,this.queue.push(t),this)};ie.prototype.translate=function(t,e){return(t!==0||e!==0)&&(this.cache=null,this.queue.push([1,0,0,1,t,e])),this};ie.prototype.scale=function(t,e){return(t!==1||e!==1)&&(this.cache=null,this.queue.push([t,0,0,e,0,0])),this};ie.prototype.rotate=function(t,e,r){var n,o,s;return t!==0&&(this.translate(e,r),n=t*Math.PI/180,o=Math.cos(n),s=Math.sin(n),this.queue.push([o,s,-s,o,0,0]),this.cache=null,this.translate(-e,-r)),this};ie.prototype.skewX=function(t){return t!==0&&(this.cache=null,this.queue.push([1,0,Math.tan(t*Math.PI/180),1,0,0])),this};ie.prototype.skewY=function(t){return t!==0&&(this.cache=null,this.queue.push([1,Math.tan(t*Math.PI/180),0,1,0,0])),this};ie.prototype.toArray=function(){if(this.cache)return this.cache;if(!this.queue.length)return this.cache=[1,0,0,1,0,0],this.cache;if(this.cache=this.queue[0],this.queue.length===1)return this.cache;for(var t=1;t<this.queue.length;t++)this.cache=Cc(this.cache,this.queue[t]);return this.cache};ie.prototype.calc=function(t,e,r){var n;return this.queue.length?(this.cache||(this.cache=this.toArray()),n=this.cache,[t*n[0]+e*n[2]+(r?0:n[4]),t*n[1]+e*n[3]+(r?0:n[5])]):[t,e]};var os=ie,xc=os,yc={matrix:!0,scale:!0,rotate:!0,translate:!0,skewX:!0,skewY:!0},Ac=/\s*(matrix|translate|scale|rotate|skewX|skewY)\s*\(\s*(.+?)\s*\)[\s,]*/,Dc=/[\s,]+/,kc=function(e){var r=new xc,n,o;return e.split(Ac).forEach(function(s){if(s.length){if(typeof yc[s]!="undefined"){n=s;return}switch(o=s.split(Dc).map(function(d){return+d||0}),n){case"matrix":o.length===6&&r.matrix(o);return;case"scale":o.length===1?r.scale(o[0],o[0]):o.length===2&&r.scale(o[0],o[1]);return;case"rotate":o.length===1?r.rotate(o[0],0,0):o.length===3&&r.rotate(o[0],o[1],o[2]);return;case"translate":o.length===1?r.translate(o[0],0):o.length===2&&r.translate(o[0],o[1]);return;case"skewX":o.length===1&&r.skewX(o[0]);return;case"skewY":o.length===1&&r.skewY(o[0]);return}}}),r},Lr=Math.PI*2;function ro(t,e,r,n){var o=t*n-e*r<0?-1:1,s=t*r+e*n;return s>1&&(s=1),s<-1&&(s=-1),o*Math.acos(s)}function Ec(t,e,r,n,o,s,d,u,l,m){var c=m*(t-r)/2+l*(e-n)/2,p=-l*(t-r)/2+m*(e-n)/2,v=d*d,k=u*u,I=c*c,_=p*p,R=v*k-v*_-k*I;R<0&&(R=0),R/=v*_+k*I,R=Math.sqrt(R)*(o===s?-1:1);var E=R*d/u*p,y=R*-u/d*c,b=m*E-l*y+(t+r)/2,f=l*E+m*y+(e+n)/2,h=(c-E)/d,x=(p-y)/u,S=(-c-E)/d,F=(-p-y)/u,z=ro(1,0,h,x),T=ro(h,x,S,F);return s===0&&T>0&&(T-=Lr),s===1&&T<0&&(T+=Lr),[b,f,z,T]}function Fc(t,e){var r=1.3333333333333333*Math.tan(e/4),n=Math.cos(t),o=Math.sin(t),s=Math.cos(t+e),d=Math.sin(t+e);return[n,o,n-o*r,o+n*r,s+d*r,d-s*r,s,d]}var Bc=function(e,r,n,o,s,d,u,l,m){var c=Math.sin(m*Lr/360),p=Math.cos(m*Lr/360),v=p*(e-n)/2+c*(r-o)/2,k=-c*(e-n)/2+p*(r-o)/2;if(v===0&&k===0)return[];if(u===0||l===0)return[];u=Math.abs(u),l=Math.abs(l);var I=v*v/(u*u)+k*k/(l*l);I>1&&(u*=Math.sqrt(I),l*=Math.sqrt(I));var _=Ec(e,r,n,o,s,d,u,l,c,p),R=[],E=_[2],y=_[3],b=Math.max(Math.ceil(Math.abs(y)/(Lr/4)),1);y/=b;for(var f=0;f<b;f++)R.push(Fc(E,y)),E+=y;return R.map(function(h){for(var x=0;x<h.length;x+=2){var S=h[x+0],F=h[x+1];S*=u,F*=l;var z=p*S-c*F,T=c*S+p*F;h[x+0]=z+_[0],h[x+1]=T+_[1]}return h})},Ir=1e-10,no=Math.PI/180;function Zr(t,e,r){if(!(this instanceof Zr))return new Zr(t,e,r);this.rx=t,this.ry=e,this.ax=r}Zr.prototype.transform=function(t){var e=Math.cos(this.ax*no),r=Math.sin(this.ax*no),n=[this.rx*(t[0]*e+t[2]*r),this.rx*(t[1]*e+t[3]*r),this.ry*(-t[0]*r+t[2]*e),this.ry*(-t[1]*r+t[3]*e)],o=n[0]*n[0]+n[2]*n[2],s=n[1]*n[1]+n[3]*n[3],d=((n[0]-n[3])*(n[0]-n[3])+(n[2]+n[1])*(n[2]+n[1]))*((n[0]+n[3])*(n[0]+n[3])+(n[2]-n[1])*(n[2]-n[1])),u=(o+s)/2;if(d<Ir*u)return this.rx=this.ry=Math.sqrt(u),this.ax=0,this;var l=n[0]*n[1]+n[2]*n[3];d=Math.sqrt(d);var m=u+d/2,c=u-d/2;return this.ax=Math.abs(l)<Ir&&Math.abs(m-s)<Ir?90:Math.atan(Math.abs(l)>Math.abs(m-s)?(m-o)/l:l/(m-s))*180/Math.PI,this.ax>=0?(this.rx=Math.sqrt(m),this.ry=Math.sqrt(c)):(this.ax+=90,this.rx=Math.sqrt(c),this.ry=Math.sqrt(m)),this};Zr.prototype.isDegenerate=function(){return this.rx<Ir*this.ry||this.ry<Ir*this.rx};var Lc=Zr,Ic=wc,Sc=kc,Ie=os,Tc=Bc,_c=Lc;function at(t){if(!(this instanceof at))return new at(t);var e=Ic(t);this.segments=e.segments,this.err=e.err,this.__stack=[]}at.from=function(t){if(typeof t=="string")return new at(t);if(t instanceof at){var e=new at("");return e.err=t.err,e.segments=t.segments.map(function(r){return r.slice()}),e.__stack=t.__stack.map(function(r){return Ie().matrix(r.toArray())}),e}throw new Error("SvgPath.from: invalid param type "+t)};at.prototype.__matrix=function(t){var e=this,r;t.queue.length&&this.iterate(function(n,o,s,d){var u,l,m,c;switch(n[0]){case"v":u=t.calc(0,n[1],!0),l=u[0]===0?["v",u[1]]:["l",u[0],u[1]];break;case"V":u=t.calc(s,n[1],!1),l=u[0]===t.calc(s,d,!1)[0]?["V",u[1]]:["L",u[0],u[1]];break;case"h":u=t.calc(n[1],0,!0),l=u[1]===0?["h",u[0]]:["l",u[0],u[1]];break;case"H":u=t.calc(n[1],d,!1),l=u[1]===t.calc(s,d,!1)[1]?["H",u[0]]:["L",u[0],u[1]];break;case"a":case"A":var p=t.toArray(),v=_c(n[1],n[2],n[3]).transform(p);if(p[0]*p[3]-p[1]*p[2]<0&&(n[5]=n[5]?"0":"1"),u=t.calc(n[6],n[7],n[0]==="a"),n[0]==="A"&&n[6]===s&&n[7]===d||n[0]==="a"&&n[6]===0&&n[7]===0){l=[n[0]==="a"?"l":"L",u[0],u[1]];break}v.isDegenerate()?l=[n[0]==="a"?"l":"L",u[0],u[1]]:l=[n[0],v.rx,v.ry,v.ax,n[4],n[5],u[0],u[1]];break;case"m":c=o>0,u=t.calc(n[1],n[2],c),l=["m",u[0],u[1]];break;default:for(m=n[0],l=[m],c=m.toLowerCase()===m,r=1;r<n.length;r+=2)u=t.calc(n[r],n[r+1],c),l.push(u[0],u[1])}e.segments[o]=l},!0)};at.prototype.__evaluateStack=function(){var t,e;if(this.__stack.length){if(this.__stack.length===1){this.__matrix(this.__stack[0]),this.__stack=[];return}for(t=Ie(),e=this.__stack.length;--e>=0;)t.matrix(this.__stack[e].toArray());this.__matrix(t),this.__stack=[]}};at.prototype.toString=function(){var t="",e="",r=!1;this.__evaluateStack();for(var n=0,o=this.segments.length;n<o;n++){var s=this.segments[n],d=s[0];d!==e||d==="m"||d==="M"?(d==="m"&&e==="z"&&(t+=" "),t+=d,r=!1):r=!0;for(var u=1;u<s.length;u++){var l=s[u];u===1?r&&l>=0&&(t+=" "):l>=0&&(t+=" "),t+=l}e=d}return t};at.prototype.translate=function(t,e){return this.__stack.push(Ie().translate(t,e||0)),this};at.prototype.scale=function(t,e){return this.__stack.push(Ie().scale(t,!e&&e!==0?t:e)),this};at.prototype.rotate=function(t,e,r){return this.__stack.push(Ie().rotate(t,e||0,r||0)),this};at.prototype.skewX=function(t){return this.__stack.push(Ie().skewX(t)),this};at.prototype.skewY=function(t){return this.__stack.push(Ie().skewY(t)),this};at.prototype.matrix=function(t){return this.__stack.push(Ie().matrix(t)),this};at.prototype.transform=function(t){return t.trim()?(this.__stack.push(Sc(t)),this):this};at.prototype.round=function(t){var e=0,r=0,n=0,o=0,s;return t=t||0,this.__evaluateStack(),this.segments.forEach(function(d){var u=d[0].toLowerCase()===d[0];switch(d[0]){case"H":case"h":u&&(d[1]+=n),n=d[1]-d[1].toFixed(t),d[1]=+d[1].toFixed(t);return;case"V":case"v":u&&(d[1]+=o),o=d[1]-d[1].toFixed(t),d[1]=+d[1].toFixed(t);return;case"Z":case"z":n=e,o=r;return;case"M":case"m":u&&(d[1]+=n,d[2]+=o),n=d[1]-d[1].toFixed(t),o=d[2]-d[2].toFixed(t),e=n,r=o,d[1]=+d[1].toFixed(t),d[2]=+d[2].toFixed(t);return;case"A":case"a":u&&(d[6]+=n,d[7]+=o),n=d[6]-d[6].toFixed(t),o=d[7]-d[7].toFixed(t),d[1]=+d[1].toFixed(t),d[2]=+d[2].toFixed(t),d[3]=+d[3].toFixed(t+2),d[6]=+d[6].toFixed(t),d[7]=+d[7].toFixed(t);return;default:s=d.length,u&&(d[s-2]+=n,d[s-1]+=o),n=d[s-2]-d[s-2].toFixed(t),o=d[s-1]-d[s-1].toFixed(t),d.forEach(function(l,m){m&&(d[m]=+d[m].toFixed(t))});return}}),this};at.prototype.iterate=function(t,e){var r=this.segments,n={},o=!1,s=0,d=0,u=0,l=0,m,c,p;if(e||this.__evaluateStack(),r.forEach(function(v,k){var I=t(v,k,s,d);Array.isArray(I)&&(n[k]=I,o=!0);var _=v[0]===v[0].toLowerCase();switch(v[0]){case"m":case"M":s=v[1]+(_?s:0),d=v[2]+(_?d:0),u=s,l=d;return;case"h":case"H":s=v[1]+(_?s:0);return;case"v":case"V":d=v[1]+(_?d:0);return;case"z":case"Z":s=u,d=l;return;default:s=v[v.length-2]+(_?s:0),d=v[v.length-1]+(_?d:0)}}),!o)return this;for(p=[],m=0;m<r.length;m++)if(typeof n[m]!="undefined")for(c=0;c<n[m].length;c++)p.push(n[m][c]);else p.push(r[m]);return this.segments=p,this};at.prototype.abs=function(){return this.iterate(function(t,e,r,n){var o=t[0],s=o.toUpperCase(),d;if(o!==s)switch(t[0]=s,o){case"v":t[1]+=n;return;case"a":t[6]+=r,t[7]+=n;return;default:for(d=1;d<t.length;d++)t[d]+=d%2?r:n}},!0),this};at.prototype.rel=function(){return this.iterate(function(t,e,r,n){var o=t[0],s=o.toLowerCase(),d;if(o!==s&&!(e===0&&o==="M"))switch(t[0]=s,o){case"V":t[1]-=n;return;case"A":t[6]-=r,t[7]-=n;return;default:for(d=1;d<t.length;d++)t[d]-=d%2?r:n}},!0),this};at.prototype.unarc=function(){return this.iterate(function(t,e,r,n){var o,s,d,u=[],l=t[0];return l!=="A"&&l!=="a"?null:(l==="a"?(s=r+t[6],d=n+t[7]):(s=t[6],d=t[7]),o=Tc(r,n,s,d,t[4],t[5],t[1],t[2],t[3]),o.length===0?[[t[0]==="a"?"l":"L",t[6],t[7]]]:(o.forEach(function(m){u.push(["C",m[2],m[3],m[4],m[5],m[6],m[7]])}),u))}),this};at.prototype.unshort=function(){var t=this.segments,e,r,n,o,s;return this.iterate(function(d,u,l,m){var c=d[0],p=c.toUpperCase(),v;u&&(p==="T"?(v=c==="t",n=t[u-1],n[0]==="Q"?(e=n[1]-l,r=n[2]-m):n[0]==="q"?(e=n[1]-n[3],r=n[2]-n[4]):(e=0,r=0),o=-e,s=-r,v||(o+=l,s+=m),t[u]=[v?"q":"Q",o,s,d[1],d[2]]):p==="S"&&(v=c==="s",n=t[u-1],n[0]==="C"?(e=n[3]-l,r=n[4]-m):n[0]==="c"?(e=n[3]-n[5],r=n[4]-n[6]):(e=0,r=0),o=-e,s=-r,v||(o+=l,s+=m),t[u]=[v?"c":"C",o,s,d[1],d[2],d[3],d[4]]))}),this};var Nc=at,Mc=Nc;const ao=en(Mc),ce={props:{defaultGeometryId:"2021"},data(){return{timeZone:"Europe/Helsinki",dateTimeFormatLocale:"fi-FI",panLimits:{x:175,y:275},coverageCriterion:.2,maxUpdateDelay:{weather_update_time:12*60*60*1e3,flood_update_time:12*60*60*1e3},warningTypes:new Map([["thunderStorm","land"],["wind","land"],["rain","land"],["trafficWeather","land"],["pedestrianSafety","land"],["forestFireWeather","land"],["grassFireWeather","land"],["hotWeather","land"],["coldWeather","land"],["uvNote","land"],["floodLevel","land"],["seaWind","sea"],["seaThunderStorm","sea"],["seaWaterHeightHighWater","sea"],["seaWaterHeightShallowWater","sea"],["seaWaveHeight","sea"],["seaIcing","sea"]]),regionIds:["sea_region.B5E","sea_region.B5W","sea_region.B7E","sea_region.B7W","sea_region.B4W","sea_region.B4E","sea_region.B3S","sea_region.B3N","sea_region.B2","sea_region.B1S","sea_region.B1N","county.21","county.2","county.4","county.1","county.5","county.7","county.8","county.9","county.6","county.13","county.10","county.11","county.12","county.14","county.15","county.16","county.17","county.18","county.19","municipality_139_208_244_317_425_436_483_494_535_563_564_625_626_630_678_69_691_71_72_746_748_785_791_859_889_9.977","municipality.615","municipality.832","municipality.305","municipality.751","municipality.683","municipality.614","municipality.240","municipality.241","municipality.851","municipality.976","municipality.845","municipality.854","municipality.698","municipality.320","municipality.732","municipality.273","municipality.498","municipality.261","municipality.758","municipality.583","municipality.742","municipality.47","municipality.148","municipality.890","sea_region_south.FI-115978","sea_region_north.FI-115978"],geometries:{2021:{"county.21":{name:"Ahvenanmaa",type:"land",parent:"",children:[],neighbours:[],weight:2,center:[141,456],pathLarge:"M 134.0035 450.0298 134.0073 450.3836 133.8743 451.5325 133.8535 451.5967 133.5993 452.4676 133.5993 452.4926 130.6486 453.2514 130.3502 450.2565 132.9659 446.3419 134.0035 450.0298 Z M 141.1605 456.7781 141.1664 456.7556 140.0337 455.8176 140.0012 455.8038 139.9954 455.8013 139.7837 458.2757 139.7575 458.3024 139.6045 458.5933 139.5758 458.702 139.3966 458.8266 139.3583 458.7766 139.3408 458.6233 139.3453 458.5078 139.3028 458.4028 139.1536 458.3803 139.1124 458.3032 139.3078 457.5223 139.1999 455.7392 139.107 455.7467 139.0245 456.2484 139.0282 456.2959 138.9528 456.5168 138.9578 456.5518 138.9986 456.5597 139.0199 456.5947 138.932 456.8331 139.0249 456.9093 139.0749 457.0014 139.0586 457.0673 138.9428 457.2427 138.8349 457.2502 138.8165 457.3765 138.8274 457.4306 138.8582 457.4515 138.9061 457.5969 138.7249 457.7436 134.8586 454.4707 134.8585 454.4706 134.8519 454.4528 134.4036 449.8632 136.325 448.3563 137.3122 451.1633 137.3103 451.1212 137.3084 451.082 139.0124 447.5242 138.9457 445.8461 138.9415 445.8327 137.2959 444.6822 137.5639 441.7048 140.21 441.2664 141.2689 443.3049 141.2372 443.3625 140.6996 444.2496 140.6992 444.2521 140.6934 444.2855 141.8831 443.8204 141.9006 443.7883 142.1852 444.0042 142.1956 444.0101 142.2081 444.0171 144.2455 444.0859 146.7949 446.727 146.0856 447.6713 145.9265 448.243 145.8239 448.2587 145.8123 448.2605 146.0669 448.3584 146.084 447.99 146.3857 447.8754 147.5087 448.2071 147.9504 449.5844 147.3337 451.7738 145.4056 453.3923 143.1774 452.851 142.309 450.2753 142.2819 450.2678 142.0115 450.2553 141.959 450.1928 141.203 447.455 141.196 447.5962 141.1685 448.4322 141.1464 448.4843 141.8298 451.2337 141.4181 451.6542 141.6398 452.1926 141.4001 452.6689 140.9593 452.243 140.9984 452.2897 141.0005 452.2922 141.366 453.1577 141.606 452.5685 142.3598 452.5897 141.3022 456.7527 141.3005 456.7743 141.2985 456.8014 143.0328 456.3314 145.5506 457.4194 145.5523 457.3919 145.5527 457.3856 145.9352 455.9326 147.8908 455.7667 146.0161 458.1841 146.0052 458.1845 144.7418 462.3878 142.9749 461.2852 140.623 457.8436 141.1605 456.7781 Z",pathSmall:"M 20.0565 95.5031 20.0572 95.5748 20.0303 95.8079 20.026 95.8209 19.9745 95.9975 19.9745 96.0026 19.376 96.1565 19.3154 95.549 19.846 94.755 20.0565 95.5031 Z M 21.5082 96.8719 21.5094 96.8673 21.2796 96.677 21.2731 96.6742 21.2719 96.6737 21.2289 97.1756 21.2236 97.1811 21.1926 97.2401 21.1868 97.2621 21.1504 97.2874 21.1426 97.2772 21.1391 97.2461 21.14 97.2227 21.1314 97.2014 21.1011 97.1969 21.0928 97.1812 21.1324 97.0228 21.1105 96.6611 21.0917 96.6627 21.0749 96.7644 21.0757 96.7741 21.0604 96.8189 21.0614 96.826 21.0697 96.8276 21.074 96.8347 21.0562 96.883 21.075 96.8985 21.0852 96.9172 21.0819 96.9305 21.0584 96.9661 21.0365 96.9676 21.0327 96.9932 21.0349 97.0042 21.0412 97.0085 21.0509 97.038 21.0141 97.0677 20.2299 96.4038 20.2286 96.4002 20.1376 95.4692 20.5274 95.1636 20.7276 95.733 20.7272 95.7244 20.7268 95.7165 21.0725 94.9948 21.0589 94.6544 21.0581 94.6517 20.7243 94.4183 20.7787 93.8144 21.3154 93.7255 21.5302 94.139 21.5238 94.1506 21.4147 94.3306 21.4146 94.3311 21.4134 94.3379 21.6548 94.2435 21.6583 94.237 21.7161 94.2808 21.7182 94.282 21.7207 94.2834 22.1339 94.2974 22.6511 94.8331 22.5072 95.0246 22.4749 95.1406 22.4541 95.1438 22.4518 95.1442 22.5034 95.164 22.5069 95.0893 22.5681 95.0661 22.7959 95.1333 22.8855 95.4127 22.7604 95.8568 22.3693 96.1851 21.9173 96.0753 21.7412 95.5528 21.7357 95.5513 21.6808 95.5488 21.6702 95.5361 21.5168 94.9808 21.5154 95.0094 21.5098 95.179 21.5053 95.1895 21.644 95.7472 21.5604 95.8325 21.6054 95.9417 21.5568 96.0384 21.4674 95.952 21.4753 95.9614 21.4757 95.9619 21.5499 96.1375 21.5986 96.018 21.7515 96.0223 21.5369 96.8667 21.5366 96.8711 21.5362 96.8766 21.888 96.7813 22.3987 97.0019 22.399 96.9964 22.3991 96.9951 22.4767 96.7004 22.8734 96.6667 22.4931 97.1571 22.4909 97.1571 22.2346 98.0098 21.8762 97.7861 21.3992 97.088 21.5082 96.8719 Z"},"county.2":{name:"Varsinais-Suomi",type:"land",parent:"",children:[],neighbours:[],weight:53,center:[204.1123,437.3081],pathLarge:"M 177.6511 459.5938 175.7205 457.7182 177.2132 455.9109 180.2093 456.5718 179.5159 459.325 177.6511 459.5938 Z M 183.7635 454.9312 185.8012 456.9014 184.3852 459.3267 180.8477 459.0025 181.1749 455.5879 183.7635 454.9312 Z M 176.7869 439.1999 176.7786 439.5741 175.513 441.8452 170.9383 434.6036 172.8702 433.4293 174.2474 436.39 176.7869 439.1999 Z M 184.3377 443.6837 186.0487 443.0703 188.7715 449.3444 184.091 448.5597 183.3718 446.6124 184.3377 443.6837 Z M 196.4173 449.106 198.5151 450.3261 196.9828 454.5349 193.8037 456.6747 190.2367 454.5182 190.5263 450.5632 194.723 451.1616 196.4173 449.106 Z M 210.9022 462.3287 208.1478 460.2518 207.6536 458.1403 207.6377 458.1332 207.6081 458.1199 205.2321 465.2715 202.1263 466.8075 199.6477 464.8835 195.5668 465.7261 195.3814 463.19 197.4416 459.7188 196.9553 457.719 201.585 455.8367 207.6161 455.335 207.6223 455.3225 207.6236 455.32 209.1383 452.503 210.433 453.0764 208.8654 455.0591 208.8066 455.0807 208.7495 455.1016 207.6319 458.0436 207.6427 458.072 209.5317 454.5933 211.5832 452.568 210.4122 451.6346 208.0557 452.5922 208.0286 452.5968 208.0136 452.5993 205.973 454.7666 201.8904 455.435 198.5163 453.2469 202.12 448.8826 202.1363 448.8489 202.0367 448.5684 202.0267 448.5807 202.0238 448.5843 196.9312 448.6851 194.7572 447.0637 194.7726 446.9828 191.2585 444.2175 191.2476 444.1655 190.6551 444.7164 190.6476 444.7339 190.6834 444.7505 190.7151 444.7872 190.7517 444.8501 189.0245 445.9748 188.8574 442.7078 188.8218 442.7039 188.7774 442.6991 185.7145 441.3118 185.7118 441.3464 185.7104 441.3652 183.9868 441.4427 183.9853 441.4231 183.9777 441.3268 184.8211 437.9285 184.8919 437.8127 184.8803 437.7739 184.0281 436.638 183.9696 436.6173 183.9656 436.6159 182.2837 436.7822 182.2608 436.7822 182.2383 436.7822 180.7757 440.8213 176.3598 437.2072 175.846 435.3503 175.821 435.2903 176.1372 435.2991 176.1439 435.3012 176.1639 435.3074 176.3456 435.2241 176.4589 435.1974 174.0787 432.4417 176.1452 429.6597 174.7258 424.9842 175.0034 423.0807 173.1127 421.1209 174.8371 419.7574 176.5119 421.4647 176.536 421.5418 176.5377 421.5472 176.6523 421.3813 176.6498 421.3001 174.7933 414.0589 177.442 415.8453 178.7021 418.1822 182.7496 418.6669 186.8063 418.3806 189.9079 423.1453 192.817 423.7603 193.4545 425.3018 195.9531 422.9198 201.8554 422.2189 203.286 422.8782 203.3002 420.4883 206.0384 420.825 208.9249 419.7737 209.3296 417.2175 212.1795 418.5919 213.2158 419.6211 216.1978 419.3869 217.2096 420.8579 219.3094 423.1365 218.5085 426.1277 216.0007 425.8422 215.6615 431.3303 219.5624 434.1627 221.33 433.2459 223.4661 433.1564 224.1987 435.0486 227.3924 436.2 228.7379 437.5968 232.285 437.9852 232.6425 440.0342 231.342 444.5668 228.2079 445.1972 229.1884 447.1183 227.5703 453.6561 225.5738 454.7316 224.8317 458.8125 221.3121 459.6221 217.7663 459.4938 213.6971 462.5412 210.9022 462.3287 Z",pathSmall:"M 28.91 97.443 28.5184 97.0626 28.8211 96.696 29.4289 96.83 29.2882 97.3885 28.91 97.443 Z M 30.1498 96.4972 30.5631 96.8969 30.2759 97.3888 29.5584 97.3231 29.6247 96.6305 30.1498 96.4972 Z M 28.7347 93.3063 28.733 93.3822 28.4763 93.8429 27.5483 92.374 27.9402 92.1358 28.2196 92.7364 28.7347 93.3063 Z M 30.2663 94.2158 30.6133 94.0914 31.1656 95.364 30.2162 95.2048 30.0703 94.8099 30.2663 94.2158 Z M 32.7165 95.3157 33.142 95.5632 32.8312 96.4169 32.1863 96.8509 31.4628 96.4135 31.5216 95.6112 32.3728 95.7326 32.7165 95.3157 Z M 35.6546 97.9977 35.0959 97.5765 34.9956 97.1482 34.9924 97.1467 34.9864 97.144 34.5045 98.5947 33.8745 98.9062 33.3717 98.516 32.544 98.6869 32.5064 98.1725 32.9243 97.4684 32.8256 97.0627 33.7647 96.6809 34.988 96.5792 34.9893 96.5766 34.9896 96.5761 35.2968 96.0047 35.5594 96.121 35.2414 96.5232 35.2295 96.5276 35.218 96.5318 34.9913 97.1286 34.9935 97.1343 35.3766 96.4287 35.7927 96.0179 35.5552 95.8286 35.0772 96.0228 35.0717 96.0237 35.0687 96.0242 34.6548 96.4639 33.8267 96.5994 33.1423 96.1556 33.8732 95.2704 33.8765 95.2635 33.8563 95.2066 33.8543 95.2091 33.8537 95.2098 32.8207 95.2303 32.3797 94.9014 32.3829 94.885 31.6701 94.3241 31.6679 94.3135 31.5477 94.4253 31.5462 94.4288 31.5534 94.4322 31.5598 94.4396 31.5673 94.4524 31.2169 94.6805 31.183 94.0178 31.1758 94.0171 31.1668 94.0161 30.5455 93.7347 30.545 93.7417 30.5447 93.7455 30.1951 93.7612 30.1948 93.7573 30.1932 93.7377 30.3643 93.0484 30.3787 93.0249 30.3763 93.0171 30.2035 92.7866 30.1916 92.7825 30.1908 92.7822 29.8496 92.8159 29.845 92.8159 29.8404 92.8159 29.5437 93.6352 28.648 92.9021 28.5438 92.5255 28.5387 92.5133 28.6029 92.5151 28.6042 92.5155 28.6083 92.5168 28.6451 92.4999 28.6681 92.4944 28.1853 91.9355 28.6045 91.3712 28.3166 90.4228 28.3729 90.0367 27.9894 89.6392 28.3392 89.3626 28.6789 89.7089 28.6838 89.7245 28.6841 89.7256 28.7074 89.692 28.7068 89.6755 28.3303 88.2067 28.8675 88.5691 29.1231 89.0431 29.9441 89.1414 30.767 89.0833 31.3961 90.0498 31.9862 90.1745 32.1155 90.4872 32.6223 90.0041 33.8196 89.8619 34.1097 89.9956 34.1126 89.5108 34.668 89.5791 35.2535 89.3659 35.3356 88.8474 35.9137 89.1262 36.1239 89.335 36.7288 89.2874 36.934 89.5858 37.3599 90.048 37.1975 90.6547 36.6888 90.5968 36.62 91.71 37.4112 92.2846 37.7698 92.0986 38.2031 92.0804 38.3517 92.4643 38.9995 92.6978 39.2724 92.9811 39.9919 93.0599 40.0644 93.4755 39.8006 94.3949 39.1649 94.5228 39.3638 94.9125 39.0356 96.2386 38.6306 96.4568 38.4801 97.2845 37.7662 97.4488 37.0469 97.4227 36.2215 98.0409 35.6546 97.9977 Z"},"county.4":{name:"Satakunta",type:"land",parent:"",children:[],neighbours:[],weight:17,center:[192.4027,396.3699],pathLarge:"M 177.442 415.8453 177.3795 414.0297 180.1139 408.6208 180.126 408.6054 178.6292 406.5293 181.8462 402.2626 181.2407 398.2367 181.3203 398.3226 181.4416 398.4334 181.5474 398.4738 181.5516 398.4826 181.7383 398.4947 181.7466 398.4955 181.7541 398.4697 183.6485 394.4805 183.9447 389.3449 182.4717 385.4474 183.1634 383.6352 183.158 383.5964 181.3124 375.2618 179.273 373.6524 181.4199 371.2822 186.2662 371.2438 188.4732 371.6126 193.2312 373.6599 196.3119 371.5043 198.5397 368.2872 201.1649 368.5006 202.468 366.775 204.3261 364.2918 206.2151 363.3584 208.6049 359.8422 212.7858 361.5023 213.1529 366.1203 211.0743 366.9267 211.0339 371.163 207.0935 372.0181 205.4487 373.8003 207.7982 376.0148 209.6646 378.0775 211.3485 382.605 210.2459 385.3308 208.1561 386.0229 207.9998 387.6235 207.0147 387.8514 208.552 390.3842 206.4551 394.1196 201.6246 397.1683 204.1086 401.7192 204.7883 405.9222 205.7009 408.7545 208.9583 409.1617 211.8949 411.0606 211.4906 413.9747 213.0221 417.3776 212.1795 418.5919 209.3296 417.2175 208.9249 419.7737 206.0384 420.825 203.3002 420.4883 203.286 422.8782 201.8554 422.2189 195.9531 422.9198 193.4545 425.3018 192.817 423.7603 189.9079 423.1453 186.8063 418.3806 182.7496 418.6669 178.7021 418.1822 177.442 415.8453 Z",pathSmall:"M 28.8675 88.5691 28.8548 88.2008 29.4095 87.1036 29.412 87.1005 29.1083 86.6794 29.7609 85.8139 29.6381 84.9973 29.6542 85.0148 29.6788 85.0372 29.7003 85.0454 29.7011 85.0472 29.739 85.0497 29.7407 85.0498 29.7422 85.0446 30.1265 84.2354 30.1866 83.1937 29.8878 82.4032 30.0281 82.0356 30.027 82.0277 29.6526 80.3371 29.2389 80.0107 29.6744 79.5299 30.6574 79.5221 31.1051 79.5969 32.0702 80.0122 32.6951 79.5749 33.147 78.9224 33.6795 78.9657 33.9438 78.6156 34.3207 78.112 34.7039 77.9226 35.1886 77.2094 36.0367 77.5461 36.1111 78.4829 35.6895 78.6464 35.6813 79.5057 34.882 79.6791 34.5484 80.0407 35.025 80.4898 35.4036 80.9082 35.7451 81.8266 35.5215 82.3795 35.0976 82.5199 35.0659 82.8446 34.8661 82.8908 35.1779 83.4045 34.7526 84.1622 33.7727 84.7806 34.2766 85.7037 34.4144 86.5562 34.5996 87.1308 35.2603 87.2134 35.856 87.5985 35.774 88.1896 36.0846 88.8799 35.9137 89.1262 35.3356 88.8474 35.2535 89.3659 34.668 89.5791 34.1126 89.5108 34.1097 89.9956 33.8196 89.8619 32.6223 90.0041 32.1155 90.4872 31.9862 90.1745 31.3961 90.0498 30.767 89.0833 29.9441 89.1414 29.1231 89.0431 28.8675 88.5691 Z"},"county.1":{name:"Uusimaa",type:"land",parent:"",children:[],neighbours:[],weight:16,center:[255.2737,450],pathLarge:"M 290.5342 447.4933 287.1413 452.3372 280.3156 451.1762 282.2696 453.5686 280.0397 455.7913 278.4529 452.736 278.3958 452.7272 278.3854 452.7256 276.9319 454.5545 276.8606 457.0385 273.9545 457.9445 272.3176 456.7014 271.1388 453.9903 269.6853 453.7215 268.6018 456.7864 268.5689 456.7518 268.5364 456.7635 268.2318 457.7999 264.5806 457.2177 262.6841 457.6807 262.0632 457.2348 262.0611 457.239 262.0549 457.2515 259.9805 459.9672 256.9222 461.5123 253.1689 459.6013 253.146 459.4855 253.1535 459.4709 253.1393 459.465 253.1285 459.4604 252.0313 461.6065 248.8268 462.6325 246.7082 460.7264 246.6845 460.713 246.6786 460.7098 248.2788 464.436 243.8866 469.3023 241.3276 467.3655 241.421 464.4277 241.2997 464.2747 241.3005 464.2714 241.2964 464.268 241.2835 464.2576 239.7879 465.8357 239.7861 465.836 239.7566 465.8399 234.4477 467.2067 229.2809 468.8515 229.2838 468.881 229.2867 468.9111 225.3417 470.8371 222.3785 470.5975 216.2374 471.7834 216.0836 471.7997 214.7814 474.7696 207.5806 475.0371 213.3242 472.4681 215.0098 470.5341 215.0083 470.5105 215.0039 470.4396 214.5181 470.7996 214.4355 470.8629 212.3003 466.9029 208.507 471.3672 206.6064 468.2981 208.8162 467.2934 210.9022 462.3287 213.6971 462.5412 217.7663 459.4938 221.3121 459.6221 224.8317 458.8125 225.5738 454.7316 227.5703 453.6561 229.1884 447.1183 228.2079 445.1972 231.342 444.5668 232.6425 440.0342 232.285 437.9852 233.8777 438.6044 235.6249 438.4911 238.509 439.2791 240.8905 442.2903 242.4032 440.1721 244.0296 443.0233 247.5975 441.6089 248.6101 437.8498 250.3028 438.7561 253.6135 438.0777 258.1519 437.3797 259.9151 438.4961 260.7447 435.9637 259.5621 433.7777 260.0988 431.1966 261.7198 431.2632 264.7477 434.0114 267.375 432.4721 269.1315 434.6732 269.2311 436.7659 271.2229 438.2957 274.4008 436.6847 278.2512 435.4499 278.6417 436.8451 280.7981 436.3771 282.6408 437.8156 285.0369 436.46 284.9253 434.5257 287.0063 434.9678 288.0331 439.0487 290.5734 440.1121 292.3781 442.1511 293.8637 439.8821 295.6552 439.6583 297.2753 443.0853 297.1703 443.1237 293.6316 441.5318 290.7938 445.8873 290.5342 447.4933 Z",pathSmall:"M 51.8072 94.9885 51.1189 95.9711 49.7344 95.7356 50.1308 96.2208 49.6785 96.6717 49.3566 96.052 49.345 96.0502 49.3429 96.0499 49.0481 96.4208 49.0336 96.9247 48.4441 97.1085 48.1121 96.8563 47.873 96.3064 47.5782 96.2519 47.3584 96.8736 47.3517 96.8665 47.3451 96.8689 47.2833 97.0791 46.5427 96.961 46.158 97.0549 46.0321 96.9645 46.0317 96.9653 46.0304 96.9679 45.6096 97.5187 44.9893 97.8322 44.228 97.4445 44.2233 97.421 44.2249 97.4181 44.222 97.4169 44.2198 97.416 43.9972 97.8513 43.3472 98.0594 42.9175 97.6727 42.9127 97.67 42.9115 97.6694 43.2361 98.4252 42.3452 99.4123 41.8261 99.0194 41.845 98.4235 41.8204 98.3925 41.8206 98.3918 41.8198 98.3911 41.8171 98.389 41.5138 98.7091 41.5134 98.7092 41.5074 98.71 40.4306 98.9872 39.3825 99.3208 39.3831 99.3268 39.3837 99.3329 38.5835 99.7236 37.9825 99.675 36.7368 99.9156 36.7056 99.9189 36.4415 100.5213 34.9809 100.5755 36.1459 100.0544 36.4878 99.6621 36.4875 99.6574 36.4866 99.643 36.388 99.716 36.3713 99.7288 35.9382 98.9256 35.1688 99.8311 34.7832 99.2086 35.2315 99.0048 35.6546 97.9977 36.2215 98.0409 37.0469 97.4227 37.7662 97.4488 38.4801 97.2845 38.6306 96.4568 39.0356 96.2386 39.3638 94.9125 39.1649 94.5228 39.8006 94.3949 40.0644 93.4755 39.9919 93.0599 40.3149 93.1855 40.6694 93.1625 41.2544 93.3224 41.7374 93.9332 42.0443 93.5035 42.3742 94.0818 43.0979 93.795 43.3033 93.0324 43.6466 93.2163 44.3182 93.0787 45.2387 92.9371 45.5964 93.1635 45.7647 92.6499 45.5248 92.2065 45.6336 91.6829 45.9625 91.6964 46.5766 92.2539 47.1095 91.9416 47.4658 92.3881 47.486 92.8126 47.8901 93.1229 48.5347 92.7961 49.3157 92.5457 49.3949 92.8287 49.8323 92.7337 50.2061 93.0255 50.6921 92.7506 50.6694 92.3582 51.0916 92.4479 51.2998 93.2756 51.8151 93.4913 52.1812 93.9049 52.4825 93.4447 52.8459 93.3993 53.1745 94.0944 53.1532 94.1022 52.4354 93.7793 51.8598 94.6628 51.8072 94.9885 Z"},"county.5":{name:"Kanta-Häme",type:"land",parent:"",children:[],neighbours:[],weight:32,center:[243.3291,426],pathLarge:"M 217.2096 420.8579 218.681 420.0045 220.9971 420.4604 223.3686 422.9694 225.5859 421.3417 229.3513 421.4247 231.5574 424.4771 232.0041 422.9527 232.59 420.7367 229.9572 418.9081 234.436 417.1513 240.9022 415.054 242.3902 413.2175 242.119 410.9731 242.5415 411.2944 248.9876 408.805 253.096 410.1355 255.8225 409.3096 256.3693 407.5965 256.5568 409.5592 258.8274 411.3044 262.6983 411.6632 263.9255 414.2772 263.3654 417.5584 262.3849 419.3132 259.1896 420.4191 259.1554 423.4428 257.8994 426.0568 259.8346 426.5256 260.0917 429.0534 259.5517 429.4672 260.0988 431.1966 259.5621 433.7777 260.7447 435.9637 259.9151 438.4961 258.1519 437.3797 253.6135 438.0777 250.3028 438.7561 248.6101 437.8498 247.5975 441.6089 244.0296 443.0233 242.4032 440.1721 240.8905 442.2903 238.509 439.2791 235.6249 438.4911 233.8777 438.6044 232.285 437.9852 228.7379 437.5968 227.3924 436.2 224.1987 435.0486 223.4661 433.1564 221.33 433.2459 219.5624 434.1627 215.6615 431.3303 216.0007 425.8422 218.5085 426.1277 219.3094 423.1365 217.2096 420.8579 Z",pathSmall:"M 36.934 89.5858 37.2325 89.4127 37.7022 89.5052 38.1833 90.0141 38.633 89.684 39.3968 89.7008 39.8443 90.3199 39.9349 90.0107 40.0538 89.5612 39.5197 89.1903 40.4282 88.834 41.7398 88.4085 42.0416 88.036 41.9866 87.5808 42.0723 87.646 43.3798 87.141 44.2132 87.4109 44.7662 87.2434 44.8771 86.8959 44.9152 87.294 45.3758 87.648 46.1609 87.7208 46.4098 88.251 46.2962 88.9165 46.0974 89.2725 45.4492 89.4968 45.4423 90.1101 45.1875 90.6404 45.5801 90.7355 45.6322 91.2482 45.5227 91.3321 45.6336 91.6829 45.5248 92.2065 45.7647 92.6499 45.5964 93.1635 45.2387 92.9371 44.3182 93.0787 43.6466 93.2163 43.3033 93.0324 43.0979 93.795 42.3742 94.0818 42.0443 93.5035 41.7374 93.9332 41.2544 93.3224 40.6694 93.1625 40.3149 93.1855 39.9919 93.0599 39.2724 92.9811 38.9995 92.6978 38.3517 92.4643 38.2031 92.0804 37.7698 92.0986 37.4112 92.2846 36.62 91.71 36.6888 90.5968 37.1975 90.6547 37.3599 90.048 36.934 89.5858 Z"},"county.7":{name:"Päijät-Häme",type:"land",parent:"",children:[],neighbours:[],weight:19,center:[274.2758,410.8202],pathLarge:"M 284.9253 434.5257 285.0369 436.46 282.6408 437.8156 280.7981 436.3771 278.6417 436.8451 278.2512 435.4499 274.4008 436.6847 271.2229 438.2957 269.2311 436.7659 269.1315 434.6732 267.375 432.4721 264.7477 434.0114 261.7198 431.2632 260.0988 431.1966 259.5517 429.4672 260.0917 429.0534 259.8346 426.5256 257.8994 426.0568 259.1554 423.4428 259.1896 420.4191 262.3849 419.3132 263.3654 417.5584 263.9255 414.2772 262.6983 411.6632 258.8274 411.3044 256.5568 409.5592 256.3693 407.5965 256.4743 403.3569 255.1933 400.4261 257.8161 401.7767 262.5878 400.6428 268.2301 400.3886 269.9266 393.6142 269.8515 391.6048 272.2297 391.4743 273.3969 389.9538 275.8172 391.3435 277.5174 385.9475 281.9012 389.4745 282.3858 392.0269 287.7481 393.6308 287.7526 395.0718 286.675 399.9186 286.5734 403.5581 287.7197 406.1147 289.4862 408.3591 291.3672 408.3816 292.0473 410.6481 290.0971 411.6961 289.1328 414.6089 285.7399 417.2663 286.25 418.813 287.063 419 285.625 422.063 287.75 424 288.688 422.063 289.625 423 291.438 422.938 292.625 429.375 290.813 429.625 291.625 430.875 288.747 432.443 288.938 434 287.006 434.968 284.9253 434.5257 Z",pathSmall:"M 50.6694 92.3582 50.6921 92.7506 50.2061 93.0255 49.8323 92.7337 49.3949 92.8287 49.3157 92.5457 48.5347 92.7961 47.8901 93.1229 47.486 92.8126 47.4658 92.3881 47.1095 91.9416 46.5766 92.2539 45.9625 91.6964 45.6336 91.6829 45.5227 91.3321 45.6322 91.2482 45.5801 90.7355 45.1875 90.6404 45.4423 90.1101 45.4492 89.4968 46.0974 89.2725 46.2962 88.9165 46.4098 88.251 46.1609 87.7208 45.3758 87.648 44.9152 87.294 44.8771 86.8959 44.8984 86.0359 44.6386 85.4414 45.1706 85.7154 46.1385 85.4854 47.283 85.4338 47.6271 84.0597 47.6119 83.6521 48.0943 83.6257 48.331 83.3172 48.822 83.5991 49.1668 82.5046 50.056 83.22 50.1543 83.7377 51.242 84.0631 51.2429 84.3554 51.0244 85.3385 51.0037 86.0767 51.2363 86.5953 51.5946 87.0506 51.9761 87.0551 52.1141 87.5149 51.7185 87.7274 51.5229 88.3183 50.8347 88.8573 50.906 89.109 51.203 89.094 50.859 89.891 51.313 90.156 51.438 89.875 51.969 90.047 52.188 91.313 51.0916 92.4479 50.6694 92.3582 Z"},"county.8":{name:"Kymenlaakso",type:"land",parent:"",children:[],neighbours:[],weight:24,center:[302,432],pathLarge:"M 290.5342 447.4933 290.7938 445.8873 293.6316 441.5318 297.1703 443.1237 297.2753 443.0853 295.6552 439.6583 293.8637 439.8821 292.3781 442.1511 290.5734 440.1121 288.0331 439.0487 287.0063 434.9678 288.938 434 288.747 432.443 291.625 430.875 290.813 429.625 292.625 429.375 291.438 422.938 289.625 423 288.688 422.063 287.75 424 285.625 422.063 287.063 419 286.25 418.813 285.7399 417.2663 289.1328 414.6089 290.0971 411.6961 292.0473 410.6481 294.8818 410.198 295.5464 412.0824 300.1694 410.5156 300.922 414.911 303.6306 416.3366 307.5181 415.8545 308.0498 419.1932 306.2513 420.252 307.5865 423.4157 307.7244 427.8533 311.041 428.798 312.6166 430.6773 314.3551 432.6717 319.0944 432.8084 319.4194 434.3236 322.2843 434.3827 323.4507 437.3547 325.4705 438.6003 323.1786 441.2268 323.1515 441.2578 323.0694 441.3518 322.2593 443.6362 316.1816 447.7442 314.1693 446.1019 312.214 447.3079 312.2111 447.3045 312.182 447.2708 308.7499 445.4473 305.1158 444.9635 303.5756 445.7331 303.5506 445.7073 303.5414 445.6685 303.5194 445.6181 303.196 444.5001 303.1818 444.5082 303.1743 444.5126 302.0771 447.8925 299.3001 448.3092 299.2651 448.2842 295.0805 450.4803 292.8157 450.292 290.5342 447.4933 Z",pathSmall:"M 51.8072 94.9885 51.8598 94.6628 52.4354 93.7793 53.1532 94.1022 53.1745 94.0944 52.8459 93.3993 52.4825 93.4447 52.1812 93.9049 51.8151 93.4913 51.2998 93.2756 51.0916 92.4479 52.188 91.313 51.969 90.047 51.438 89.875 51.313 90.156 50.859 89.891 51.203 89.094 50.906 89.109 50.8347 88.8573 51.5229 88.3183 51.7185 87.7274 52.1141 87.5149 52.689 87.4236 52.8238 87.8058 53.7616 87.488 53.9142 88.3796 54.4636 88.6687 55.2522 88.5709 55.36 89.2481 54.9952 89.4629 55.266 90.1046 55.294 91.0048 55.9668 91.1964 56.2863 91.5776 56.639 91.9821 57.6003 92.0099 57.6662 92.3172 58.2473 92.3292 58.4839 92.932 58.8936 93.1847 58.4287 93.7174 58.4233 93.7237 58.4066 93.7428 58.2423 94.2062 57.0095 95.0394 56.6013 94.7063 56.2047 94.9509 56.2041 94.9502 56.1982 94.9434 55.502 94.5735 54.7649 94.4754 54.4525 94.6315 54.4474 94.6263 54.4455 94.6184 54.4411 94.6082 54.3755 94.3814 54.3726 94.3831 54.3711 94.3839 54.1485 95.0695 53.5852 95.154 53.5781 95.149 52.7293 95.5944 52.2699 95.5562 51.8072 94.9885 Z"},"county.9":{name:"Etelä-Karjala",type:"land",parent:"",children:[],neighbours:[],weight:33,center:[325,420],pathLarge:"M 325.4705 438.6003 323.4507 437.3547 322.2843 434.3827 319.4194 434.3236 319.0944 432.8084 314.3551 432.6717 312.6166 430.6773 311.041 428.798 307.7244 427.8533 307.5865 423.4157 306.2513 420.252 308.0498 419.1932 307.5181 415.8545 310.8481 415.3348 311.3885 413.4196 311.1031 412.1478 314.2393 410.8348 316.617 407.2944 319.744 408.0207 320.5649 406.4876 323.6632 406.9794 330.7848 405.5163 334.6019 401.8496 334.3914 400.5595 340.1442 401.1616 343.1474 399.564 343.0657 397.9984 346.2294 397.6513 348.3013 397.9175 352.9739 396.6449 355.9692 392.0665 359.0929 390.2909 359.2687 388.7815 371.5696 381.6216 371.8388 382.1504 369.8915 385.9354 365.6665 390.9014 363.6879 395.0447 357.2527 402.6735 354.6641 406.3472 352.8097 410.0864 349.5585 412.8912 348.2488 413.9076 348.2013 413.9497 346.7945 415.7078 343.7441 417.188 342.8661 419.1519 342.8456 419.1767 342.8444 419.1782 341.4751 420.8304 340.3233 425.193 337.2797 425.0071 328.7037 435.2032 325.4705 438.6003 Z",pathSmall:"M 58.8936 93.1847 58.4839 92.932 58.2473 92.3292 57.6662 92.3172 57.6003 92.0099 56.639 91.9821 56.2863 91.5776 55.9668 91.1964 55.294 91.0048 55.266 90.1046 54.9952 89.4629 55.36 89.2481 55.2522 88.5709 55.9276 88.4655 56.0373 88.077 55.9794 87.8191 56.6155 87.5527 57.0978 86.8346 57.7321 86.9819 57.8986 86.671 58.527 86.7707 59.9716 86.4739 60.7458 85.7302 60.7032 85.4685 61.87 85.5906 62.4792 85.2666 62.4626 84.949 63.1044 84.8786 63.5246 84.9326 64.4724 84.6745 65.08 83.7458 65.7136 83.3856 65.7493 83.0794 68.2444 81.6271 68.299 81.7344 67.904 82.5021 67.047 83.5094 66.6457 84.3499 65.3403 85.8973 64.8153 86.6425 64.4391 87.4009 63.7796 87.9699 63.514 88.176 63.5043 88.1846 63.219 88.5412 62.6003 88.8414 62.4222 89.2398 62.418 89.2448 62.4178 89.2451 62.14 89.5802 61.9064 90.4651 61.289 90.4274 59.5495 92.4956 58.8936 93.1847 Z"},"county.6":{name:"Pirkanmaa",type:"land",parent:"",children:[],neighbours:[],weight:27,center:[229.3638,389.9754],pathLarge:"M 217.2096 420.8579 216.1978 419.3869 213.2158 419.6211 212.1795 418.5919 213.0221 417.3776 211.4906 413.9747 211.8949 411.0606 208.9583 409.1617 205.7009 408.7545 204.7883 405.9222 204.1086 401.7192 201.6246 397.1683 206.4551 394.1196 208.552 390.3842 207.0147 387.8514 207.9998 387.6235 208.1561 386.0229 210.2459 385.3308 211.3485 382.605 209.6646 378.0775 207.7982 376.0148 205.4487 373.8003 207.0935 372.0181 211.0339 371.163 211.0743 366.9267 213.1529 366.1203 212.7858 361.5023 216.3437 360.8885 219.6682 359.6721 221.2805 359.0792 222.7294 355.7317 224.107 355.0304 226.3027 357.4519 227.6566 355.7142 231.1136 356.1609 234.9674 352.3751 236.32 352.9043 236.658 357.2586 238.5094 358.627 238.7461 361.4994 241.128 363.8993 242.5607 363.9572 245.6539 368.1822 248.6613 366.7721 252.3334 370.6929 252.058 373.6295 253.426 375.0276 250.9778 376.3673 248.7263 380.1489 251.7392 382.4171 253.0768 384.7744 252.8055 387.0618 254.6366 391.9427 257.563 393.625 257.938 392.063 256.875 390.313 258.188 386.375 262.875 389 267.25 389.875 267.813 388 269.875 387.375 269.8515 391.6048 269.9266 393.6142 268.2301 400.3886 262.5878 400.6428 257.8161 401.7767 255.1933 400.4261 256.4743 403.3569 256.3693 407.5965 255.8225 409.3096 253.096 410.1355 248.9876 408.805 242.5415 411.2944 242.119 410.9731 242.3902 413.2175 240.9022 415.054 234.436 417.1513 229.9572 418.9081 232.59 420.7367 232.0041 422.9527 231.5574 424.4771 229.3513 421.4247 225.5859 421.3417 223.3686 422.9694 220.9971 420.4604 218.681 420.0045 217.2096 420.8579 Z",pathSmall:"M 36.934 89.5858 36.7288 89.2874 36.1239 89.335 35.9137 89.1262 36.0846 88.8799 35.774 88.1896 35.856 87.5985 35.2603 87.2134 34.5996 87.1308 34.4144 86.5562 34.2766 85.7037 33.7727 84.7806 34.7526 84.1622 35.1779 83.4045 34.8661 82.8908 35.0659 82.8446 35.0976 82.5199 35.5215 82.3795 35.7451 81.8266 35.4036 80.9082 35.025 80.4898 34.5484 80.0407 34.882 79.6791 35.6813 79.5057 35.6895 78.6464 36.1111 78.4829 36.0367 77.5461 36.7583 77.4216 37.4327 77.1749 37.7597 77.0546 38.0536 76.3756 38.3331 76.2334 38.7784 76.7245 39.0531 76.3721 39.7543 76.4627 40.536 75.6948 40.8103 75.8021 40.8789 76.6853 41.2544 76.9629 41.3025 77.5455 41.7856 78.0323 42.0762 78.0441 42.7036 78.9011 43.3137 78.615 44.0585 79.4104 44.0026 80.006 44.2801 80.2896 43.7835 80.5613 43.3269 81.3284 43.938 81.7885 44.2093 82.2666 44.1543 82.7306 44.5257 83.7207 44.526 83.721 45.141 84.078 44.984 83.328 45.281 82.578 46.344 83.156 47.063 83.328 47.188 82.969 47.609 82.781 47.6119 83.6521 47.6271 84.0597 47.283 85.4338 46.1385 85.4854 45.1706 85.7154 44.6386 85.4414 44.8984 86.0359 44.8771 86.8959 44.7662 87.2434 44.2132 87.4109 43.3798 87.141 42.0723 87.646 41.9866 87.5808 42.0416 88.036 41.7398 88.4085 40.4282 88.834 39.5197 89.1903 40.0538 89.5612 39.9349 90.0107 39.8443 90.3199 39.3968 89.7008 38.633 89.684 38.1833 90.0141 37.7022 89.5052 37.2325 89.4127 36.934 89.5858 Z"},"county.13":{name:"Keski-Suomi",type:"land",parent:"",children:[],neighbours:[],weight:1,center:[269.3002,352.318],pathLarge:"M 254.6366 391.9427 252.8055 387.0618 253.0768 384.7744 251.7392 382.4171 248.7263 380.1489 250.9778 376.3673 253.426 375.0276 252.058 373.6295 252.3334 370.6929 248.6613 366.7721 245.6539 368.1822 242.5607 363.9572 241.128 363.8993 238.7461 361.4994 238.5094 358.627 242.8024 353.2744 249.5048 352.7889 249.9531 351.4425 251.2858 345.1502 249.9911 344.1142 249.7119 342.9658 247.67 337.4806 248.5713 333.7489 246.8807 331.082 245.9265 329.9035 245.5331 327.7683 247.4004 324.0025 251.077 322.2514 256.1134 323.5403 255.2675 322.8898 257.0031 316.9463 256.4868 313.0946 259.2833 309.818 262.1095 308.662 263.0733 308.2728 264.423 303.3348 266.6429 301.7163 268.7343 303.1035 271.4355 305.44 275.9126 306.1376 278.1924 307.3573 279.8901 309.9355 282.0062 310.461 284.9965 309.1934 285.7866 310.0634 283.5305 313.9518 284.9519 317.6889 285.362 323.6495 287.1134 327.3745 288.8794 328.8438 286.5192 329.2464 288.4186 332.3909 282.5996 333.3793 283.1617 335.5712 284.8961 337.5606 289.1928 342.2311 291.0997 340.3042 294.1825 347.1629 293.3999 350.8674 291.836 352.2013 294.9993 356.0222 296.6399 355.9347 295.9573 358.2087 298.0838 360.5193 296.0623 362.6783 293.1578 364.8715 288.0681 367.6151 285.9516 371.3663 288.3348 375.1942 290.1212 378.1879 288.354 379.1984 288.3098 382.1717 289.5124 383.7068 292.554 390.8659 292.2044 394.2692 289.0932 392.7724 287.7526 395.0718 287.7481 393.6308 282.3858 392.0269 281.9012 389.4745 277.5174 385.9475 275.8172 391.3435 273.3969 389.9538 272.2297 391.4743 269.8515 391.6048 269.875 387.375 267.813 388 267.25 389.875 262.875 389 258.188 386.375 256.875 390.313 257.938 392.063 257.563 393.625 254.6366 391.9427 Z",pathSmall:"M 47.6119 83.6521 47.609 82.781 47.188 82.969 47.063 83.328 46.344 83.156 45.281 82.578 44.984 83.328 45.141 84.078 44.5257 83.7207 44.1543 82.7306 44.2093 82.2666 43.938 81.7885 43.3269 81.3284 43.7835 80.5613 44.2801 80.2896 44.0026 80.006 44.0585 79.4104 43.3137 78.615 42.7036 78.9011 42.0762 78.0441 41.7856 78.0323 41.3025 77.5455 41.2544 76.9629 42.1252 75.8772 43.4847 75.7787 43.5757 75.5056 43.846 74.2293 43.5834 74.0191 43.5268 73.7862 43.1126 72.6736 43.2954 71.9166 42.9525 71.3757 42.7589 71.1366 42.6791 70.7035 43.0579 69.9397 43.8037 69.5845 44.8252 69.8459 44.6537 69.714 45.0057 68.5084 44.901 67.7271 45.4682 67.0625 46.0415 66.828 46.237 66.7491 46.5108 65.7474 46.961 65.4191 47.3853 65.7005 47.9332 66.1745 48.8413 66.316 49.3038 66.5634 49.6481 67.0863 50.0773 67.1929 50.6839 66.9358 50.8442 67.1123 50.3865 67.901 50.6748 68.659 50.758 69.8681 51.1133 70.6236 51.4715 70.9217 50.9928 71.0033 51.378 71.6412 50.1977 71.8417 50.3117 72.2863 50.6635 72.6898 51.5351 73.6372 51.9219 73.2463 52.5472 74.6375 52.3884 75.389 52.0712 75.6595 52.7129 76.4345 53.0456 76.4168 52.9072 76.878 53.3385 77.3467 52.9285 77.7847 52.3393 78.2295 51.3069 78.786 50.8776 79.5469 51.361 80.3234 51.7234 80.9306 51.3649 81.1356 51.356 81.7387 51.5999 82.0501 52.2169 83.5022 52.1459 84.1926 51.5149 83.889 51.2429 84.3554 51.242 84.0631 50.1543 83.7377 50.056 83.22 49.1668 82.5046 48.822 83.5991 48.331 83.3172 48.0943 83.6257 47.6119 83.6521 Z"},"county.10":{name:"Etelä-Savo",type:"land",parent:"",children:[],neighbours:[],weight:5,center:[312,390],pathLarge:"M 307.5181 415.8545 303.6306 416.3366 300.922 414.911 300.1694 410.5156 295.5464 412.0824 294.8818 410.198 292.0473 410.6481 291.3672 408.3816 289.4862 408.3591 287.7197 406.1147 286.5734 403.5581 286.675 399.9186 287.7526 395.0718 289.0932 392.7724 292.2044 394.2692 292.554 390.8659 289.5124 383.7068 288.3098 382.1717 288.354 379.1984 290.1212 378.1879 288.3348 375.1942 285.9516 371.3663 288.0681 367.6151 293.1578 364.8715 296.0623 362.6783 298.0838 360.5193 295.9573 358.2087 296.6399 355.9347 299.2926 356.4155 300.3173 354.4307 302.2417 355.9397 305.6921 353.7965 309.1483 355.4309 311.6677 353.5552 314.7564 355.7871 317.8305 359.515 317.688 361.688 316.688 362.5 316.375 364.063 314.188 363.75 313.5 364.563 315.375 366.438 314 366.438 315 370.188 316.813 370.125 316.75 375.25 320.375 377.563 326.188 371.125 325.063 367.625 326.563 367.438 325.6217 365.8778 331.1161 365.9324 333.003 366.7062 335.5203 367.2405 338.3348 369.2624 338.6902 365.7111 340.563 366.438 342.25 367 340.688 364.625 341.313 363.063 343.438 364.625 344.75 364.563 345.125 361.938 347.875 360.688 349.75 361.063 349.5827 358.2632 352.3821 358.1307 352.7118 360.5797 355.5212 365.0156 355.0841 366.6475 356.4272 371.9172 361.0143 376.8573 360.1284 379.8485 362.0103 382.0408 361.6861 385.4695 359.2687 388.7815 359.0929 390.2909 355.9692 392.0665 352.9739 396.6449 348.3013 397.9175 346.2294 397.6513 343.0657 397.9984 343.1474 399.564 340.1442 401.1616 334.3914 400.5595 334.6019 401.8496 330.7848 405.5163 323.6632 406.9794 320.5649 406.4876 319.744 408.0207 316.617 407.2944 314.2393 410.8348 311.1031 412.1478 311.3885 413.4196 310.8481 415.3348 307.5181 415.8545 Z",pathSmall:"M 55.2522 88.5709 54.4636 88.6687 53.9142 88.3796 53.7616 87.488 52.8238 87.8058 52.689 87.4236 52.1141 87.5149 51.9761 87.0551 51.5946 87.0506 51.2363 86.5953 51.0037 86.0767 51.0244 85.3385 51.2429 84.3554 51.5149 83.889 52.1459 84.1926 52.2169 83.5022 51.5999 82.0501 51.356 81.7387 51.3649 81.1356 51.7234 80.9306 51.361 80.3234 50.8776 79.5469 51.3069 78.786 52.3393 78.2295 52.9285 77.7847 53.3385 77.3467 52.9072 76.878 53.0456 76.4168 53.5837 76.5143 53.7916 76.1117 54.1819 76.4178 54.8818 75.9831 55.5828 76.3146 56.0939 75.9341 56.7204 76.3869 57.3439 77.143 57.078 78.063 56.563 78.063 56.781 79.281 57.109 79.297 57.063 80.281 57.828 80.813 59.031 79.547 58.828 79.047 58.9243 78.4337 60.0388 78.4447 60.4215 78.6017 60.9321 78.7101 61.503 79.1202 61.5751 78.3998 62.141 78.719 62.031 77.891 62.516 78.219 62.875 77.984 63.047 77.516 63.453 77.406 63.781 77.438 63.7845 76.8891 64.3524 76.8622 64.4193 77.359 64.9891 78.2588 64.9005 78.5898 65.1729 79.6587 66.1033 80.6607 65.9236 81.2675 66.3054 81.7122 66.2396 82.4076 65.7493 83.0794 65.7136 83.3856 65.08 83.7458 64.4724 84.6745 63.5246 84.9326 63.1044 84.8786 62.4626 84.949 62.4792 85.2666 61.87 85.5906 60.7032 85.4685 60.7458 85.7302 59.9716 86.4739 58.527 86.7707 57.8986 86.671 57.7321 86.9819 57.0978 86.8346 56.6155 87.5527 55.9794 87.8191 56.0373 88.077 55.9276 88.4655 55.2522 88.5709 Z"},"county.11":{name:"Pohjois-Savo",type:"land",parent:"",children:[],neighbours:[],weight:18,center:[313.1554,324.5013],pathLarge:"M 296.6399 355.9347 294.9993 356.0222 291.836 352.2013 293.3999 350.8674 294.1825 347.1629 291.0997 340.3042 289.1928 342.2311 284.8961 337.5606 283.1617 335.5712 282.5996 333.3793 288.4186 332.3909 286.5192 329.2464 288.8794 328.8438 287.1134 327.3745 285.362 323.6495 284.9519 317.6889 283.5305 313.9518 285.7866 310.0634 284.9965 309.1934 285.5749 308.1212 286.2608 304.0178 288.266 303.0894 287.3926 291.4018 293.9191 285.7667 300.2711 282.4134 305.3416 284.5411 308.2282 284.6024 313.938 286.0879 318.0688 288.2715 321.8809 291.1977 326.9648 297.1345 329.1842 299.2381 330.8548 295.2002 333.0071 297.7771 334.8561 297.6359 336.1504 303.4123 337.4447 304.0557 336.1566 305.6538 337.5805 310.456 339.5783 312.0487 338.6069 317.448 336.6679 320.6633 339.93 323.6991 342.1102 327.3232 346.4923 330.4877 344.5642 331.8237 344.5121 334.0944 347.4095 336.9809 343.3003 339.4291 339.9641 338.7711 337.8647 341.2181 339.2307 344.2792 338.2456 346.0332 336.6796 349.6386 334.3006 349.544 333.1838 350.2786 332.5821 355.2558 329.8026 356.6847 331.2853 360.2439 336.7771 363.1192 338.6902 365.7111 338.3348 369.2624 335.5203 367.2405 333.003 366.7062 331.1161 365.9324 325.6217 365.8778 326.563 367.438 325.063 367.625 326.188 371.125 320.375 377.563 316.75 375.25 316.813 370.125 315 370.188 314 366.438 315.375 366.438 313.5 364.563 314.188 363.75 316.375 364.063 316.688 362.5 317.688 361.688 317.8305 359.515 314.7564 355.7871 311.6677 353.5552 309.1483 355.4309 305.6921 353.7965 302.2417 355.9397 300.3173 354.4307 299.2926 356.4155 296.6399 355.9347 Z",pathSmall:"M 53.0456 76.4168 52.7129 76.4345 52.0712 75.6595 52.3884 75.389 52.5472 74.6375 51.9219 73.2463 51.5351 73.6372 50.6635 72.6898 50.3117 72.2863 50.1977 71.8417 51.378 71.6412 50.9928 71.0033 51.4715 70.9217 51.1133 70.6236 50.758 69.8681 50.6748 68.659 50.3865 67.901 50.8442 67.1123 50.6839 66.9358 50.8012 66.7183 50.9403 65.886 51.3471 65.6976 51.1699 63.3269 52.4938 62.1839 53.7822 61.5037 54.8107 61.9353 55.3962 61.9477 56.5544 62.2491 57.3923 62.692 58.1655 63.2855 59.1967 64.4898 59.6469 64.9165 59.9858 64.0974 60.4224 64.6201 60.7974 64.5915 61.0599 65.7632 61.3225 65.8937 61.0612 66.2178 61.35 67.1919 61.7553 67.515 61.5582 68.6102 61.1649 69.2624 61.8266 69.8781 62.2688 70.6132 63.1577 71.2551 62.7666 71.5261 62.756 71.9867 63.3437 72.5722 62.5102 73.0688 61.8335 72.9353 61.4077 73.4317 61.6848 74.0526 61.4849 74.4084 61.1673 75.1397 60.6847 75.1205 60.4582 75.2695 60.3361 76.2791 59.7724 76.5689 60.0731 77.2909 61.1871 77.8741 61.5751 78.3998 61.503 79.1202 60.9321 78.7101 60.4215 78.6017 60.0388 78.4447 58.9243 78.4337 58.828 79.047 59.031 79.547 57.828 80.813 57.063 80.281 57.109 79.297 56.781 79.281 56.563 78.063 57.078 78.063 57.3439 77.143 56.7204 76.3869 56.0939 75.9341 55.5828 76.3146 54.8818 75.9831 54.1819 76.4178 53.7916 76.1117 53.5837 76.5143 53.0456 76.4168 Z"},"county.12":{name:"Pohjois-Karjala",type:"land",parent:"",children:[],neighbours:[],weight:21,center:[370.3387,335.8475],pathLarge:"M 371.8388 382.1504 371.5696 381.6216 359.2687 388.7815 361.6861 385.4695 362.0103 382.0408 360.1284 379.8485 361.0143 376.8573 356.4272 371.9172 355.0841 366.6475 355.5212 365.0156 352.7118 360.5797 352.3821 358.1307 349.5827 358.2632 349.75 361.063 347.875 360.688 345.125 361.938 344.75 364.563 343.438 364.625 341.313 363.063 340.688 364.625 342.25 367 340.563 366.438 338.6902 365.7111 336.7771 363.1192 331.2853 360.2439 329.8026 356.6847 332.5821 355.2558 333.1838 350.2786 334.3006 349.544 336.6796 349.6386 338.2456 346.0332 339.2307 344.2792 337.8647 341.2181 339.9641 338.7711 343.3003 339.4291 347.4095 336.9809 344.5121 334.0944 344.5642 331.8237 346.4923 330.4877 342.1102 327.3232 339.93 323.6991 336.6679 320.6633 338.6069 317.448 339.5783 312.0487 337.5805 310.456 336.1566 305.6538 337.4447 304.0557 336.1504 303.4123 334.8561 297.6359 333.0071 297.7771 330.8548 295.2002 333.6518 289.2341 340.0887 290.8059 346.184 290.5409 347.1362 290.4659 357.7923 288.5907 358.8966 294.6643 360.0721 296.6528 362.019 294.4272 363.9838 293.9746 369.9332 300.6583 372.9835 303.3727 375.2404 306.9169 381.707 309.4067 384.8907 311.529 385.9458 313.6588 389.5912 315.594 391.7131 318.5469 392.5327 322.2293 396.9707 326.1652 399.9448 331.317 397.2395 337.2901 395.6985 344.1309 393.4908 350.8724 390.9834 354.8529 390.9659 354.8775 384.9298 362.8892 384.8998 362.9278 384.899 362.9288 382.147 365.044 381.1473 368.2227 378.7425 371.9789 378.7324 371.9955 378.7225 372.0118 371.8388 382.1504 Z",pathSmall:"M 68.299 81.7344 68.2444 81.6271 65.7493 83.0794 66.2396 82.4076 66.3054 81.7122 65.9236 81.2675 66.1033 80.6607 65.1729 79.6587 64.9005 78.5898 64.9891 78.2588 64.4193 77.359 64.3524 76.8622 63.7845 76.8891 63.781 77.438 63.453 77.406 63.047 77.516 62.875 77.984 62.516 78.219 62.031 77.891 62.141 78.719 61.5751 78.3998 61.1871 77.8741 60.0731 77.2909 59.7724 76.5689 60.3361 76.2791 60.4582 75.2695 60.6847 75.1205 61.1673 75.1397 61.4849 74.4084 61.6848 74.0526 61.4077 73.4317 61.8335 72.9353 62.5102 73.0688 63.3437 72.5722 62.756 71.9867 62.7666 71.5261 63.1577 71.2551 62.2688 70.6132 61.8266 69.8781 61.1649 69.2624 61.5582 68.6102 61.7553 67.515 61.35 67.1919 61.0612 66.2178 61.3225 65.8937 61.0599 65.7632 60.7974 64.5915 60.4224 64.6201 59.9858 64.0974 60.5531 62.8872 61.8588 63.2061 63.0952 63.1523 63.2883 63.1371 65.4498 62.7567 65.6738 63.9887 65.9122 64.3921 66.3071 63.9406 66.7057 63.8488 67.9125 65.2045 68.5312 65.7551 68.989 66.474 70.3006 66.9791 70.9464 67.4095 71.1604 67.8416 71.8999 68.2341 72.3303 68.833 72.4965 69.58 73.3967 70.3783 74 71.4233 73.4513 72.6349 73.1387 74.0225 72.6909 75.39 72.1823 76.1974 72.1787 76.2023 70.9544 77.8274 70.9483 77.8353 70.9481 77.8355 70.3899 78.2645 70.1871 78.9093 69.6993 79.6712 69.6973 79.6746 69.6953 79.6779 68.299 81.7344 Z"},"county.14":{name:"Etelä-Pohjanmaa",type:"land",parent:"",children:[],neighbours:[],weight:29,center:[222.6881,337.9573],pathLarge:"M 186.2662 371.2438 186.0746 367.5097 187.308 363.5472 189.7437 362.1241 187.706 360.1514 188.4002 355.813 185.5987 355.54 185.797 352.3518 187.7306 346.2436 187.3184 344.0167 188.9861 342.5486 191.8898 340.2746 190.853 336.7338 192.1244 332.3684 193.4404 334.6424 196.8861 336.8593 200.8074 338.2903 202.4822 336.5817 201.813 331.438 200.313 328.688 200.625 326.438 202.5 324.063 204.375 324.188 207.5 322.625 211.0998 322.6969 211.6844 321.4113 210.3801 317.4876 211.3402 314.3327 212.0586 312.7633 219.0031 310.6493 221.9718 311.8874 223.9749 309.6859 225.3601 306.4939 228.1083 305.3271 231.1728 306.9502 232.6663 310.0664 234.1152 311.119 234.5394 312.2399 237.3234 316.057 241.2464 317.1446 244.8984 321.3784 243.3866 322.4256 247.4004 324.0025 245.5331 327.7683 245.9265 329.9035 246.8807 331.082 248.5713 333.7489 247.67 337.4806 249.7119 342.9658 249.9911 344.1142 251.2858 345.1502 249.9531 351.4425 249.5048 352.7889 242.8024 353.2744 238.5094 358.627 236.658 357.2586 236.32 352.9043 234.9674 352.3751 231.1136 356.1609 227.6566 355.7142 226.3027 357.4519 224.107 355.0304 222.7294 355.7317 221.2805 359.0792 219.6682 359.6721 216.3437 360.8885 212.7858 361.5023 208.6049 359.8422 206.2151 363.3584 204.3261 364.2918 202.468 366.775 201.1649 368.5006 198.5397 368.2872 196.3119 371.5043 193.2312 373.6599 188.4732 371.6126 186.2662 371.2438 Z",pathSmall:"M 30.6574 79.5221 30.6186 78.7647 30.8688 77.9609 31.3628 77.6722 30.9495 77.2721 31.0903 76.3921 30.522 76.3367 30.5623 75.69 30.9545 74.4511 30.8709 73.9993 31.2091 73.7016 31.7981 73.2403 31.5878 72.5221 31.8457 71.6366 32.1126 72.0979 32.8116 72.5475 33.607 72.8378 33.9467 72.4912 33.859 71.625 33.547 70.844 33.594 70.422 34 69.938 34.359 70.016 34.875 69.734 35.391 69.672 35.6947 69.6748 35.8133 69.4141 35.5487 68.6182 35.7434 67.9782 35.8892 67.6599 37.2978 67.2311 37.9 67.4822 38.3063 67.0357 38.5872 66.3882 39.1447 66.1515 39.7663 66.4808 40.0692 67.1129 40.3631 67.3264 40.4492 67.5537 41.0139 68.328 41.8096 68.5486 42.5504 69.4074 42.2437 69.6198 43.0579 69.9397 42.6791 70.7035 42.7589 71.1366 42.9525 71.3757 43.2954 71.9166 43.1126 72.6736 43.5268 73.7862 43.5834 74.0191 43.846 74.2293 43.5757 75.5056 43.4847 75.7787 42.1252 75.8772 41.2544 76.9629 40.8789 76.6853 40.8103 75.8021 40.536 75.6948 39.7543 76.4627 39.0531 76.3721 38.7784 76.7245 38.3331 76.2334 38.0536 76.3756 37.7597 77.0546 37.4327 77.1749 36.7583 77.4216 36.0367 77.5461 35.1886 77.2094 34.7039 77.9226 34.3207 78.112 33.9438 78.6156 33.6795 78.9657 33.147 78.9224 32.6951 79.5749 32.0702 80.0122 31.1051 79.5969 30.6574 79.5221 Z"},"county.15":{name:"Pohjanmaa",type:"land",parent:"",children:[],neighbours:[],weight:12,center:[192.5,325],pathLarge:"M 203.3818 310.6689 203.4906 312.7075 201.3391 314.9061 197.8083 313.16 198.4997 311.2477 202.9614 312.0607 203.3818 310.6689 Z M 186.58 312.3441 186.6325 316.0237 183.8247 317.7972 180.6552 316.3937 179.4855 310.951 181.9624 309.2854 183.6214 313.2534 186.58 312.3441 Z M 179.273 373.6524 178.9155 369.8916 179.5664 365.0561 181.5382 362.3104 180.0239 360.266 180.4727 357.3161 180.4595 357.3213 180.454 357.3236 180.4373 357.3402 180.3223 357.4502 181.4016 354.6862 177.5241 351.405 176.6773 345.5794 179.413 343.3479 176.1201 342.5978 177.1873 339.5483 177.184 339.525 178.7963 337.7889 178.1275 335.502 182.5129 330.4544 182.5175 330.4537 182.5713 330.4448 184.4986 330.0973 186.7646 325.3276 186.7538 325.3051 186.6592 325.258 186.355 325.0751 186.1758 324.988 186.0887 324.918 186.3842 322.9965 188.499 321.9627 189.8808 323.1945 189.8883 323.2124 190.225 323.0703 190.25 323.0378 187.8402 317.853 187.8339 317.8268 187.8218 317.7759 189.024 313.2109 191.3906 316.082 196.6707 313.3867 197.5975 314.7531 197.6225 314.7856 197.5829 314.9306 197.6571 314.9206 198.1313 316.6908 197.9533 316.6871 197.7183 316.6621 197.6396 316.6529 197.6471 316.585 197.6291 316.5375 197.6396 316.3629 197.5725 316.3575 197.4254 316.7283 198.19 316.8804 198.9247 317.2805 198.933 317.2776 198.9564 317.2696 201.0628 315.4215 205.5396 313.4922 206.666 311.0898 206.6661 311.0894 206.6705 311.0769 203.3556 305.8272 205.5046 304.3353 206.2351 301.1458 208.5966 304.1711 209.4217 302.1468 208.712 299.7557 210.3918 298.4089 210.3989 298.4051 210.4226 298.3926 212.1741 296.3278 212.6416 293.9509 212.6908 293.8859 212.7458 293.8542 212.9108 293.9642 212.9333 294.0217 212.9466 294.0584 213.0237 294.158 214.2497 294.1259 214.4401 294.1634 215.141 294.8681 215.3327 294.926 215.4286 295.1056 215.4719 295.2752 215.6928 295.3231 216.3074 295.9515 216.4074 296.0265 216.4653 296.2774 216.6404 296.3757 216.715 296.5345 216.7454 296.7012 216.742 297.2491 216.767 297.3087 218.4572 295.6161 218.4764 295.6102 218.5339 292.3299 218.5839 292.2924 218.6589 292.2665 219.1211 291.9452 219.1023 291.7027 219.1665 291.8727 220.5658 291.4756 220.9358 291.2685 225.4888 295.0297 226.6902 293.3825 230.5794 292.3803 235.7895 297.4775 231.5307 299.2002 232.0933 302.9631 233.5618 306.3172 234.1152 311.119 232.6663 310.0664 231.1728 306.9502 228.1083 305.3271 225.3601 306.4939 223.9749 309.6859 221.9718 311.8874 219.0031 310.6493 212.0586 312.7633 211.3402 314.3327 210.3801 317.4876 211.6844 321.4113 211.0998 322.6969 207.5 322.625 204.375 324.188 202.5 324.063 200.625 326.438 200.313 328.688 201.813 331.438 202.4822 336.5817 200.8074 338.2903 196.8861 336.8593 193.4404 334.6424 192.1244 332.3684 190.853 336.7338 191.8898 340.2746 188.9861 342.5486 187.3184 344.0167 187.7306 346.2436 185.797 352.3518 185.5987 355.54 188.4002 355.813 187.706 360.1514 189.7437 362.1241 187.308 363.5472 186.0746 367.5097 186.2662 371.2438 181.4199 371.2822 179.273 373.6524 Z M 218.3406 290.4842 215.6928 294.3747 212.5949 290.2326 215.2598 288.3519 218.2264 288.8941 218.3406 290.4842 Z",pathSmall:"M 34.1292 67.2351 34.1512 67.6486 33.7148 68.0945 32.9986 67.7404 33.1389 67.3525 34.0439 67.5174 34.1292 67.2351 Z M 30.7211 67.5749 30.7317 68.3212 30.1622 68.681 29.5193 68.3963 29.282 67.2923 29.7845 66.9545 30.121 67.7593 30.7211 67.5749 Z M 29.2389 80.0107 29.1664 79.2478 29.2984 78.267 29.6984 77.71 29.3912 77.2953 29.4823 76.697 29.4796 76.6981 29.4785 76.6985 29.4751 76.7019 29.4518 76.7242 29.6707 76.1635 28.8842 75.498 28.7124 74.3163 29.2673 73.8637 28.5994 73.7115 28.8159 73.093 28.8152 73.0882 29.1422 72.7361 29.0066 72.2722 29.8961 71.2484 29.897 71.2482 29.908 71.2464 30.2989 71.1759 30.7585 70.2084 30.7563 70.2039 30.7372 70.1943 30.6754 70.1572 30.6391 70.1396 30.6214 70.1254 30.6814 69.7356 31.1103 69.5259 31.3906 69.7758 31.3921 69.7794 31.4604 69.7506 31.4655 69.744 30.9767 68.6923 30.9754 68.687 30.973 68.6767 31.2168 67.7507 31.6969 68.3331 32.7679 67.7864 32.9559 68.0635 32.9609 68.0701 32.9529 68.0995 32.968 68.0975 33.0641 68.4566 33.0281 68.4558 32.9804 68.4507 32.9644 68.4489 32.9659 68.4351 32.9623 68.4255 32.9644 68.39 32.9508 68.3889 32.921 68.4642 33.0761 68.495 33.2251 68.5762 33.2268 68.5756 33.2315 68.574 33.6588 68.1991 34.5668 67.8077 34.7953 67.3205 34.7954 67.3204 34.7963 67.3178 34.1238 66.253 34.5597 65.9504 34.7079 65.3034 35.1869 65.9171 35.3543 65.5064 35.2103 65.0214 35.5511 64.7483 35.5525 64.7475 35.5573 64.745 35.9126 64.3261 36.0074 63.844 36.0174 63.8308 36.0286 63.8244 36.062 63.8467 36.0666 63.8584 36.0693 63.8658 36.0849 63.886 36.3336 63.8795 36.3722 63.8871 36.5144 64.03 36.5533 64.0418 36.5727 64.0782 36.5815 64.1126 36.6263 64.1223 36.751 64.2498 36.7713 64.265 36.783 64.3159 36.8185 64.3359 36.8337 64.3681 36.8398 64.4019 36.8392 64.513 36.8442 64.5251 37.1871 64.1818 37.191 64.1806 37.2026 63.5152 37.2128 63.5076 37.228 63.5023 37.3217 63.4372 37.3179 63.388 37.3309 63.4225 37.6148 63.3419 37.6898 63.2999 38.6134 64.0628 38.857 63.7287 39.6459 63.5254 40.7027 64.5593 39.8389 64.9088 39.953 65.672 40.2509 66.3524 40.3631 67.3264 40.0692 67.1129 39.7663 66.4808 39.1447 66.1515 38.5872 66.3882 38.3063 67.0357 37.9 67.4822 37.2978 67.2311 35.8892 67.6599 35.7434 67.9782 35.5487 68.6182 35.8133 69.4141 35.6947 69.6748 35.391 69.672 34.875 69.734 34.359 70.016 34 69.938 33.594 70.422 33.547 70.844 33.859 71.625 33.9467 72.4912 33.607 72.8378 32.8116 72.5475 32.1126 72.0979 31.8457 71.6366 31.5878 72.5221 31.7981 73.2403 31.2091 73.7016 30.8709 73.9993 30.9545 74.4511 30.5623 75.69 30.522 76.3367 31.0903 76.3921 30.9495 77.2721 31.3628 77.6722 30.8688 77.9609 30.6186 78.7647 30.6574 79.5221 29.6744 79.5299 29.2389 80.0107 Z M 37.1634 63.1408 36.6263 63.93 35.998 63.0898 36.5385 62.7083 37.1402 62.8183 37.1634 63.1408 Z"},"county.16":{name:"Keski-Pohjanmaa",type:"land",parent:"",children:[],neighbours:[],weight:15,center:[246.3873,308.437],pathLarge:"M 219.1023 291.7027 218.3406 290.4842 218.2264 288.8941 217.6959 287.4122 219.8741 286.5046 220.5658 291.4756 219.1665 291.8727 219.1023 291.7027 Z M 220.9358 291.2685 221.2175 288.5161 224.4516 285.7516 228.7154 285.2966 229.4343 279.0247 234.0998 280.0244 236.5434 283.641 239.3466 281.995 240.2042 279.5081 243.7029 279.4564 244.3209 283.6056 246.0631 286.0029 246.5557 288.6232 250.1419 290.4855 252.6926 297.6438 253.686 299.2702 253.8919 299.5748 257.8344 302.5547 262.1095 308.662 259.2833 309.818 256.4868 313.0946 257.0031 316.9463 255.2675 322.8898 256.1134 323.5403 251.077 322.2514 247.4004 324.0025 243.3866 322.4256 244.8984 321.3784 241.2464 317.1446 237.3234 316.057 234.5394 312.2399 234.1152 311.119 233.5618 306.3172 232.0933 302.9631 231.5307 299.2002 235.7895 297.4775 230.5794 292.3803 226.6902 293.3825 225.4888 295.0297 220.9358 291.2685 Z",pathSmall:"M 37.3179 63.388 37.1634 63.1408 37.1402 62.8183 37.0326 62.5177 37.4745 62.3336 37.6148 63.3419 37.3309 63.4225 37.3179 63.388 Z M 37.6898 63.2999 37.747 62.7416 38.403 62.1809 39.2678 62.0886 39.4136 60.8164 40.36 61.0191 40.8557 61.7527 41.4243 61.4189 41.5982 60.9144 42.3079 60.9039 42.4332 61.7456 42.7866 62.2318 42.8866 62.7633 43.614 63.1411 44.1314 64.5931 44.3329 64.923 44.3746 64.9848 45.1743 65.5892 46.0415 66.828 45.4682 67.0625 44.901 67.7271 45.0057 68.5084 44.6537 69.714 44.8252 69.8459 43.8037 69.5845 43.0579 69.9397 42.2437 69.6198 42.5504 69.4074 41.8096 68.5486 41.0139 68.328 40.4492 67.5537 40.3631 67.3264 40.2509 66.3524 39.953 65.672 39.8389 64.9088 40.7027 64.5593 39.6459 63.5254 38.857 63.7287 38.6134 64.0628 37.6898 63.2999 Z"},"county.17":{name:"Pohjois-Pohjanmaa",type:"land",parent:"",children:["municipality.305","municipality.615","municipality.832","municipality_139_208_244_317_425_436_483_494_535_563_564_625_626_630_678_69_691_71_72_746_748_785_791_859_889_9.977"],neighbours:[],weight:13,center:[274.9121,268.4114]},"county.18":{name:"Kainuu",type:"land",parent:"",children:[],neighbours:[],weight:21,center:[333.7243,258.2799],pathLarge:"M 356.0146 213.4284 355.6837 217.9493 356.1617 220.3871 353.5235 224.5684 354.2078 225.8639 358.612 226.4227 357.9936 229.7535 354.3986 233.7994 353.9819 236.8634 355.127 242.7928 357.1502 246.2732 363.1529 245.8619 363.5367 249.5498 365.3144 252.441 362.5362 255.4296 362.544 255.45 362.5445 255.4513 362.602 257.8961 364.2101 261.7178 364.053 263.9851 373.1919 270.0162 373.0144 272.7194 374.9604 275.9702 374.6604 279.8656 370.8071 286.5272 369.7603 290.6801 363.9838 293.9746 362.019 294.4272 360.0721 296.6528 358.8966 294.6643 357.7923 288.5907 347.1362 290.4659 346.184 290.5409 340.0887 290.8059 333.6518 289.2341 330.8548 295.2002 329.1842 299.2381 326.9648 297.1345 321.8809 291.1977 318.0688 288.2715 313.938 286.0879 308.2282 284.6024 305.3416 284.5411 300.2711 282.4134 298.4376 281.4679 298.2667 274.0962 298.2113 271.8001 299.148 269.8958 301.4425 269.6478 303.7452 270.9175 306.6926 269.7203 307.9007 265.5807 306.5247 263.6293 310.8435 257.5461 308.2886 254.4828 305.8384 245.3394 309.9217 246.4024 310.856 244.3897 310.5001 239.57 308.0523 236.3976 309.3746 233.461 314.0822 233.266 315.954 231.9925 320.3991 233.3118 321.3859 227.9921 322.2981 227.2549 325.5484 225.8464 334.1439 224.0233 334.7827 219.1736 340.705 216.32 343.7658 216.2241 345.5372 212.8642 347.6004 212.675 351.1978 214.031 352.0413 213.1988 356.0146 213.4284 Z",pathSmall:"M 65.0892 47.5108 65.0221 48.4278 65.119 48.9223 64.5839 49.7704 64.7227 50.0332 65.6161 50.1466 65.4906 50.8222 64.7614 51.6429 64.6769 52.2644 64.9092 53.4671 65.3195 54.1731 66.5371 54.0896 66.615 54.8377 66.9756 55.4241 66.412 56.0303 66.4136 56.0345 66.4137 56.0347 66.4254 56.5307 66.7516 57.3058 66.7197 57.7657 68.5734 58.9891 68.5374 59.5374 68.9322 60.1968 68.8713 60.9869 68.0897 62.3382 67.8774 63.1806 66.7057 63.8488 66.3071 63.9406 65.9122 64.3921 65.6738 63.9887 65.4498 62.7567 63.2883 63.1371 63.0952 63.1523 61.8588 63.2061 60.5531 62.8872 59.9858 64.0974 59.6469 64.9165 59.1967 64.4898 58.1655 63.2855 57.3923 62.692 56.5544 62.2491 55.3962 61.9477 54.8107 61.9353 53.7822 61.5037 53.4103 61.3119 53.3756 59.8167 53.3644 59.3509 53.5544 58.9647 54.0198 58.9144 54.4869 59.1719 55.0847 58.9291 55.3298 58.0894 55.0507 57.6936 55.9267 56.4597 55.4085 55.8383 54.9115 53.9836 55.7397 54.1993 55.9292 53.791 55.857 52.8134 55.3605 52.1699 55.6287 51.5742 56.5836 51.5347 56.9633 51.2764 57.865 51.544 58.0651 50.4649 58.2501 50.3154 58.9094 50.0297 60.653 49.6599 60.7825 48.6762 61.9838 48.0973 62.6047 48.0779 62.964 47.3964 63.3825 47.358 64.1122 47.633 64.2833 47.4642 65.0892 47.5108 Z"},"county.19":{name:"Lappi",type:"land",parent:"",children:["municipality.47","municipality.890","municipality.148","municipality.498","municipality.273","municipality.261","municipality.758","municipality.742","municipality.583","municipality.732","municipality.854","municipality.976","municipality.698","municipality.320","municipality.851","municipality.845","municipality.241","municipality.240","municipality.751","municipality.683","municipality.614"],neighbours:[],weight:27,center:[294.8859,132.6843]},"municipality_139_208_244_317_425_436_483_494_535_563_564_625_626_630_678_69_691_71_72_746_748_785_791_859_889_9.977":{name:"Pohjois-Pohjanmaan länsiosa",type:"land",parent:"county.17",children:[],neighbours:["municipality.615"],weight:50,center:[274.9121,268.4114],pathLarge:"M 258.6562 239.9446 256.8155 238.732 255.0941 235.1437 256.7364 233.0534 260.4589 232.3942 261.1714 238.4078 258.6562 239.9446 Z M 309.3746 233.461 308.0523 236.3976 310.5001 239.57 310.856 244.3897 309.9217 246.4024 305.8384 245.3394 308.2886 254.4828 310.8435 257.5461 306.5247 263.6293 307.9007 265.5807 306.6926 269.7203 303.7452 270.9175 301.4425 269.6478 299.148 269.8958 298.2113 271.8001 298.2667 274.0962 298.4376 281.4679 300.2711 282.4134 293.9191 285.7667 287.3926 291.4018 288.266 303.0894 286.2608 304.0178 285.5749 308.1212 284.9965 309.1934 282.0062 310.461 279.8901 309.9355 278.1924 307.3573 275.9126 306.1376 271.4355 305.44 268.7343 303.1035 266.6429 301.7163 264.423 303.3348 263.0733 308.2728 262.1095 308.662 257.8344 302.5547 253.8919 299.5748 253.686 299.2702 252.6926 297.6438 250.1419 290.4855 246.5557 288.6232 246.0631 286.0029 244.3209 283.6056 243.7029 279.4564 240.2042 279.5081 239.3466 281.995 236.5434 283.641 234.0998 280.0244 234.5244 276.939 237.0876 272.1856 238.4919 271.4918 242.3636 265.3128 242.3725 265.3131 242.374 265.3132 243.2962 263.4726 246.6424 261.0956 247.92 258.0728 248.5622 258.3629 249.0272 258.5633 249.0282 258.5425 249.0289 258.5287 250.2382 256.6881 250.9891 252.6606 254.2399 249.6623 254.912 247.095 254.9287 247.0596 254.9628 246.9875 254.2874 245.3202 259.8705 242.0765 261.9365 242.5032 263.5359 241.0826 263.54 241.0833 263.6175 241.0951 266.0716 241.1089 269.2302 244.5455 269.2723 244.5984 270.6971 242.9716 270.7062 242.9424 267.6692 239.2108 270.0166 237.7048 272.1093 239.7933 272.1326 239.7967 272.1639 239.8013 272.2889 239.7525 272.3443 239.7283 271.2225 232.6759 268.3635 231.2312 270.5504 225.2905 270.5551 225.266 270.5637 225.2218 268.9556 222.3235 269.0906 219.1074 271.3142 217.3993 268.4126 211.0665 266.0991 209.8047 268.9714 206.1893 272.8106 202.8227 279.7922 203.0627 282.7117 201.5538 286.9142 199.3911 286.8138 203.8753 286.645 211.7932 286.5292 218.1089 291.3105 220.2554 290.8109 222.8923 288.0006 224.8609 289.5787 228.2563 295.5918 233.1439 300.8957 233.4022 302.9939 232.7309 309.3746 233.461 Z",pathSmall:"M 45.341 52.8894 44.9677 52.6434 44.6185 51.9155 44.9516 51.4916 45.7067 51.3578 45.8512 52.5776 45.341 52.8894 Z M 55.6287 51.5742 55.3605 52.1699 55.857 52.8134 55.9292 53.791 55.7397 54.1993 54.9115 53.9836 55.4085 55.8383 55.9267 56.4597 55.0507 57.6936 55.3298 58.0894 55.0847 58.9291 54.4869 59.1719 54.0198 58.9144 53.5544 58.9647 53.3644 59.3509 53.3756 59.8167 53.4103 61.3119 53.7822 61.5037 52.4938 62.1839 51.1699 63.3269 51.3471 65.6976 50.9403 65.886 50.8012 66.7183 50.6839 66.9358 50.0773 67.1929 49.6481 67.0863 49.3038 66.5634 48.8413 66.316 47.9332 66.1745 47.3853 65.7005 46.961 65.4191 46.5108 65.7474 46.237 66.7491 46.0415 66.828 45.1743 65.5892 44.3746 64.9848 44.3329 64.923 44.1314 64.5931 43.614 63.1411 42.8866 62.7633 42.7866 62.2318 42.4332 61.7456 42.3079 60.9039 41.5982 60.9144 41.4243 61.4189 40.8557 61.7527 40.36 61.0191 40.4461 60.3933 40.966 59.4291 41.2509 59.2884 42.0362 58.035 42.038 58.0351 42.0383 58.0351 42.2254 57.6618 42.9041 57.1796 43.1633 56.5665 43.2935 56.6253 43.3879 56.666 43.3881 56.6618 43.3882 56.659 43.6335 56.2856 43.7858 55.4687 44.4452 54.8605 44.5816 54.3397 44.5849 54.3326 44.5919 54.3179 44.4548 53.9797 45.5873 53.3218 46.0064 53.4084 46.3308 53.1202 46.3317 53.1203 46.3474 53.1227 46.8452 53.1255 47.4859 53.8226 47.4944 53.8333 47.7834 53.5034 47.7852 53.4974 47.1692 52.7405 47.6454 52.435 48.0698 52.8587 48.0746 52.8594 48.0809 52.8603 48.1063 52.8504 48.1175 52.8455 47.89 51.415 47.31 51.1219 47.7536 49.9169 47.7546 49.9119 47.7563 49.903 47.4302 49.3151 47.4575 48.6627 47.9086 48.3163 47.32 47.0317 46.8507 46.7758 47.4334 46.0424 48.2121 45.3596 49.6283 45.4082 50.2204 45.1022 51.0729 44.6635 51.0525 45.5731 51.0183 47.1791 50.9948 48.4602 51.9646 48.8956 51.8633 49.4305 51.2932 49.8298 51.6133 50.5185 52.833 51.5099 53.9089 51.5623 54.3345 51.4261 55.6287 51.5742 Z"},"municipality.615":{name:"Pudasjärvi",type:"land",parent:"county.17",children:[],neighbours:["municipality.832","municipality_139_208_244_317_425_436_483_494_535_563_564_625_626_630_678_69_691_71_72_746_748_785_791_859_889_9.977"],weight:6,center:[305.9638,217.6697],pathLarge:"M 310.7476 194.2459 312.9054 194.771 315.3123 192.9995 317.3934 199.1823 317.4771 202.0788 318.6968 207.2182 317.8984 214.0339 318.8002 217.6747 321.9155 218.8002 325.0175 221.8222 325.5484 225.8464 322.2981 227.2549 321.3859 227.9921 320.3991 233.3118 315.954 231.9925 314.0822 233.266 309.3746 233.461 302.9939 232.7309 300.8957 233.4022 295.5918 233.1439 289.5787 228.2563 288.0006 224.8609 290.8109 222.8923 291.3105 220.2554 286.5292 218.1089 286.645 211.7932 286.8138 203.8753 299.5418 205.1233 305.0166 202.7993 310.7476 194.2459 Z",pathSmall:"M 55.9072 43.6198 56.3449 43.7263 56.8331 43.367 57.2553 44.6211 57.2723 45.2087 57.5197 46.2511 57.3577 47.6336 57.5406 48.3721 58.1725 48.6004 58.8018 49.2134 58.9094 50.0297 58.2501 50.3154 58.0651 50.4649 57.865 51.544 56.9633 51.2764 56.5836 51.5347 55.6287 51.5742 54.3345 51.4261 53.9089 51.5623 52.833 51.5099 51.6133 50.5185 51.2932 49.8298 51.8633 49.4305 51.9646 48.8956 50.9948 48.4602 51.0183 47.1791 51.0525 45.5731 53.6343 45.8262 54.7448 45.3548 55.9072 43.6198 Z"},"municipality.832":{name:"Taivalkoski",type:"land",parent:"county.17",children:[],neighbours:["municipality.305","municipality.615"],weight:3,center:[327.952,212.5446],pathLarge:"M 345.5372 212.8642 343.7658 216.2241 340.705 216.32 334.7827 219.1736 334.1439 224.0233 325.5484 225.8464 325.0175 221.8222 321.9155 218.8002 318.8002 217.6747 317.8984 214.0339 318.6968 207.2182 317.4771 202.0788 317.3934 199.1823 324.7279 199.6369 326.2456 200.2461 331.6874 198.0309 332.7671 198.3901 334.3169 202.8631 334.5419 207.4678 336.1275 209.0763 338.4198 209.31 339.9512 207.0686 341.826 209.7426 345.5372 212.8642 Z",pathSmall:"M 62.964 47.3964 62.6047 48.0779 61.9838 48.0973 60.7825 48.6762 60.653 49.6599 58.9094 50.0297 58.8018 49.2134 58.1725 48.6004 57.5406 48.3721 57.3577 47.6336 57.5197 46.2511 57.2723 45.2087 57.2553 44.6211 58.743 44.7134 59.0508 44.8369 60.1547 44.3876 60.3737 44.4605 60.688 45.3678 60.7337 46.3018 61.0553 46.628 61.5203 46.6754 61.8309 46.2208 62.2112 46.7632 62.964 47.3964 Z"},"municipality.305":{name:"Kuusamo",type:"land",parent:"county.17",children:[],neighbours:["municipality.832"],weight:6,center:[345.8894,193.365],pathLarge:"M 356.0146 213.4284 352.0413 213.1988 351.1978 214.031 347.6004 212.675 345.5372 212.8642 341.826 209.7426 339.9512 207.0686 338.4198 209.31 336.1275 209.0763 334.5419 207.4678 334.3169 202.8631 332.7671 198.3901 331.6874 198.0309 330.0689 193.4108 330.9527 190.7326 335.9487 190.6864 335.8283 188.4028 333.5859 187.5135 336.1208 182.1692 335.6195 178.9293 332.5958 178.1783 331.7516 173.1261 333.8839 171.6272 334.3398 168.2227 344.8938 171.5072 344.838 170.37 350.707 170.1487 353.5964 177.6891 357.9023 184.0506 359.6196 190.8672 361.1593 194.6935 363.0112 205.1275 360.6276 203.9515 355.0991 206.9673 357.9861 210.4014 356.0146 213.4284 Z",pathSmall:"M 65.0892 47.5108 64.2833 47.4642 64.1122 47.633 63.3825 47.358 62.964 47.3964 62.2112 46.7632 61.8309 46.2208 61.5203 46.6754 61.0553 46.628 60.7337 46.3018 60.688 45.3678 60.3737 44.4605 60.1547 44.3876 59.8264 43.4505 60.0057 42.9072 61.019 42.8978 60.9946 42.4346 60.5398 42.2542 61.0539 41.1702 60.9523 40.513 60.3389 40.3607 60.1677 39.3359 60.6002 39.0319 60.6927 38.3413 62.8335 39.0075 62.8221 38.7769 64.0126 38.732 64.5987 40.2615 65.4721 41.5518 65.8204 42.9345 66.1328 43.7106 66.5084 45.8271 66.0249 45.5885 64.9035 46.2002 65.4891 46.8968 65.0892 47.5108 Z"},"municipality.751":{name:"Simo",type:"land",parent:"county.19",children:[],neighbours:["municipality.240","municipality.241","municipality.845","municipality.683"],weight:2,center:[272.0451,198.3293],pathLarge:"M 266.0991 209.8047 262.4382 206.166 258.4124 206.2926 258.4082 206.2726 258.4874 206.1668 258.5453 206.213 259.7859 204.6391 264.1809 198.7047 269.2723 194.1146 269.3082 192.5416 273.6982 186.7934 275.5192 185.52 279.6143 186.8951 281.0923 190.3222 277.8703 195.9778 282.7117 201.5538 279.7922 203.0627 272.8106 202.8227 268.9714 206.1893 266.0991 209.8047 Z",pathSmall:"M 46.8507 46.7758 46.1082 46.0377 45.2916 46.0634 45.2907 46.0593 45.3068 46.0379 45.3185 46.0473 45.5702 45.728 46.4617 44.5243 47.4944 43.5932 47.5017 43.2741 48.3921 42.1082 48.7615 41.8499 49.5922 42.1288 49.892 42.8239 49.2384 43.9711 50.2204 45.1022 49.6283 45.4082 48.2121 45.3596 47.4334 46.0424 46.8507 46.7758 Z"},"municipality.683":{name:"Ranua",type:"land",parent:"county.19",children:[],neighbours:["municipality.614","municipality.751","municipality.845","municipality.698"],weight:4,center:[295.9102,193.4971],pathLarge:"M 307.7881 182.0225 308.0686 184.6028 311.7382 186.3751 311.5844 192.6041 310.7476 194.2459 305.0166 202.7993 299.5418 205.1233 286.8138 203.8753 286.9142 199.3911 282.7117 201.5538 277.8703 195.9778 281.0923 190.3222 279.6143 186.8951 285.2232 184.4524 285.4524 183.7427 292.3148 180.8265 292.9453 182.4405 295.7152 181.1662 295.0389 177.9533 301.2474 177.6199 304.7316 181.8967 307.7881 182.0225 Z",pathSmall:"M 55.3069 41.1404 55.3638 41.6638 56.1082 42.0233 56.077 43.2868 55.9072 43.6198 54.7448 45.3548 53.6343 45.8262 51.0525 45.5731 51.0729 44.6635 50.2204 45.1022 49.2384 43.9711 49.892 42.8239 49.5922 42.1288 50.7299 41.6333 50.7764 41.4894 52.1683 40.8979 52.2962 41.2252 52.8581 40.9667 52.7209 40.3151 53.9802 40.2474 54.687 41.1149 55.3069 41.1404 Z"},"municipality.614":{name:"Posio",type:"land",parent:"county.19",children:[],neighbours:["municipality.683","municipality.698","municipality.320","municipality.732"],weight:4,center:[322.6268,185.0637],pathLarge:"M 331.6874 198.0309 326.2456 200.2461 324.7279 199.6369 317.3934 199.1823 315.3123 192.9995 312.9054 194.771 310.7476 194.2459 311.5844 192.6041 311.7382 186.3751 308.0686 184.6028 307.7881 182.0225 307.5877 175.8185 310.6505 177.7741 314.2322 173.187 317.6405 171.0647 321.1625 171.6164 324.0728 170.9942 325.7226 171.5268 328.8029 168.0756 334.3398 168.2227 333.8839 171.6272 331.7516 173.1261 332.5958 178.1783 335.6195 178.9293 336.1208 182.1692 333.5859 187.5135 335.8283 188.4028 335.9487 190.6864 330.9527 190.7326 330.0689 193.4108 331.6874 198.0309 Z",pathSmall:"M 60.1547 44.3876 59.0508 44.8369 58.743 44.7134 57.2553 44.6211 56.8331 43.367 56.3449 43.7263 55.9072 43.6198 56.077 43.2868 56.1082 42.0233 55.3638 41.6638 55.3069 41.1404 55.2663 39.882 55.8876 40.2787 56.6141 39.3482 57.3054 38.9178 58.0198 39.0297 58.6101 38.9035 58.9448 39.0115 59.5696 38.3115 60.6927 38.3413 60.6002 39.0319 60.1677 39.3359 60.3389 40.3607 60.9523 40.513 61.0539 41.1702 60.5398 42.2542 60.9946 42.4346 61.019 42.8978 60.0057 42.9072 59.8264 43.4505 60.1547 44.3876 Z"},"municipality.240":{name:"Kemi",type:"land",parent:"county.19",children:[],neighbours:["municipality.241","municipality.751"],weight:1,center:[257.2314,202.6722],pathLarge:"M 258.4082 206.2726 258.3941 206.2085 257.0743 203.7603 254.3799 201.3313 256.1421 199.9878 256.1392 199.9765 256.1393 199.9766 258.3274 201.3446 259.7859 204.6391 258.5453 206.213 258.4874 206.1668 258.4082 206.2726 Z",pathSmall:"M 45.2907 46.0593 45.2878 46.0463 45.0202 45.5497 44.4736 45.057 44.8311 44.7845 44.8305 44.7822 44.8305 44.7823 45.2743 45.0597 45.5702 45.728 45.3185 46.0473 45.3068 46.0379 45.2907 46.0593 Z"},"municipality.241":{name:"Keminmaa",type:"land",parent:"county.19",children:[],neighbours:["municipality.845","municipality.751","municipality.240","municipality.851"],weight:1,center:[259.5496,196.6874],pathLarge:"M 256.1392 199.9765 256.1384 199.9728 254.1094 200.7775 254.3311 200.2466 254.3399 199.999 254.3232 199.9982 254.3231 199.9979 254.3194 199.9836 254.3499 199.9174 254.4103 199.8594 254.5291 199.6086 254.4957 199.2002 254.872 199.0881 255.8479 196.7479 255.8813 188.8916 259.75 192.2078 265.809 191.8223 269.3082 192.5416 269.2723 194.1146 264.1809 198.7047 259.7859 204.6391 258.3274 201.3446 256.1393 199.9766 256.1392 199.9765 Z",pathSmall:"M 44.8305 44.7822 44.8303 44.7815 44.4188 44.9447 44.4637 44.837 44.4655 44.7868 44.4621 44.7866 44.4614 44.7837 44.4675 44.7702 44.4798 44.7585 44.5039 44.7076 44.4971 44.6248 44.5734 44.602 44.7714 44.1273 44.7782 42.5338 45.5629 43.2064 46.7919 43.1282 47.5017 43.2741 47.4944 43.5932 46.4617 44.5243 45.5702 45.728 45.2743 45.0597 44.8305 44.7823 44.8305 44.7822 Z"},"municipality.851":{name:"Tornio",type:"land",parent:"county.19",children:[],neighbours:["municipality.976","municipality.845","municipality.241"],weight:1,center:[251.3354,188.4495],pathLarge:"M 244.5421 182.0033 244.4996 180.539 261.7007 175.0663 255.8813 181.6629 255.8813 188.8916 255.8479 196.7479 254.872 199.0881 254.4957 199.2002 254.5291 199.6086 254.4103 199.8594 254.3499 199.9174 254.3194 199.9836 254.3231 199.9979 254.3232 199.9982 254.3219 199.9978 250.1619 199.5294 247.1178 192.1828 247.0578 189.8746 245.2026 186.2884 244.5421 182.0033 Z",pathSmall:"M 42.4781 41.1366 42.4695 40.8395 45.9586 39.7295 44.7782 41.0675 44.7782 42.5338 44.7714 44.1273 44.5734 44.602 44.4971 44.6248 44.5039 44.7076 44.4798 44.7585 44.4675 44.7702 44.4614 44.7837 44.4621 44.7866 44.4619 44.7866 43.618 44.6915 43.0006 43.2014 42.9884 42.7332 42.6121 42.0057 42.4781 41.1366 Z"},"municipality.976":{name:"Ylitornio",type:"land",parent:"county.19",children:[],neighbours:["municipality.854","municipality.698","municipality.851"],weight:2,center:[254.1065,171.8797],pathLarge:"M 243.5908 165.5124 246.1994 168.2289 252.9793 164.3643 257.2102 160.3893 260.4834 156.3168 263.3542 155.0283 265.9878 155.6055 266.7141 168.589 261.8857 174.8376 261.7007 175.0663 244.4996 180.539 244.5421 182.0033 241.5014 180.5394 240.2554 175.5635 241.1684 172.1523 240.8113 168.2318 243.5908 165.5124 Z",pathSmall:"M 42.2852 37.7915 42.8143 38.3426 44.1895 37.5587 45.0477 36.7524 45.7117 35.9263 46.294 35.6649 46.8282 35.782 46.9755 38.4156 45.9961 39.6831 45.9586 39.7295 42.4695 40.8395 42.4781 41.1366 41.8613 40.8396 41.6086 39.8303 41.7938 39.1384 41.7214 38.3431 42.2852 37.7915 Z"},"municipality.845":{name:"Tervola",type:"land",parent:"county.19",children:[],neighbours:["municipality.698","municipality.683","municipality.751","municipality.241","municipality.851"],weight:2,center:[265.3281,185.87],pathLarge:"M 285.4524 183.7427 285.2232 184.4524 279.6143 186.8951 275.5192 185.52 273.6982 186.7934 269.3082 192.5416 265.809 191.8223 259.75 192.2078 255.8813 188.8916 255.8813 181.6629 261.7007 175.0663 261.8857 174.8376 271.8047 181.0853 279.9326 181.0866 285.4524 183.7427 Z",pathSmall:"M 50.7764 41.4894 50.7299 41.6333 49.5922 42.1288 48.7615 41.8499 48.3921 42.1082 47.5017 43.2741 46.7919 43.1282 45.5629 43.2064 44.7782 42.5338 44.7782 41.0675 45.9586 39.7295 45.9961 39.6831 48.0081 40.9503 49.6567 40.9506 50.7764 41.4894 Z"},"municipality.854":{name:"Pello",type:"land",parent:"county.19",children:[],neighbours:["municipality.273","municipality.698","municipality.976"],weight:2,center:[252.1675,155.5446],pathLarge:"M 244.4692 143.4054 244.4488 143.3921 244.4938 143.3354 244.4121 143.1258 251.3179 143.1604 252.1017 144.0371 264.1101 147.0054 265.9878 155.6055 263.3542 155.0283 260.4834 156.3168 257.2102 160.3893 252.9793 164.3643 246.1994 168.2289 243.5908 165.5124 244.8051 163.893 245.1497 159.4947 246.0973 156.3322 245.7227 154.2745 247.9288 151.728 245.8064 145.4806 244.4692 143.4054 Z",pathSmall:"M 42.4633 33.3074 42.4592 33.3046 42.4683 33.2932 42.4518 33.2506 43.8525 33.2577 44.0115 33.4355 46.4473 34.0376 46.8282 35.782 46.294 35.6649 45.7117 35.9263 45.0477 36.7524 44.1895 37.5587 42.8143 38.3426 42.2852 37.7915 42.5315 37.4631 42.6014 36.5709 42.7936 35.9294 42.7176 35.512 43.1651 34.9955 42.7346 33.7283 42.4633 33.3074 Z"},"municipality.698":{name:"Rovaniemi",type:"land",parent:"county.19",children:[],neighbours:["municipality.261","municipality.758","municipality.320","municipality.614","municipality.683","municipality.845","municipality.976","municipality.854","municipality.273"],weight:8,center:[281.0565,164.1452],pathLarge:"M 307.5877 175.8185 307.7881 182.0225 304.7316 181.8967 301.2474 177.6199 295.0389 177.9533 295.7152 181.1662 292.9453 182.4405 292.3148 180.8265 285.4524 183.7427 279.9326 181.0866 271.8047 181.0853 261.8857 174.8376 266.7141 168.589 265.9878 155.6055 264.1101 147.0054 262.0428 136.9868 264.3147 135.9046 273.1181 137.3685 283.0901 139.0337 290.1212 144.9852 291.4914 146.8399 294.1129 147.4 293.2099 147.7821 296.609 152.9498 297.6337 162.5975 297.3008 164.5464 306.0113 174.8121 307.5877 175.8185 Z",pathSmall:"M 55.2663 39.882 55.3069 41.1404 54.687 41.1149 53.9802 40.2474 52.7209 40.3151 52.8581 40.9667 52.2962 41.2252 52.1683 40.8979 50.7764 41.4894 49.6567 40.9506 48.0081 40.9503 45.9961 39.6831 46.9755 38.4156 46.8282 35.782 46.4473 34.0376 46.028 32.0054 46.4888 31.7859 48.2745 32.0828 50.2972 32.4206 51.7234 33.6278 52.0013 34.004 52.5331 34.1176 52.3499 34.1951 53.0394 35.2433 53.2472 37.2003 53.1797 37.5956 54.9465 39.6779 55.2663 39.882 Z"},"municipality.320":{name:"Kemijärvi",type:"land",parent:"county.19",children:[],neighbours:["municipality.583","municipality.732","municipality.614","municipality.698"],weight:4,center:[310.2668,159.6722],pathLarge:"M 307.5877 175.8185 306.0113 174.8121 297.3008 164.5464 297.6337 162.5975 296.609 152.9498 293.2099 147.7821 294.1129 147.4 305.635 144.1413 308.9924 142.7695 310.2313 144.2851 313.5163 144.4018 318.9889 149.9778 320.1866 155.0438 322.4939 158.3004 324.1633 158.6321 324.8896 161.8891 322.8414 167.7743 324.0728 170.9942 321.1625 171.6164 317.6405 171.0647 314.2322 173.187 310.6505 177.7741 307.5877 175.8185 Z",pathSmall:"M 55.2663 39.882 54.9465 39.6779 53.1797 37.5956 53.2472 37.2003 53.0394 35.2433 52.3499 34.1951 52.5331 34.1176 54.8702 33.4566 55.5512 33.1784 55.8025 33.4858 56.4688 33.5095 57.5789 34.6405 57.8218 35.6681 58.2899 36.3286 58.6285 36.3959 58.7758 37.0566 58.3604 38.2503 58.6101 38.9035 58.0198 39.0297 57.3054 38.9178 56.6141 39.3482 55.8876 40.2787 55.2663 39.882 Z"},"municipality.732":{name:"Salla",type:"land",parent:"county.19",children:[],neighbours:["municipality.614","municipality.320","municipality.583","municipality.742"],weight:6,center:[331.9787,154.2862],pathLarge:"M 349.6289 106.4939 349.756 106.6048 356.1859 112.2 354.9883 119.2657 353.769 120.8634 350.2665 128.0725 348.0183 130.9766 340.5759 144.3393 339.9512 147.645 341.6922 153.3727 346.3357 160.7069 350.707 170.1487 344.838 170.37 344.8938 171.5072 334.3398 168.2227 328.8029 168.0756 325.7226 171.5268 324.0728 170.9942 322.8414 167.7743 324.8896 161.8891 324.1633 158.6321 322.4939 158.3004 320.1866 155.0438 318.9889 149.9778 320.2603 143.2825 322.5848 142.7987 327.4986 139.5112 333.2184 137.9144 337.5364 127.9637 337.591 126.3819 342.1902 119.0903 343.2507 115.8299 346.7119 112.195 348.2604 109.1684 348.7447 108.222 349.6288 106.4941 349.6289 106.4939 Z",pathSmall:"M 63.7939 25.8202 63.8197 25.8427 65.1239 26.9776 64.881 28.4109 64.6337 28.7349 63.9233 30.1972 63.4672 30.7863 61.9576 33.4968 61.8309 34.1673 62.1841 35.3291 63.1259 36.8168 64.0126 38.732 62.8221 38.7769 62.8335 39.0075 60.6927 38.3413 59.5696 38.3115 58.9448 39.0115 58.6101 38.9035 58.3604 38.2503 58.7758 37.0566 58.6285 36.3959 58.2899 36.3286 57.8218 35.6681 57.5789 34.6405 57.8368 33.2824 58.3083 33.1843 59.305 32.5175 60.4652 32.1936 61.3411 30.1752 61.3521 29.8543 62.2851 28.3753 62.5002 27.7139 63.2023 26.9766 63.5163 26.3627 63.6146 26.1708 63.7939 25.8203 63.7939 25.8202 Z"},"municipality.273":{name:"Kolari",type:"land",parent:"county.19",children:[],neighbours:["municipality.498","municipality.261","municipality.698","municipality.854"],weight:3,center:[251.7496,133.7452],pathLarge:"M 244.4488 143.3921 244.4484 143.3921 242.6549 140.1763 240.7092 135.1091 241.4801 130.5744 244.0996 130.0906 245.163 127.64 244.2571 125.343 245.163 123.2686 241.311 121.6331 251.0028 114.0322 254.637 114.5985 255.5546 121.2488 257.4581 127.7416 262.0428 136.9868 264.1101 147.0054 252.1017 144.0371 251.3179 143.1604 244.4121 143.1258 244.4938 143.3354 244.4488 143.3921 Z",pathSmall:"M 42.4592 33.3046 42.4591 33.3046 42.0953 32.6524 41.7007 31.6245 41.857 30.7047 42.3884 30.6066 42.6041 30.1095 42.4203 29.6436 42.6041 29.2228 41.8227 28.891 43.7886 27.3493 44.5258 27.4642 44.7119 28.8131 45.098 30.1301 46.028 32.0054 46.4473 34.0376 44.0115 33.4355 43.8525 33.2577 42.4518 33.2506 42.4683 33.2932 42.4592 33.3046 Z"},"municipality.498":{name:"Muonio",type:"land",parent:"county.19",children:[],neighbours:["municipality.47","municipality.261","municipality.273"],weight:2,center:[247.4745,108.6796],pathLarge:"M 238.7094 89.2966 238.6861 89.2445 238.6864 89.2442 239.3757 88.3311 246.5686 88.1553 247.3529 89.5804 252.8214 90.698 254.489 95.9311 252.9851 100.8121 254.637 114.5985 251.0028 114.0322 241.311 121.6331 238.9903 119.6541 241.6656 115.9687 240.9392 112.1591 241.0151 104.9983 241.776 102.2305 244.1758 100.707 244.4909 98.5647 240.3096 94.4701 238.7094 89.2966 Z",pathSmall:"M 41.295 22.3319 41.2903 22.3214 41.2903 22.3213 41.4302 22.1361 42.8892 22.1004 43.0483 22.3895 44.1575 22.6162 44.4958 23.6777 44.1907 24.6677 44.5258 27.4642 43.7886 27.3493 41.8227 28.891 41.352 28.4896 41.8946 27.7421 41.7473 26.9694 41.7627 25.5169 41.917 24.9554 42.4038 24.6464 42.4677 24.2119 41.6196 23.3813 41.295 22.3319 Z"},"municipality.261":{name:"Kittilä",type:"land",parent:"county.19",children:[],neighbours:["municipality.148","municipality.758","municipality.698","municipality.273","municipality.498","municipality.47"],weight:8,center:[268.3918,108.3833],pathLarge:"M 273.1181 137.3685 264.3147 135.9046 262.0428 136.9868 257.4581 127.7416 255.5546 121.2488 254.637 114.5985 252.9851 100.8121 254.489 95.9311 252.8214 90.698 253.6994 90.3668 259.0458 82.5313 263.4792 79.851 269.1327 79.4256 277.5253 83.6014 285.2765 85.2837 283.4443 93.625 285.5887 101.0454 280.4656 119.4724 280.7923 124.3729 275.7305 130.3586 273.1181 137.3685 Z",pathSmall:"M 48.2745 32.0828 46.4888 31.7859 46.028 32.0054 45.098 30.1301 44.7119 28.8131 44.5258 27.4642 44.1907 24.6677 44.4958 23.6777 44.1575 22.6162 44.3356 22.549 45.42 20.9597 46.3193 20.416 47.4661 20.3297 49.1684 21.1767 50.7407 21.5179 50.369 23.2099 50.804 24.7151 49.7648 28.4528 49.8311 29.4468 48.8044 30.6609 48.2745 32.0828 Z"},"municipality.758":{name:"Sodankylä",type:"land",parent:"county.19",children:[],neighbours:["municipality.742","municipality.583","municipality.698","municipality.261","municipality.148"],weight:12,center:[298.1338,112.7883],pathLarge:"M 328.1524 76.384 328.3058 76.9986 331.3361 88.832 331.3449 88.8362 318.1926 111.9028 317.1262 114.5365 309.8684 119.089 306.8564 125.0159 307.4306 127.9067 304.4595 129.0939 303.2206 137.071 294.1129 147.4 291.4914 146.8399 290.1212 144.9852 283.0901 139.0337 273.1181 137.3685 275.7305 130.3586 280.7923 124.3729 280.4656 119.4724 285.5887 101.0454 283.4443 93.625 285.2765 85.2837 289.0786 83.6394 311.5173 82.3442 324.4841 76.6665 326.3252 77.2595 327.4982 76.8553 327.4982 76.7019 327.9041 76.4607 328.0958 76.4361 328.1362 76.3886 328.1523 76.384 328.1524 76.384 Z",pathSmall:"M 59.4376 19.7127 59.4687 19.8374 60.0834 22.2377 60.0852 22.2385 57.4174 26.9174 57.2011 27.4516 55.7289 28.375 55.1179 29.5772 55.2344 30.1636 54.6318 30.4044 54.3805 32.0225 52.5331 34.1176 52.0013 34.004 51.7234 33.6278 50.2972 32.4206 48.2745 32.0828 48.8044 30.6609 49.8311 29.4468 49.7648 28.4528 50.804 24.7151 50.369 23.2099 50.7407 21.5179 51.5119 21.1844 56.0634 20.9217 58.6936 19.77 59.067 19.8903 59.3049 19.8083 59.3049 19.7772 59.3873 19.7283 59.4261 19.7233 59.4343 19.7137 59.4376 19.7127 Z"},"municipality.583":{name:"Pelkosenniemi",type:"land",parent:"county.19",children:[],neighbours:["municipality.742","municipality.732","municipality.320","municipality.758"],weight:2,center:[311.9169,138.4424],pathLarge:"M 318.9889 149.9778 313.5163 144.4018 310.2313 144.2851 308.9924 142.7695 305.635 144.1413 294.1129 147.4 303.2206 137.071 304.4595 129.0939 307.4306 127.9067 306.8564 125.0159 316.7208 130.5599 318.8239 135.4425 322.9673 137.8586 327.4986 139.5112 322.5848 142.7987 320.2603 143.2825 318.9889 149.9778 Z",pathSmall:"M 57.5789 34.6405 56.4688 33.5095 55.8025 33.4858 55.5512 33.1784 54.8702 33.4566 52.5331 34.1176 54.3805 32.0225 54.6318 30.4044 55.2344 30.1636 55.1179 29.5772 57.1188 30.7018 57.5454 31.6922 58.3859 32.1822 59.305 32.5175 58.3083 33.1843 57.8368 33.2824 57.5789 34.6405 Z"},"municipality.742":{name:"Savukoski",type:"land",parent:"county.19",children:[],neighbours:["municipality.732","municipality.583","municipality.758"],weight:6,center:[329.4384,115.777],pathLarge:"M 331.3449 88.8362 331.3986 88.8599 343.3016 94.1067 349.6152 106.4822 349.6289 106.4939 349.6288 106.4941 348.7447 108.222 348.2604 109.1684 346.7119 112.195 343.2507 115.8299 342.1902 119.0903 337.591 126.3819 337.5364 127.9637 333.2184 137.9144 327.4986 139.5112 322.9673 137.8586 318.8239 135.4425 316.7208 130.5599 306.8564 125.0159 309.8684 119.089 317.1262 114.5365 318.1926 111.9028 331.3449 88.8362 Z",pathSmall:"M 60.0852 22.2385 60.0961 22.2433 62.5105 23.3076 63.7911 25.8179 63.7939 25.8202 63.7939 25.8203 63.6146 26.1708 63.5163 26.3627 63.2023 26.9766 62.5002 27.7139 62.2851 28.3753 61.3521 29.8543 61.3411 30.1752 60.4652 32.1936 59.305 32.5175 58.3859 32.1822 57.5454 31.6922 57.1188 30.7018 55.1179 29.5772 55.7289 28.375 57.2011 27.4516 57.4174 26.9174 60.0852 22.2385 Z"},"municipality.47":{name:"Enontekiö",type:"land",parent:"county.19",children:[],neighbours:["municipality.498","municipality.261","municipality.148"],weight:8,center:[245.5318,76.7194],pathLarge:"M 238.6861 89.2445 238.6819 89.2341 236.1521 89.0166 236.5796 85.3791 235.3499 82.1984 232.8588 80.514 231.0519 77.602 225.5067 74.9538 223.617 72.9349 218.3701 72.5811 216.1511 67.5351 213.0575 66.6971 212.0257 63.5743 208.7495 61.6241 208.8274 59.2926 202.6264 51.9118 200.9845 51.4284 201.45 48.7685 199.4756 45.0552 195.9269 43.4388 198.9285 40.9739 204.169 45.3956 205.3112 42.352 203.7156 38.0678 205.7775 35.0991 209.027 32.9985 214.5718 35.1404 215.9107 38.1915 222.4152 50.7337 222.5468 52.4952 224.6996 56.9294 224.8879 62.0979 227.6899 61.0152 231.9733 63.9668 236.1104 64.1552 237.9927 67.1072 242.7936 64.4335 246.7482 64.0327 248.7547 58.8625 252.2517 58.6571 253.6944 60.9294 257.3535 64.0018 262.4787 65.8629 265.3565 68.1027 267.2617 71.9606 269.1327 79.4256 263.4792 79.851 259.0458 82.5313 253.6994 90.3668 252.8214 90.698 247.3529 89.5804 246.5686 88.1553 239.3757 88.3311 238.6864 89.2442 238.6861 89.2445 Z",pathSmall:"M 41.2903 22.3214 41.2894 22.3193 40.7763 22.2751 40.863 21.5373 40.6136 20.8921 40.1083 20.5505 39.7418 19.9598 38.617 19.4226 38.2337 19.0131 37.1694 18.9413 36.7193 17.9178 36.0918 17.7478 35.8825 17.1144 35.218 16.7188 35.2338 16.2459 33.9759 14.7488 33.6429 14.6507 33.7373 14.1112 33.3368 13.358 32.617 13.0301 33.2258 12.5301 34.2888 13.4271 34.5205 12.8097 34.1969 11.9407 34.6151 11.3385 35.2742 10.9124 36.3989 11.3469 36.6705 11.9658 37.9899 14.5098 38.0166 14.8671 38.4533 15.7666 38.4915 16.8149 39.0598 16.5953 39.9287 17.194 40.7678 17.2322 41.1496 17.831 42.1235 17.2887 42.9256 17.2074 43.3326 16.1587 44.0419 16.117 44.3346 16.5779 45.0768 17.2011 46.1164 17.5786 46.7001 18.0329 47.0866 18.8155 47.4661 20.3297 46.3193 20.416 45.42 20.9597 44.3356 22.549 44.1575 22.6162 43.0483 22.3895 42.8892 22.1004 41.4302 22.1361 41.2903 22.3213 41.2903 22.3214 Z"},"municipality.148":{name:"Inari",type:"land",parent:"county.19",children:[],neighbours:["municipality.890","municipality.758","municipality.261","municipality.47"],weight:17,center:[303.8981,56.3714],pathLarge:"M 282.0212 44.7968 282.0208 44.7906 284.2419 43.5196 288.8286 40.9052 306.7747 30.7586 308.0528 29.2639 317.3104 25.4889 320.3353 21.0747 324.2108 12.177 325.4288 13.5822 337.3147 18.9528 340.9859 28.9155 339.2007 32.7343 333.1146 40.9927 332.8313 46.2507 334.9786 48.9527 327.9112 54.8112 327.4965 56.8985 333.0917 57.5003 331.6866 63.9114 327.2998 72.9732 328.1504 76.3761 328.1524 76.384 328.1523 76.384 328.1362 76.3886 328.0958 76.4361 327.9041 76.4607 327.4982 76.7019 327.4982 76.8553 326.3252 77.2595 324.4841 76.6665 311.5173 82.3442 289.0786 83.6394 285.2765 85.2837 277.5253 83.6014 269.1327 79.4256 267.2617 71.9606 267.5725 69.6128 271.0579 67.9689 271.9122 60.7177 274.6208 57.8349 277.4344 55.9839 280.3514 56.0122 282.032 49.7886 282.0212 44.7968 Z",pathSmall:"M 50.0804 13.3056 50.0803 13.3043 50.5308 13.0465 51.4612 12.5162 55.1014 10.4581 55.3606 10.1549 57.2384 9.3892 57.852 8.4938 58.6381 6.689 58.8852 6.974 61.2961 8.0634 62.0408 10.0842 61.6787 10.8588 60.4442 12.534 60.3867 13.6005 60.8223 14.1486 59.3887 15.3369 59.3046 15.7603 60.4395 15.8824 60.1545 17.1828 59.2647 19.0209 59.4372 19.7111 59.4376 19.7127 59.4343 19.7137 59.4261 19.7233 59.3873 19.7283 59.3049 19.7772 59.3049 19.8083 59.067 19.8903 58.6936 19.77 56.0634 20.9217 51.5119 21.1844 50.7407 21.5179 49.1684 21.1767 47.4661 20.3297 47.0866 18.8155 47.1496 18.3393 47.8566 18.0058 48.0299 16.535 48.5793 15.9502 49.15 15.5748 49.7417 15.5805 50.0826 14.3181 50.0804 13.3056 Z"},"municipality.890":{name:"Utsjoki",type:"land",parent:"county.19",children:[],neighbours:["municipality.148"],weight:5,center:[301.0199,22.5778],pathLarge:"M 282.0208 44.7906 282.0199 44.7806 281.3561 42.1311 282.2416 36.8314 283.9822 33.1806 283.4226 31.4558 284.6256 27.1203 286.3237 23.337 285.0503 20.6567 286.8817 18.1777 288.9844 17.4493 290.738 13.916 293.0874 12.0404 294.365 8.1745 297.8458 7.0852 303.4543 9.5788 307.774 7.3386 309.75 4.4679 311.2677 4.3012 312.6645 1.8693 318.0888 1 318.5506 4.6258 321.4375 8.9084 324.4195 10.7094 324.2108 12.177 320.3353 21.0747 317.3104 25.4889 308.0528 29.2639 306.7747 30.7586 288.8286 40.9052 284.2419 43.5196 282.0208 44.7906 Z",pathSmall:"M 50.0803 13.3043 50.0801 13.3023 49.9455 12.7649 50.1251 11.6899 50.4782 10.9493 50.3646 10.5995 50.6087 9.7201 50.9531 8.9527 50.6948 8.409 51.0663 7.9062 51.4928 7.7584 51.8485 7.0417 52.325 6.6613 52.5842 5.8771 53.2902 5.6562 54.4279 6.162 55.3041 5.7076 55.7049 5.1253 56.0127 5.0915 56.2961 4.5982 57.3963 4.4218 57.49 5.1573 58.0756 6.026 58.6805 6.3913 58.6381 6.689 57.852 8.4938 57.2384 9.3892 55.3606 10.1549 55.1014 10.4581 51.4612 12.5162 50.5308 13.0465 50.0803 13.3043 Z"},"sea_region.B5E":{name:"Suomenlahden itäosa",type:"sea",parent:"",children:[],neighbours:[],weight:1,center:[309.1433,471.6305],pathLarge:"M 279.4612 487.3647 279.9153 457.2252 279.9176 457.0708 279.9202 456.9013 279.9218 456.7955 279.9259 456.5243 279.933 456.054 279.9356 455.8814 279.9909 452.2233 278.068 451.3781 278.1408 448.0043 278.2389 446.5182 279.8841 447.3445 299.6155 439.9951 312.423 440.4514 315.4861 438.0143 319.6651 442.7226 322.8218 445.7107 329.3288 445.7241 331.1776 443.3938 333.8425 441.7912 334.8567 439.4242 340.2379 436.6312 341.3763 441.087 342.0471 447.1871 341.2483 449.1499 339.0309 449.6638 339.6484 452.1703 347.7357 456.6941 349.9283 460.7172 352.497 461.5001 359.6465 461.1004 363.3261 459.4104 367.3135 460.1067 370.6995 461.629 370.5458 463.9775 371.9392 467.7812 377.5428 468.3313 378.4021 471.9007 377.1086 473.274 373.5837 474.587 366.7723 471.6935 357.2024 469.7729 352.4354 469.5997 350.9015 470.8983 351.1156 475.0634 349.3787 477.7207 346.1006 479.3208 343.2661 479.6293 342.1593 478.2147 337.6114 477.115 336.7848 478.7915 336.4956 484.4535 332.0027 484.3479 330.9365 480.0752 329.2381 479.0387 326.6282 483.7221 328.7354 488.0736 327.6616 494.2045 326.115 496.3565 321.8541 497.6447 320.5281 496.8261 316.8466 496.738 312.0523 495.2894 302.2354 495.9384 300.7701 495.325 293.8998 490.4923 291.3222 492.0107 285.7079 488.9285 282.0085 488.7673 279.4612 487.3647 Z",pathSmall:"M 49.107 103.7029 49.554 103.5473 49.6686 95.948 49.2785 95.7765 49.2933 95.0922 49.3132 94.7907 49.6469 94.9584 53.6492 93.4676 56.2471 93.5602 56.8684 93.0658 58.7984 93.6312 60.3112 93.3612 60.659 92.604 61.705 91.671 62.7699 91.643 62.697 95.4645 64.1813 96.8756 65.5288 96.6476 67.8983 97.0983 68.68 98.3371 69.0515 98.5018 70.0868 99.1793 69.6473 101.3859 65.1381 101.0276 64.4295 101.7788 61.9838 103.1206 60.7273 104.7848 59.9388 102.5351 59.8257 102.8226 60.0787 105.8545 58.2805 106.1756 55.0242 106.1993 52.7745 105.2171 51.4304 104.7181 49.0899 104.4925 49.107 103.7029 Z"},"sea_region.B5W":{name:"Suomenlahden länsiosa",type:"sea",parent:"",children:[],neighbours:[],weight:3,center:[244.0625,481.2861],pathLarge:"M 209.4955 475.037 214.2139 473.4631 215.4804 470.2109 217.2316 464.2372 217.9027 461.9382 221.2869 463.905 222.4409 462.3014 223.4828 462.9596 223.2215 464.6709 222.9693 467.6856 268.0894 452.7774 273.0923 449.1752 276.9571 449.8978 277.7117 451.2211 278.068 451.3781 279.9153 457.2252 279.4612 487.3647 275.3291 489.7171 274.3746 487.0323 272.5285 484.8056 271.186 489.3769 268.8584 490.4021 266.0216 492.9684 260.3862 491.3156 257.9149 492.1738 253.9758 492.1862 253.1936 489.8462 250.9091 490.6659 251.8735 492.9034 250.9523 494.5901 240.663 492.9348 240.0538 495.1985 237.2013 496.5207 236.838 499.017 234.7868 500.4745 230.4962 502.0132 227.5911 501.0616 221.7989 504.0147 220.0858 504.0333 220.4874 509.6495 217.9171 510.488 217.4195 513.3531 216.108 513.5042 214.5428 512.2458 211.2564 511.4287 210.9944 514.0825 207.12 514.5094 209.4955 475.037 Z",pathSmall:"M 35.3726 100.5205 36.3263 100.2563 36.5832 99.5966 36.9385 98.3849 37.0746 97.9185 37.761 98.3175 37.9951 97.9922 38.2064 98.1257 38.1534 98.4728 38.1023 99.0844 47.2544 96.0604 48.2692 95.3297 49.0532 95.4763 49.2062 95.7447 49.2785 95.7765 49.6686 95.948 49.554 103.5473 49.107 103.7029 46.7183 104.5215 44.1854 104.9263 41.5365 105.5048 40.4868 106.3726 37.804 106.8009 37.7207 108.0258 37.2076 108.3208 34.8874 108.5821 35.3726 100.5205 Z"},"sea_region.B7E":{name:"Pohjois-Itämeren itäosa",type:"sea",parent:"",children:[],neighbours:[],weight:109,center:[180,500],pathLarge:"M 144.4154 539.8294 151.1801 470.2272 162.3038 471.2643 162.3556 471.2689 176.7737 472.492 177.388 472.8797 177.6288 472.5603 194.1242 473.784 194.2842 473.795 194.8826 473.836 194.9923 473.8435 195.884 473.9041 195.9614 473.9094 196.0309 473.914 196.1172 473.9199 196.301 473.9323 196.4314 473.9411 207.7543 474.6615 209.4955 475.037 207.12 514.5094 210.9944 514.0825 214.3512 514.9604 216.108 513.5042 217.4195 513.3531 220.4243 516.4938 218.4815 516.993 218.0053 518.9785 220.3674 524.7003 224.6236 524.4427 224.6929 525.9048 220.9402 526.7322 218.4589 528.2532 218.999 532.0131 218.2013 533.9819 215.6623 534.0962 214.8627 530.0232 211.2479 528.2481 209.6703 529.0003 206.6317 532.2175 203.368 530.4404 201.3278 530.386 200.1013 532.4244 197.1987 532.0491 195.6546 529.2514 193.0071 531.8974 188.6416 532.254 184.8274 535.0596 182.7848 537.7858 181.8269 534.5674 179.6791 533.9417 179.368 536.7853 181.1645 539.9193 181.0186 541.8788 178.2523 542.7572 144.4154 539.8294 Z M 195.9316 527.1328 198.3376 526.6322 200.4881 521.9674 201.5137 523.4011 206.1211 520.21 207.6337 518.1442 203.8917 513.0261 200.7831 512.7231 200.2281 509.5711 197.5881 508.5093 197.2267 511.2299 195.8365 511.7175 192.5807 515.3413 184.0724 515.2935 187.9808 517.8709 191.8201 517.1418 193.1661 518.5858 193.7086 523.9872 195.9316 527.1328 Z",pathSmall:"M 22.1684 113.718 23.5406 99.5999 35.3726 100.5205 34.8874 108.5821 37.2076 108.3208 37.7207 108.0258 37.804 106.8009 39.3755 111.8171 37.9852 111.751 37.8416 112.3229 37.4399 111.8967 37.3041 112.5241 36.4943 112.5606 35.8215 112.3649 35.1355 112.762 30.8031 113.8318 30.6494 115.5782 29.5717 114.8271 29.0902 114.3163 22.1684 113.718 Z"},"sea_region.B7W":{name:"Pohjois-Itämeren länsiosa",type:"sea",parent:"",children:[],neighbours:[],weight:128,center:[120,510],pathLarge:"M 114.7336 466.0872 115.0296 466.1234 116.5756 466.3118 117.3667 466.4076 118.3066 466.5209 139.5745 468.9278 151.1801 470.2272 144.4154 539.8294 116.6658 536.8284 57.3188 528.9513 53.4585 526.6667 53.2826 523.8706 56.8429 523.3655 59.33 522.1836 54.1037 515.5254 51.4991 513.8048 48.2599 512.9835 43.8107 513.6232 43.659 510.8648 49.316 512.1983 59.3217 515.9516 62.5067 515.3681 62.4563 513.908 65.618 511.1694 68.6924 511.8975 73.9579 508.6963 78.7942 502.5427 80.0915 496.632 82.4166 497.8245 81.4369 503.9117 84.3833 507.2728 85.6708 507.3786 87.0833 503.3281 89.0829 499.6492 99.5097 496.1065 98.0321 494.5398 96.9542 488.555 93.8185 487.4976 92.3235 484.441 94.7306 484.263 100.3165 481.7286 102.7898 479.3534 107.255 476.9739 110.0242 472.5358 114.7498 470.8352 117.4002 471.6718 117.6907 469.3653 114.0354 468.3912 114.7336 466.0872 Z M 104.8128 482.4909 106.5984 479.8378 104.5699 479.1867 104.8128 482.4909 Z M 103.1564 485.1028 101.0338 484.348 100.0129 486.334 97.0565 485.8952 98.2143 489.0396 104.6007 490.1031 107.7919 488.6552 107.4165 486.7875 104.0394 486.5973 103.1564 485.1028 Z M 103.9824 492.0899 101.5984 489.9654 99.0859 490.0853 101.6336 493.2723 103.9824 492.0899 Z M 100.0965 498.8148 96.682 500.3909 98.0057 502.457 100.0965 498.8148 Z",pathSmall:"M 15.659 98.6998 21.1865 99.3363 23.5406 99.5999 22.1684 113.718 16.5397 113.1093 2.2592 111.1641 1 107.8596 1.8892 107.0378 4.74 107.5278 7.3913 106.5178 9.2357 103.1714 11.2925 100.7318 15.659 98.6998 Z"},"sea_region.B4W":{name:"Ahvenanmeri",type:"sea",parent:"",children:[],neighbours:[],weight:23,center:[119,445],align:"right",pathLarge:"M 98.2747 432.8199 105.8161 433.818 105.612 437.5967 107.9942 437.1644 107.1174 433.9863 142.8844 438.1614 139.5745 468.9278 118.3066 466.5209 118.7218 464.3484 115.9273 462.3149 114.0815 456.5902 114.2548 453.2481 112.6234 453.1644 109.7262 450.9729 108.4094 451.0754 105.6402 448.7817 106.4921 447.3387 109.3599 447.1564 106.4603 441.1372 105.203 441.1795 100.1456 436.9957 98.2747 432.8199 Z",pathSmall:"M 15.659 98.6998 15.6063 97.8575 15.324 96.8408 14.6381 97.0807 14.2782 96.3797 13.3226 94.0433 12.7647 93.0667 12.6381 91.9891 21.8579 93.0956 21.1865 99.3363 15.659 98.6998 Z"},"sea_region.B4E":{name:"Saaristomeri",type:"sea",parent:"",children:[],neighbours:[],weight:31,center:[173,460],pathLarge:"M 207.7543 474.6615 196.4314 473.9411 196.301 473.9323 196.1172 473.9199 195.884 473.9041 194.9923 473.8435 194.8826 473.836 194.2842 473.795 194.1242 473.784 177.6288 472.5603 177.5477 472.5538 177.1674 472.5235 176.7737 472.492 162.3556 471.2689 162.3038 471.2643 151.1801 470.2272 139.5745 468.9278 142.8844 438.1614 178.835 441.6668 180.7699 440.8349 180.1446 437.7821 182.1044 436.2978 185.6989 433.5215 186.4236 437.8255 194.4728 439.3916 197.2968 444.9746 205.4706 444.7572 213.2891 448.1587 214.6647 450.9145 217.2316 464.2372 215.4804 470.2109 214.2139 473.4631 209.5119 474.7659 Z",pathSmall:"M 29.4157 93.0187 29.8133 92.7177 30.5424 92.1545 30.6894 93.0275 32.3221 93.3452 32.8949 94.4776 34.5529 94.4336 36.1388 95.1235 36.4178 95.6825 36.9385 98.3849 36.5832 99.5966 36.3263 100.2563 35.3726 100.5205 23.5406 99.5999 21.1865 99.3363 21.8579 93.0956 29.2703 93.8169 29.5289 93.5944 29.4157 93.0187 Z"},"sea_region.B3S":{name:"Selkämeren eteläosa",type:"sea",parent:"",children:[],neighbours:[],weight:125,center:[133.7852,401.7671],pathLarge:"M 94.9943 361.7044 178.1721 371.8799 180.7449 369.9307 182.4297 375.9426 187.4346 393.4075 184.4029 400.6711 183.2607 411.0914 179.2041 416.1622 177.9133 426.2692 180.1446 437.7821 180.7025 440.6201 179.4278 441.7173 178.835 441.6668 142.8844 438.1614 98.2747 432.8199 98.3209 428.3894 96.6816 427.6223 89.411 430.5679 88.6266 427.3465 89.4134 424.372 86.4689 424.2804 82.7462 422.9886 82.1062 420.4722 83.8497 414.7274 81.0038 408.6367 83.5608 406.3514 82.0629 404.5654 83.3863 402.8854 83.0554 399.5236 84.3981 395.9508 83.865 394.0303 84.8305 391.1436 83.1694 387.4078 85.4551 384.1893 84.9875 380.9914 86.0796 377.7739 88.0191 377.1043 88.7259 374.4716 91.1535 375.8097 92.361 379.2023 94.0635 377.6296 94.3758 374.866 91.7684 373.6821 92.6093 369.7559 92.2127 364.5578 94.9943 361.7044 Z",pathSmall:"M 11.3084 77.4584 29.0454 79.6539 29.5375 79.2557 29.8792 80.4752 30.8944 84.0178 30.2795 85.4911 30.0478 87.6048 29.225 88.6333 28.9631 90.6834 29.4157 93.0187 29.5289 93.5944 29.2703 93.8169 21.8579 93.0956 12.6381 91.9891 12.2265 91.9321 10.913 92.4227 10.2496 91.3429 8.6272 90.2394 8.6665 87.2275 9.7265 80.3686 11.3084 77.4584 Z"},"sea_region.B3N":{name:"Selkämeren pohjoisosa",type:"sea",parent:"",children:[],neighbours:[],weight:54,center:[143.2849,338.9941],pathLarge:"M 151.6352 301.2458 178.5202 333.7273 179.7695 335.1835 182.6431 334.6226 185.1479 337.8652 184.836 376.1698 182.4297 375.9426 180.7449 369.9307 178.1721 371.8799 94.9943 361.7044 96.6737 355.9745 98.7027 353.3559 101.3099 351.6693 97.2796 349.6128 97.7563 347.781 96.2358 344.2115 96.996 341.2873 96.2987 338.7234 98.1912 338.462 100.3517 341.4332 102.6317 342.0785 104.5808 339.1677 106.4384 340.6278 107.8921 339.5762 109.7878 334.373 111.5148 330.8156 110.4734 323.3576 108.4455 317.274 109.2506 315.4933 109.0624 311.3371 106.872 308.7195 109.4532 311.5231 109.5516 314.6366 109.0733 317.3007 111.1025 321.0493 110.7107 324.8189 113.1268 324.207 114.7254 325.1196 114.6374 328.286 122.5471 324.1361 124.7843 319.1863 123.5049 317.3013 128.1567 310.2517 131.142 310.5052 133.7355 308.8213 135.9431 311.1015 138.5177 308.0881 139.2097 305.0877 141.5953 305.3771 142.7228 299.3562 146.465 299.9403 146.8965 294.7 149.4312 296.7545 150.1276 300.9752 151.6352 301.2458 Z M 112.0568 332.4624 113.5983 332.4203 115.2842 329.3791 112.661 328.8012 112.0568 332.4624 Z M 97.368 345.2938 99.405 345.1984 99.2669 340.6047 96.9969 339.3478 97.368 345.2938 Z M 109.4046 337.6737 112.2886 335.9713 109.7081 334.7365 109.4046 337.6737 Z",pathSmall:"M 11.3084 77.4584 11.855 75.4909 11.7721 72.3967 13.1553 70.8171 14.059 66.2827 14.713 64.89 15.8994 66.2535 16.8305 67.277 19.3924 65.1441 22.4078 62.554 23.42 63.2669 23.7244 63.7262 23.4799 65.1322 29.3396 72.2076 29.9225 72.0939 30.4306 72.7516 30.3673 80.5213 29.8792 80.4752 29.5375 79.2557 29.0454 79.6539 11.3084 77.4584 Z"},"sea_region.B2":{name:"Merenkurkku",type:"sea",parent:"",children:[],neighbours:[],weight:7,center:[173.0136,303.2831],pathLarge:"M 178.9812 276.4819 204.2092 304.4867 205.5433 305.9199 207.6602 311.1558 207.6602 311.1558 208.1716 312.4129 206.5282 316.4975 204.0379 317.2166 198.0719 322.4695 195.5409 318.3654 191.5912 320.147 192.3052 324.7125 189.4301 328.0799 187.5368 329.4226 183.3935 334.4751 182.6431 334.6226 179.7695 335.1835 178.5202 333.7273 151.6352 301.2458 153.2131 300.4207 152.4401 297.4723 154.0171 296.8378 156.5326 293.7041 158.7818 292.5158 163.6652 292.7602 165.9977 290.7073 175.7507 283.7729 176.4291 281.6139 178.7801 278.9562 178.9812 276.4819 Z",pathSmall:"M 34.997 67.3338 35.1007 67.5888 34.7674 68.4173 34.2623 68.5632 33.0521 69.6287 32.5387 68.7962 31.7376 69.1576 31.8824 70.0837 31.2992 70.7667 30.9152 71.0391 30.0747 72.0639 29.9225 72.0939 29.3396 72.2076 23.4799 65.1322 23.7244 63.7262 26.3327 61.4464 28.646 59.9662 28.8011 59.8657 34.5676 66.2718 34.997 67.3338 Z"},"sea_region.B1S":{name:"Perämeren eteläosa",type:"sea",parent:"",children:[],neighbours:[],weight:7,center:[205.495,276.6536],pathLarge:"M 192.3749 256.0544 247.9377 259.6821 251.5602 259.8338 252.3596 256.8932 253.7003 256.946 247.5091 265.397 238.9442 277.577 234.503 285.5765 229.293 291.1008 222.6005 295.5493 218.5312 302.0747 212.5093 301.6766 208.9327 312.5725 207.6602 311.1558 205.5433 305.9199 204.2092 304.4867 178.9812 276.4819 179.9521 275.4763 180.8355 271.2436 184.1843 269.3298 187.0595 265.342 191.5178 263.069 192.7211 260.2683 195.0363 258.5428 192.3749 256.0544 Z",pathSmall:"M 28.646 59.9662 28.3024 59.5504 31.3057 56.7797 31.4778 56.1202 43.9017 56.9237 44.0638 56.3272 44.3358 56.3379 43.08 58.0521 41.3426 60.5227 40.4418 62.1453 39.385 63.2659 38.0275 64.1682 37.2021 65.4918 35.9806 65.4111 35.2551 67.6212 34.997 67.3338 34.5676 66.2718 28.8011 59.8657 28.646 59.9662 Z"},"sea_region.B1N":{name:"Perämeren pohjoisosa",type:"sea",parent:"",children:[],neighbours:[],weight:65,center:[231.0453,229.6639],pathLarge:"M 247.9377 259.6821 192.3749 256.0544 190.8426 250.9156 188.2789 250.651 187.3307 247.5859 189.4361 246.7977 186.9104 242.5701 189.9322 236.029 194.1901 230.8605 195.7765 230.2061 197.2756 226.2054 196.5852 220.8181 199.0139 222.4355 199.54 218.9829 198.4484 217.5553 195.7829 217.1967 197.5713 213.7914 204.6123 215.1385 205.9048 211.5276 207.25 209.9217 209.7889 209.8026 210.3911 207.8664 214.3841 205.1917 212.4041 202.6259 214.0947 199.427 215.1336 193.9896 216.6272 194.3719 217.9258 196.7934 220.5601 198.5023 221.4272 196.7441 229.0832 202.0537 231.5032 197.865 234.0032 199.5102 235.7911 196.4463 237.3321 199.1842 240.9876 197.3915 241.8129 199.1099 245.8275 199.3214 247.3629 198.3459 252.2917 199.5000 259.9666 199.794 272.3406 210.9523 275.4484 238.5674 270.3462 249.5209 262.6544 246.0044 258.2456 247.9512 253.4497 252.8633 252.3596 256.8932 251.5602 259.8338 247.9377 259.6821 Z",pathSmall:"M 31.4778 56.1202 30.8078 56.0278 28.6422 53.4993 30.5869 51.6749 31.8583 49.9008 31.3742 49.3075 31.4972 47.4274 33.6761 46.2785 33.7368 43.784 36.7726 42.5617 39.4815 42.866 43.1951 43.4918 45.6068 44.7452 48.1168 47.0086 48.7472 52.61 47.7122 54.8318 46.152 54.1185 45.2577 54.5134 44.2849 55.5098 44.0638 56.3272 43.9017 56.9237 31.4778 56.1202 Z"},"sea_region_south.FI-115978":{name:"Saimaan eteläosa",type:"sea",subType:"lake",parent:"",children:[],neighbours:[],weight:15,center:[345,402.1622],pathLarge:"M 344.6088 382.7259 346.1052 384.0827 346.2444 386.5113 347.4966 386.9322 351.0687 387.1468 351.8392 385.437 353.3439 383.7052 353.7998 382.4896 352.8797 380.3231 353.4027 379.7035 353.4548 377.9745 352.968 377.2749 354.1448 376.5031 355.2766 378.2058 357.5506 378.803 357.3227 377.6091 356.293 376.784 355.8417 375.0046 356.7501 374.5867 359.2491 377.2411 360.193 376.4327 359.3746 375.8139 359.4108 374.48 359.9471 373.4974 360.5009 373.5382 361.5098 375.3688 362.372 376.4644 362.1424 377.1382 362.8441 378.0616 364.0863 379.0338 362.8195 379.5076 362.7491 380.3548 360.766 380.8582 360.4734 381.7137 359.715 382.3342 360.6864 382.9734 360.0717 384.4565 357.2943 385.3887 357.9532 387.128 356.5543 386.6238 356.4317 385.387 355.5129 386.0596 356.4001 387.3631 354.9491 388.1215 355.5062 389.6587 354.7266 390.1529 353.4468 389.3937 352.7939 389.5266 353.3214 390.8114 352.9189 392.5565 351.6983 393.2979 352.0542 394.3292 349.7856 392.9912 349.4827 393.6829 348.3334 392.8912 347.2953 393.7958 348.7626 394.4684 349.3647 395.8882 348.3963 395.8161 346.504 394.2876 342.6644 390.1142 340.2292 390.015 339.97 390.4396 340.4642 392.0565 339.1699 391.091 338.589 391.8856 337.8656 390.4292 336.8667 390.5942 337.7435 394.9735 338.7227 395.0676 338.9953 396.2615 338.1006 397.6608 338.8594 397.7579 339.142 399.1214 340.1412 399.3381 339.7866 400.317 338.469 400.2865 337.8602 399.2769 337.1042 398.756 333.9322 398.8443 333.1426 399.2031 331.962 400.3178 331.7491 399.4315 333.2084 398.8585 333.4809 398.0171 335.1069 398.6818 336.4654 398.7068 337.9868 398.3167 337.7768 396.2311 336.9384 395.6573 335.0561 395.0906 334.3594 395.584 331.5182 395.506 331.7199 396.4899 330.9665 396.8224 330.1918 398.0576 329.8443 399.2773 328.7896 399.7136 328.7062 400.2345 330.5019 400.7549 331.0598 401.4942 329.0634 401.3379 329.9047 404.6058 330.7794 404.8491 331.1473 404.0874 332.0699 403.8786 332.1683 405.4859 333.1559 405.9655 334.2977 405.4834 335.1103 405.8784 334.2843 406.8043 332.8175 406.0705 331.9979 406.0234 332.5346 408.2137 330.0918 408.5441 328.8421 407.8153 328.6425 408.5737 330.0697 409.2213 331.0465 409.1588 333.7914 407.4615 335.6632 407.8049 335.6316 408.4503 337.3138 409.4467 337.1826 407.9953 335.6637 407.6144 335.6682 406.9248 338.086 406.2293 339.4878 406.4614 340.5988 406.2672 341.4097 407.544 342.1719 407.8957 343.5249 409.6376 344.4367 409.9859 344.5759 410.9981 343.6758 412.1562 342.1681 412.5508 341.393 413.7138 340.2312 413.6163 338.9799 415.1407 338.3256 414.9277 337.8822 415.9353 336.9017 415.9695 336.6588 416.6967 335.0844 417.0175 334.3089 416.7408 333.8668 417.588 332.9138 418.0493 332.5129 419.244 331.6166 419.1461 330.7119 419.8712 329.1759 419.7216 328.0687 420.7371 326.6244 419.3532 326.4981 418.2764 325.233 417.1075 324.6137 417.4717 322.8385 416.7167 322.1289 415.7949 323.0219 414.3793 324.6146 413.0633 326.7869 413.9822 327.7845 413.9605 328.1766 414.7185 328.1037 415.0523 327.947 415.4565 328.5421 416.5833 330.4594 418.8611 331.3503 419.0157 331.3111 417.6772 332.1216 416.187 331.3361 415.4928 330.6606 414.1889 330.0506 413.9064 328.1941 413.8438 327.8003 412.7212 326.4648 411.6574 326.5902 410.2426 325.3359 410.0539 324.0778 410.5693 323.1681 410.2951 321.5355 410.5922 320.9533 409.0567 320.1512 409.1396 318.3876 408.6104 318.2914 409.1346 319.7119 410.6522 318.591 410.5393 317.6996 409.9688 318.0159 408.7841 317.3509 408.4866 317.1446 407.0969 318.5556 406.501 318.6456 405.8242 317.7626 405.085 315.296 405.0129 315.1906 403.2856 313.4508 403.0268 312.9829 403.5361 311.3998 402.2747 311.7036 401.3375 312.8808 402.0976 313.52 401.7367 314.178 402.3789 315.5523 402.9372 316.5074 402.2697 318.611 403.3365 318.9181 404.4807 320.5087 404.3982 322.3651 403.8919 324.1953 404.3361 324.0016 403.4056 323.2565 402.7301 323.3473 401.8484 322.8273 400.3315 324.3424 400.3011 323.8978 398.8389 323.9053 397.8163 321.7501 398.0551 321.3154 397.295 320.1941 396.4953 319.5419 395.5898 318.1789 398.048 318.7539 398.6997 317.5225 400.4003 317.3392 401.2541 316.5228 401.0508 315.5665 400.2761 316.2311 399.1277 316.9371 399.9507 317.5113 399.4148 317.3892 398.5368 317.9401 398.0451 318.1255 396.1328 316.9362 395.676 318.2322 394.6455 319.4336 394.2046 318.9048 393.2987 319.6736 392.8816 320.7687 393.5662 321.5842 392.424 322.964 391.3035 323.3986 393.1741 322.8748 394.0892 321.8263 397.3487 322.0997 397.8538 323.1631 397.775 323.867 396.2399 324.4816 397.0437 325.5113 397.445 325.2442 398.5543 325.4496 399.7786 326.6923 400.8462 327.3419 399.7877 327.354 398.6218 328.4983 397.9955 329.3001 399.1502 330.1747 396.149 329.3434 395.6381 330.451 394.0075 330.676 390.4226 330.1843 389.0249 330.5769 387.9769 332.2362 388.2348 334.1089 388.8366 333.9039 387.954 334.5481 387.6131 334.7473 386.0975 335.5795 387.3939 336.7959 387.4243 337.3401 386.1784 339.0503 386.1542 337.6539 383.711 339.2786 384.6444 340.0566 384.3727 341.4839 384.4782 343.6016 384.2869 343.9425 382.5205 344.6088 382.7259 Z M 338.9278 389.7421 338.1102 388.9457 337.5901 389.3637 338.5177 390.2463 338.9278 389.7421 Z M 358.6407 379.0784 358.5195 377.6762 357.8131 378.11 358.6407 379.0784 Z M 343.3074 385.8254 343.96 387.0397 344.588 386.6334 343.3074 385.8254 Z M 352.8401 387.1489 353.6348 387.0272 353.3381 385.7546 352.4863 385.5566 352.8401 387.1489 Z M 326.3606 402.8893 327.2119 404.5137 327.7274 403.3481 327.2973 402.4168 326.3606 402.8893 Z M 329.5288 412.8858 330.1947 412.5183 329.7405 411.7061 328.3158 411.1686 327.8978 411.4202 329.5288 412.8858 Z M 319.834 406.691 319.0848 406.4035 317.6159 406.8981 318.2314 407.5436 319.5248 407.2727 319.834 406.691 Z M 339.3178 389.1853 339.6987 387.9615 339.0457 386.9084 338.1656 387.4881 338.4952 388.4165 339.3178 389.1853 Z M 347.6437 392.2207 347.1199 391.3118 346.0935 391.6064 346.7636 393.1424 347.6437 392.2207 Z M 341.9735 389.5804 341.5889 388.4974 340.3633 388.4982 340.4146 389.7096 341.9735 389.5804 Z M 321.6934 396.4799 322.1251 395.551 321.0392 394.4751 320.287 396.4286 321.6934 396.4799 Z M 327.9157 401.858 328.6962 402.9206 327.8107 404.077 329.3417 404.1765 329.2138 402.7172 327.9157 401.858 Z M 356.8701 381.0674 356.9597 380.1214 355.5558 379.8081 355.4179 380.9578 356.8701 381.0674 Z M 339.8962 385.0041 339.5474 385.5295 341.5993 386.2175 341.6156 385.2053 339.8962 385.0041 Z M 339.1882 412.2353 338.2352 411.3427 336.9684 411.2694 336.7409 411.8295 338.8423 413.5105 339.1882 412.2353 Z M 321.6888 406.0051 322.9273 405.9759 323.7082 405.1792 323.3244 404.3141 321.7372 405.0029 321.3184 404.5895 320.1182 404.6574 319.6786 405.3571 320.342 406.1593 321.6888 406.0051 Z M 327.629 417.1838 328.1337 416.9421 327.7486 416.0003 328.0337 415.8436 327.8428 415.2523 328.0262 415.2382 328.0399 414.656 327.3915 414.0226 326.3018 414.8852 324.8904 413.6238 324.1141 414.2718 323.2082 414.4481 323.3286 415.7978 324.7191 415.9216 325.5497 415.6149 326.6239 415.8253 326.934 416.9558 327.629 417.1838 Z M 338.9232 410.8656 339.4037 411.782 340.5892 411.7074 340.9505 410.8994 341.8406 410.228 343.4233 411.4173 344.0629 410.9139 343.1403 409.3309 341.7522 408.4916 341.2339 408.71 340.38 407.8574 340.0054 406.8806 338.334 406.3785 338.3865 407.2994 337.3922 408.9275 338.9232 410.8656 Z M 335.0853 388.7424 333.8951 389.5283 333.2776 388.7982 331.0294 388.1652 330.4831 389.0316 330.7556 390.1117 330.9715 393.9467 331.4661 394.8193 332.1983 395.0264 333.3772 394.6468 334.2756 394.8793 335.1036 394.3088 337.1176 394.0359 335.8245 390.065 335.0853 388.7424 Z M 348.883 391.356 349.2418 391.9973 350.3561 390.6422 351.1074 391.1135 352.0521 390.0904 352.3563 388.1752 351.6779 386.9947 350.2494 388.3461 349.1797 387.3939 347.4574 387.5114 346.6286 387.1551 346.1811 388.6353 346.5428 389.5975 347.9308 391.2777 348.0296 390.0071 348.8363 390.0388 348.883 391.356 Z M 324.8696 405.0396 325.413 405.9926 326.746 406.5047 328.1974 405.8234 326.1381 403.7144 325.2075 402.9618 324.8696 405.0396 Z",pathSmall:"M 62.7756 81.8511 63.0792 82.1263 63.1074 82.619 63.3614 82.7043 64.086 82.7479 64.2423 82.401 64.5475 82.0498 64.6399 81.8032 64.4533 81.3637 64.5594 81.2381 64.57 80.8874 64.4712 80.7454 64.7099 80.5889 64.9395 80.9343 65.4008 81.0554 65.3545 80.8132 65.1457 80.6459 65.0541 80.2849 65.2384 80.2002 65.7453 80.7386 65.9367 80.5746 65.7707 80.4491 65.7781 80.1785 65.8869 79.9792 65.9992 79.9875 66.2038 80.3588 66.3787 80.581 66.3322 80.7177 66.4745 80.905 66.7265 81.1022 66.4695 81.1983 66.4552 81.3702 66.053 81.4723 65.9936 81.6458 65.8398 81.7717 66.0368 81.9013 65.9121 82.2022 65.3488 82.3912 65.4824 82.7441 65.1987 82.6418 65.1738 82.3909 64.9874 82.5273 65.1674 82.7917 64.8731 82.9456 64.9861 83.2574 64.8279 83.3576 64.5684 83.2036 64.4359 83.2306 64.5429 83.4912 64.4613 83.8452 64.2137 83.9955 64.2859 84.2047 63.8257 83.9333 63.7643 84.0736 63.5311 83.913 63.3206 84.0965 63.6182 84.233 63.7403 84.521 63.5439 84.5063 63.1601 84.1963 62.3813 83.3498 61.8873 83.3296 61.8347 83.4158 61.935 83.7437 61.6724 83.5479 61.5546 83.7091 61.4079 83.4137 61.2052 83.4471 61.3831 84.3354 61.5817 84.3545 61.637 84.5967 61.4555 84.8805 61.6094 84.9002 61.6668 85.1768 61.8694 85.2207 61.7975 85.4193 61.5302 85.4131 61.4068 85.2083 61.2534 85.1027 60.61 85.1206 60.4498 85.1934 60.2104 85.4195 60.1672 85.2397 60.4632 85.1235 60.5185 84.9528 60.8483 85.0876 61.1238 85.0927 61.4324 85.0136 61.3898 84.5905 61.2198 84.4741 60.838 84.3592 60.6967 84.4592 60.1204 84.4434 60.1613 84.643 60.0084 84.7105 59.8513 84.961 59.7808 85.2084 59.5669 85.2969 59.55 85.4026 59.9142 85.5081 60.0274 85.6581 59.6224 85.6264 59.7931 86.2892 59.9705 86.3386 60.0451 86.1841 60.2323 86.1417 60.2522 86.4678 60.4525 86.565 60.6841 86.4672 60.849 86.5474 60.6814 86.7352 60.3839 86.5863 60.2176 86.5768 60.3265 87.0211 59.831 87.0881 59.5775 86.9402 59.537 87.0941 59.8265 87.2254 60.0247 87.2128 60.5814 86.8685 60.9611 86.9381 60.9547 87.0691 61.2959 87.2712 61.2693 86.9768 60.9612 86.8995 60.9621 86.7596 61.4526 86.6185 61.7369 86.6656 61.9623 86.6262 62.1267 86.8852 62.2813 86.9566 62.5558 87.3099 62.7407 87.3805 62.769 87.5859 62.5864 87.8208 62.2806 87.9008 62.1234 88.1367 61.8877 88.1169 61.6339 88.4261 61.5012 88.3829 61.4112 88.5873 61.2123 88.5943 61.1631 88.7417 60.8437 88.8068 60.6864 88.7507 60.5967 88.9225 60.4034 89.0161 60.3221 89.2585 60.1403 89.2386 59.9568 89.3857 59.6452 89.3553 59.4206 89.5613 59.1277 89.2806 59.1021 89.0622 58.8455 88.8251 58.7198 88.899 58.3598 88.7458 58.2158 88.5588 58.397 88.2717 58.72 88.0048 59.1606 88.1911 59.363 88.1868 59.4425 88.3405 59.4278 88.4082 59.396 88.4902 59.5167 88.7188 59.9056 89.1808 60.0863 89.2121 60.0783 88.9406 60.2427 88.6384 60.0834 88.4976 59.9464 88.2331 59.8227 88.1758 59.4461 88.1631 59.3662 87.9354 59.0953 87.7196 59.1208 87.4326 58.8663 87.3943 58.6111 87.4989 58.4266 87.4433 58.0955 87.5035 57.9774 87.1921 57.8147 87.2089 57.4569 87.1015 57.4374 87.2079 57.7256 87.5157 57.4982 87.4928 57.3174 87.3771 57.3815 87.1368 57.2466 87.0764 57.2048 86.7945 57.491 86.6737 57.5093 86.5364 57.3302 86.3864 56.8298 86.3718 56.8085 86.0215 56.4556 85.969 56.3606 86.0723 56.0395 85.8164 56.1012 85.6263 56.3399 85.7805 56.4696 85.7073 56.6031 85.8375 56.8818 85.9508 57.0756 85.8154 57.5023 86.0318 57.5645 86.2639 57.8872 86.2471 58.2637 86.1444 58.635 86.2345 58.5957 86.0458 58.4445 85.9088 58.463 85.7299 58.3575 85.4223 58.6648 85.4161 58.5746 85.1195 58.5762 84.9121 58.139 84.9605 58.0508 84.8063 57.8234 84.6441 57.6911 84.4604 57.4146 84.959 57.5312 85.0912 57.2815 85.4362 57.2443 85.6094 57.0787 85.5681 56.8847 85.411 57.0195 85.1781 57.1627 85.345 57.2792 85.2363 57.2544 85.0582 57.3662 84.9585 57.4038 84.5706 57.1625 84.4779 57.4254 84.2689 57.6691 84.1795 57.5618 83.9957 57.7178 83.9111 57.9399 84.05 58.1053 83.8183 58.3852 83.591 58.4734 83.9704 58.3671 84.1561 58.1545 84.8172 58.2099 84.9197 58.4256 84.9037 58.5684 84.5923 58.6931 84.7553 58.9019 84.8367 58.8477 85.0617 58.8894 85.3101 59.1415 85.5266 59.2732 85.3119 59.2757 85.0754 59.5078 84.9484 59.6704 85.1826 59.8478 84.5739 59.6792 84.4702 59.9039 84.1395 59.9495 83.4123 59.8498 83.1288 59.9294 82.9162 60.266 82.9686 60.6459 83.0906 60.6043 82.9116 60.7349 82.8424 60.7753 82.535 60.9441 82.798 61.1909 82.8041 61.3013 82.5514 61.6482 82.5465 61.3649 82.0509 61.6945 82.2403 61.8523 82.1852 62.1418 82.2066 62.5713 82.1678 62.6405 81.8094 62.7756 81.8511 Z M 61.6233 83.2743 61.4575 83.1128 61.352 83.1975 61.5401 83.3766 61.6233 83.2743 Z M 65.6219 81.1113 65.5973 80.8268 65.454 80.9148 65.6219 81.1113 Z M 62.5117 82.4798 62.644 82.7261 62.7714 82.6437 62.5117 82.4798 Z M 64.4453 82.7483 64.6065 82.7236 64.5463 82.4655 64.3735 82.4253 64.4453 82.7483 Z M 59.0742 85.9411 59.2469 86.2706 59.3514 86.0341 59.2642 85.8452 59.0742 85.9411 Z M 59.7168 87.9688 59.8519 87.8942 59.7598 87.7295 59.4708 87.6204 59.386 87.6715 59.7168 87.9688 Z M 57.7503 86.7122 57.5984 86.6539 57.3004 86.7542 57.4252 86.8851 57.6876 86.8302 57.7503 86.7122 Z M 61.7024 83.1614 61.7797 82.9131 61.6472 82.6995 61.4687 82.8171 61.5356 83.0054 61.7024 83.1614 Z M 63.3912 83.777 63.285 83.5927 63.0768 83.6524 63.2127 83.964 63.3912 83.777 Z M 62.2411 83.2415 62.1631 83.0218 61.9145 83.022 61.9249 83.2677 62.2411 83.2415 Z M 58.1275 84.641 58.2151 84.4526 57.9948 84.2343 57.8422 84.6306 58.1275 84.641 Z M 59.3896 85.7319 59.5479 85.9474 59.3683 86.182 59.6789 86.2022 59.6529 85.9062 59.3896 85.7319 Z M 65.2627 81.5147 65.2809 81.3228 64.9961 81.2593 64.9682 81.4925 65.2627 81.5147 Z M 61.8197 82.3132 61.749 82.4198 62.1652 82.5594 62.1685 82.354 61.8197 82.3132 Z M 61.6761 87.8368 61.4828 87.6558 61.2259 87.6409 61.1797 87.7545 61.606 88.0955 61.6761 87.8368 Z M 58.1266 86.5731 58.3778 86.5672 58.5362 86.4055 58.4583 86.2301 58.1364 86.3698 58.0514 86.2859 57.808 86.2997 57.7188 86.4416 57.8534 86.6043 58.1266 86.5731 Z M 59.3315 88.8406 59.4338 88.7915 59.3557 88.6005 59.4135 88.5687 59.3748 88.4488 59.412 88.4459 59.4148 88.3278 59.2833 88.1993 59.0623 88.3743 58.776 88.1185 58.6185 88.2499 58.4347 88.2856 58.4592 88.5594 58.7412 88.5845 58.9097 88.5223 59.1276 88.565 59.1905 88.7943 59.3315 88.8406 Z M 61.6224 87.559 61.7198 87.7449 61.9603 87.7297 62.0336 87.5658 62.2141 87.4297 62.5352 87.6709 62.6649 87.5688 62.4778 87.2477 62.1962 87.0774 62.0911 87.1217 61.9179 86.9488 61.8419 86.7507 61.5029 86.6488 61.5135 86.8356 61.3118 87.1658 61.6224 87.559 Z M 60.8439 83.0715 60.6025 83.2309 60.4772 83.0828 60.0212 82.9544 59.9104 83.1302 59.9657 83.3493 60.0095 84.1271 60.1098 84.3041 60.2583 84.3462 60.4974 84.2691 60.6797 84.3163 60.8476 84.2006 61.2561 84.1452 60.9938 83.3398 60.8439 83.0715 Z M 63.6426 83.6016 63.7154 83.7317 63.9414 83.4569 64.0938 83.5525 64.2854 83.3449 64.3472 82.9565 64.2095 82.717 63.9198 82.9911 63.7028 82.798 63.3535 82.8218 63.1853 82.7495 63.0946 83.0498 63.1679 83.245 63.4495 83.5858 63.4695 83.328 63.6332 83.3345 63.6426 83.6016 Z M 58.7717 86.3772 58.882 86.5705 59.1524 86.6744 59.4468 86.5362 59.029 86.1084 58.8403 85.9558 58.7717 86.3772 Z"},"sea_region_north.FI-115978":{name:"Saimaan pohjoisosa",type:"sea",subType:"lake",parent:"",children:[],neighbours:[],weight:15,center:[355.6942,364.6319],pathLarge:"M 359.5733 346.7253 360.0663 347.4054 361.0406 347.3942 361.5869 348.6185 362.622 349.0514 363.1804 349.9807 362.7103 350.5607 363.6171 353.2185 364.9573 355.1879 363.7905 355.4792 364.4264 356.3855 363.6546 357.3865 363.2683 359.2042 362.0507 358.5066 361.3827 358.8816 362.4082 359.7634 361.989 360.1718 362.2753 361.1636 360.6551 361.0861 359.2921 360.3831 358.5941 361.4394 357.1893 361.9836 357.6544 362.517 357.4044 363.4817 358.3228 364.2831 359.165 365.8895 359.9705 366.3916 361.5994 366.5929 362.6345 366.1191 364.2272 366.5712 365.7107 367.7109 367.1317 367.5418 367.908 368.3789 367.4146 369.677 366.4949 369.9708 365.3573 371.1317 364.2222 368.9382 362.8779 368.2185 361.4802 368.1564 359.8692 369.0711 357.5494 367.1488 356.3884 367.5197 357.4302 368.619 357.4977 370.3966 356.198 371.4509 355.0549 371.6918 355.6983 372.4769 355.022 372.8982 354.3249 371.9764 354.0594 370.6563 351.5012 369.3411 350.8982 369.6941 349.9156 369.1423 348.0621 369.4103 347.5141 369.9553 346.2098 370.0204 345.7935 369.4724 344.0358 371.4297 341.891 371.9289 340.7546 371.6076 340.3246 370.8388 339.4441 371.6976 338.0277 370.8563 337.4593 369.5953 336.4425 369.1448 336.1079 368.2818 335.4132 368.3368 334.6011 367.3592 334.3494 368.5869 333.6318 368.8115 335.7133 370.4583 336.3387 370.2208 337.8389 371.4222 338.1531 372.0402 339.5716 372.5481 339.3757 375.1022 340.2029 375.5347 340.2029 376.3352 342.1877 377.237 342.7286 378.4075 343.4312 379.0359 342.0464 379.9468 342.7782 380.4732 344.1921 380.7578 344.8267 381.202 344.5205 382.3121 343.825 381.9166 342.8269 382.0204 342.3798 381.2495 341.2138 381.6241 340.5163 381.1557 341.1409 379.5435 340.8617 378.6546 339.3732 378.3754 338.9232 377.8545 337.458 377.3228 336.345 376.5119 334.9332 376.0131 335.1744 375.2947 333.3238 373.252 332.8317 373.4811 331.9074 372.6969 331.3432 371.6805 331.9345 371.0609 331.1423 369.2107 330.4573 369.1836 329.8726 368.2585 328.5908 367.9939 327.9091 367.3763 326.5956 367.2959 324.9583 367.5609 323.0423 366.6446 323.9378 366.2012 324.4583 365.2565 322.786 364.5435 322.083 362.5495 323.449 361.1723 323.0315 360.0434 322.1151 359.1517 320.9937 357.3719 320.9404 355.9534 320.5833 354.6441 322.2776 354.7258 321.8651 355.6005 322.7202 356.6618 325.7913 358.6433 324.8642 360.8169 324.0312 360.8135 323.7574 361.7299 322.6139 362.4137 323.104 364.0155 325.388 365.6182 326.0772 365.0411 327.1565 365.1907 329.1405 366.4 331.5395 364.901 330.3839 363.3175 331.2019 363.0058 332.4746 363.0446 332.0495 364.3589 333.5334 366.7533 335.0957 367.17 336.36 366.9938 337.503 366.2741 337.008 363.8209 337.4139 363.1588 338.5027 362.5629 338.8373 361.7978 339.7133 362.4374 340.7417 361.1681 339.6791 360.6673 338.5552 359.6776 339.5232 359.3834 340.9063 360.6502 340.9251 362.2878 338.6136 363.2246 338.9903 364.0726 338.9711 365.3469 340.3875 365.4807 341.1097 366.8892 339.6174 366.2908 338.4115 367.273 338.2348 368.2668 338.8619 370.1387 339.6862 370.7629 340.1825 370.1745 338.8865 369.1415 339.1615 368.2327 340.2033 367.9947 341.7914 369.5816 341.0413 369.9878 341.7135 371.5001 342.229 370.8413 343.1174 370.6592 343.7958 369.6382 345.4906 369.5157 346.8153 368.4573 347.2912 369.2324 348.2721 368.7786 350.7415 368.8136 351.2108 368.1289 352.1846 368.3939 353.1768 367.7418 354.1523 365.5703 351.6796 364.4631 352.6193 362.6612 352.0842 361.7557 351.2783 359.095 351.0962 357.5169 352.3559 356.6739 352.7826 356.0347 352.8239 354.2274 351.7446 351.9142 350.8978 349.3114 351.8137 348.368 352.8659 347.7646 353.4781 349.4665 352.5626 349.186 353.3768 351.6642 353.1851 353.9607 354.2686 354.0549 354.5178 355.8067 355.345 356.6522 355.9063 356.5976 355.2716 355.0683 355.0108 352.991 355.9221 353.3427 357.2439 354.9537 357.9132 355.3242 358.324 357.5011 360.143 358.0899 359.9134 356.9123 360.2692 356.2705 359.1175 355.2575 358.3215 355.085 358.0403 353.9895 358.8183 353.3444 357.9277 352.2372 357.7702 351.3842 358.0407 349.8415 359.5879 350.0528 358.4153 348.1084 358.1674 347.2716 359.5733 346.7253 Z M 355.6725 361.1986 355.6042 360.3051 354.4603 360.316 353.704 361.1665 353.9711 361.9832 355.3862 362.7046 356.4276 362.895 356.5509 361.8336 355.6725 361.1986 Z M 357.8177 357.9911 356.7626 357.8865 355.8667 358.9279 355.0845 358.0374 354.144 358.1061 354.4795 359.7122 356.1676 359.8913 356.4297 360.881 357.0564 361.4007 357.7086 360.9344 357.8031 359.7447 358.4061 358.9308 357.8177 357.9911 Z",pathSmall:"M 65.8111 74.5488 65.911 74.6867 66.1087 74.6844 66.2195 74.9328 66.4294 75.0206 66.5427 75.2091 66.4474 75.3267 66.6313 75.8658 66.9031 76.2653 66.6665 76.3244 66.7954 76.5082 66.6389 76.7113 66.5605 77.08 66.3136 76.9385 66.1781 77.0146 66.3861 77.1934 66.3011 77.2762 66.3591 77.4774 66.0305 77.4617 65.754 77.3191 65.6124 77.5334 65.3275 77.6438 65.4218 77.752 65.3711 77.9476 65.5574 78.1102 65.7282 78.436 65.8916 78.5379 66.222 78.5787 66.432 78.4826 66.755 78.5743 67.056 78.8055 67.3442 78.7712 67.5017 78.941 67.4016 79.2043 67.215 79.2639 66.9843 79.4994 66.754 79.0544 66.4813 78.9084 66.1978 78.8958 65.8711 79.0814 65.4005 78.6915 65.165 78.7667 65.3763 78.9897 65.39 79.3503 65.1264 79.5641 64.8945 79.613 65.025 79.7722 64.8879 79.8577 64.7465 79.6707 64.6926 79.4029 64.1737 79.1362 64.0514 79.2077 63.8521 79.0958 63.4761 79.1502 63.365 79.2607 63.1004 79.2739 63.016 79.1628 62.6594 79.5598 62.2244 79.6611 61.9939 79.5959 61.9066 79.4399 61.728 79.6141 61.4407 79.4435 61.3254 79.1877 61.1192 79.0963 61.0513 78.9213 60.9104 78.9324 60.7457 78.7341 60.6946 78.9832 60.5491 79.0287 60.9713 79.3628 61.0981 79.3146 61.4024 79.5583 61.4662 79.6836 61.7539 79.7867 61.7142 80.3047 61.882 80.3925 61.882 80.5548 62.2846 80.7377 62.3943 80.9752 62.5368 81.1026 62.2559 81.2874 62.4043 81.3942 62.6911 81.4519 62.8199 81.542 62.7577 81.7672 62.6167 81.687 62.4142 81.708 62.3235 81.5516 62.087 81.6276 61.9455 81.5326 62.0722 81.2056 62.0156 81.0253 61.7137 80.9687 61.6224 80.863 61.3252 80.7552 61.0994 80.5907 60.813 80.4895 60.862 80.3438 60.4866 79.9294 60.3868 79.9759 60.1993 79.8168 60.0849 79.6107 60.2048 79.485 60.0441 79.1097 59.9052 79.1042 59.7866 78.9166 59.5266 78.8629 59.3883 78.7376 59.1219 78.7213 58.7897 78.7751 58.4011 78.5892 58.5827 78.4992 58.6883 78.3076 58.3491 78.163 58.2065 77.7585 58.4836 77.4792 58.3989 77.2502 58.213 77.0693 57.9856 76.7083 57.9748 76.4206 57.9023 76.155 58.246 76.1716 58.1623 76.349 58.3358 76.5643 58.9587 76.9662 58.7706 77.4071 58.6017 77.4064 58.5461 77.5923 58.3142 77.731 58.4136 78.0559 58.8769 78.381 59.0167 78.2639 59.2356 78.2943 59.6381 78.5396 60.1247 78.2355 59.8903 77.9143 60.0562 77.8511 60.3143 77.859 60.2281 78.1256 60.5291 78.6112 60.846 78.6958 61.1025 78.66 61.3343 78.514 61.2339 78.0164 61.3162 77.8821 61.5371 77.7613 61.605 77.6061 61.7826 77.7358 61.9912 77.4783 61.7757 77.3767 61.5477 77.176 61.7441 77.1163 62.0246 77.3733 62.0284 77.7055 61.5596 77.8955 61.636 78.0675 61.6321 78.326 61.9194 78.3531 62.0659 78.6388 61.7632 78.5174 61.5186 78.7166 61.4827 78.9182 61.61 79.2979 61.7771 79.4246 61.8778 79.3052 61.6149 79.0957 61.6707 78.9113 61.882 78.863 62.2042 79.1849 62.052 79.2673 62.1884 79.5741 62.2929 79.4404 62.4731 79.4035 62.6107 79.1964 62.9545 79.1716 63.2232 78.9569 63.3197 79.1141 63.5187 79.022 64.0196 79.0291 64.1148 78.8903 64.3123 78.944 64.5136 78.8117 64.7115 78.3713 64.2099 78.1467 64.4005 77.7812 64.292 77.5975 64.1285 77.0578 64.0915 76.7377 64.3471 76.5667 64.4336 76.4371 64.442 76.0705 64.2231 75.6013 64.0513 75.0733 64.2371 74.882 64.4505 74.7596 64.5747 75.1048 64.389 75.0479 64.5542 75.5506 64.5153 76.0164 64.735 76.0355 64.7856 76.3908 64.9534 76.5623 65.0672 76.5513 64.9385 76.2411 64.8856 75.8197 65.0704 75.891 65.3386 76.2178 65.4743 76.293 65.5576 76.7345 65.9266 76.854 65.88 76.6151 65.9522 76.4849 65.7186 76.2794 65.5571 76.2444 65.5001 76.0222 65.6579 75.8914 65.4773 75.6668 65.4453 75.4938 65.5002 75.1808 65.814 75.2237 65.5762 74.8293 65.5259 74.6596 65.8111 74.5488 Z M 65.0198 77.4845 65.0059 77.3033 64.7739 77.3055 64.6205 77.478 64.6747 77.6437 64.9617 77.79 65.173 77.8286 65.198 77.6133 65.0198 77.4845 Z M 65.4549 76.8339 65.2409 76.8127 65.0592 77.0239 64.9005 76.8433 64.7098 76.8573 64.7778 77.183 65.1202 77.2194 65.1734 77.4201 65.3005 77.5255 65.4328 77.4309 65.452 77.1896 65.5743 77.0245 65.4549 76.8339 Z"}}},colors:{"light-theme":{sea:"#bee2f1",levels:["#6af86a","#6af86a","#f8f800","#f9bf2e","#ff0909"],missing:"#f8f8f8",stroke:"#000000"},"dark-theme":{sea:"#bee2f1",levels:["#6af86a","#6af86a","#f8f800","#f9bf2e","#ff0909"],missing:"#f8f8f8",stroke:"#282828"},"light-gray-theme":{sea:"#ffffff",levels:["#ffffff","#ffffff","#aaaaaa","#555555","#000000"],missing:"#f8f8f8",stroke:"#666666"},"dark-gray-theme":{sea:"#ffffff",levels:["#ffffff","#ffffff","#aaaaaa","#555555","#000000"],missing:"#f8f8f8",stroke:"#808080"}},bbox:{type:"Feature",id:"bbox",geometry:{type:"GeometryCollection",geometries:[{type:"Polygon",coordinates:[[[-130771.51174365,646137733211536e-8],[732870,646137733211536e-8],[732870,7776435],[-130771.51174365,7776435],[-130771.51174365,646137733211536e-8]]]}]},geometry_name:"geom",properties:{}}}},methods:{warningIcon(t){const e={aspectRatio:[1,1],scale:1};switch(t.type){case"thunderStorm":e.aspectRatio=[14,22],e.geom=`
|
|
32
|
+
<title>thunder-symbol</title>
|
|
33
|
+
<g id="icons" stroke="rgba(255, 255, 255, 1.0)" stroke-width="2.5px" paint-order="stroke" fill="none" fill-rule="evenodd">
|
|
34
|
+
<g id="Symbols" transform="translate(-13, -10.0)">
|
|
35
|
+
<polygon id="fill-1" fill="#221F20"
|
|
36
|
+
points="17.0901717 10.1333333 14.3555556 19.6392257 19.145299 19.6392257 16.4375313 31.2444444 25.636046 16.1625097 20.6584695 16.1625097 23.3706411 10.1333333"></polygon>
|
|
37
|
+
</g>
|
|
38
|
+
</g>`;break;case"wind":e.aspectRatio=[16,16],e.scale=.9,e.geom=`
|
|
39
|
+
<title>wind-symbol</title>
|
|
40
|
+
<path d="${ao("M 12.140625 9.332031 L 6.84375 14.039062 L 12.140625 18.746094 L 12.140625 16.394531 L 20.535156 16.394531 L 20.535156 11.6875 L 12.140625 11.6875 Z M 12.140625 9.332031").translate(-5.5,-7).rotate(t.direction,8,8).toString()}" fill="#221F20" stroke="rgba(255, 255, 255, 1.0)" stroke-width="2.5px" paint-order="stroke" />
|
|
41
|
+
}`;break;case"rain":e.aspectRatio=[20,17],e.scale=.8,e.geom=`
|
|
42
|
+
<title>rain-symbol</title>
|
|
43
|
+
<g id="icons" stroke="rgba(255, 255, 255, 1.0)" stroke-width="2.5px" stroke-linecap: round paint-order="stroke" fill="none" fill-rule="evenodd">
|
|
44
|
+
<g id="Symbols" transform="translate(-9.5, -10.0)">
|
|
45
|
+
<g id="fill-3" transform="translate(10.977778, 17.233119)">
|
|
46
|
+
<g id="Clip-2"></g>
|
|
47
|
+
<path d="M9.6929176,0.0324257179 C9.6929176,0.0324257179 7.06650562,7.14905243 5.42021848,8.79538702 C4.18026092,10.0353446 2.16991386,10.0353446 0.929956305,8.79538702 C-0.310001248,7.55542946 -0.310001248,5.5450824 0.929956305,4.30512484 C2.57629089,2.6588377 9.6929176,0.0324257179 9.6929176,0.0324257179"
|
|
48
|
+
id="Fill-1" fill="#221F20"></path>
|
|
49
|
+
</g>
|
|
50
|
+
<path d="M27.8436816,18.7404567 C27.8436816,18.7404567 25.8395968,24.1708986 24.583367,25.4271283 C23.6372097,26.3732382 22.1031673,26.3732382 21.15701,25.4271283 C20.2109001,24.480971 20.2109001,22.9469286 21.15701,22.0007713 C22.4132397,20.7445416 27.8436816,18.7404567 27.8436816,18.7404567"
|
|
51
|
+
id="fill-2" fill="#221F20"></path>
|
|
52
|
+
<path d="M19.260236,10.1333571 C19.260236,10.1333571 17.2561511,15.563799 15.9999213,16.8200287 C15.053764,17.7661386 13.5197216,17.7661386 12.5735643,16.8200287 C11.6274544,15.8738714 11.6274544,14.339829 12.5735643,13.3936717 C13.829794,12.1374419 19.260236,10.1333571 19.260236,10.1333571"
|
|
53
|
+
id="fill-1" fill="#221F20"></path>
|
|
54
|
+
</g>
|
|
55
|
+
</g>`;break;case"trafficWeather":e.aspectRatio=[23,23],e.geom=`
|
|
56
|
+
<title>traffic-symbol</title>
|
|
57
|
+
<g id="icons" transform="translate(1.0, 0.0)">
|
|
58
|
+
<path style="stroke:rgba(255, 255, 255, 1.0);stroke-width: 2.5px;paint-order: stroke;fill-rule:evenodd;fill:rgb(13.333333%,12.156863%,12.54902%);fill-opacity:1;" d=" M 5.385 22.275 C 5.416 22.094 5.464 21.894 5.535 21.678 C 5.635 21.365 5.778 21.021 5.946 20.659 C 6.115 20.297 6.311 19.915 6.517 19.522 C 6.724 19.127 6.94 18.721 7.149 18.303 C 7.358 17.885 7.559 17.458 7.732 17.021 C 7.906 16.587 8.05 16.142 8.15 15.707 C 8.248 15.269 8.303 14.842 8.307 14.446 C 8.311 14.05 8.271 13.69 8.208 13.383 C 8.145 13.074 8.063 12.818 7.983 12.615 C 7.963 12.563 7.946 12.516 7.926 12.47 C 7.906 12.424 7.887 12.381 7.87 12.341 C 7.852 12.301 7.835 12.264 7.82 12.23 C 7.805 12.202 7.792 12.176 7.78 12.153 C 7.731 12.061 7.705 12.012 7.705 12.012 L 7.112 12.206 C 7.112 12.206 7.118 12.262 7.128 12.366 C 7.131 12.392 7.134 12.422 7.137 12.454 C 7.138 12.484 7.139 12.517 7.141 12.553 C 7.142 12.588 7.143 12.626 7.145 12.666 C 7.145 12.707 7.144 12.751 7.143 12.797 C 7.142 12.98 7.126 13.201 7.08 13.442 C 7.035 13.684 6.96 13.945 6.845 14.211 C 6.732 14.478 6.575 14.748 6.385 15.017 C 6.191 15.286 5.963 15.554 5.701 15.821 C 5.442 16.089 5.15 16.356 4.839 16.627 C 4.527 16.899 4.195 17.175 3.853 17.464 C 3.511 17.754 3.159 18.056 2.807 18.383 C 2.456 18.71 2.105 19.061 1.772 19.453 C 1.438 19.842 1.123 20.276 0.851 20.746 C 0.582 21.219 0.356 21.728 0.203 22.244 C 0.2 22.254 0.197 22.264 0.194 22.275 L 5.385 22.275 Z"/>
|
|
59
|
+
<path style="stroke:rgba(255, 255, 255, 1.0);stroke-width: 2.5px;paint-order: stroke;fill-rule:evenodd;fill:rgb(13.333333%,12.156863%,12.54902%);fill-opacity:1;" d=" M 14.662 22.275 C 14.688 22.121 14.73 21.951 14.79 21.767 C 14.875 21.501 14.996 21.209 15.139 20.901 C 15.283 20.593 15.45 20.268 15.625 19.933 C 15.801 19.598 15.985 19.252 16.163 18.897 C 16.34 18.541 16.511 18.178 16.658 17.807 C 16.806 17.437 16.928 17.059 17.014 16.689 C 17.097 16.317 17.144 15.953 17.147 15.616 C 17.151 15.28 17.117 14.973 17.063 14.712 C 17.01 14.45 16.94 14.231 16.872 14.058 C 16.855 14.015 16.84 13.975 16.824 13.936 C 16.807 13.897 16.79 13.86 16.775 13.825 C 16.76 13.792 16.746 13.76 16.734 13.732 C 16.721 13.708 16.709 13.686 16.699 13.666 C 16.657 13.588 16.635 13.546 16.635 13.546 L 16.131 13.711 C 16.131 13.711 16.136 13.758 16.145 13.847 C 16.147 13.87 16.15 13.894 16.152 13.922 C 16.153 13.948 16.154 13.976 16.155 14.006 C 16.156 14.036 16.158 14.068 16.159 14.102 C 16.159 14.137 16.158 14.175 16.158 14.214 C 16.157 14.37 16.143 14.557 16.104 14.762 C 16.066 14.968 16.001 15.19 15.904 15.416 C 15.808 15.643 15.674 15.873 15.513 16.102 C 15.348 16.331 15.154 16.559 14.931 16.786 C 14.71 17.013 14.462 17.24 14.197 17.471 C 13.933 17.702 13.65 17.938 13.359 18.183 C 13.068 18.43 12.769 18.686 12.47 18.964 C 12.171 19.243 11.872 19.541 11.589 19.875 C 11.305 20.206 11.037 20.575 10.806 20.974 C 10.577 21.377 10.385 21.81 10.255 22.248 C 10.252 22.257 10.25 22.266 10.247 22.275 L 14.662 22.275 Z"/>
|
|
60
|
+
<path style="stroke:rgba(255, 255, 255, 1.0);stroke-width: 2.5px;paint-order: stroke;fill-rule:evenodd;fill:rgb(13.333333%,12.156863%,12.54902%);fill-opacity:1;" d=" M 16.979 6.047 L 16.535 3.292 L 10.765 2.272 L 10.765 2.272 L 10.765 2.272 L 10.765 2.272 L 9.408 4.709 L 16.979 6.047 Z M 17.879 11.36 L 17.701 12.371 C 17.649 12.667 17.365 12.866 17.069 12.814 L 16.035 12.631 C 15.739 12.579 15.54 12.294 15.592 11.998 L 15.592 11.998 L 15.592 11.998 L 15.77 10.988 L 12.91 10.482 C 12.614 10.43 12.355 10.384 12.334 10.38 C 12.314 10.377 12.055 10.331 11.759 10.279 L 8.899 9.773 L 8.721 10.783 C 8.669 11.08 8.385 11.279 8.089 11.227 L 7.055 11.044 C 6.759 10.992 6.56 10.707 6.612 10.411 L 6.612 10.411 L 6.79 9.4 L 6.165 9.29 C 5.87 9.238 5.652 8.95 5.682 8.651 L 6.075 4.673 C 6.104 4.374 6.37 4.172 6.666 4.224 L 7.758 4.417 L 9.667 0.992 C 9.795 0.761 10.09 0.6 10.36 0.6 L 10.36 0.6 L 10.36 0.6 L 10.36 0.6 C 10.398 0.6 10.434 0.603 10.47 0.609 L 17.38 1.831 C 17.675 1.883 17.956 2.169 18.004 2.466 L 18.629 6.338 L 19.762 6.539 C 20.057 6.591 20.238 6.872 20.164 7.163 L 19.176 11.036 C 19.102 11.327 18.799 11.523 18.503 11.471 L 17.879 11.36 Z"/>
|
|
61
|
+
</g>`;break;case"pedestrianSafety":e.aspectRatio=[21,21],e.geom=`
|
|
62
|
+
<title>pedestrian-symbol</title>
|
|
63
|
+
<g id="icons" stroke="rgba(255, 255, 255, 1.0)" stroke-width="2.5px" paint-order="stroke" fill="none" fill-rule="evenodd">
|
|
64
|
+
<g id="Symbols" transform="translate(-857.000000, -505.000000)">
|
|
65
|
+
<g id="pedestrian-symbol-1" transform="translate(847.750000, 497.000000)">
|
|
66
|
+
<polygon id="fill-3" fill="#221F20"
|
|
67
|
+
points="10.1333333 28.7823253 28.7029683 28.7823253 28.7029683 26.9156198 10.1333333 26.9156198"></polygon>
|
|
68
|
+
<polygon id="fill-2" fill="#221F20"
|
|
69
|
+
points="17.7602168 8.54884928 17.212293 13.200306 18.9329089 13.8360437 16.9093787 15.1362041 13.462839 14.2454745 10.8030803 19.5787143 11.8224454 20.1085475 14.5542232 16.6858186 16.4373946 17.7587387 14.0666771 20.2827734 16.1396073 25.185862 17.0890041 24.8402104 16.0764549 21.1000793 22.8892517 15.7857554 24.3157597 16.7503443 23.2418073 20.182158 24.0567565 20.5347786 26.1686517 16.3704076 22.3281787 12.6851576 18.8623978 11.9061191 18.8669819 8.44443822"></polygon>
|
|
70
|
+
<path d="M22.3791349,11.9361793 C23.3095317,12.0035052 24.1166397,11.2800323 24.1819635,10.3202968 C24.247227,9.36049906 23.5459159,8.52782396 22.615519,8.46049811 C21.6851825,8.39317227 20.8780143,9.11658287 20.8127508,10.0763806 C20.747427,11.0361784 21.4487381,11.8688535 22.3791349,11.9361793"
|
|
71
|
+
id="fill-1" fill="#221F20"></path>
|
|
72
|
+
</g>
|
|
73
|
+
</g>
|
|
74
|
+
</g>`;break;case"forestFireWeather":case"grassFireWeather":e.aspectRatio=[19,22],e.geom=`
|
|
75
|
+
<title>grassfire-symbol</title>
|
|
76
|
+
<g id="icons" stroke="rgba(255, 255, 255, 1.0)" stroke-width="2.5px" paint-order="stroke" fill="none" fill-rule="evenodd">
|
|
77
|
+
<g id="Symbols" transform="translate(-1133.000000, -504.000000)">
|
|
78
|
+
<g id="grassfire-symbol-1" transform="translate(1123.000000, 497.000000)">
|
|
79
|
+
<polygon id="fill-2" fill="#221F20"
|
|
80
|
+
points="10.9777778 28.3984473 27.8592641 28.3984473 27.8592641 26.7534257 10.9777778 26.7534257"></polygon>
|
|
81
|
+
<path d="M24.4181968,17.520462 C24.788546,19.3327276 22.9168404,21.7413134 22.2493455,20.4766756 C21.92237,19.8571056 22.4555763,18.8569325 22.6410251,18.2693307 C22.9491925,17.2928459 23.1907913,16.2603206 23.1507076,15.2293307 C23.0287567,12.0899166 20.4292387,7.57016479 16.3441016,7.60015902 C18.6197149,10.3418618 12.8735994,12.8881359 14.0169443,18.8801821 C12.9992242,18.7040551 12.2623094,16.7711547 12.2623094,16.7711547 C12.2623094,16.7711547 9.87368312,25.4147016 17.0432358,25.4147016 C15.2656802,24.2971287 13.9621651,22.6562745 13.908976,20.7726698 C13.908976,20.7726698 15.4667567,22.062641 16.8475879,22.003804 C15.8107307,19.3079426 17.6801882,16.4897463 20.0069068,15.491931 C19.2368722,17.0951691 18.4269732,19.0994635 18.6661593,20.9069584 C19.0368924,23.7089786 22.1681911,23.5387737 24.1817524,21.784413 C24.1817524,22.9768892 22.5403498,24.4616309 21.5167625,25.4147016 C28.3893339,24.1143668 25.9141247,18.1740291 24.4181968,17.520462"
|
|
82
|
+
id="fill-1" fill="#221F20"></path>
|
|
83
|
+
</g>
|
|
84
|
+
</g>
|
|
85
|
+
</g>`;break;case"hotWeather":e.aspectRatio=[16,30],e.scale=1.2,e.geom=`
|
|
86
|
+
<title>heat-symbol</title>
|
|
87
|
+
<g id="Symbols" transform="translate(-11.0, -4.0)">
|
|
88
|
+
<path style="stroke:rgba(255, 255, 255, 1.0);stroke-width: 3.5px;paint-order: stroke;" d="M18.7689881,29.1162756 C17.2666652,29.1162756 16.0444726,27.8940267 16.0444726,26.39176 C16.0444726,25.6272563 16.3560726,24.9179793 16.9218504,24.39448 L16.9212311,24.3938044 C17.0878681,24.2395526 17.1928607,24.019603 17.1928607,23.7746015 L17.1928607,10.0205719 C17.1928607,9.15152593 17.8998859,8.44444444 18.7689881,8.44444444 C19.6380904,8.44444444 20.3450593,9.15152593 20.3450593,10.0205719 L20.3450593,23.7746015 C20.3450593,24.019603 20.4500519,24.2395526 20.6166889,24.3938044 L20.6160696,24.39448 C21.1819037,24.9179793 21.4935037,25.6272 21.4935037,26.39176 C21.4935037,27.8940267 20.2713111,29.1162756 18.7689881,29.1162756 L18.7689881,29.1162756 Z M23.7576844,13.4275111 C24.1463541,13.4275111 24.4613881,13.112477 24.4613881,12.7238074 C24.4613881,12.3351378 24.1463541,12.0201037 23.7576844,12.0201037 L22.0339481,12.0201037 L22.0339481,11.1306222 L23.7576844,11.1306222 C24.1463541,11.1306222 24.4613881,10.8155881 24.4613881,10.4269185 C24.4613881,10.0382489 24.1463541,9.72321481 23.7576844,9.72321481 L22.0198178,9.72321481 C21.869,8.06179852 20.4690237,6.75555556 18.7689881,6.75555556 C16.9686889,6.75555556 15.5039719,8.22027259 15.5039719,10.0205719 L15.5039719,23.4302933 C14.7707126,24.2390459 14.3555837,25.2978104 14.3555837,26.39176 C14.3555837,28.82528 16.3354119,30.8051644 18.7689881,30.8051644 C21.2025644,30.8051644 23.1823926,28.82528 23.1823926,26.39176 C23.1823926,25.2978104 22.7672637,24.2389896 22.0339481,23.4302933 L22.0339481,15.7244 L23.7576844,15.7244 C24.1463541,15.7244 24.4613881,15.4093096 24.4613881,15.0206963 C24.4613881,14.6320267 24.1463541,14.3169926 23.7576844,14.3169926 L22.0339481,14.3169926 L22.0339481,13.4275111 L23.7576844,13.4275111 Z"
|
|
89
|
+
id="fill-1" fill="#221F20"></path>
|
|
90
|
+
<path style="stroke:rgba(255, 255, 255, 1.0);stroke-width: 1px;paint-order: stroke;" d="M19.50084,24.7449301 L19.50084,17.2225627 C19.50084,16.8184116 19.1731956,16.4907108 18.7689881,16.4907108 C18.3647807,16.4907108 18.0371363,16.8184116 18.0371363,17.2225627 L18.0371363,24.7449301 C17.4066741,25.0255671 16.9668311,25.6571553 16.9668311,26.3917093 C16.9668311,27.3869716 17.7737259,28.1938664 18.7689881,28.1938664 C19.7642504,28.1938664 20.5711452,27.3869716 20.5711452,26.3917093 C20.5711452,25.657099 20.1313022,25.0255671 19.50084,24.7449301"
|
|
91
|
+
id="fill-2" fill="#221F20"></path>
|
|
92
|
+
</g>`;break;case"coldWeather":e.aspectRatio=[16,30],e.scale=1.2,e.geom=`
|
|
93
|
+
<title>freeze-symbol</title>
|
|
94
|
+
<g id="Symbols" transform="translate(-11.0, -4.0)">
|
|
95
|
+
<path style="stroke:rgba(255, 255, 255, 1.0);stroke-width: 3.5px;paint-order: stroke;" d="M18.7689881,29.1162756 C17.2666652,29.1162756 16.0444726,27.8940267 16.0444726,26.39176 C16.0444726,25.6272563 16.3560726,24.9179793 16.9218504,24.39448 L16.9212311,24.3938044 C17.0878681,24.2395526 17.1928607,24.019603 17.1928607,23.7746015 L17.1928607,10.0205719 C17.1928607,9.15152593 17.8998859,8.44444444 18.7689881,8.44444444 C19.6380904,8.44444444 20.3450593,9.15152593 20.3450593,10.0205719 L20.3450593,23.7746015 C20.3450593,24.019603 20.4500519,24.2395526 20.6166889,24.3938044 L20.6160696,24.39448 C21.1819037,24.9179793 21.4935037,25.6272 21.4935037,26.39176 C21.4935037,27.8940267 20.2713111,29.1162756 18.7689881,29.1162756 L18.7689881,29.1162756 Z M23.7576844,13.4275111 C24.1463541,13.4275111 24.4613881,13.112477 24.4613881,12.7238074 C24.4613881,12.3351378 24.1463541,12.0201037 23.7576844,12.0201037 L22.0339481,12.0201037 L22.0339481,11.1306222 L23.7576844,11.1306222 C24.1463541,11.1306222 24.4613881,10.8155881 24.4613881,10.4269185 C24.4613881,10.0382489 24.1463541,9.72321481 23.7576844,9.72321481 L22.0198178,9.72321481 C21.869,8.06179852 20.4690237,6.75555556 18.7689881,6.75555556 C16.9686889,6.75555556 15.5039719,8.22027259 15.5039719,10.0205719 L15.5039719,23.4302933 C14.7707126,24.2390459 14.3555837,25.2978104 14.3555837,26.39176 C14.3555837,28.82528 16.3354119,30.8051644 18.7689881,30.8051644 C21.2025644,30.8051644 23.1823926,28.82528 23.1823926,26.39176 C23.1823926,25.2978104 22.7672637,24.2389896 22.0339481,23.4302933 L22.0339481,15.7244 L23.7576844,15.7244 C24.1463541,15.7244 24.4613881,15.4093096 24.4613881,15.0206963 C24.4613881,14.6320267 24.1463541,14.3169926 23.7576844,14.3169926 L22.0339481,14.3169926 L22.0339481,13.4275111 L23.7576844,13.4275111 Z"
|
|
96
|
+
id="fill-1" fill="#221F20"></path>
|
|
97
|
+
<path style="stroke:rgba(255, 255, 255, 1.0);stroke-width: 1px;paint-order: stroke;" d="M19.50084,24.7449301 L19.50084,17.2225627 C19.50084,16.8184116 19.1731956,16.4907108 18.7689881,16.4907108 C18.3647807,16.4907108 18.0371363,16.8184116 18.0371363,17.2225627 L18.0371363,24.7449301 C17.4066741,25.0255671 16.9668311,25.6571553 16.9668311,26.3917093 C16.9668311,27.3869716 17.7737259,28.1938664 18.7689881,28.1938664 C19.7642504,28.1938664 20.5711452,27.3869716 20.5711452,26.3917093 C20.5711452,25.657099 20.1313022,25.0255671 19.50084,24.7449301"
|
|
98
|
+
id="fill-2" fill="#221F20"></path>
|
|
99
|
+
</g>`;break;case"uvNote":e.aspectRatio=[23,12],e.scale=.55,e.geom=`
|
|
100
|
+
<title>ultraviolet-symbol</title>
|
|
101
|
+
<g id="icons" stroke="rgba(255, 255, 255, 1.0)" stroke-width="2.5px" paint-order="stroke" fill="none" fill-rule="evenodd">
|
|
102
|
+
<g id="Symbols" transform="translate(-8.5, -14.0)">
|
|
103
|
+
<g id="fill-1" transform="translate(19.491960, 13.550258)">
|
|
104
|
+
<g id="Clip-5"></g>
|
|
105
|
+
<polygon id="Fill-4" fill="#221F20"
|
|
106
|
+
points="3.99134208 10.9604891 0.0306107317 0.0137041509 2.45695509 0.0137041509 5.26117406 8.11553057 7.97474804 0.0137041509 10.3482028 0.0137041509 6.37987758 10.9604891"></polygon>
|
|
107
|
+
</g>
|
|
108
|
+
<g id="fill-2" transform="translate(10.133333, 13.550258)">
|
|
109
|
+
<g id="Clip-2"></g>
|
|
110
|
+
<path d="M0,0.0136988679 L2.23735357,0.0136988679 L2.23735357,5.94256679 C2.23735357,6.88347245 2.26500163,7.49329132 2.32051165,7.7720234 C2.41618356,8.22007623 2.64421319,8.57979698 3.00454706,8.85102717 C3.36477398,9.12236302 3.8574121,9.25797811 4.48230099,9.25797811 C5.11719024,9.25797811 5.59587064,9.12986491 5.91844914,8.87342717 C6.24086721,8.61709509 6.43488491,8.30217434 6.50044878,7.9288234 C6.56590569,7.55547245 6.59868762,6.93572151 6.59868762,6.06951774 L6.59868762,0.0136988679 L8.83609467,0.0136988679 L8.83609467,5.76336679 C8.83609467,7.07757057 8.7756112,8.00606113 8.65464426,8.54862717 C8.5337308,9.09129887 8.31072809,9.54923094 7.98574309,9.92258189 C7.66070461,10.2959328 7.22608997,10.5934196 6.68184571,10.8148838 C6.13765492,11.0362951 5.42709449,11.1471857 4.55032484,11.1471857 C3.49210479,11.1471857 2.68956242,11.0264158 2.14285818,10.7850347 C1.59604697,10.5436536 1.16405276,10.2300008 0.846554652,9.84418189 C0.529110027,9.45841585 0.319958085,9.05394792 0.219205781,8.63077811 C0.07299729,8.00352528 0,7.07757057 0,5.85296679 L0,0.0136988679 Z"
|
|
111
|
+
id="Fill-1" fill="#221F20"></path>
|
|
112
|
+
</g>
|
|
113
|
+
</g>
|
|
114
|
+
</g>`;break;case"floodLevel":switch(e.aspectRatio=t.severity<3?[24,21]:[24,20],t.severity){case 3:e.geom=`
|
|
115
|
+
<title>flood-level-3</title>
|
|
116
|
+
<g id="icons" stroke="rgba(255, 255, 255, 1.0)" stroke-width="2.5px" paint-order="stroke" fill="none" fill-rule="evenodd">
|
|
117
|
+
<g id="Symbols" transform="translate(-7.0, -9.0)">
|
|
118
|
+
<path d="M27.6684112,15.5907477 L18.9095327,9 L10.1501402,15.5907477 L13.4203271,15.5907477 L13.4203271,24.5243925 L13.444486,24.5243925 C14.4766355,24.5243925 14.9783178,23.988785 15.6141589,23.3107944 C16.3245327,22.5531308 17.2076168,21.6099065 18.9085047,21.6099065 C20.6093925,21.6099065 21.4924766,22.5531308 22.2028505,23.3107944 C22.8386916,23.988785 23.3403738,24.5243925 24.3725234,24.5243925 L24.3971963,24.5243925 L24.3971963,15.5907477 L27.6673832,15.5907477 L27.6684112,15.5907477 Z M20.4557009,18.872243 L17.3099065,18.872243 L17.3099065,15.7264486 L20.4557009,15.7264486 L20.4557009,18.872243 L20.4557009,18.872243 Z"
|
|
119
|
+
id="fill-1" fill="#231F20"></path>
|
|
120
|
+
<path d="M29.2392523,24.3804673 L29.2392523,24.3804673 C27.6457944,24.3804673 26.8135981,25.2656075 26.1469159,25.9770093 C25.5501402,26.6133645 25.0792991,27.1160748 24.1103738,27.1160748 C23.1414486,27.1160748 22.6711215,26.6133645 22.0738318,25.9770093 C21.4056075,25.2656075 20.5770093,24.3804673 18.9814953,24.3804673 C17.3859813,24.3804673 16.5558411,25.2645794 15.8891589,25.9739252 C15.2923832,26.6102804 14.8215421,27.1129907 13.8526168,27.1129907 C12.8836916,27.1129907 12.4133645,26.6102804 11.8165888,25.9739252 C11.1499065,25.2645794 10.3197664,24.3804673 8.72425234,24.3804673 L8.72425234,24.3804673 C8.32425882,24.3804673 8,24.7047261 8,25.1047196 C8,25.5047131 8.32425882,25.828972 8.72425234,25.828972 L8.7396729,25.828972 C9.69780374,25.8341121 10.1671028,26.3347664 10.7607944,26.9675234 C11.4290187,27.6789252 12.2576168,28.5640654 13.8531308,28.5640654 C15.4486449,28.5640654 16.278785,27.6789252 16.9454673,26.9675234 C17.542243,26.3311682 18.0130841,25.8284579 18.9820093,25.8284579 C19.9509346,25.8284579 20.4212617,26.3311682 21.0185514,26.9675234 C21.6867757,27.6789252 22.5153738,28.5640654 24.1108879,28.5640654 C25.7064019,28.5640654 26.5365421,27.6789252 27.2032243,26.9675234 C27.7964019,26.3347664 28.2657009,25.8366822 29.2238318,25.828972 L29.2387383,25.828972 C29.6387318,25.8291139 29.9631057,25.5049702 29.9632477,25.1049766 C29.9633896,24.7049831 29.6392459,24.3806092 29.2392523,24.3804673 L29.2392523,24.3804673 Z"
|
|
121
|
+
id="fill-3" fill="#231F20"></path>
|
|
122
|
+
<path d="M29.2392523,21.072757 L29.2392523,21.072757 C27.6457944,21.072757 26.8146262,21.9578972 26.1479439,22.6692991 C25.5511682,23.3056542 25.0803271,23.8083645 24.1114019,23.8083645 C23.1424766,23.8083645 22.6721495,23.3056542 22.0748598,22.6692991 C21.4066355,21.9578972 20.5780374,21.072757 18.9825234,21.072757 C17.3870093,21.072757 16.5568692,21.9578972 15.8901869,22.6692991 C15.2934112,23.3056542 14.8225701,23.8083645 13.8536449,23.8083645 C12.8847196,23.8083645 12.4143925,23.3056542 11.8176168,22.6692991 C11.1493925,21.9578972 10.3207944,21.072757 8.72528037,21.072757 C8.32528685,21.072757 8.00102804,21.3970158 8.00102804,21.7970093 C8.00102804,22.1970029 8.32528685,22.5212617 8.72528037,22.5212617 L8.73761682,22.5212617 C9.69780374,22.5258879 10.1676168,23.0265421 10.7613084,23.6598131 C11.4269626,24.3701869 12.2545327,25.2542991 13.8526168,25.2542991 C15.4507009,25.2542991 16.278271,24.3701869 16.9449533,23.6608411 C17.541729,23.024486 18.0125701,22.5217757 18.9814953,22.5217757 C19.9504206,22.5217757 20.4207477,23.024486 21.0180374,23.6608411 C21.6862617,24.372243 22.5148598,25.2573832 24.1103738,25.2573832 C25.7058879,25.2573832 26.536028,24.3701869 27.2027103,23.6608411 C27.7964019,23.0275701 28.266215,22.5269159 29.2258879,22.5222897 L29.2382243,22.5222897 C29.4971584,22.5224734 29.7365213,22.3845034 29.8661474,22.1603517 C29.9957735,21.9362 29.9959694,21.6599207 29.8666614,21.4355853 C29.7373534,21.21125 29.4981864,21.0729407 29.2392523,21.072757 L29.2392523,21.072757 Z"
|
|
123
|
+
id="fill-2" fill="#231F20"></path>
|
|
124
|
+
</g>
|
|
125
|
+
</g>
|
|
126
|
+
`;break;case 4:e.geom=`
|
|
127
|
+
<title>flood-level-4</title>
|
|
128
|
+
<g id="icons" stroke="rgba(255, 255, 255, 1.0)" stroke-width="2.5px" paint-order="stroke" fill="none" fill-rule="evenodd">
|
|
129
|
+
<g id="Symbols" transform="translate(-7.0, -9.0)">
|
|
130
|
+
<path d="M27.6684112,15.5907477 L18.9095327,9 L10.1501402,15.5907477 L13.4203271,15.5907477 L13.4203271,24.5243925 L13.444486,21.2166822 C14.4766355,21.2166822 14.9783178,20.6810747 15.6141589,20.0030841 C16.3245327,19.2454205 17.2076168,18.3021962 18.9085047,18.3021962 C20.6093925,18.3021962 21.4924766,19.2454205 22.2028505,20.0030841 C22.8386916,20.6810747 23.3403738,21.2166822 24.3725234,21.2166822 L24.3971963,21.2166822 L24.3971963,15.5907477 L27.6673832,15.5907477 L27.6684112,15.5907477 Z M20.4557009,18.872243 L17.3099065,18.872243 L17.3099065,15.7264486 L20.4557009,15.7264486 L20.4557009,18.872243 L20.4557009,18.872243 Z"
|
|
131
|
+
id="fill-1" fill="#231F20"></path>
|
|
132
|
+
<path d="M29.2392523,24.3804673 L29.2392523,24.3804673 C27.6457944,24.3804673 26.8135981,25.2656075 26.1469159,25.9770093 C25.5501402,26.6133645 25.0792991,27.1160748 24.1103738,27.1160748 C23.1414486,27.1160748 22.6711215,26.6133645 22.0738318,25.9770093 C21.4056075,25.2656075 20.5770093,24.3804673 18.9814953,24.3804673 C17.3859813,24.3804673 16.5558411,25.2645794 15.8891589,25.9739252 C15.2923832,26.6102804 14.8215421,27.1129907 13.8526168,27.1129907 C12.8836916,27.1129907 12.4133645,26.6102804 11.8165888,25.9739252 C11.1499065,25.2645794 10.3197664,24.3804673 8.72425234,24.3804673 L8.72425234,24.3804673 C8.32425882,24.3804673 8,24.7047261 8,25.1047196 C8,25.5047131 8.32425882,25.828972 8.72425234,25.828972 L8.7396729,25.828972 C9.69780374,25.8341121 10.1671028,26.3347664 10.7607944,26.9675234 C11.4290187,27.6789252 12.2576168,28.5640654 13.8531308,28.5640654 C15.4486449,28.5640654 16.278785,27.6789252 16.9454673,26.9675234 C17.542243,26.3311682 18.0130841,25.8284579 18.9820093,25.8284579 C19.9509346,25.8284579 20.4212617,26.3311682 21.0185514,26.9675234 C21.6867757,27.6789252 22.5153738,28.5640654 24.1108879,28.5640654 C25.7064019,28.5640654 26.5365421,27.6789252 27.2032243,26.9675234 C27.7964019,26.3347664 28.2657009,25.8366822 29.2238318,25.828972 L29.2387383,25.828972 C29.6387318,25.8291139 29.9631057,25.5049702 29.9632477,25.1049766 C29.9633896,24.7049831 29.6392459,24.3806092 29.2392523,24.3804673 L29.2392523,24.3804673 Z"
|
|
133
|
+
id="fill-4" fill="#231F20"></path>
|
|
134
|
+
<path d="M29.2392523,21.072757 L29.2392523,21.072757 C27.6457944,21.072757 26.8146262,21.9578972 26.1479439,22.6692991 C25.5511682,23.3056542 25.0803271,23.8083645 24.1114019,23.8083645 C23.1424766,23.8083645 22.6721495,23.3056542 22.0748598,22.6692991 C21.4066355,21.9578972 20.5780374,21.072757 18.9825234,21.072757 C17.3870093,21.072757 16.5568692,21.9578972 15.8901869,22.6692991 C15.2934112,23.3056542 14.8225701,23.8083645 13.8536449,23.8083645 C12.8847196,23.8083645 12.4143925,23.3056542 11.8176168,22.6692991 C11.1493925,21.9578972 10.3207944,21.072757 8.72528037,21.072757 C8.32528685,21.072757 8.00102804,21.3970158 8.00102804,21.7970093 C8.00102804,22.1970029 8.32528685,22.5212617 8.72528037,22.5212617 L8.73761682,22.5212617 C9.69780374,22.5258879 10.1676168,23.0265421 10.7613084,23.6598131 C11.4269626,24.3701869 12.2545327,25.2542991 13.8526168,25.2542991 C15.4507009,25.2542991 16.278271,24.3701869 16.9449533,23.6608411 C17.541729,23.024486 18.0125701,22.5217757 18.9814953,22.5217757 C19.9504206,22.5217757 20.4207477,23.024486 21.0180374,23.6608411 C21.6862617,24.372243 22.5148598,25.2573832 24.1103738,25.2573832 C25.7058879,25.2573832 26.536028,24.3701869 27.2027103,23.6608411 C27.7964019,23.0275701 28.266215,22.5269159 29.2258879,22.5222897 L29.2382243,22.5222897 C29.4971584,22.5224734 29.7365213,22.3845034 29.8661474,22.1603517 C29.9957735,21.9362 29.9959694,21.6599207 29.8666614,21.4355853 C29.7373534,21.21125 29.4981864,21.0729407 29.2392523,21.072757 L29.2392523,21.072757 Z"
|
|
135
|
+
id="fill-3" fill="#231F20"></path>
|
|
136
|
+
<path d="M29.2392523,17.7650467 L29.2392523,17.7650467 C27.6457944,17.7650467 26.8146262,18.6501869 26.1479439,19.3615888 C25.5511682,19.9979439 25.0803271,20.5006542 24.1114019,20.5006542 C23.1424766,20.5006542 22.6721495,19.9979439 22.0748598,19.3615888 C21.4066355,18.6501869 20.5780374,17.7650467 18.9825234,17.7650467 C17.3870093,17.7650467 16.5568692,18.6501869 15.8901869,19.3615888 C15.2934112,19.9979439 14.8225701,20.5006542 13.8536449,20.5006542 C12.8847196,20.5006542 12.4143925,19.9979439 11.8176168,19.3615888 C11.1493925,18.6501869 10.3207944,17.7650467 8.72528037,17.7650467 C8.32528685,17.7650467 8.00102804,18.0893055 8.00102804,18.489299 C8.00102804,18.8892926 8.32528685,19.2135514 8.72528037,19.2135514 L8.73761682,19.2135514 C9.69780374,19.2181776 10.1676168,19.7188318 10.7613084,20.3521028 C11.4269626,21.0624766 12.2545327,21.9465888 13.8526168,21.9465888 C15.4507009,21.9465888 16.278271,21.0624766 16.9449533,20.3531308 C17.541729,19.7167757 18.0125701,19.2140654 18.9814953,19.2140654 C19.9504206,19.2140654 20.4207477,19.7167757 21.0180374,20.3531308 C21.6862617,21.0645327 22.5148598,21.9496729 24.1103738,21.9496729 C25.7058879,21.9496729 26.536028,21.0624766 27.2027103,20.3531308 C27.7964019,19.7198598 28.266215,19.2192056 29.2258879,19.2145794 L29.2382243,19.2145794 C29.4971584,19.2147631 29.7365213,19.0767931 29.8661474,18.8526414 C29.9957735,18.6284897 29.9959694,18.3522104 29.8666614,18.127875 C29.7373534,17.9035397 29.4981864,17.7652304 29.2392523,17.7650467 L29.2392523,17.7650467 Z"
|
|
137
|
+
id="fill-2" fill="#231F20"></path>
|
|
138
|
+
</g>
|
|
139
|
+
</g>`;break;default:e.geom=`
|
|
140
|
+
<title>flood-level-2</title>
|
|
141
|
+
<g id="icons" stroke="rgba(255, 255, 255, 1.0)" stroke-width="2.5px" paint-order="stroke" fill="none" fill-rule="evenodd">
|
|
142
|
+
<g id="Symbols" transform="translate(-7.0, -9.0)">
|
|
143
|
+
<path d="M13.4208411,22.8723364 L24.3977103,22.8723364 L24.3977103,15.5907477 L27.6678972,15.5907477 L18.9095327,9 L10.1501402,15.5907477 L13.4203271,15.5907477 L13.4203271,22.8723364 L13.4208411,22.8723364 Z M20.4557009,18.871729 L17.3099065,18.871729 L17.3099065,15.7259346 L20.4557009,15.7259346 L20.4557009,18.871729 L20.4557009,18.871729 Z"
|
|
144
|
+
id="fill-2" fill="#231F20"></path>
|
|
145
|
+
<path d="M29.2392523,25.4085047 L29.2392523,25.4085047 C27.6457944,25.4085047 26.8135981,26.2936449 26.1469159,27.0050467 C25.5501402,27.6414019 25.0792991,28.1441121 24.1103738,28.1441121 C23.1414486,28.1441121 22.6711215,27.6414019 22.0738318,27.0050467 C21.4056075,26.2936449 20.5770093,25.4085047 18.9814953,25.4085047 C17.3859813,25.4085047 16.5558411,26.2926168 15.8891589,27.0019626 C15.2923832,27.6383178 14.8215421,28.141028 13.8526168,28.141028 C12.8836916,28.141028 12.4133645,27.6383178 11.8165888,27.0019626 C11.1499065,26.2926168 10.3197664,25.4085047 8.72425234,25.4085047 L8.72425234,25.4085047 C8.32425882,25.4085047 8,25.7327635 8,26.132757 C8,26.5327505 8.32425882,26.8570093 8.72425234,26.8570093 L8.7396729,26.8570093 C9.69780374,26.8621495 10.1671028,27.3628037 10.7607944,27.9955607 C11.4290187,28.7069626 12.2576168,29.5921028 13.8531308,29.5921028 C15.4486449,29.5921028 16.278785,28.7069626 16.9454673,27.9955607 C17.542243,27.3592056 18.0130841,26.8564953 18.9820093,26.8564953 C19.9509346,26.8564953 20.4212617,27.3592056 21.0185514,27.9955607 C21.6867757,28.7069626 22.5153738,29.5921028 24.1108879,29.5921028 C25.7064019,29.5921028 26.5365421,28.7069626 27.2032243,27.9955607 C27.7964019,27.3628037 28.2657009,26.8647196 29.2238318,26.8570093 L29.2387383,26.8570093 C29.6387318,26.8571513 29.9631057,26.5330075 29.9632477,26.133014 C29.9633896,25.7330205 29.6392459,25.4086466 29.2392523,25.4085047 L29.2392523,25.4085047 Z"
|
|
146
|
+
id="fill-1" fill="#231F20"></path>
|
|
147
|
+
</g>
|
|
148
|
+
</g>`;break}break;case"seaWind":const r=-1.5*Math.sin(t.direction*Math.PI/180);e.aspectRatio=[22,22],e.scale=1.5,e.geom=`
|
|
149
|
+
<title>seawind-symbol</title>
|
|
150
|
+
<g>
|
|
151
|
+
<path d="${ao("M 11.127030796064377 6.106581985398371 A 8.4 8.4 0 1 0 16.872969203935618 6.106581985398369 L 14 0 L 11.127030796064377 6.106581985398371").translate(-14,-14).scale(6/8.4).translate(10,10).rotate(t.direction,10,10).translate(1+r,1.5).toString()}" fill="#000000" stroke="rgba(255, 255, 255, 1.0)" stroke-width="1.7px" paint-order="stroke" />
|
|
152
|
+
<text x="${10.9+r}" y="14.7" fill="#ffffff"
|
|
153
|
+
style="font-family: 'Noto Sans', sans-serif; font-size: 8.5px; text-anchor: middle; font-weight: bold;">${t.text}
|
|
154
|
+
</text>
|
|
155
|
+
</g>`;break;case"seaThunderStorm":e.aspectRatio=[14,22],e.geom=`
|
|
156
|
+
<title>seathunder-symbol</title>
|
|
157
|
+
<g id="icons" stroke="rgba(255, 255, 255, 1.0)" stroke-width="2.5px" paint-order="stroke" fill="none" fill-rule="evenodd">
|
|
158
|
+
<g id="Symbols" transform="translate(-13, -10.0)">
|
|
159
|
+
<polygon id="fill-1" fill="#221F20"
|
|
160
|
+
points="17.0901717 10.1333333 14.3555556 19.6392257 19.145299 19.6392257 16.4375313 31.2444444 25.636046 16.1625097 20.6584695 16.1625097 23.3706411 10.1333333"></polygon>
|
|
161
|
+
</g>
|
|
162
|
+
</g>`;break;case"seaWaterHeightHighWater":e.aspectRatio=[25,22],e.geom=`
|
|
163
|
+
<title>highsealevel-symbol</title>
|
|
164
|
+
<defs>
|
|
165
|
+
<polygon id="highsealevel-path-1"
|
|
166
|
+
points="21.9141698 4.50783633 21.9141698 0.0397776943 5.15388638e-06 0.0397776943 5.15388638e-06 4.50783633 21.9141698 4.50783633"></polygon>
|
|
167
|
+
<polygon id="highsealevel-path-3"
|
|
168
|
+
points="21.9141698 4.48308221 21.9141698 0.0150235785 5.15388638e-06 0.0150235785 5.15388638e-06 4.48308221 21.9141698 4.48308221"></polygon>
|
|
169
|
+
<polygon id="highsealevel-path-5"
|
|
170
|
+
points="10.9570875 4.48388106 21.9141698 4.48388106 21.9141698 0.0158224309 5.15388638e-06 0.0158224309 5.15388638e-06 4.48388106 10.9570875 4.48388106"></polygon>
|
|
171
|
+
</defs>
|
|
172
|
+
<g id="icons" stroke="rgba(255, 255, 255, 1.0)" stroke-width="2.5px" paint-order="stroke" fill="none" fill-rule="evenodd">
|
|
173
|
+
<g id="Symbols" transform="translate(-7.0, -8.0)">
|
|
174
|
+
<g id="icon-varoitus-korkeasta-merivedenkorkeudesta" transform="translate(8.444444, 8.444444)">
|
|
175
|
+
<g id="fill-4" transform="translate(0.000000, 12.803130)">
|
|
176
|
+
<mask id="highsealevel-mask-2" fill="white">
|
|
177
|
+
<use href="#highsealevel-path-1"></use>
|
|
178
|
+
</mask>
|
|
179
|
+
<path d="M16.4354393,4.50783633 C14.7308429,4.50783633 13.8443745,3.56225281 13.1320559,2.80251844 C12.4948294,2.12282391 11.9915008,1.58594358 10.9567551,1.58594358 C9.9221124,1.58594358 9.41873233,2.12282391 8.78155737,2.80251844 C8.06929029,3.56225281 7.18287339,4.50783633 5.47827704,4.50783633 C3.77378377,4.50783633 2.88736686,3.56225281 2.17515132,2.80251844 C1.53792482,2.12282391 1.03464782,1.58594358 5.15388638e-06,1.58594358 L5.15388638e-06,0.0397776943 C1.70449842,0.0397776943 2.59091533,0.985309671 3.30313087,1.74509559 C3.94035737,2.42479011 4.44363437,2.96167044 5.47827704,2.96167044 C6.51297125,2.96167044 7.01629978,2.42479011 7.65352628,1.74509559 C8.36579336,0.985309671 9.25221027,0.0397776943 10.9567551,0.0397776943 C12.6612999,0.0397776943 13.5478199,0.985258132 14.2600869,1.74504405 C14.8973134,2.42479011 15.4006935,2.96167044 16.4354393,2.96167044 C17.470185,2.96167044 17.9735651,2.42479011 18.6107916,1.74509559 C19.3231102,0.985258132 20.2095787,0.0397776943 21.914175,0.0397776943 L21.914175,1.58594358 C20.8794293,1.58594358 20.3760492,2.12282391 19.7388227,2.80251844 C19.0264525,3.56230435 18.1400356,4.50783633 16.4354393,4.50783633"
|
|
180
|
+
id="fill" fill="#221F20" mask="url(#highsealevel-mask-2)"></path>
|
|
181
|
+
</g>
|
|
182
|
+
<g id="fill-3" transform="translate(0.000000, 9.143870)">
|
|
183
|
+
<mask id="highsealevel-mask-4" fill="white">
|
|
184
|
+
<use href="#highsealevel-path-3"></use>
|
|
185
|
+
</mask>
|
|
186
|
+
<path d="M16.4354393,4.48308221 C14.7308429,4.48308221 13.8443745,3.5374987 13.1320559,2.77776432 C12.4948294,2.0980698 11.9915008,1.56118946 10.9567551,1.56118946 C9.9221124,1.56118946 9.41873233,2.0980698 8.78155737,2.77776432 C8.06929029,3.5374987 7.18287339,4.48308221 5.47827704,4.48308221 C3.77378377,4.48308221 2.88736686,3.5374987 2.17515132,2.77776432 C1.53792482,2.0980698 1.03464782,1.56118946 5.15388638e-06,1.56118946 L5.15388638e-06,0.0150235785 C1.70449842,0.0150235785 2.59091533,0.960555556 3.30313087,1.72034147 C3.94035737,2.40003599 4.44363437,2.93691633 5.47827704,2.93691633 C6.51297125,2.93691633 7.01629978,2.40003599 7.65352628,1.72034147 C8.36579336,0.960555556 9.25221027,0.0150235785 10.9567551,0.0150235785 C12.6612999,0.0150235785 13.5478199,0.960504017 14.2600869,1.72028993 C14.8973134,2.40003599 15.4006935,2.93691633 16.4354393,2.93691633 C17.470185,2.93691633 17.9735651,2.40003599 18.6107916,1.72034147 C19.3231102,0.960504017 20.2095787,0.0150235785 21.914175,0.0150235785 L21.914175,1.56118946 C20.8794293,1.56118946 20.3760492,2.0980698 19.7388227,2.77776432 C19.0264525,3.53755023 18.1400356,4.48308221 16.4354393,4.48308221"
|
|
187
|
+
id="fill" fill="#221F20" mask="url(#highsealevel-mask-4)"></path>
|
|
188
|
+
</g>
|
|
189
|
+
<g id="fill-2" transform="translate(0.000000, 16.359311)">
|
|
190
|
+
<mask id="highsealevel-mask-6" fill="white">
|
|
191
|
+
<use href="#highsealevel-path-5"></use>
|
|
192
|
+
</mask>
|
|
193
|
+
<path d="M16.4354393,4.48388106 C14.7308429,4.48388106 13.8443745,3.53829755 13.1320559,2.77856317 C12.4948294,2.09886865 11.9915008,1.56198832 10.9567551,1.56198832 C9.9221124,1.56198832 9.41873233,2.09886865 8.78155737,2.77856317 C8.06929029,3.53829755 7.18287339,4.48388106 5.47827704,4.48388106 C3.77378377,4.48388106 2.88736686,3.53829755 2.17515132,2.77856317 C1.53792482,2.09886865 1.03464782,1.56198832 5.15388638e-06,1.56198832 L5.15388638e-06,0.0158224309 C1.70449842,0.0158224309 2.59091533,0.961354408 3.30313087,1.72114032 C3.94035737,2.40083485 4.44363437,2.93771518 5.47827704,2.93771518 C6.51297125,2.93771518 7.01629978,2.40083485 7.65352628,1.72114032 C8.36579336,0.961354408 9.25221027,0.0158224309 10.9567551,0.0158224309 C12.6612999,0.0158224309 13.5478199,0.961302869 14.2600869,1.72108878 C14.8973134,2.40083485 15.4006935,2.93771518 16.4354393,2.93771518 C17.470185,2.93771518 17.9735651,2.40083485 18.6107916,1.72114032 C19.3231102,0.961302869 20.2095787,0.0158224309 21.914175,0.0158224309 L21.914175,1.56198832 C20.8794293,1.56198832 20.3760492,2.09886865 19.7388227,2.77856317 C19.0264525,3.53834909 18.1400356,4.48388106 16.4354393,4.48388106"
|
|
194
|
+
id="fill" fill="#221F20" mask="url(#highsealevel-mask-6)"></path>
|
|
195
|
+
</g>
|
|
196
|
+
<polygon id="fill-1" fill="#221F20"
|
|
197
|
+
points="14.1920453 4.84347802 14.1920453 8.61060812 18.4973442 8.61060812 18.4973442 4.84347802 20.6499679 4.84347802 16.344669 1.03077728e-05 12.0393701 4.84347802"></polygon>
|
|
198
|
+
</g>
|
|
199
|
+
</g>
|
|
200
|
+
</g>`;break;case"seaWaterHeightShallowWater":e.aspectRatio=[23,22],e.geom=`
|
|
201
|
+
<title>lowsealevel-symbol</title>
|
|
202
|
+
<defs>
|
|
203
|
+
<polygon id="lowsealevel-path-1"
|
|
204
|
+
points="22.022055 4.53002875 22.022055 0.039973523 5.17925901e-06 0.039973523 5.17925901e-06 4.53002875 22.022055 4.53002875"></polygon>
|
|
205
|
+
<polygon id="lowsealevel-path-3"
|
|
206
|
+
points="11.0110301 4.50595556 22.022055 4.50595556 22.022055 0.0159003259 5.17925901e-06 0.0159003259 5.17925901e-06 4.50595556 11.0110301 4.50595556"></polygon>
|
|
207
|
+
</defs>
|
|
208
|
+
<g id="icons" stroke="rgba(255, 255, 255, 1.0)" stroke-width="2.5px" paint-order="stroke" fill="none" fill-rule="evenodd">
|
|
209
|
+
<g id="Symbols" transform="translate(-305.000000, -401.000000)">
|
|
210
|
+
<g id="lowsealevel-symbol-1" transform="translate(297.000000, 393.000000)">
|
|
211
|
+
<g id="fill-3" transform="translate(8.444444, 21.310605)">
|
|
212
|
+
<mask id="lowsealevel-mask-2" fill="white">
|
|
213
|
+
<use href="#lowsealevel-path-1"></use>
|
|
214
|
+
</mask>
|
|
215
|
+
<path d="M16.5163522,4.53002875 C14.803364,4.53002875 13.9125314,3.57979006 13.196706,2.81631545 C12.5563424,2.13327474 12.0505359,1.5937513 11.010696,1.5937513 C9.97095973,1.5937513 9.46510148,2.13327474 8.82478965,2.81631545 C8.10901602,3.57979006 7.21823522,4.53002875 5.50524702,4.53002875 C3.79236239,4.53002875 2.90158159,3.57979006 2.18585976,2.81631545 C1.54549614,2.13327474 1.03974148,1.5937513 5.17925901e-06,1.5937513 L5.17925901e-06,0.039973523 C1.7128898,0.039973523 2.6036706,0.990160427 3.31939244,1.75368683 C3.95975605,2.43672754 4.46551072,2.97625097 5.50524702,2.97625097 C6.54503511,2.97625097 7.05084156,2.43672754 7.69120518,1.75368683 C8.40697881,0.990160427 9.29775961,0.039973523 11.010696,0.039973523 C12.7236324,0.039973523 13.6145168,0.990108634 14.3302905,1.75363503 C14.9706541,2.43672754 15.4765123,2.97625097 16.5163522,2.97625097 C17.5561921,2.97625097 18.0620503,2.43672754 18.7024139,1.75368683 C19.4182394,0.990108634 20.309072,0.039973523 22.0220602,0.039973523 L22.0220602,1.5937513 C20.9822203,1.5937513 20.476362,2.13327474 19.8359984,2.81631545 C19.1201212,3.57984185 18.2293404,4.53002875 16.5163522,4.53002875"
|
|
216
|
+
id="fill" fill="#221F20" mask="url(#lowsealevel-mask-2)"></path>
|
|
217
|
+
</g>
|
|
218
|
+
<g id="fill-2" transform="translate(8.444444, 24.884294)">
|
|
219
|
+
<mask id="lowsealevel-mask-4" fill="white">
|
|
220
|
+
<use href="#lowsealevel-path-3"></use>
|
|
221
|
+
</mask>
|
|
222
|
+
<path d="M16.5163522,4.50595556 C14.803364,4.50595556 13.9125314,3.55571686 13.196706,2.79224225 C12.5563424,2.10920154 12.0505359,1.5696781 11.010696,1.5696781 C9.97095973,1.5696781 9.46510148,2.10920154 8.82478965,2.79224225 C8.10901602,3.55571686 7.21823522,4.50595556 5.50524702,4.50595556 C3.79236239,4.50595556 2.90158159,3.55571686 2.18585976,2.79224225 C1.54549614,2.10920154 1.03974148,1.5696781 5.17925901e-06,1.5696781 L5.17925901e-06,0.0159003259 C1.7128898,0.0159003259 2.6036706,0.96608723 3.31939244,1.72961363 C3.95975605,2.41265434 4.46551072,2.95217778 5.50524702,2.95217778 C6.54503511,2.95217778 7.05084156,2.41265434 7.69120518,1.72961363 C8.40697881,0.96608723 9.29775961,0.0159003259 11.010696,0.0159003259 C12.7236324,0.0159003259 13.6145168,0.966035437 14.3302905,1.72956184 C14.9706541,2.41265434 15.4765123,2.95217778 16.5163522,2.95217778 C17.5561921,2.95217778 18.0620503,2.41265434 18.7024139,1.72961363 C19.4182394,0.966035437 20.309072,0.0159003259 22.0220602,0.0159003259 L22.0220602,1.5696781 C20.9822203,1.5696781 20.476362,2.10920154 19.8359984,2.79224225 C19.1201212,3.55576865 18.2293404,4.50595556 16.5163522,4.50595556"
|
|
223
|
+
id="fill" fill="#221F20" mask="url(#lowsealevel-mask-4)"></path>
|
|
224
|
+
</g>
|
|
225
|
+
<polygon id="fill-1" fill="#221F20"
|
|
226
|
+
points="22.7063583 12.2301463 22.7063583 8.44447034 27.0328525 8.44447034 27.0328525 12.2301463 29.1960738 12.2301463 24.8695795 17.0974588 20.5430853 12.2301463"></polygon>
|
|
227
|
+
</g>
|
|
228
|
+
</g>
|
|
229
|
+
</g>`;break;case"seaWaveHeight":e.aspectRatio=[21,16],e.scale=.8,e.geom=`
|
|
230
|
+
<title>waveheight-symbol</title>
|
|
231
|
+
<defs>
|
|
232
|
+
<polygon id="waveheight-path-1"
|
|
233
|
+
points="9.27692134 16.8837555 18.5538356 16.8837555 18.5538356 0.0260879433 9.27692134 0.0260879433 7.07775826e-06 0.0260879433 7.07775826e-06 16.8837555"></polygon>
|
|
234
|
+
</defs>
|
|
235
|
+
<g id="icons" stroke="rgba(255, 255, 255, 1.0)" stroke-width="2.5px" paint-order="stroke" fill="none" fill-rule="evenodd">
|
|
236
|
+
<g id="Symbols" transform="translate(-9.5, -10.0)">
|
|
237
|
+
<g id="fill-2" transform="translate(10.977778, 10.163713)">
|
|
238
|
+
<mask id="waveheight-mask-2" fill="white">
|
|
239
|
+
<use href="#waveheight-path-1"></use>
|
|
240
|
+
</mask>
|
|
241
|
+
<path d="M9.68429628,7.1873413 C9.68429628,5.58451388 10.9836114,4.28519878 12.5864388,4.28519878 C13.2691862,4.28519878 13.9553782,4.55116028 14.4510491,4.94575454 C14.4463059,4.94332644 14.4419014,4.94106775 14.4515009,4.94609335 C14.4613262,4.95111895 14.4564135,4.94852145 14.4514444,4.94598041 C13.83962,2.11877015 11.3658393,0.0260879433 8.35550519,0.0260879433 C7.24490418,0.0260879433 6.20189466,0.314805809 5.29672208,0.820640865 C-0.989229963,3.76439986 0.0573934752,15.1397595 0.0763665248,16.8837555 L18.5538582,16.8837555 C15.7054162,14.7519414 9.68429628,10.5359716 9.68429628,7.1873413"
|
|
242
|
+
id="fill" fill="#221F20" mask="url(#waveheight-mask-2)"></path>
|
|
243
|
+
</g>
|
|
244
|
+
<path d="M25.1761522,18.2911461 C26.2413534,17.6778536 25.5488936,15.686361 25.5358496,15.6155509 C25.0391623,15.3225415 24.439309,15.1380624 23.8413191,15.1380624 C22.8125958,15.1380624 21.897372,15.6214799 21.3084734,16.3728918 C22.7123097,17.4348743 24.5487993,18.6523681 25.1761522,18.2911461"
|
|
245
|
+
id="fill-1" fill="#221F20"></path>
|
|
246
|
+
</g>
|
|
247
|
+
</g>`;break;case"seaIcing":e.aspectRatio=[22,17],e.scale=.9,e.geom=`
|
|
248
|
+
<title>icing-symbol</title>
|
|
249
|
+
<g id="icons" stroke="rgba(255, 255, 255, 1.0)" stroke-width="2.5px" paint-order="stroke" fill="none" fill-rule="evenodd">
|
|
250
|
+
<g id="icing-symbol-1" transform="translate(-8.0, -12.0)">
|
|
251
|
+
<polygon id="fill-2" fill="#221F20"
|
|
252
|
+
points="20.5886801 12.9777576 17.159897 21.5458388 19.7013269 28.9258988 22.9707137 18.3714051 24.3370614 22.5466725 28.6861243 12.9777576"></polygon>
|
|
253
|
+
<polygon id="fill-1" fill="#221F20"
|
|
254
|
+
points="10.1333333 12.9777576 14.7433913 24.8742315 19.5040853 12.9777576"></polygon>
|
|
255
|
+
</g>
|
|
256
|
+
</g>`;break;case"multiple":e.aspectRatio=[15,13],e.scale=.65,e.geom=`
|
|
257
|
+
<title>multiple-symbol</title>
|
|
258
|
+
<g id="icons" stroke="rgba(255, 255, 255, 1.0)" stroke-width="2.5px" paint-order="stroke" fill="none" fill-rule="evenodd">
|
|
259
|
+
<g id="Symbols" transform="translate(-12.0, -13.0)">
|
|
260
|
+
<rect id="icon-bg" fill-opacity="0" fill="#E8E8E8" x="0" y="0" width="38" height="38" rx="100"></rect>
|
|
261
|
+
<polygon id="fill-1" fill="#221F20"
|
|
262
|
+
points="18.4669867 25.2895289 20.3336533 25.2895289 20.3336533 20.3336533 25.2895289 20.3336533 25.2895289 18.4669867 20.3336533 18.4669867 20.3336533 13.5111111 18.4669867 13.5111111 18.4669867 18.4669867 13.5111111 18.4669867 13.5111111 20.3336533 18.4669867 20.3336533"></polygon>
|
|
263
|
+
</g>
|
|
264
|
+
</g>`;break}return e}}};class Rc{constructor(){this.ids=[],this.values=[],this.length=0}clear(){this.length=0}push(e,r){let n=this.length++;for(this.ids[n]=e,this.values[n]=r;n>0;){const o=n-1>>1,s=this.values[o];if(r>=s)break;this.ids[n]=this.ids[o],this.values[n]=s,n=o}this.ids[n]=e,this.values[n]=r}pop(){if(this.length===0)return;const e=this.ids[0];if(this.length--,this.length>0){const r=this.ids[0]=this.ids[this.length],n=this.values[0]=this.values[this.length],o=this.length>>1;let s=0;for(;s<o;){let d=(s<<1)+1;const u=d+1;let l=this.ids[d],m=this.values[d];const c=this.values[u];if(u<this.length&&c<m&&(d=u,l=this.ids[u],m=c),m>=n)break;this.ids[s]=l,this.values[s]=m,s=d}this.ids[s]=r,this.values[s]=n}return e}peek(){if(this.length!==0)return this.ids[0]}peekValue(){if(this.length!==0)return this.values[0]}}const oo=[Int8Array,Uint8Array,Uint8ClampedArray,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array],En=3;class Oa{static from(e){if(!(e instanceof ArrayBuffer))throw new Error("Data must be an instance of ArrayBuffer.");const[r,n]=new Uint8Array(e,0,2);if(r!==251)throw new Error("Data does not appear to be in a Flatbush format.");if(n>>4!==En)throw new Error(`Got v${n>>4} data when expected v${En}.`);const[o]=new Uint16Array(e,2,1),[s]=new Uint32Array(e,4,1);return new Oa(s,o,oo[n&15],e)}constructor(e,r=16,n=Float64Array,o){if(e===void 0)throw new Error("Missing required argument: numItems.");if(isNaN(e)||e<=0)throw new Error(`Unpexpected numItems value: ${e}.`);this.numItems=+e,this.nodeSize=Math.min(Math.max(+r,2),65535);let s=e,d=s;this._levelBounds=[s*4];do s=Math.ceil(s/this.nodeSize),d+=s,this._levelBounds.push(d*4);while(s!==1);this.ArrayType=n||Float64Array,this.IndexArrayType=d<16384?Uint16Array:Uint32Array;const u=oo.indexOf(this.ArrayType),l=d*4*this.ArrayType.BYTES_PER_ELEMENT;if(u<0)throw new Error(`Unexpected typed array class: ${n}.`);o&&o instanceof ArrayBuffer?(this.data=o,this._boxes=new this.ArrayType(this.data,8,d*4),this._indices=new this.IndexArrayType(this.data,8+l,d),this._pos=d*4,this.minX=this._boxes[this._pos-4],this.minY=this._boxes[this._pos-3],this.maxX=this._boxes[this._pos-2],this.maxY=this._boxes[this._pos-1]):(this.data=new ArrayBuffer(8+l+d*this.IndexArrayType.BYTES_PER_ELEMENT),this._boxes=new this.ArrayType(this.data,8,d*4),this._indices=new this.IndexArrayType(this.data,8+l,d),this._pos=0,this.minX=1/0,this.minY=1/0,this.maxX=-1/0,this.maxY=-1/0,new Uint8Array(this.data,0,2).set([251,(En<<4)+u]),new Uint16Array(this.data,2,1)[0]=r,new Uint32Array(this.data,4,1)[0]=e),this._queue=new Rc}add(e,r,n,o){const s=this._pos>>2;return this._indices[s]=s,this._boxes[this._pos++]=e,this._boxes[this._pos++]=r,this._boxes[this._pos++]=n,this._boxes[this._pos++]=o,e<this.minX&&(this.minX=e),r<this.minY&&(this.minY=r),n>this.maxX&&(this.maxX=n),o>this.maxY&&(this.maxY=o),s}finish(){if(this._pos>>2!==this.numItems)throw new Error(`Added ${this._pos>>2} items when expected ${this.numItems}.`);const e=this.maxX-this.minX,r=this.maxY-this.minY,n=new Uint32Array(this.numItems),o=65535;for(let s=0;s<this.numItems;s++){let d=4*s;const u=this._boxes[d++],l=this._boxes[d++],m=this._boxes[d++],c=this._boxes[d++],p=Math.floor(o*((u+m)/2-this.minX)/e),v=Math.floor(o*((l+c)/2-this.minY)/r);n[s]=zc(p,v)}Yn(n,this._boxes,this._indices,0,this.numItems-1);for(let s=0,d=0;s<this._levelBounds.length-1;s++){const u=this._levelBounds[s];for(;d<u;){let l=1/0,m=1/0,c=-1/0,p=-1/0;const v=d;for(let k=0;k<this.nodeSize&&d<u;k++){const I=this._boxes[d++],_=this._boxes[d++],R=this._boxes[d++],E=this._boxes[d++];I<l&&(l=I),_<m&&(m=_),R>c&&(c=R),E>p&&(p=E)}this._indices[this._pos>>2]=v,this._boxes[this._pos++]=l,this._boxes[this._pos++]=m,this._boxes[this._pos++]=c,this._boxes[this._pos++]=p}}}search(e,r,n,o,s){if(this._pos!==this._boxes.length)throw new Error("Data not yet indexed - call index.finish().");let d=this._boxes.length-4,u=this._levelBounds.length-1;const l=[],m=[];for(;d!==void 0;){const c=Math.min(d+this.nodeSize*4,this._levelBounds[u]);for(let p=d;p<c;p+=4){const v=this._indices[p>>2]|0;n<this._boxes[p]||o<this._boxes[p+1]||e>this._boxes[p+2]||r>this._boxes[p+3]||(d<this.numItems*4?(s===void 0||s(v))&&m.push(v):(l.push(v),l.push(u-1)))}u=l.pop(),d=l.pop()}return m}neighbors(e,r,n=1/0,o=1/0,s){if(this._pos!==this._boxes.length)throw new Error("Data not yet indexed - call index.finish().");let d=this._boxes.length-4;const u=this._queue,l=[],m=o*o;for(;d!==void 0;){const c=Math.min(d+this.nodeSize*4,Pc(d,this._levelBounds));for(let p=d;p<c;p+=4){const v=this._indices[p>>2]|0,k=so(e,this._boxes[p],this._boxes[p+2]),I=so(r,this._boxes[p+1],this._boxes[p+3]),_=k*k+I*I;d<this.numItems*4?(s===void 0||s(v))&&u.push(-v-1,_):u.push(v,_)}for(;u.length&&u.peek()<0;)if(u.peekValue()>m||(l.push(-u.pop()-1),l.length===n))return u.clear(),l;d=u.pop()}return u.clear(),l}}function so(t,e,r){return t<e?e-t:t<=r?0:t-r}function Pc(t,e){let r=0,n=e.length-1;for(;r<n;){const o=r+n>>1;e[o]>t?n=o:r=o+1}return e[r]}function Yn(t,e,r,n,o){if(n>=o)return;const s=t[n+o>>1];let d=n-1,u=o+1;for(;;){do d++;while(t[d]<s);do u--;while(t[u]>s);if(d>=u)break;Oc(t,e,r,d,u)}Yn(t,e,r,n,u),Yn(t,e,r,u+1,o)}function Oc(t,e,r,n,o){const s=t[n];t[n]=t[o],t[o]=s;const d=4*n,u=4*o,l=e[d],m=e[d+1],c=e[d+2],p=e[d+3];e[d]=e[u],e[d+1]=e[u+1],e[d+2]=e[u+2],e[d+3]=e[u+3],e[u]=l,e[u+1]=m,e[u+2]=c,e[u+3]=p;const v=r[n];r[n]=r[o],r[o]=v}function zc(t,e){let r=t^e,n=65535^r,o=65535^(t|e),s=t&(e^65535),d=r|n>>1,u=r>>1^r,l=o>>1^n&s>>1^o,m=r&o>>1^s>>1^s;r=d,n=u,o=l,s=m,d=r&r>>2^n&n>>2,u=r&n>>2^n&(r^n)>>2,l^=r&o>>2^n&s>>2,m^=n&o>>2^(r^n)&s>>2,r=d,n=u,o=l,s=m,d=r&r>>4^n&n>>4,u=r&n>>4^n&(r^n)>>4,l^=r&o>>4^n&s>>4,m^=n&o>>4^(r^n)&s>>4,r=d,n=u,o=l,s=m,l^=r&o>>8^n&s>>8,m^=n&o>>8^(r^n)&s>>8,r=l^l>>1,n=m^m>>1;let c=t^e,p=n|65535^(c|r);return c=(c|c<<8)&16711935,c=(c|c<<4)&252645135,c=(c|c<<2)&858993459,c=(c|c<<1)&1431655765,p=(p|p<<8)&16711935,p=(p|p<<4)&252645135,p=(p|p<<2)&858993459,p=(p|p<<1)&1431655765,(p<<1|c)>>>0}const jc=/[&<>"']/g,Wc={"&":"&","<":"<",">":">",'"':""","'":"'"},c2="class,opacity,stroke,stroke-width,stroke-dasharray,stroke-opacity,fill-opacity".split(","),f2=function(t,e){const r=arguments.length>1;return t.reduce(function(n,o){return n[o]=r?e:!0,n},{})},Zc={polygon:f2(c2.concat("fill","fill-pattern")),polyline:f2(c2),point:f2(c2.concat("fill","r")),label:f2(c2.concat("fill,r,font-family,font-size,text-anchor,font-weight,font-style,letter-spacing,dominant-baseline".split(",")))},ss=function(t){const e=new zt;for(let r=0,n=t.length;r<n;r++)e.mergePoint(t[r][0],t[r][1]);return e},Uc=function(t){let e=0,r,n,o,s,d,u,l;for(let m=0,c=t.length;m<c;m++)l=t[m],m===0?(r=0,n=0,d=-l[0],u=-l[1]):(r=l[0]+d,n=l[1]+u,e+=r*s-o*n),o=r,s=n;return e/2},Gc=function(t){let e,r;return!t||t.length===0?e={partCount:0,pointCount:0}:(r={points:t,pointCount:t.length,bounds:ss(t)},e={bounds:r.bounds,pathData:[r],partCount:1,pointCount:r.pointCount}),e},qc=function(t){const e=[];let r=0,n,o,s,d;for(;t.hasNext();)n=t.x,o=t.y,(r===0||s!=n||d!=o)&&(e.push([n,o]),r++),s=n,d=o;return{points:e,pointCount:e.length}},ds=function(t,e,r){if(r==="point")return Gc(t);let n=0;const o=new zt,s=[];return t&&(r==="polyline"||r==="polygon")&&t.forEach(function(d,u){const l=e.getShapeIter(d),m=qc(l);let c=!0;m.ids=d,r==="polygon"?(m.area=Uc(m.points),c=m.pointCount>3&&m.area!==0):r==="polyline"&&(c=m.pointCount>1),c?(n+=m.pointCount,m.bounds=ss(m.points),o.mergeBounds(m.bounds),s.push(m)):console.log("Skipping a collapsed",r,"path")}),{pointCount:n,pathData:s,pathCount:s.length,bounds:o}},Hc=function(t){if(!t.length)return function(){return[]};const e=new Oa(t.length);t.forEach(function(n){const o=n.bounds;e.add(o.xmin,o.ymin,o.xmax,o.ymax)}),e.finish();function r(n){return t[n]}return function(n,o,s,d){return e.search(n,o,s,d).map(r)}},Vc=function(t,e,r){const n=[],o=[],s=r?-1:1;if((t||[]).forEach(function(u){u.area*s>0?o.push([u]):u.area*s<0&&n.push(u)}),n.length===0)return o;const d=Hc(o.map(function(u,l){return{bounds:u[0].bounds,idx:l}}));return n.forEach(function(u){let l=-1,m=0;const c=u.area*-s,p=u.bounds,v=d(p.xmin,p.ymin,p.xmax,p.ymax);let k,I,_,R;for(let E=0,y=v.length;E<y;E++)I=v[E].idx,k=o[I][0],_=k.area*s,R=k.bounds.contains(u.bounds)&&_>c,!(R&&v.length>1&&!testRingInRing(u,k,e))&&R&&(m===0||_<m)&&(m=_,l=I);l==-1?console.log("[groupPolygonRings()] polygon hole is missing a containing ring, dropping."):o[l].push(u)}),o},$c=function(t,e){let r=null;return t.length===1?r={type:"Point",coordinates:t[0]}:t.length>1&&(r={type:"MultiPoint",coordinates:t}),r},Yc=function(t,e){const r=ds(t,e,"polyline");if(r.pointCount===0)return null;const n=r.pathData.map(function(o){return o.points});return n.length===1?{type:"LineString",coordinates:n[0]}:{type:"MultiLineString",coordinates:n}},Jc=function(t,e,r){const n=ds(t,e,"polygon");if(n.pointCount===0)return null;const o=Vc(n.pathData,e,r.invert_y),s=(r.rfc7946||r.v2)&&!r.invert_y,d=o.map(function(u){return u.map(function(l){return s&&l.points.reverse(),l.points})});return d.length===1?{type:"Polygon",coordinates:d[0]}:{type:"MultiPolygon",coordinates:d}},Tt={ID_FIELD:"FID",typeLookup:{LineString:"polyline",MultiLineString:"polyline",Polygon:"polygon",MultiPolygon:"polygon",Point:"point",MultiPoint:"point"},pathImporters:{LineString:function(t,e){e.importLine(t)},MultiLineString:function(t,e){for(let r=0;r<t.length;r++)Tt.pathImporters.LineString(t[r],e)},Polygon:function(t,e){for(let r=0;r<t.length;r++)e.importRing(t[r],r>0)},MultiPolygon:function(t,e){for(let r=0;r<t.length;r++)Tt.pathImporters.Polygon(t[r],e)},Point:function(t,e){e.importPoints([t])},MultiPoint:function(t,e){e.importPoints(t)}},translateGeoJSONType:function(t){return Tt.typeLookup[t]||null},pathIsRing:function(t){const e=t[0],r=t[t.length-1];return t.length>=4&&e[0]===r[0]&&e[1]===r[1]},importGeometry:function(t,e){const r=t.type;r in Tt.pathImporters?Tt.pathImporters[r](t.coordinates,e):r==="GeometryCollection"?t.geometries.forEach(function(n){Tt.importGeometry(n,e)}):console.log("GeoJSON.importGeometry() Unsupported geometry type:",t.type)},exporters:{polygon:Jc,polyline:Yc,point:$c}},Jn=function(t){return t[0]+" "+t[1]},lo=function(t){return t[2].toFixed(2)+" "+t[3].toFixed(2)},Kc=function(t){const e=t[0],r=t[1];return"M "+Jn(e)+" C "+lo(e)+" "+lo(r)+" "+Jn(r)},Xc=function(t){let e;return t.length===0?e="":t.length===2&&t[0].length===4&&t[1].length===4?e=Kc(t):e="M "+t.map(Jn).join(" "),e},Qc=function(t,e,r){const n="label-text"in e,o=r.point_symbol||"",s=[],d=e.r||0;let u;return(d>0||!n)&&(o==="square"?u={tag:"rect",properties:{x:t[0]-d,y:t[1]-d,width:d*2,height:d*2}}:(u={tag:"circle",properties:{cx:t[0],cy:t[1]}},d>0&&(u.properties.r=d)),s.push(u)),s.length>1?{tag:"g",children:s}:s[0]},tf=function(t,e,r){return e=e||{},Qc(t,e,r||{})},ef=function(t){return{tag:"path",properties:{d:Xc(t)}}},uo=function(t){let e,r;for(let n=0;n<t.length;n++)e=r?r.properties.d+" ":"",r=ef(t[n]),r.properties.d=e+r.properties.d+" Z";return r},rf=function(t,e){let r;for(let n=0;n<t.length;n++)n===0?r=e(t[n]):r.properties.d+=" "+e(t[n]).properties.d;return r},nf={Point:tf,Polygon:uo,MultiPolygon:function(t){return rf(t,uo)}},af=function(){const t=Tt.ID_FIELD,e=new of;this.parseObject=function(r){let n,o;!r||!r.type?n=null:r.type==="Feature"?(n=r.geometry,o=r.properties||{},"id"in r&&(o[t]=r.id)):n=r,e.startShape(o),n&&Tt.importGeometry(n,e)},this.done=function(){return e.done()}},of=function(){let e=new Float64Array(2e4),r=new Float64Array(2e4);const n=[],o=[],s=[],d=[];let u=null,l=-1,m=-1,c=0,p=0,v=0;(function(y){const b=y||{},f=arguments.length;let h,x,S;for(x=1;x<f;x++){S=arguments[x]||{};for(h in S)S.hasOwnProperty(h)&&(b[h]=S[h])}return b})(this,new sf(E)),this.startShape=function(y){n[++m]=null,y&&(o[m]=y)},this.importLine=function(y){if(y.length<2){console.log("Skipping a defective line");return}k("polyline"),this.importPath(y)},this.importPoints=function(y){k("point"),y=y.filter(function(b){return b[0]>-1e38&&b[1]>-1e38}),y.forEach(_)},this.importRing=function(y,b){const f=function(h){let x=0,S,F,z,T,W,V,ii;for(let L=0,Z=h.length;L<Z;L++)ii=h[L],L===0?(S=0,F=0,W=-ii[0],V=-ii[1]):(S=ii[0]+W,F=ii[1]+V,x+=S*T-z*F),z=S,T=F;return x/2}(y);if(!f||y.length<4){console.log("Skipping a defective ring");return}k("polygon"),(b===!0&&f>0||b===!1&&f<0)&&y.reverse(),this.importPath(y)},this.importPath=function(b){let f;for(let h=0,x=b.length;h<x;h++)f=b[h],this.addPoint(f[0],f[1]);this.endPath()},this.done=function(){const y=function(F,z,T){return function(ii){const L={};return ii.reduce(function(Z,$){return $ in L||(L[$]=!0,Z.push($)),Z},[])}(T).map(function(V){const ii=[],L=[];let Z=0,$;for(let oi=0,gi=F.length;oi<gi;oi++)T[oi]===V&&(V&&L.push(F[oi]),$=z[oi],ii.push($),$||Z++);return{geometry_type:V,shapes:L,data:Z<L.length?new Xn(ii):null}})};let b,f,h={name:""};p>0&&console.log("Removed duplicate point(s)."),v>0&&console.log("Closed open polygon ring(s)."),c>0&&(c<e.length&&(e=e.subarray(0,c),r=r.subarray(0,c)),b=new Kn(s,e,r)),u==="mixed"?f=y(n,o,d):(h={geometry_type:u},u&&(h.shapes=n),o.length>0&&(h.data=new Xn(o)),f=[h]);const x=function(F){const z={};let T,W,V;for(T=0;T<F.length;T++)for(V=Object.keys(F[T]||{}),W=0;W<V.length;W++)z[V[W]]=(z[V[W]]|0)+1;return Object.keys(z).filter(function(ii){return z[ii]<F.length})},S=function(F,z){let T,W,V,ii;for(W=0;W<F.length;W++)for(T=F[W]||(F[W]={}),V=0;V<z.length;V++)ii=z[V],ii in T||(T[ii]=void 0)};return f.forEach(function(F){F.data&&function(z){const T=x(z);S(z,T)}(F.data.getRecords())}),{arcs:b||null,info:{},layers:f}};function k(y){const b=m<d.length?d[m]:null;b?b!==y&&stop("Unable to import mixed-geometry GeoJSON features"):(d[m]=y,u?y!==u&&(u="mixed"):u=y)}function I(y){if(y>e.length){const b=Math.max(y,Math.ceil(e.length*1.5));e=M2(e,b,c),r=M2(r,b,c)}}function _(y){(n[m]||(n[m]=[])).push(y)}function R(y){l++,s[l]=y,_([l])}function E(y,b,f){let h=0,x,S,F,z;I(c+f);for(let T=0;T<f;T++)x=y[T],S=b[T],T>0&&x===F&&S===z?p++:(e[c]=x,r[c]=S,c++,h++),z=S,F=x;u==="polygon"&&h>0&&(y[0]!==y[f-1]||b[0]!==b[f-1])&&(I(c+1),e[c]=y[0],r[c]=b[0],v++,c++,h++),R(h)}},sf=function(t){let e=1e4,r=new Float64Array(e),n=new Float64Array(e),o=0;this.endPath=function(){t(r,n,o),o=0},this.addPoint=function(s,d){o>=e&&(e=Math.ceil(e*1.3),r=M2(r,e),n=M2(n,e)),r[o]=s,n[o]=d,o++}},Kn=function(){let t,e,r,n,o,s=0,d,u,l,m;arguments.length===1?c(arguments[0]):arguments.length===3?p.apply(this,arguments):console.log("ArcCollection() Invalid arguments");function c(b){const f=[],h=[],x=b.map(function(S){const F=S?S.length:0;for(let z=0;z<F;z++)f.push(S[z][0]),h.push(S[z][1]);return F});p(x,f,h)}function p(b,f,h){const x=b.length;b instanceof Array&&(b=new Uint32Array(b)),f instanceof Array&&(f=new Float64Array(f)),h instanceof Array&&(h=new Float64Array(h)),t=f,e=h,n=b,o=null,s=0,m=null,r=new Uint32Array(x);for(var S=0,F=0;F<x;F++)r[F]=S,S+=b[F];return(S!==t.length||t.length!==e.length)&&console.log("ArcCollection#initXYData() Counting error"),k(),l=new uf(t,e),this}function v(b){b?(b.length!==t.length&&console.log("ArcCollection#initZData() mismatched arrays"),b instanceof Array&&(b=new Float64Array(b)),o=b,m=new lf(t,e,o)):(o=null,s=0,m=null)}function k(){const b=I(t,e,n);d=b.bb,u=b.bounds}function I(b,f,h){const x=h.length,S=new Float64Array(x*4),F=new zt;let z=0,T,W,V;const ii=function(L,Z,$,oi){let gi=$|0;const N=isNaN(oi)?L.length-gi:oi+gi;let Q,J,ci,H,Di,xi;for(N>0&&(ci=Di=L[gi],H=xi=Z[gi]),gi++;gi<N;gi++)Q=L[gi],J=Z[gi],Q<ci&&(ci=Q),Q>Di&&(Di=Q),J<H&&(H=J),J>xi&&(xi=J);return[ci,H,Di,xi]};for(let L=0;L<x;L++)T=h[L],T>0&&(W=L*4,V=ii(b,f,z,T),S[W++]=V[0],S[W++]=V[1],S[W++]=V[2],S[W]=V[3],z+=T,F.mergeBounds(V));return{bb:S,bounds:F}}this.updateVertexData=function(b,f,h,x){p(b,f,h),v(x||null)},this.getVertexData=function(){return{xx:t,yy:e,zz:o,bb:d,nn:n,ii:r}},this.getCopy=function(){const b=new Kn(new Int32Array(n),new Float64Array(t),new Float64Array(e));return o&&(b.setThresholds(new Float64Array(o)),b.setRetainedInterval(s)),b};function _(){const b=o,f=s;if(!b||!f)return this.getPointCount();let h=0;for(let x=0,S=b.length;x<S;x++)b[x]>=f&&h++;return h}function R(){const b=_(),f=n.length,h=new Float64Array(b),x=new Float64Array(b),S=new Float64Array(b),F=new Int32Array(f);let z=0,T=0,W,V;for(let ii=0;ii<f;ii++){V=0,W=n[ii];for(let L=z+W;z<L;z++)o[z]>=s&&(h[T]=t[z],x[T]=e[z],S[T]=o[z],T++,V++);V===1&&console.log("Collapsed arc"),F[ii]=V}return{xx:h,yy:x,zz:S,nn:F}}this.getFilteredCopy=function(){if(!o||s===0)return this.getCopy();const b=R(),f=new Kn(b.nn,b.xx,b.yy);return f.setThresholds(b.zz),f},this.toArray=function(){const b=[];return this.forEach(function(f){const h=[];for(;f.hasNext();)h.push([f.x,f.y]);b.push(h)}),b},this.toJSON=function(){return this.toArray()},this.forEachArcSegment=function(b,f){const h=b>=0,x=h?b:~b,S=this.getRetainedInterval(),F=n[x],z=h?1:-1;let T=h?r[x]:r[x]+F-1,W=T;const V=t,ii=e,L=o;let Z=0;for(let $=1;$<F;$++)W+=z,(S===0||L[W]>=S)&&(f(T,W,V,ii),T=W,Z++);return Z},this.forEachSegment=function(b){let f=0;for(let h=0,x=this.size();h<x;h++)f+=this.forEachArcSegment(h,b);return f},this.transformPoints=function(b){const f=t,h=e;let x=-1,S=0,F;for(let z=0,T=f.length;z<T;z++,S--){for(;S===0;)S=n[++x];F=b(f[z],h[z],x),F&&(f[z]=F[0],h[z]=F[1])}k()},this.forEach=function(b){for(let f=0,h=this.size();f<h;f++)b(this.getArcIter(f),f)},this.forEach2=function(b){for(let f=0,h=this.size();f<h;f++)b(r[f],n[f],t,e,o,f)},this.forEach3=function(b){let f,h,x,S,F;for(let z=0,T=this.size();z<T;z++)f=r[z],h=f+n[z],x=t.subarray(f,h),S=e.subarray(f,h),o&&(F=o.subarray(f,h)),b(x,S,F,z)},this.filter=function(b){const f=function(h){return b(this.getArcIter(h),h)}.bind(this);return this.deleteArcs(f)},this.deleteArcs=function(b){const f=this.size(),h=new Int32Array(f);let x=0,S=0;for(let F=0;F<f;F++)b(F)?(h[F]=x++,S+=n[F]):h[F]=-1;return x<f&&E(h),h};function E(b){let f=0,h=0,x,S;for(let F=0,z=b.length;F<z;F++)x=b[F],S=n[F],x>-1&&(ar(t,r[F],t,f,S),ar(e,r[F],e,f,S),o&&ar(o,r[F],o,f,S),n[x]=S,f+=S,h++);p(n.subarray(0,h),t.subarray(0,f),e.subarray(0,f)),o&&v(o.subarray(0,f))}this.dedupCoords=function(){let b=0,f=0,h=0;const x=this.size(),S=o;let F,z;for(;b<x;)F=n[b],z=this.dedupArcCoords(f,h,F,t,e,S),n[b]=z,f+=F,h+=z,b++;return f>h&&(p(n,t.subarray(0,h),e.subarray(0,h)),S&&v(S.subarray(0,h))),f-h},this.dedupArcCoords=function(b,f,h,x,S,F){let z=0,T=0,W,V,ii,L,Z;for(;z<h;)L=b+z,W=x[L],V=S[L],Z=W==W&&V==V&&(T===0||W!=x[L-1]||V!=S[L-1]),Z&&(ii=f+T,x[ii]=W,S[ii]=V,T++),F&&T>0&&(Z||F[L]>F[ii])&&(F[ii]=F[L]),z++;return T>1?T:0},this.getVertex=function(b,f){const h=this.indexOfVertex(b,f);return{x:t[h],y:e[h]}},this.indexOfVertex=function(b,f){const h=b<0?~b:b,x=n[h];return f<0&&(f=x+f),h!==b&&(f=x-f-1),(f<0||f>=x)&&console.log("[ArcCollection] out-of-range vertex id"),r[h]+f},this.arcIsClosed=function(b){const f=this.indexOfVertex(b,0),h=this.indexOfVertex(b,-1);return f!==h&&t[f]===t[h]&&e[f]===e[h]},this.arcIsLollipop=function(b){if(this.getArcLength(b)<=2||!this.arcIsClosed(b))return!1;const h=this.indexOfVertex(b,1),x=this.indexOfVertex(b,-2);return t[h]===t[x]&&e[h]===e[x]},this.arcIsDegenerate=function(b){const f=this.getArcIter(b);let h=0,x,S;for(;f.hasNext();){if(h>0&&(x!==f.x||S!==f.y))return!1;x=f.x,S=f.y,h++}return!0},this.getArcLength=function(b){return n[b>=0?b:~b]},this.getArcIter=function(b){const f=b>=0,h=f?b:~b,x=o&&s?m:l;return h>=n.length&&console.log("#getArcId() out-of-range arc id:",b),x.init(r[h],n[h],f,s)},this.getShapeIter=function(b){return new df(this).init(b)},this.setThresholds=function(b){const f=this.getPointCount();let h=null;return b&&(b.length===f?h=b:b.length===this.size()?h=y(b,f):console.log("Invalid threshold data")),v(h),this};function y(b,f){const h=new Float64Array(f);let x=0;return b.forEach(function(S){for(let F=0,z=S.length;F<z;x++,F++)h[x]=S[F]}),x!=f&&error("Mismatched thresholds"),h}this.flatten=function(){if(s>0){const b=R();this.updateVertexData(b.nn,b.xx,b.yy),s=0}else o=null},this.getRetainedInterval=function(){return s},this.setRetainedInterval=function(b){return s=b,this},this.getRetainedPct=function(){return this.getPctByThreshold(s)},this.setRetainedPct=function(b){const f=function(h,x){return x<=0?h=1/0:x>=1&&(h=0),h};return b>=1?s=0:(s=this.getThresholdByPct(b),s=f(s,b)),this},this.getRemovableThresholds=function(b){o||console.log("[arcs] Missing simplification data.");const f=b|1,h=new Float64Array(Math.ceil(o.length/f));let x;for(var S=0,F=0,z=this.getPointCount();S<z;S+=f)x=o[S],x!=1/0&&(h[F++]=x);return h.subarray(0,F)},this.getArcThresholds=function(b){b>=0&&b<this.size()||console.log("[arcs] Invalid arc id:",b);const f=r[b],h=f+n[b];return o.subarray(f,h)},this.getPctByThreshold=function(b,f){let h,x,S;const F=function(z,T){if(isNaN(T))return z.length;let W=1;for(let V=0,ii=z.length;V<ii;V++)T>z[V]&&W++;return W};return b>0?(h=this.getRemovableThresholds(f),x=F(h,b),S=h.length>0?1-(x-1)/h.length:1):S=1,S},this.getThresholdByPct=(b,f)=>this.getThresholdByPct(b,this,f),this.arcIntersectsBBox=function(b,f){const h=d,x=b*4;return h[x]<=f[2]&&h[x+2]>=f[0]&&h[x+3]>=f[1]&&h[x+1]<=f[3]},this.arcIsContained=function(b,f){const h=d,x=b*4;return h[x]>=f[0]&&h[x+2]<=f[2]&&h[x+1]>=f[1]&&h[x+3]<=f[3]},this.arcIsSmaller=function(b,f){const h=d,x=b*4;return h[x+2]-h[x]<f&&h[x+3]-h[x+1]<f},this.isPlanar=function(){return!probablyDecimalDegreeBounds(this.getBounds())},this.size=function(){return r&&r.length||0},this.getPointCount=function(){return t&&t.length||0},this.getFilteredPointCount=_,this.getBounds=function(){return u.clone()},this.getSimpleShapeBounds=function(b,f){f=f||new zt;for(let h=0,x=b.length;h<x;h++)this.mergeArcBounds(b[h],f);return f},this.getSimpleShapeBounds2=function(b,f){const h=f||[],x=d;let S=(b[0]>=0?b[0]:~b[0])*4;h[0]=x[S],h[1]=x[++S],h[2]=x[++S],h[3]=x[++S];for(let F=1,z=b.length;F<z;F++)S=(b[F]>=0?b[F]:~b[F])*4,x[S]<h[0]&&(h[0]=x[S]),x[++S]<h[1]&&(h[1]=x[S]),x[++S]>h[2]&&(h[2]=x[S]),x[++S]>h[3]&&(h[3]=x[S]);return h},this.getMultiShapeBounds=function(b,f){if(f=f||new zt,b)for(let h=0,x=b.length;h<x;h++)this.getSimpleShapeBounds(b[h],f);return f},this.mergeArcBounds=function(b,f){b<0&&(b=~b);const h=b*4;f.mergeBounds(d[h],d[h+1],d[h+2],d[h+3])}};class za{constructor(){this.mx=this.my=1,this.bx=this.by=0}isNull(){return!this.mx||!this.my||isNaN(this.bx)||isNaN(this.by)}invert(){const e=new za;return e.mx=1/this.mx,e.my=1/this.my,e.bx=-this.bx/this.mx,e.by=-this.by/this.my,e}transform(e,r,n){return n=n||[],n[0]=e*this.mx+this.bx,n[1]=r*this.my+this.by,n}toString(){return JSON.stringify(Object.assign({},this))}}class zt{constructor(){arguments.length>0&&this.setBounds.apply(this,arguments)}toString(){return JSON.stringify({xmin:this.xmin,xmax:this.xmax,ymin:this.ymin,ymax:this.ymax})}toArray(){return this.hasBounds()?[this.xmin,this.ymin,this.xmax,this.ymax]:[]}hasBounds(){return this.xmin<=this.xmax&&this.ymin<=this.ymax}sameBounds(e){return e&&this.xmin===e.xmin&&this.xmax===e.xmax&&this.ymin===e.ymin&&this.ymax===e.ymax}width(){return this.xmax-this.xmin||0}height(){return this.ymax-this.ymin||0}area(){return this.width()*this.height()||0}empty(){return this.xmin=this.ymin=this.xmax=this.ymax=void 0,this}setBounds(e,r,n,o){return arguments.length===1&&(ja(e)?(r=e[1],n=e[2],o=e[3],e=e[0]):(r=e.ymin,n=e.xmax,o=e.ymax,e=e.xmin)),this.xmin=e,this.ymin=r,this.xmax=n,this.ymax=o,(e>n||r>o)&&this.update(),this}centerX(){return(this.xmin+this.xmax)*.5}centerY(){return(this.ymax+this.ymin)*.5}containsPoint(e,r){return e>=this.xmin&&e<=this.xmax&&r<=this.ymax&&r>=this.ymin}containsBufferedPoint(e,r,n){return e+n>this.xmin&&e-n<this.xmax&&r-n<this.ymax&&r+n>this.ymin}intersects(e){return e.xmin<=this.xmax&&e.xmax>=this.xmin&&e.ymax>=this.ymin&&e.ymin<=this.ymax}contains(e){return e.xmin>=this.xmin&&e.ymax<=this.ymax&&e.xmax<=this.xmax&&e.ymin>=this.ymin}shift(e,r){this.setBounds(this.xmin+e,this.ymin+r,this.xmax+e,this.ymax+r)}padBounds(e,r,n,o){this.xmin-=e,this.ymin-=r,this.xmax+=n,this.ymax+=o}scale(e,r){const n=(this.xmax-this.xmin)*.5,o=(this.ymax-this.ymin)*.5,s=e-1,d=r===void 0?s:r-1;this.xmin-=n*s,this.ymin-=o*d,this.xmax+=n*s,this.ymax+=o*d}clone(){return new zt(this.xmin,this.ymin,this.xmax,this.ymax)}clearBounds(){this.setBounds(new zt)}mergePoint(e,r){this.xmin===void 0?this.setBounds(e,r,e,r):(e<this.xmin?this.xmin=e:e>this.xmax&&(this.xmax=e),r<this.ymin?this.ymin=r:r>this.ymax&&(this.ymax=r))}fillOut(e,r,n){arguments.length<3&&(r=.5,n=.5);const o=this.width(),s=this.height(),d=o/s;let u;return isNaN(e)||e<=0||(d<e?(u=s*e-o,this.xmin-=(1-r)*u,this.xmax+=r*u):(u=o/e-s,this.ymin-=(1-n)*u,this.ymax+=n*u)),this}update(){let e;this.xmin>this.xmax&&(e=this.xmin,this.xmin=this.xmax,this.xmax=e),this.ymin>this.ymax&&(e=this.ymin,this.ymin=this.ymax,this.ymax=e)}transform(e){return this.xmin=this.xmin*e.mx+e.bx,this.xmax=this.xmax*e.mx+e.bx,this.ymin=this.ymin*e.my+e.by,this.ymax=this.ymax*e.my+e.by,this.update(),this}getTransform(e,r){const n=new za;return n.mx=e.width()/this.width()||1,n.bx=e.xmin-n.mx*this.xmin,r?(n.my=-e.height()/this.height()||1,n.by=e.ymax-n.my*this.ymin):(n.my=e.height()/this.height()||1,n.by=e.ymin-n.my*this.ymin),n}mergeCircle(e,r,n){n<0&&(n=-n),this.mergeBounds([e-n,r-n,e+n,r+n])}mergeBounds(e){let r,n,o,s;return e instanceof zt?(r=e.xmin,n=e.ymin,o=e.xmax,s=e.ymax):arguments.length===4?(r=arguments[0],n=arguments[1],o=arguments[2],s=arguments[3]):e.length===4?(r=e[0],n=e[1],o=e[2],s=e[3]):console.log("Bounds#mergeBounds() invalid argument:",e),this.xmin===void 0?this.setBounds(r,n,o,s):(r<this.xmin&&(this.xmin=r),n<this.ymin&&(this.ymin=n),o>this.xmax&&(this.xmax=o),s>this.ymax&&(this.ymax=s)),this}}const Xn=function(t){let e;if(Array.isArray(t))e=t;else if(e=[],t!=null&&t.constructor===Number&&(t|0)===t)for(let r=0;r<t;r++)e.push({});else t&&console.log("Invalid DataTable constructor argument:",t);this.getRecords=function(){return e},this.getReadOnlyRecordAt=function(r){return Qn(e[r])},this.fieldExists=function(r){return function(n,o){if(n!=null&&n.toString===String.prototype.toString)return n.indexOf(o)!==-1;if(ja(n))return function(s,d){for(let u=0,l=s.length||0;u<l;u++)if(s[u]===d)return u;return-1}(n,o)!==-1;console.log("Expected Array or String argument")}(this.getFields(),r)},this.toString=function(){return JSON.stringify(this)},this.toJSON=function(){return this.getRecords()},this.addField=function(r,n){const o=typeof n=="function";!(n!=null&&n.constructor===Number)&&!(n!=null&&n.toString===String.prototype.toString)&&!o&&console.log("DataTable#addField() requires a string, number or function for initialization"),this.fieldExists(r)&&console.log("DataTable#addField() tried to add a field that already exists:",r),this.getRecords().forEach(function(s,d){s[r]=o?n(s,d):n})},this.getRecordAt=function(r){return this.getRecords()[r]},this.addIdField=function(){this.addField("FID",function(r,n){return n})},this.deleteField=function(r){this.getRecords().forEach(function(n){delete n[r]})},this.getFields=function(){const r=function(n,o){return o==="ascending"&&n.sort(function(s,d){return s.toLowerCase()<d.toLowerCase()?-1:1}),n};return function(n,o){const s=n[0],d=s?Object.keys(s):[];return r(d,o)}(this.getRecords())},this.isEmpty=function(){return this.getFields().length===0||this.size()===0},this.update=function(r){const n=this.getRecords();for(let o=0,s=n.length;o<s;o++)n[o]=r(n[o],o)},this.clone=function(){const r=this.getRecords().map(Qn);return new Xn(r)},this.size=function(){return this.getRecords().length}},Qn=function(t){const e={};let r,n;if(!t)return null;for(r in t)t.hasOwnProperty(r)&&(n=t[r],n===t&&(n=Ar({},n),delete n[r]),e[r]=n&&n.constructor===Object?Qn(n):n);return e},M2=function(t,e,r){const n=Math.max(t.length,e),o=r||t.length,s=new t.constructor(n);return ar(t,0,s,0,o),s},ar=function(t,e,r,n,o,s){t===r&&n>e&&console.log("copy error");let d=1,u=0;s&&(d=-1,u=o-1);for(let l=0;l<o;l++,u+=d)r[l+n]=t[e+u]};function df(t){this._arcs=t,this._i=0,this._n=0,this.x=0,this.y=0,this.hasNext=function(){const e=this._arc;return this._i<this._n?e.hasNext()?(this.x=e.x,this.y=e.y,!0):(this.nextArc(),this.hasNext()):!1},this.init=function(e){return this._ids=e,this._n=e.length,this.reset(),this},this.nextArc=function(){const e=this._i+1;e<this._n&&(this._arc=this._arcs.getArcIter(this._ids[e]),e>0&&this._arc.hasNext()),this._i=e},this.reset=function(){this._i=-1,this.nextArc()}}const lf=function(t,e,r){let n=0,o=0,s=1,d=0;this.init=function(u,l,m,c){return n=c||0,m?(o=u,s=1,d=u+l):(o=u+l-1,s=-1,d=u-1),this},this.hasNext=function(){const u=r,l=o;let m=l;const c=n,p=d,v=s;if(l===p)return!1;do m+=v;while(m!==p&&u[m]<c);return o=m,this.x=t[l],this.y=e[l],this.i=l,!0}},uf=function(t,e){this._i=0,this._n=0,this._inc=1,this._xx=t,this._yy=e,this.i=0,this.x=0,this.y=0,this.init=function(r,n,o){return o?(this._i=r,this._inc=1):(this._i=r+n-1,this._inc=-1),this._n=n,this},this.hasNext=function(){const r=this._i;return this._n>0?(this._i=r+this._inc,this.x=this._xx[r],this.y=this._yy[r],this.i=r,this._n--,!0):!1}},ja=function(t){return t?Array.isArray(t)?!0:t!=null&&t.toString===String.prototype.toString?!1:t.length===0?!0:t.length>0:!1},gf=function(t){const e=Math.floor(t*.25+1),r=ls(e),n=new Int32Array(e),o=[],s=[];let d=0;mf(n,-1),this.addArc=function(l,m){const c=l.length-1,p=r(l[c],m[c]),v=n[p],k=s.length;return n[p]=k,s.push([l,m]),d+=l.length,o.push(v),k},this.findDuplicateArc=function(l,m,c,p,v,k){let I=u(l,m,c,p,v);return I===null?I=u(l,m,p,c,k):I=~I,I};function u(l,m,c,p,v){const k=v(c),I=r(l[c],m[c]);let _=n[I],R,E,y;for(;_!=-1;){if(R=s[_][0],E=s[_][1],y=R.length,R[0]===l[p]&&R[y-1]===l[c]&&R[y-2]===l[k]&&E[0]===m[p]&&E[y-1]===m[c]&&E[y-2]===m[k])return _;_=o[_]}return null}this.getVertexData=function(){const l=new Float64Array(d),m=new Float64Array(d),c=new Uint32Array(s.length);let p=0,v,k;for(let I=0,_=s.length;I<_;I++)v=s[I],k=v[0].length,ar(v[0],0,l,p,k),ar(v[1],0,m,p,k),c[I]=k,p+=k;return{xx:l,yy:m,nn:c}}},mf=function(t,e){for(let r=0,n=t.length;r<n;r++)t[r]=e;return t},ls=function(t){const e=new ArrayBuffer(16),r=new Float64Array(e),n=new Uint32Array(e),o=t|0;if(!(o>0))throw new Error("Invalid size param: "+t);return function(s,d){const u=n;let l;return r[0]=s,r[1]=d,l=u[0]^u[1],l=l<<5^l>>7^u[2]^u[3],(l&2147483647)%o}},Ar=function(t){const e=t||{},r=arguments.length;let n,o,s;for(o=1;o<r;o++){s=arguments[o]||{};for(n in s)s.hasOwnProperty(n)&&(e[n]=s[n])}return e},cf=function(t,e){return e>=0?t.toFixed(e):String(t)},ff=function(t){let e="";const r=t[0]==="-"?1:0,n=t.indexOf(".");let o=t.length,s=(n===-1?o:n)-3;for(;s>r;)e=","+t.substring(s,o)+e,o=s,s-=3;return t.substring(0,o)+e},vf=function(t,e){let r="";for(let n=0;n<e;n++)r+=t;return r},pf=function(t,e){const r=e[1],n=e[2],o=e[3]?parseInt(e[3].substr(1)):void 0,s=e[4],d=s==="s",u=s==="x"||s==="X",l=s==="d"||s==="i",m=!d;let c="",p=0,v=!1,k=!1,I,_,R;if(d?I=String(t):u?(I=t.toString(16),s==="X"&&(I=I.toUpperCase())):m&&(I=cf(t,l?0:o),I[0]==="-"&&(k=!0,I=I.substr(1)),v=parseFloat(I)==0,(r.indexOf("'")!==-1||r.indexOf(",")!==-1)&&(I=ff(I)),v||(k?c="−":r.indexOf("+")!==-1&&(c="+"))),n){const E=I.length+c.length,y=parseInt(n,10);E<y&&(p=y-E,_=r.indexOf("0")===-1?" ":"0",R=vf(_,p))}return p==0?I=c+I:_=="0"?I=c+R+I:I=R+c+I,I},bf=function(t){const e=/%([\',+0]*)([1-9]?)((?:\.[1-9])?)([sdifxX%])/g,r=[],n=[];let o=0,s="",d=e.exec(t),u;for(;d;)u=t.substring(o,e.lastIndex-d[0].length),d[0]==="%%"?s+=u+"%":(r.push(s+u),s="",n.push(d)),o=e.lastIndex,d=e.exec(t);return r.push(s+t.substr(o)),function(){let l=r[0];const m=arguments.length;m!==n.length&&console.log("[format()] Data does not match format string; format:",t,"data:",arguments);for(let c=0;c<m;c++)l+=pf(arguments[c],n[c])+r[c+1];return l}},hf=function(t){return bf(t).apply(null,Array.prototype.slice.call(arguments,1))},wf={methods:{geoJSONToSVG(t,e,r){let n;try{const o=this.importContent(t);n=this.exportSVG(o,e,r)}catch(o){console.log("Coverage creation failed:",o),n='<?xml version="1.0"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 0 0" width="0pt" height="0pt"/>'}return n},importContent(t){const e=this.importGeoJSON(t);if(this.cleanPathsAfterImport(e),!e){console.log("Missing an expected input type");return}return e.arcs&&this.buildTopology(e),e.layers.forEach(function(r,n){r.name="coverage_"+n}),e.info.input_formats=["geojson"],e},importGeoJSON(t){const e=Object.keys(Tt.pathImporters),r=t!=null&&t.toString===String.prototype.toString?JSON.parse(t):t,n=new af;let o;r.type==="Feature"?o={type:"FeatureCollection",features:[r]}:e.includes(r.type)?o={type:"GeometryCollection",geometries:[r]}:o=r,(o.features||o.geometries||[]).forEach(n.parseObject);const s=n.done();return"crs"in r&&(s.info.input_geojson_crs=r.crs),s},cleanPathsAfterImport(t){const e=t.arcs;t.layers.forEach(r=>{this.layerHasPaths(r)&&this.cleanShapes(r.shapes,e,r.geometry_type)})},layerHasPaths(t){return(t.geometry_type==="polygon"||t.geometry_type==="polyline")&&this.layerHasNonNullShapes(t)},layerHasNonNullShapes(t){return this.someUtil(t.shapes||[],function(e){return!!e})},someUtil(t,e){return t.reduce(function(r,n){return r||e(n)},!1)},cleanShapes(t,e,r){for(let n=0,o=t.length;n<o;n++)t[n]=this.cleanShape(t[n],e,r)},cleanShape(t,e,r){return this.editShapeParts(t,function(n){let s=function(l,m){let c=0;for(let p=0,v=l.length;p<v;p++)m.arcIsDegenerate(l[p])&&(c++,l[p]=null);return c>0?l.filter(function(p){return p!==null}):l}(n,e);const d=function(l){const m=l.length;if(m>=2){if(l[0]===~l[m-1])l.pop(),l.shift();else for(let c=1;c<m;c++)if(l[c-1]===~l[c]){l.splice(c-1,2);break}l.length<m&&d(l)}},u=function(l,m){const c=m.getShapeIter(l);let p=0,v,k,I,_,R,E;if(c.hasNext())for(v=0,k=0,R=-c.x,E=-c.y;c.hasNext();)I=v,_=k,v=c.x+R,k=c.y+E,p+=v*_-I*k;return p/2};return r==="polygon"&&s&&(d(s),u(s,e)===0&&(s=null)),s})},editShapeParts(t,e){if(!t)return null;Array.isArray(t)||console.log("Expected an array, received:",t);let r=0;const n=t.length;let o;for(let s=0;s<n;s++)o=e(t[s],s,t),o===null?(r++,t[s]=null):Array.isArray(o)&&(t[s]=o);return r===n?null:r>0?t.filter(function(s){return!!s}):t},buildTopology(t){if(!t.arcs)return;const e=t.arcs.getVertexData(),r=this.buildPathTopology(e.nn,e.xx,e.yy);t.arcs.updateVertexData(r.nn,r.xx,r.yy),t.layers.forEach(n=>{(n.geometry_type==="polyline"||n.geometry_type==="polygon")&&(n.shapes=this.replaceArcIds(n.shapes,r.paths))})},replaceArcIds(t,e){const r=function(o,s){return o.reduce(function(d,u){const l=u>=0?u:~u;let m=s[l];if(m){u<0&&(m=m.concat(),function(c){c.reverse();for(let p=0,v=c.length;p<v;p++)c[p]=~c[p];return c}(m));for(let c=0,p=m.length;c<p;c++)d.push(m[c])}return d},[])},n=function(o,s){return o?o.map(function(d){return r(d,s)}):null};return t.map(function(o){return n(o,e)})},buildPathTopology(t,e,r){const n=e.length,o=this.initPointChains(e,r),s=this.initPathIds(n,t),d=new gf(n),u=c()?e.subarray:Array.prototype.slice,l=p(t),m=d.getVertexData();return m.paths=l,m;function c(){return!!(e.subarray&&r.subarray)}function p(x){const S=[];let F=0,z;for(let T=0,W=x.length;T<W;T++)z=x[T],S.push(z<2?null:_(F,F+z-1)),F+=z;return S}function v(x){const S=s[x],F=x+1;if(F<n&&s[F]===S)return x+1;const z=t[S];return I(x,x-z+1)?x-z+2:-1}function k(x){const S=s[x],F=x-1;if(F>=0&&s[F]===S)return x-1;const z=t[S];return I(x,x+z-1)?x+z-2:-1}function I(x,S){return e[x]==e[S]&&r[x]==r[S]}function _(x,S){const F=[];let z=-1,T;for(let W=x;W<S;W++)R(W)&&(z>-1?F.push(f(T,W)):z=W,T=W);return z===-1?F.push(h(x,S)):z===x?(R(S)||console.log("Topology error"),F.push(f(T,i))):F.push(b(T,S,x+1,z)),F}function R(x){let S=o[x];const F=k(x),z=v(x);let T,W;if(F===-1||z===-1)return!0;for(;x!==S;){if(T=k(S),W=v(S),T===-1||W===-1||E(F,z,T,W))return!0;S=o[S]}return!1}function E(x,S,F,z){const T=e[x],W=e[S],V=e[F],ii=e[z],L=r[x],Z=r[S],$=r[F],oi=r[z];return!(T==ii&&W==V&&L==oi&&Z==$||T==V&&W==ii&&L==$&&Z==oi)}function y(x,S,F,z,T){const W=F-S+T-z+2,V=c()?Float64Array:Array,ii=new V(W);let L=0,Z;for(Z=S;Z<=F;Z++)ii[L++]=x[Z];for(Z=z;Z<=T;Z++)ii[L++]=x[Z];return ii}function b(x,S,F,z){let T=d.findDuplicateArc(e,r,x,z,v,k);return T===null&&(T=d.addArc(y(e,x,S,F,z),y(r,x,S,F,z))),T}function f(x,S){let F=d.findDuplicateArc(e,r,x,S,v,k);return F===null&&(F=d.addArc(u.call(e,x,S+1),u.call(r,x,S+1))),F}function h(x,S){let F=o[x];const z=s[x];let T;for(;F!=x&&!(s[F]<z);)F=o[F];if(F==x)return f(x,S);for(let W=x;W<S;W++)if(T=d.findDuplicateArc(e,r,W,W,v,k),T!==null)return T;console.log("Unmatched ring; id:",z,"len:",t[z])}},initPointChains(t,e){const r=this.initHashChains(t,e);let n,o,s,d;for(let u=t.length-1;u>=0;u--)if(o=r[u],!(o>=u)){s=u,d=-1;do n=o,o=r[n],e[n]===e[u]&&t[n]===t[u]?(r[n]=s,s=n):(d>-1&&(r[d]=n),d=n);while(o<n);d>-1&&(r[d]=d),r[u]=s}return r},initHashChains(t,e){const r=t.length,n=Math.floor(r*1.3)||1,o=ls(n),s=new Int32Array(n),d=new Int32Array(r);let u,l,m,c,p;for(m=0;m<r;m++)c=t[m],p=e[m],c!=c||p!=p?l=-1:(u=o(c,p),l=s[u]-1,s[u]=m+1),d[m]=l>=0?l:m;return d},initPathIds(t,e){const r=new Int32Array(t);let n=0;for(let o=0,s=e.length;o<s;o++)for(let d=0,u=e[o];d<u;d++,n++)r[n]=o;return r},exportSVG(t,e,r){const n=`<?xml version="1.0"?>
|
|
265
|
+
<svg %s version="1.2" baseProfile="tiny" width="%d" height="%d" viewBox="%s %s %s %s" stroke-linecap="round" stroke-linejoin="round">
|
|
266
|
+
%s
|
|
267
|
+
</svg>`;let o='xmlns="http://www.w3.org/2000/svg"';const s=[],d={format:"svg",width:e,height:r,output:[],invert_y:!0};t=this.copyDataset(t);const u=this.transformCoordsForSVG(t,d);let l=t.layers.map(m=>{const c=this.exportLayerForSVG(m,t,d);return this.stringify(c)}).join(`
|
|
268
|
+
`);return s.length>0&&(o+=' xmlns:xlink="http://www.w3.org/1999/xlink"',l=`<defs>
|
|
269
|
+
`+this.pluck(s,"svg").join("")+`</defs>
|
|
270
|
+
`+l),l=hf(n,o,u[0],u[1],0,0,u[0],u[1],l),l},copyDataset(t){const e=Ar({},t);return e.layers=e.layers.map(this.copyLayer),e.arcs&&(e.arcs=e.arcs.getFilteredCopy()),e},copyLayer(t){const e=this.copyLayerShapes(t);return e.data&&(e.data=e.data.clone()),e},copyLayerShapes(t){const e=Ar({},t);return t.shapes&&(e.shapes=this.cloneShapes(t.shapes)),e},cloneShape(t){return t?t.map(function(e){return e.concat()}):null},cloneShapes(t){return Array.isArray(t)?t.map(this.cloneShape):null},pluck(t,e){return t.map(function(r){return r[e]})},transformCoordsForSVG(t,e){const r=this.transformDatasetToPixels(t,e),n=e.precision||1e-4;return this.setCoordinatePrecision(t,n),r},transformDatasetToPixels(t,e){const r=this.getDatasetBounds(t),n=this.calcOutputSizeInPixels(r,e),o=r.getTransform(n,e.invert_y);return this.transformPoints(t,function(s,d){return o.transform(s,d)}),[Math.round(n.width()),Math.round(n.height())||1]},setCoordinatePrecision(t,e){const r=this.getRoundingFunction(e);return this.transformPoints(t,function(n,o){return[r(n),r(o)]}),t},getDatasetBounds(t){const e=new zt;return t.layers.forEach(r=>{const n=this.getLayerBounds(r,t.arcs);n&&e.mergeBounds(n)}),e},getLayerBounds(t,e){let r=null;return t.geometry_type==="point"?r=this.getPointBounds(t.shapes):(t.geometry_type==="polygon"||t.geometry_type==="polyline")&&(r=this.getPathBounds$1(t.shapes,e)),r},getPointBounds(t){const e=new zt;return function(r,n){let o,s,d,u,l;for(o=0,s=r.length;o<s;o++)for(l=r[o],d=0,u=l?l.length:0;d<u;d++)n(l[d],o)}(t,function(r){e.mergePoint(r[0],r[1])}),e},getPathBounds$1(t,e){const r=new zt;return((n,o)=>{let s;for(let d=0;d<n.length;d++)if(s=n[d],s instanceof Array)this.forEachArcId(s,o);else if(s!=null&&s.constructor===Number&&(s|0)===s){const u=o(s);u!==void 0&&(n[d]=u)}else s&&console.log("Non-integer arc id in:",n)})(t,function(n){e.mergeArcBounds(n,r)}),r},calcOutputSizeInPixels(t,e){let r=0,n=0;const o=0,s=0,d=t.width(),u=t.height(),l=this.parseMarginOption(e.margin),m=l[0]+l[2],c=l[1]+l[3],p=.5,v=.5;let k,I,_,R;return I=e.height||0,k=e.width||(I>0?0:800),I>0&&(R=(u||d||1)/(I-c)),k>0&&(_=(d||u||1)/(k-m)),k?I||(R=_,I=u>0?c+u/R:k,e.max_height>0&&I>e.max_height&&(R=_*I/e.max_height,I=e.max_height)):(_=R,k=d>0?m+d/_:I),_>R?(R=_,n=R*(I-c)-u):R>_&&(_=R,r=_*(k-m)-d),t.padBounds(l[0]*_+r*p,l[1]*R+n*v,l[2]*_+r*(1-p),l[3]*R+n*(1-v)),k>0&&I>0||console.log("Missing valid height and width parameters"),_===R&&_>0||console.log("Missing valid margin parameters"),new zt(o,s,k+o,I+s)},exportLayerForSVG(t,e,r){const n=this.getEmptyLayerForSVG(t);return n.children=this.exportSymbolsForSVG(t,e,r),n},stringify(t){let e,r;return!t||!t.tag?"":(e="<"+t.tag,t.properties&&(e+=this.stringifyProperties(t.properties)),t.children||t.value?(r=t.tag==="text"||t.tag==="tspan"?"":`
|
|
271
|
+
`,e+=">"+r,t.value&&(e+=t.value),t.children&&(e+=t.children.map(this.stringify).join(r)),e+=r+"</"+t.tag+">"):e+="/>",e)},stringifyProperties(t){return Object.keys(t).reduce((e,r)=>{const n=t[r];if(!n&&n!==0)return e;const o=n!=null&&n.toString===String.prototype.toString?n:JSON.stringify(n);return r==="href"&&(r="xlink:href"),e+" "+r+'="'+this.stringEscape(o)+'"'},"")},stringEscape(t){return String(t).replace(jc,function(e){return Wc[e]})},transformPoints(t,e){t.arcs&&t.arcs.transformPoints(e),t.layers.forEach(r=>{this.layerHasPoints(r)&&this.transformPointsInLayer(r,e)})},getRoundingFunction(t){(!(t!=null&&t.constructor===Number)||t===0)&&console.log("Rounding increment must be a non-zero number.");let e=1/t;return e>1&&(e=Math.round(e)),function(r){return Math.round(r*e)/e}},forEachArcId(t,e){let r;for(let n=0;n<t.length;n++)if(r=t[n],r instanceof Array)this.forEachArcId(r,e);else if(r!=null&&r.constructor===Number&&(r|0)===r){const o=e(r);o!==void 0&&(t[n]=o)}else r&&console.log("Non-integer arc id in:",t)},getEmptyLayerForSVG(t){const e={tag:"g",properties:{id:t.name},children:[]};return t.geometry_type==="polyline"&&(e.properties.fill="none"),t.geometry_type==="polyline"&&(e.properties.stroke="black",e.properties["stroke-width"]=1),e},layerHasPoints(t){return t.geometry_type==="point"&&this.layerHasNonNullShapes(t)},transformPointsInLayer(t,e){this.layerHasPoints(t)&&this.forEachPoint(t.shapes,function(r){const n=e(r[0],r[1]);r[0]=n[0],r[1]=n[1]})},forEachPoint(t,e){let r,n,o,s,d;for(r=0,n=t.length;r<n;r++)for(d=t[r],o=0,s=d?d.length:0;o<s;o++)e(d[o],r)},exportSymbolsForSVG(t,e,r){const n=this.defaults({layers:[t]},e),o=this.exportDatasetAsGeoJSON(n,r),s=o.features||o.geometries||(o.type?[o]:[]),d=this.importGeoJSONFeatures(s,r);return r.svg_data&&t.data&&this.addDataAttributesToSVG(d,t.data,r.svg_data),d},parseMarginOption(t){const r=(t!=null&&t.constructor===Number?String(t):t||"").trim().split(/[, ] */);return r.length==1&&r.push(r[0]),r.length==2&&r.push(r[0],r[1]),r.length==3&&r.push(r[2]),r.map(function(n){const o=parseFloat(n);return isNaN(o)?1:o})},defaults(t){for(let e=1,r=arguments.length;e<r;e++){const n=arguments[e]||{};for(const o in n)!(o in t)&&n.hasOwnProperty(o)&&(t[o]=n[o])}return t},exportDatasetAsGeoJSON(t,e){const r={},n=t.layers,o=this.useFeatureCollection(n);let s;o?(r.type="FeatureCollection",s="features"):(r.type="GeometryCollection",s="geometries");const d=n.reduce((u,l,m)=>{const c=this.exportLayerAsGeoJSON(l,t,e,o);return u.length>0?u.concat(c):c},[]);return r[s]=d,r},useFeatureCollection(t){return this.someUtil(t,e=>{const r=e.data?e.data.getFields():[],n=this.useFeatureProperties(r),o=!!this.getIdField(r);return n||o})},useFeatureProperties(t){return!(t.length===0||t.length===1&&t[0]==Tt.ID_FIELD)},getIdField(t){const e=[];return e.push(Tt.ID_FIELD),this.find(e,r=>this.contains(t,r))},contains(t,e){if(t!=null&&t.toString===String.prototype.toString)return t.indexOf(e)!==-1;if(ja(t))return this.indexOf(t,e)!==-1;console.log("Expected Array or String argument")},indexOf(t,e){const r=e!==e;for(let n=0,o=t.length||0;n<o;n++)if(t[n]===e||r&&t[n]!==t[n])return n;return-1},find(t,e,r){const n=t.filter(e,r);return n.length===0?null:n[0]},exportLayerAsGeoJSON(t,e,r,n){const o=this.exportProperties(t.data,r),s=t.shapes,d=this.exportIds(t.data,r);return o&&s&&o.length!==s.length&&console.log("Mismatch between number of properties and number of shapes"),(s||o||[]).reduce(function(u,l,m){const c=s?s[m]:null,p=Tt.exporters[t.geometry_type];let v=c?p(c,e.arcs,r):null;if(n)v={type:"Feature",geometry:v,properties:o?o[m]:null},d&&(v.id=d[m]);else if(!v)return u;return u.push(v),u},[])},exportProperties(t,e){const r=t?t.getFields():[],n=this.getIdField(r,e);let o;if(!this.useFeatureProperties(r,e))return null;const s=t.getRecords();return n==Tt.ID_FIELD?o=s.map(function(d){return d=Ar({},d),delete d[n],d}):o=s,o},importGeoJSONFeatures(t,e){return e=e||{},t.map((r,n)=>{const o=r.type==="Feature"?r.geometry:r,s=o&&o.type;let d=null;return s&&o.coordinates&&(d=nf[s](o.coordinates,r.properties,e)),d?(r.properties&&this.applyStyleAttributes(d,s,r.properties),"id"in r&&(d.properties||(d.properties={}),d.properties.id=(e.id_prefix||"")+r.id),d):{tag:"g"}})},addDataAttributesToSVG(t,e,r){const n=e.getFields();let o=r.indexOf("*")>-1?n.concat():r;const s=this.difference(o,n);s.length>0&&(o=this.difference(o,s));const d=e.getRecords(),u=this.exportDataAttributesForSVG(d,o);t.length!==u.length&&console.log("Mismatch between number of SVG symbols and data attributes"),t.forEach(function(l,m){Ar(l.properties||{},u[m])})},exportDataAttributesForSVG(t,e){const r=/^[a-z_][a-z0-9_-]*$/i,n=/^xml/,o=e.filter(function(d){return r.test(d)&&!n.test(d)}),s=this.difference(e,o);return s.length>0&&(console.log("Unable to add data-* attributes for field(s):",s.join(", ")),console.log("data-* names should match pattern [a-z_][a-z0-9_-]*")),t.map(function(d){const u={};for(let l=0;l<o.length;l++)u["data-"+o[l].toLowerCase()]=String(d[o[l]]);return u})},difference(t,e){const r=this.arrayToIndex(e);return t.filter(function(n){return!Object.prototype.hasOwnProperty.call(r,n)})},arrayToIndex(t,e){const r=arguments.length>1;return t.reduce(function(n,o){return n[o]=r?e:!0,n},{})},applyStyleAttributes(t,e,r){let n=Tt.translateGeoJSONType(e);n==="point"&&"label-text"in r&&(n="label");const o=this.findPropertiesBySymbolGeom(Object.keys(r),n);for(let s=0,d=o.length;s<d;s++)this.setAttribute(t,o[s],r[o[s]])},findPropertiesBySymbolGeom(t,e){const r=Zc[e]||{};return t.filter(function(n){return n in r})},setAttribute(t,e,r){e==="r"||(t.properties||(t.properties={}),t.properties[e]=r,e==="stroke-dasharray"&&r&&(t.properties["stroke-linecap"]="butt"))},exportIds(t,e){const r=t?t.getFields():[],n=this.getIdField(r,e);return n?t.getRecords().map(function(o){return n in o?o[n]:null}):null}}},pe={mixins:[ce,wf],computed:{NUMBER_OF_DAYS:()=>5,REGION_LAND:()=>"land",REGION_SEA:()=>"sea",REGION_LAKE:()=>"lake",WEATHER_UPDATE_TIME:()=>"weather_update_time",FLOOD_UPDATE_TIME:()=>"flood_update_time",UPDATE_TIME:()=>"update_time",WEATHER_WARNINGS:()=>"weather_finland_active_all",FLOOD_WARNINGS:()=>"flood_finland_active_all",INFO_FI:()=>"info_fi",INFO_SV:()=>"info_sv",INFO_EN:()=>"info_en",PHYSICAL_DIRECTION:()=>"physical_direction",PHYSICAL_VALUE:()=>"physical_value",EFFECTIVE_FROM:()=>"effective_from",EFFECTIVE_UNTIL:()=>"effective_until",ONSET:()=>"onset",EXPIRES:()=>"expires",WARNING_CONTEXT:()=>"warning_context",SEVERITY:()=>"severity",CONTEXT_EXTENSION:()=>"context_extension",WIND:()=>"wind",SEA_WIND:()=>"sea-wind",FLOOD_LEVEL_TYPE:()=>"floodLevel",MULTIPLE:()=>"multiple",WARNING_LEVELS:()=>["level-1","level-2","level-3","level-4"],FLOOD_LEVELS:()=>({minor:1,moderate:2,severe:3,extreme:4}),strokeColor(){return this.colors[this.theme].stroke},bluePaths(){return this.paths({type:this.REGION_SEA})},greenPaths(){return this.paths({type:this.REGION_LAND,severity:0})},yellowPaths(){return this.paths({type:this.REGION_LAND,severity:2})},orangePaths(){return this.paths({type:this.REGION_LAND,severity:3})},redPaths(){return this.paths({type:this.REGION_LAND,severity:4})},overlayPaths(){return this.regionIds.reduce((t,e)=>{if(this.geometries[this.geometryId][e].pathLarge&&(this.geometries[this.geometryId][e].type==="land"||this.geometries[this.geometryId][e].subType==="lake")){const r=this.regionVisualization(e);t.push({key:`${e}${this.size}${this.index}Overlay`,d:r.visible?r.geom[`path${this.size}`]:"",opacity:"1",strokeWidth:this.strokeWidth})}return t},[])},yellowCoverages(){return this.coverageGeom(`coverages${this.size}`,0,1,2)},orangeCoverages(){return this.coverageGeom(`coverages${this.size}`,0,1,3)},redCoverages(){return this.coverageGeom(`coverages${this.size}`,0,1,4)},overlayCoverages(){return this.coverageGeom(`coverages${this.size}`,1.1*this.strokeWidth,0)}},methods:{uncapitalize(t){if(!t)return"";const e=t.toString();return e.charAt(0).toLowerCase()+e.slice(1)},warningType(t){return this.uncapitalize((t[this.WARNING_CONTEXT]+(t[this.CONTEXT_EXTENSION]?`-${t[this.CONTEXT_EXTENSION]}`:"")).split("-").map(e=>e.charAt(0).toUpperCase()+e.slice(1)).join(""))},relativeCoverageFromReference(t){if(t==null)return 0;let e="";const r=t.split("?");if(r.length<=1)return 0;e=r[1].split("#")[0];const o=new URLSearchParams(e).get("c");return o==null?0:Number(o)},regionFromReference(t){return t.split(",").map(e=>{let r=e.substring(e.lastIndexOf("#")+1);return r.indexOf(".")!==r.lastIndexOf(".")&&(r=r.replace(".","_")),r}).reduce((e,r,n,o)=>{const s=r.split(".");return n===0&&(e+=s[0]),e+(n===o.length-1?".":"_")+s[1]},"")},validInterval(t,e){return[this.toTimeZone(t),this.toTimeZone(e)].map(r=>`${r.day}.${r.month}. ${this.twoDigits(r.hour)}:${this.twoDigits(r.minute)}`).join(" – ")},msSinceStartOfDay(t){const e=this.toTimeZone(t);return((e.hour*60+e.minute)*60+e.second)*1e3},effectiveDays(t,e,r){const n=this.timeOffset,o=this.startFrom==="updated"?this.updatedAt:this.currentTime;return[...Array(this.NUMBER_OF_DAYS).keys()].map(s=>{const d=new Date(o);d.setDate(d.getDate()+s);const u=this.toTimeZone(d),l=new Date(u.year,u.month-1,u.day),m=new Date(o);m.setDate(m.getDate()+s+1);const c=this.toTimeZone(m),p=new Date(c.year,c.month-1,c.day);return r||(l.setMilliseconds(n),p.setMilliseconds(n)),new Date(t).getTime()<p.getTime()&&new Date(e).getTime()>l.getTime()})},text(t){return t[this.WARNING_CONTEXT]===this.SEA_WIND?t[this.PHYSICAL_VALUE]:""},createWeatherWarning(t){let e=0,r=Number(t.properties.severity.slice(-1));switch(t.properties[this.WARNING_CONTEXT]){case this.SEA_WIND:e=t.properties[this.PHYSICAL_DIRECTION]-180,t.properties[this.SEVERITY]===this.WARNING_LEVELS[0]&&(r+=1);break;case this.WIND:e=t.properties[this.PHYSICAL_DIRECTION]-90;break}const n=this.regionFromReference(t.properties.reference),o=this.warningType(t.properties);return{type:o,id:t.properties.identifier,regions:this.geometries[this.geometryId][n]?{[this.regionFromReference(t.properties.reference)]:!0}:{},covRegions:new Map,coveragesLarge:[],coveragesSmall:[],effectiveFrom:t.properties[this.EFFECTIVE_FROM],effectiveUntil:t.properties[this.EFFECTIVE_UNTIL],effectiveDays:this.effectiveDays(t.properties[this.EFFECTIVE_FROM],t.properties[this.EFFECTIVE_UNTIL],this.dailyWarningTypes.includes(o)),validInterval:this.validInterval(t.properties[this.EFFECTIVE_FROM],t.properties[this.EFFECTIVE_UNTIL]),severity:r,direction:e,value:t.properties[this.PHYSICAL_VALUE],text:this.text(t.properties),info:{fi:t.properties[this.INFO_FI]!=null?Dn.decode(t.properties[this.INFO_FI]):"",sv:t.properties[this.INFO_SV]!=null?Dn.decode(t.properties[this.INFO_SV]):"",en:t.properties[this.INFO_EN]!=null?Dn.decode(t.properties[this.INFO_EN]):""},link:"",linkText:""}},createFloodWarning(t){let e="";try{e=JSON.parse(decodeURIComponent(t.properties.description!=null?t.properties.description:"[%22%22]").replace(/[\n|\t]/g," "))[0]}catch(r){this.handleError(r.name)}return{type:this.FLOOD_LEVEL_TYPE,id:t.properties.identifier,regions:{[this.regionFromReference(t.properties.reference)]:!0},covRegions:new Map,coveragesLarge:[],coveragesSmall:[],effectiveFrom:t.properties[this.ONSET],effectiveUntil:t.properties[this.EXPIRES],effectiveDays:this.effectiveDays(t.properties[this.ONSET],t.properties[this.EXPIRES],this.dailyWarningTypes.includes(this.FLOOD_LEVEL_TYPE)),validInterval:this.validInterval(t.properties[this.ONSET],t.properties[this.EXPIRES]),severity:this.FLOOD_LEVELS[t.properties.severity.toLowerCase()],direction:0,value:0,text:"",info:{[t.properties.language.substr(0,2).toLowerCase()]:e},link:this.t("floodLink"),linkText:this.t("floodLinkText")}},createDays(t){const e=this.toTimeZone(this.updatedAt),r=this.updatedAt!=null?`${e.day}.${e.month}.${e.year}`:"",n=this.updatedAt!=null?`${this.twoDigits(e.hour)}:${this.twoDigits(e.minute)}`:"";return[...Array(this.NUMBER_OF_DAYS).keys()].map(o=>{const s=this.startFrom==="updated"?this.updatedAt:this.currentTime,d=new Date(s);d.setDate(d.getDate()+o);const u=this.toTimeZone(d);return{weekdayName:u.weekday,day:u.day,month:u.month,year:u.year,severity:Object.values(t).reduce((l,m)=>m.effectiveDays[o]?Math.max(m.severity,l):l,0),updatedDate:r,updatedTime:n}})},getMaxSeverities(t){return Object.values(t).reduce((e,r)=>(r.effectiveDays.some(n=>n)&&(e[r.type]==null||e[r.type]<r.severity)&&(e[r.type]=r.severity),e),{})},createLegend(t){const e=Object.keys(t);return[4,3,2].reduce((r,n)=>{const o=e.filter(s=>t[s]===n);return this.warningTypes.forEach((s,d)=>{o.includes(d)&&r.push({type:d,severity:t[d],visible:!0})}),r},[])},createRegions(t){const e=Object.keys(t);return[4,3,2].reduce((r,n)=>{const o=e.filter(s=>t[s].severity===n);return[...Array(this.NUMBER_OF_DAYS).keys()].forEach(s=>{const d=o.filter(u=>t[u].effectiveDays[s]);this.warningTypes.forEach((u,l)=>{const m=d.filter(c=>t[c].type===l);m.sort((c,p)=>{if(t[c].severity!==t[p].severity)return t[p].severity-t[c].severity;if(t[c].value!==t[p].value)return t[p].value-t[c].value;const v=new Date(t[c].effectiveFrom).getTime(),k=new Date(t[p].effectiveFrom).getTime();if(v!==k)return v-k;const I=new Date(t[c].effectiveUntil).getTime(),_=new Date(t[p].effectiveUntil).getTime();return I-_}),m.forEach(c=>{this.regionIds.forEach((p,v)=>{if(t[c].regions[p]){const k=r[s][this.geometries[this.geometryId][p].type];let I=k.find(E=>E.key===p);I==null&&(I={key:p,regionIndex:v,name:this.geometries[this.geometryId][p].name,warnings:[]},k.push(I));let _=I.warnings.find(E=>E.type===l);_==null&&(_={type:l,identifiers:[],coverage:0},I.warnings.push(_)),_.identifiers.includes(c)||_.identifiers.push(c);const R=t[c].covRegions;R.has(p)?_.coverage+=R.get(p):_.coverage=1}})})})}),r},[...Array(this.NUMBER_OF_DAYS).keys()].map(()=>({[this.REGION_LAND]:[],[this.REGION_SEA]:[]})))},isValid(t){if(t==null||t.properties==null)return!1;const e=this.regionFromReference(t.properties.reference);if(t.geometry==null&&this.geometries[this.geometryId][e]==null)return!1;const r=t.properties.warning_context!=null?this.warningType(t.properties):"floodLevel";return this.geometries[this.geometryId][e]!=null&&this.warningTypes.get(r)!==this.geometries[this.geometryId][e].type?!1:t.properties.severity!=null&&Object.keys(this.FLOOD_LEVELS).includes(t.properties.severity.toLowerCase())?!0:this.WARNING_LEVELS.slice(1).includes(t.properties.severity)||t.properties[this.WARNING_CONTEXT]===this.SEA_WIND&&this.WARNING_LEVELS.includes(t.properties.severity)},coverageGeom(t,e,r,n){var d;const o=[],s=this.visibleWarnings;return Object.keys((d=this.warnings)!=null?d:{}).forEach(u=>{(n==null||this.warnings[u].severity===n)&&this.warnings[u].effectiveDays[this.index]&&s.includes(this.warnings[u].type)&&this.warnings[u].coveragesLarge.length>0&&(this.coverageWarnings.includes(u)||([...this.warnings[u].covRegions.keys()].forEach(l=>{(this.coverageRegions[l]==null||this.coverageRegions[l]<this.warnings[u].severity)&&(this.coverageRegions[l]=this.warnings[u].severity)}),this.coverageWarnings.push(u)),this.warnings[u][t].forEach(l=>{o.push({key:`${u}${this.size}${this.index}${r}Coverage`,d:l.path,fillOpacity:r,strokeWidth:e,fill:this.colors[this.theme].levels[this.warnings[u].severity]})}))}),o},createCoverage(t,e,r,n){const o={type:"FeatureCollection",features:[t,this.bbox],totalFeatures:2,crs:{type:"name",properties:{name:"urn:ogc:def:crs:EPSG::3067"}}};return n!=null&&(o.features.push({type:"Feature",id:"reference",properties:{},geometry:{type:"Point",coordinates:n}}),o.totalFeatures++),this.geoJSONToSVG(o,e,r)},coverageData(t){const e=new dc().parseFromString(t),r=eo.select('//*[name()="svg"]//*[local-name()="path" and @id!="bbox"]',e),n=eo.select('//*[name()="svg"]//*[local-name()="circle" and @id="reference"]',e);return r.map((o,s)=>({path:o.getAttribute("d"),reference:s===0&&n.length>0?[Number(n[0].getAttribute("cx")),Number(n[0].getAttribute("cy"))]:[]}))},handleMapWarnings(t){const e={},r={};this.errors=[];const n=[this.WEATHER_UPDATE_TIME,this.FLOOD_UPDATE_TIME].filter(c=>t[c]!=null).reduce((c,p)=>{if(t[p].features!=null&&t[p].features.length>0&&t[p].features[0].properties!=null){const v=new Date(t[p].features[0].properties[this.UPDATE_TIME]).getTime();c.push(v),this.currentTime-v>this.maxUpdateDelay[p]&&this.handleError(`${p}_outdated`)}else this.handleError(p);return c},[]).sort().reverse();if(this.updatedAt=n.length>0?n[0]:null,!this.staticDays){const c=this.startFrom==="updated"?this.updatedAt:this.currentTime;this.timeOffset=this.msSinceStartOfDay(c)}const o={[this.WEATHER_WARNINGS]:this.createWeatherWarning,[this.FLOOD_WARNINGS]:this.createFloodWarning},s=Object.keys(o);for(const c of s){let p=[];if(t[c]==null){this.handleError(`Missing data: ${c}`),this.onDataError();continue}p=t[c].features;for(const v of p)if(this.isValid(v)){let k;const I=[],_=v.properties.identifier;if(e[_]==null){e[_]=o[c](v);const R=Object.keys(e[_].regions);R.length>0&&(k=R[0]),this.dailyWarningTypes.includes(e[_].type)&&(e[_].dailyWarning=!0)}else k=this.regionFromReference(v.properties.reference),this.geometries[this.geometryId][k]&&(e[_].regions[k]=!0);if(v.properties.coverage_references!=null&&(v.properties.coverage_references.split(", ").filter(R=>R.length>0).forEach(R=>{const E=this.regionFromReference(R),y=this.relativeCoverageFromReference(R)/100;this.geometries[this.geometryId][E]&&(e[_].regions[E]=!0,e[_].covRegions.set(E,y),I.push(E))}),v.geometry!=null)){const R=this.createCoverage(v,440,550,[v.properties.representative_x,v.properties.representative_y]),E=this.createCoverage(v,75,120);e[_].coveragesLarge=this.coverageData(R),e[_].coveragesSmall=this.coverageData(E)}k!=null&&this.geometries[this.geometryId][k]&&(this.geometries[this.geometryId][k].children.forEach(R=>{e[_].regions[R]=!0}),I.length===0&&I.push(k)),I.forEach(R=>{const E=this.geometries[this.geometryId][R].parent;E&&(r[E]==null&&(r[E]=[!1,!1,!1,!1,!1]),e[_].effectiveDays.forEach((y,b)=>{y&&(r[E][b]=!0)}))})}}const d=this.createDays(e),u=this.getMaxSeverities(e),l=this.createLegend(u),m=this.createRegions(e);return{warnings:e,days:d,regions:m,parents:r,legend:l}},isClientSide(){return typeof document!="undefined"&&document},regionData(t){const e=this.geometries[this.geometryId][t].type;return this.input[e].find(r=>r.key===t)},regionSeverity(t){const e=this.regionData(t);let r=0;e!=null&&e.warnings.find(o=>{if(this.visibleWarnings.includes(o.type)){const s=o.identifiers.find(d=>this.warnings[d]&&this.warnings[d].covRegions.size===0);if(s!=null)return r=this.warnings[s].severity,!0}return!1});const n=this.geometries[this.geometryId][t].parent;return n&&(r=Math.max(r,this.regionSeverity(n))),r},regionVisualization(t){const e=this.geometries[this.geometryId][t],r=this.regionSeverity(t),n=this.geometries[this.geometryId][t].type===this.REGION_LAND,o=r||n?this.colors[this.theme].levels[r]:this.colors[this.theme].sea,s=r>0||e.subType!==this.REGION_LAKE;return{geom:e,severity:r,color:o,visible:s}},regionsDefault(){return[{land:[],sea:[]},{land:[],sea:[]},{land:[],sea:[]},{land:[],sea:[]},{land:[],sea:[]}]},twoDigits(t){return`0${t}`.slice(-2)},toTimeZone(t){t=new Date(t);const e=new Intl.DateTimeFormat(this.dateTimeFormatLocale,{timeZoneName:"short",timeZone:this.timeZone,year:"numeric",month:"numeric",day:"numeric",weekday:"short",hour12:!1,hour:"numeric",minute:"numeric",second:"numeric",fractionalSecondDigits:3}).formatToParts(t),r=this.partsToWhole(e);return r.timeZone=this.timeZone,r},partsToWhole(t){const e={millisecond:0};return t.forEach(function(r){let n=r.value;switch(r.type){case"literal":return;case"timeZoneName":break;case"month":n=parseInt(n,10);break;case"weekday":break;case"hour":n=parseInt(n,10)%24;break;case"fractionalSecond":e.millisecond=parseInt(n,10);return;default:n=parseInt(n,10)}e[r.type]=n}),e}}},Cf='div#fmi-warnings div .transform-rotate-0[data-v-4d17bc40]{transform:rotate(0)}div#fmi-warnings div .transform-rotate-5[data-v-4d17bc40]{transform:rotate(5deg)}div#fmi-warnings div .transform-rotate-10[data-v-4d17bc40]{transform:rotate(10deg)}div#fmi-warnings div .transform-rotate-15[data-v-4d17bc40]{transform:rotate(15deg)}div#fmi-warnings div .transform-rotate-20[data-v-4d17bc40]{transform:rotate(20deg)}div#fmi-warnings div .transform-rotate-25[data-v-4d17bc40]{transform:rotate(25deg)}div#fmi-warnings div .transform-rotate-30[data-v-4d17bc40]{transform:rotate(30deg)}div#fmi-warnings div .transform-rotate-35[data-v-4d17bc40]{transform:rotate(35deg)}div#fmi-warnings div .transform-rotate-40[data-v-4d17bc40]{transform:rotate(40deg)}div#fmi-warnings div .transform-rotate-45[data-v-4d17bc40]{transform:rotate(45deg)}div#fmi-warnings div .transform-rotate-50[data-v-4d17bc40]{transform:rotate(50deg)}div#fmi-warnings div .transform-rotate-55[data-v-4d17bc40]{transform:rotate(55deg)}div#fmi-warnings div .transform-rotate-60[data-v-4d17bc40]{transform:rotate(60deg)}div#fmi-warnings div .transform-rotate-65[data-v-4d17bc40]{transform:rotate(65deg)}div#fmi-warnings div .transform-rotate-70[data-v-4d17bc40]{transform:rotate(70deg)}div#fmi-warnings div .transform-rotate-75[data-v-4d17bc40]{transform:rotate(75deg)}div#fmi-warnings div .transform-rotate-80[data-v-4d17bc40]{transform:rotate(80deg)}div#fmi-warnings div .transform-rotate-85[data-v-4d17bc40]{transform:rotate(85deg)}div#fmi-warnings div .transform-rotate-90[data-v-4d17bc40]{transform:rotate(90deg)}div#fmi-warnings div .transform-rotate-95[data-v-4d17bc40]{transform:rotate(95deg)}div#fmi-warnings div .transform-rotate-100[data-v-4d17bc40]{transform:rotate(100deg)}div#fmi-warnings div .transform-rotate-105[data-v-4d17bc40]{transform:rotate(105deg)}div#fmi-warnings div .transform-rotate-110[data-v-4d17bc40]{transform:rotate(110deg)}div#fmi-warnings div .transform-rotate-115[data-v-4d17bc40]{transform:rotate(115deg)}div#fmi-warnings div .transform-rotate-120[data-v-4d17bc40]{transform:rotate(120deg)}div#fmi-warnings div .transform-rotate-125[data-v-4d17bc40]{transform:rotate(125deg)}div#fmi-warnings div .transform-rotate-130[data-v-4d17bc40]{transform:rotate(130deg)}div#fmi-warnings div .transform-rotate-135[data-v-4d17bc40]{transform:rotate(135deg)}div#fmi-warnings div .transform-rotate-140[data-v-4d17bc40]{transform:rotate(140deg)}div#fmi-warnings div .transform-rotate-145[data-v-4d17bc40]{transform:rotate(145deg)}div#fmi-warnings div .transform-rotate-150[data-v-4d17bc40]{transform:rotate(150deg)}div#fmi-warnings div .transform-rotate-155[data-v-4d17bc40]{transform:rotate(155deg)}div#fmi-warnings div .transform-rotate-160[data-v-4d17bc40]{transform:rotate(160deg)}div#fmi-warnings div .transform-rotate-165[data-v-4d17bc40]{transform:rotate(165deg)}div#fmi-warnings div .transform-rotate-170[data-v-4d17bc40]{transform:rotate(170deg)}div#fmi-warnings div .transform-rotate-175[data-v-4d17bc40]{transform:rotate(175deg)}div#fmi-warnings div .transform-rotate-180[data-v-4d17bc40]{transform:rotate(180deg)}div#fmi-warnings div .transform-rotate-185[data-v-4d17bc40]{transform:rotate(185deg)}div#fmi-warnings div .transform-rotate-190[data-v-4d17bc40]{transform:rotate(190deg)}div#fmi-warnings div .transform-rotate-195[data-v-4d17bc40]{transform:rotate(195deg)}div#fmi-warnings div .transform-rotate-200[data-v-4d17bc40]{transform:rotate(200deg)}div#fmi-warnings div .transform-rotate-205[data-v-4d17bc40]{transform:rotate(205deg)}div#fmi-warnings div .transform-rotate-210[data-v-4d17bc40]{transform:rotate(210deg)}div#fmi-warnings div .transform-rotate-215[data-v-4d17bc40]{transform:rotate(215deg)}div#fmi-warnings div .transform-rotate-220[data-v-4d17bc40]{transform:rotate(220deg)}div#fmi-warnings div .transform-rotate-225[data-v-4d17bc40]{transform:rotate(225deg)}div#fmi-warnings div .transform-rotate-230[data-v-4d17bc40]{transform:rotate(230deg)}div#fmi-warnings div .transform-rotate-235[data-v-4d17bc40]{transform:rotate(235deg)}div#fmi-warnings div .transform-rotate-240[data-v-4d17bc40]{transform:rotate(240deg)}div#fmi-warnings div .transform-rotate-245[data-v-4d17bc40]{transform:rotate(245deg)}div#fmi-warnings div .transform-rotate-250[data-v-4d17bc40]{transform:rotate(250deg)}div#fmi-warnings div .transform-rotate-255[data-v-4d17bc40]{transform:rotate(255deg)}div#fmi-warnings div .transform-rotate-260[data-v-4d17bc40]{transform:rotate(260deg)}div#fmi-warnings div .transform-rotate-265[data-v-4d17bc40]{transform:rotate(265deg)}div#fmi-warnings div .transform-rotate-270[data-v-4d17bc40]{transform:rotate(270deg)}div#fmi-warnings div .transform-rotate-275[data-v-4d17bc40]{transform:rotate(275deg)}div#fmi-warnings div .transform-rotate-280[data-v-4d17bc40]{transform:rotate(280deg)}div#fmi-warnings div .transform-rotate-285[data-v-4d17bc40]{transform:rotate(285deg)}div#fmi-warnings div .transform-rotate-290[data-v-4d17bc40]{transform:rotate(290deg)}div#fmi-warnings div .transform-rotate-295[data-v-4d17bc40]{transform:rotate(295deg)}div#fmi-warnings div .transform-rotate-300[data-v-4d17bc40]{transform:rotate(300deg)}div#fmi-warnings div .transform-rotate-305[data-v-4d17bc40]{transform:rotate(305deg)}div#fmi-warnings div .transform-rotate-310[data-v-4d17bc40]{transform:rotate(310deg)}div#fmi-warnings div .transform-rotate-315[data-v-4d17bc40]{transform:rotate(315deg)}div#fmi-warnings div .transform-rotate-320[data-v-4d17bc40]{transform:rotate(320deg)}div#fmi-warnings div .transform-rotate-325[data-v-4d17bc40]{transform:rotate(325deg)}div#fmi-warnings div .transform-rotate-330[data-v-4d17bc40]{transform:rotate(330deg)}div#fmi-warnings div .transform-rotate-335[data-v-4d17bc40]{transform:rotate(335deg)}div#fmi-warnings div .transform-rotate-340[data-v-4d17bc40]{transform:rotate(340deg)}div#fmi-warnings div .transform-rotate-345[data-v-4d17bc40]{transform:rotate(345deg)}div#fmi-warnings div .transform-rotate-350[data-v-4d17bc40]{transform:rotate(350deg)}div#fmi-warnings div .transform-rotate-355[data-v-4d17bc40]{transform:rotate(355deg)}div#fmi-warnings div .transform-rotate-360[data-v-4d17bc40]{transform:rotate(360deg)}div#fmi-warnings div div.symbol-image[data-v-4d17bc40]{display:table}div#fmi-warnings div .light-theme .level-0[data-v-4d17bc40],div#fmi-warnings div .light-theme .level-1[data-v-4d17bc40]{background-color:#6af86a}div#fmi-warnings div .light-theme .level-2[data-v-4d17bc40]{background-color:#f8f800}div#fmi-warnings div .light-theme .level-3[data-v-4d17bc40]{background-color:#f9bf2e}div#fmi-warnings div .light-theme .level-4[data-v-4d17bc40]{background-color:#ff0909}div#fmi-warnings div .dark-theme .level-0[data-v-4d17bc40],div#fmi-warnings div .dark-theme .level-1[data-v-4d17bc40]{background-color:#6af86a}div#fmi-warnings div .dark-theme .level-2[data-v-4d17bc40]{background-color:#f8f800}div#fmi-warnings div .dark-theme .level-3[data-v-4d17bc40]{background-color:#f9bf2e}div#fmi-warnings div .dark-theme .level-4[data-v-4d17bc40]{background-color:#ff0909}div#fmi-warnings div .light-gray-theme .level-0[data-v-4d17bc40],div#fmi-warnings div .light-gray-theme .level-1[data-v-4d17bc40]{background-color:#fff}div#fmi-warnings div .light-gray-theme .level-2[data-v-4d17bc40]{background-color:#aaa}div#fmi-warnings div .light-gray-theme .level-3[data-v-4d17bc40]{background-color:#555}div#fmi-warnings div .light-gray-theme .level-4[data-v-4d17bc40]{background-color:#000}div#fmi-warnings div .dark-gray-theme .level-0[data-v-4d17bc40],div#fmi-warnings div .dark-gray-theme .level-1[data-v-4d17bc40]{background-color:#fff}div#fmi-warnings div .dark-gray-theme .level-2[data-v-4d17bc40]{background-color:#aaa}div#fmi-warnings div .dark-gray-theme .level-3[data-v-4d17bc40]{background-color:#555}div#fmi-warnings div .dark-gray-theme .level-4[data-v-4d17bc40]{background-color:#000}@media (forced-colors: active){div#fmi-warnings div .level-0[data-v-4d17bc40],div#fmi-warnings div .level-1[data-v-4d17bc40],div#fmi-warnings div .level-2[data-v-4d17bc40],div#fmi-warnings div .level-3[data-v-4d17bc40],div#fmi-warnings div .level-4[data-v-4d17bc40]{forced-color-adjust:none}}div#fmi-warnings div .thunder-storm[data-v-4d17bc40]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bstroke-linecap%3A circle%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 11.96875 7.464844 L 9.957031 14.472656 L 13.484375 14.472656 L 11.488281 23.023438 L 18.265625 11.910156 L 14.601562 11.910156 L 16.597656 7.464844 Z M 11.96875 7.464844 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .wind[data-v-4d17bc40]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 12.140625 9.332031 L 6.84375 14.039062 L 12.140625 18.746094 L 12.140625 16.394531 L 20.535156 16.394531 L 20.535156 11.6875 L 12.140625 11.6875 Z M 12.140625 9.332031 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .rain[data-v-4d17bc40]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bstroke-linecap%3A round%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 15.230469 12.722656 C 15.230469 12.722656 13.296875 17.964844 12.082031 19.179688 C 11.167969 20.09375 9.6875 20.09375 8.773438 19.179688 C 7.859375 18.265625 7.859375 16.785156 8.773438 15.871094 C 9.988281 14.65625 15.230469 12.722656 15.230469 12.722656 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bstroke-linecap%3A round%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 20.515625 13.808594 C 20.515625 13.808594 19.039062 17.808594 18.113281 18.734375 C 17.417969 19.433594 16.285156 19.433594 15.589844 18.734375 C 14.890625 18.039062 14.890625 16.910156 15.589844 16.210938 C 16.515625 15.285156 20.515625 13.808594 20.515625 13.808594 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bstroke-linecap%3A round%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 14.191406 7.464844 C 14.191406 7.464844 12.714844 11.46875 11.789062 12.394531 C 11.09375 13.089844 9.960938 13.089844 9.265625 12.394531 C 8.566406 11.695312 8.566406 10.566406 9.265625 9.867188 C 10.191406 8.945312 14.191406 7.464844 14.191406 7.464844 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .traffic-weather[data-v-4d17bc40]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E %3Cg%3E %3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22 M 10.047 21.57 C 10.07 21.438 10.105 21.289 10.156 21.133 C 10.23 20.902 10.336 20.648 10.461 20.379 C 10.586 20.113 10.73 19.832 10.883 19.543 C 11.035 19.25 11.191 18.953 11.348 18.645 C 11.5 18.336 11.648 18.023 11.777 17.699 C 11.906 17.379 12.012 17.051 12.086 16.73 C 12.156 16.41 12.195 16.094 12.199 15.801 C 12.203 15.512 12.172 15.246 12.125 15.02 C 12.082 14.793 12.02 14.602 11.961 14.453 C 11.945 14.414 11.934 14.379 11.918 14.348 C 11.906 14.313 11.891 14.281 11.879 14.25 C 11.863 14.223 11.852 14.195 11.84 14.168 C 11.832 14.148 11.82 14.129 11.813 14.113 C 11.773 14.047 11.758 14.008 11.758 14.008 L 11.32 14.152 C 11.32 14.152 11.324 14.191 11.332 14.27 C 11.332 14.289 11.336 14.313 11.34 14.336 C 11.34 14.355 11.34 14.383 11.34 14.406 C 11.34 14.434 11.344 14.461 11.344 14.492 C 11.344 14.52 11.344 14.555 11.344 14.586 C 11.34 14.723 11.328 14.887 11.297 15.063 C 11.262 15.242 11.207 15.434 11.121 15.629 C 11.039 15.824 10.922 16.023 10.785 16.223 C 10.641 16.422 10.473 16.617 10.281 16.816 C 10.09 17.012 9.875 17.211 9.645 17.41 C 9.414 17.609 9.172 17.813 8.918 18.027 C 8.664 18.238 8.406 18.461 8.148 18.703 C 7.887 18.945 7.629 19.203 7.383 19.492 C 7.137 19.777 6.906 20.098 6.707 20.445 C 6.508 20.793 6.34 21.168 6.23 21.547 C 6.227 21.555 6.223 21.563 6.223 21.57 L 10.047 21.57 Z M 16.883 21.57 C 16.902 21.457 16.934 21.332 16.977 21.195 C 17.039 21 17.129 20.785 17.234 20.559 C 17.34 20.332 17.465 20.094 17.594 19.844 C 17.723 19.598 17.859 19.344 17.988 19.082 C 18.117 18.82 18.246 18.551 18.352 18.277 C 18.461 18.008 18.551 17.727 18.617 17.453 C 18.676 17.18 18.711 16.914 18.715 16.664 C 18.715 16.418 18.691 16.191 18.652 16 C 18.613 15.805 18.563 15.645 18.512 15.516 C 18.5 15.484 18.488 15.457 18.477 15.426 C 18.461 15.398 18.449 15.371 18.441 15.344 C 18.43 15.32 18.418 15.297 18.41 15.277 C 18.398 15.258 18.391 15.242 18.383 15.227 C 18.352 15.172 18.336 15.141 18.336 15.141 L 17.965 15.262 C 17.965 15.262 17.969 15.297 17.977 15.359 C 17.977 15.379 17.98 15.395 17.98 15.418 C 17.98 15.434 17.98 15.457 17.984 15.477 C 17.984 15.5 17.984 15.523 17.984 15.551 C 17.984 15.574 17.984 15.602 17.984 15.633 C 17.984 15.746 17.973 15.883 17.945 16.035 C 17.918 16.188 17.871 16.352 17.797 16.516 C 17.727 16.684 17.629 16.855 17.508 17.023 C 17.387 17.191 17.246 17.359 17.082 17.527 C 16.918 17.695 16.734 17.863 16.539 18.031 C 16.344 18.203 16.137 18.375 15.922 18.555 C 15.707 18.738 15.488 18.926 15.266 19.133 C 15.047 19.336 14.828 19.559 14.617 19.801 C 14.41 20.047 14.211 20.32 14.043 20.613 C 13.871 20.91 13.73 21.227 13.637 21.551 C 13.633 21.559 13.633 21.563 13.629 21.57 L 16.883 21.57 Z%22%2F%3E %3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22 M 11.798 8.412 L 13.203 5.891 C 13.297 5.719 13.516 5.602 13.715 5.602 L 13.715 5.602 C 13.742 5.602 13.766 5.602 13.793 5.605 L 18.887 6.508 C 19.102 6.547 19.309 6.754 19.344 6.973 L 19.805 9.829 L 20.641 9.977 C 20.859 10.016 20.992 10.223 20.938 10.438 L 20.207 13.289 C 20.152 13.504 19.93 13.648 19.715 13.609 L 19.254 13.527 L 19.121 14.273 C 19.082 14.492 18.875 14.637 18.656 14.602 L 17.895 14.465 C 17.676 14.426 17.531 14.215 17.566 14 L 17.699 13.254 L 15.59 12.883 C 15.375 12.844 15.184 12.809 15.168 12.809 C 15.152 12.805 14.961 12.77 14.742 12.73 L 12.637 12.359 L 12.504 13.102 C 12.469 13.32 12.258 13.469 12.039 13.43 L 11.277 13.297 C 11.059 13.258 10.914 13.047 10.953 12.828 L 11.082 12.086 L 10.621 12.004 C 10.402 11.965 10.242 11.754 10.266 11.531 L 10.555 8.602 C 10.578 8.379 10.773 8.23 10.992 8.27 L 11.798 8.412 Z M 18.589 9.614 L 18.262 7.582 L 14.012 6.832 L 14.012 6.832 L 13.011 8.627 L 18.589 9.614 Z%22%2F%3E %3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .pedestrian-safety[data-v-4d17bc40]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 13.085938 6.300781 L 12.683594 9.726562 L 13.949219 10.195312 L 12.460938 11.152344 L 9.921875 10.496094 L 7.960938 14.425781 L 8.710938 14.816406 L 10.722656 12.292969 L 12.113281 13.085938 L 10.363281 14.945312 L 11.890625 18.558594 L 12.59375 18.304688 L 11.847656 15.546875 L 16.867188 11.632812 L 17.917969 12.34375 L 17.125 14.871094 L 17.726562 15.132812 L 19.28125 12.0625 L 16.453125 9.347656 L 13.898438 8.773438 L 13.902344 6.222656 Z M 13.085938 6.300781 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 7.464844 21.207031 L 21.148438 21.207031 L 21.148438 19.832031 L 7.464844 19.832031 Z M 7.464844 21.207031 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 16.488281 8.796875 C 17.175781 8.84375 17.769531 8.3125 17.816406 7.605469 C 17.867188 6.898438 17.351562 6.285156 16.664062 6.234375 C 15.980469 6.183594 15.382812 6.71875 15.335938 7.425781 C 15.289062 8.132812 15.804688 8.746094 16.488281 8.796875 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .forest-fire-weather[data-v-4d17bc40]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 17.992188 12.910156 C 18.265625 14.246094 16.886719 16.019531 16.394531 15.089844 C 16.152344 14.632812 16.546875 13.894531 16.683594 13.460938 C 16.910156 12.742188 17.089844 11.980469 17.058594 11.222656 C 16.96875 8.910156 15.054688 5.578125 12.042969 5.601562 C 13.71875 7.621094 9.484375 9.496094 10.328125 13.910156 C 9.578125 13.78125 9.035156 12.359375 9.035156 12.359375 C 9.035156 12.359375 7.273438 18.726562 12.558594 18.726562 C 11.25 17.902344 10.289062 16.695312 10.25 15.304688 C 10.25 15.304688 11.398438 16.257812 12.414062 16.214844 C 11.648438 14.226562 13.027344 12.148438 14.742188 11.414062 C 14.175781 12.597656 13.578125 14.074219 13.753906 15.40625 C 14.027344 17.46875 16.335938 17.34375 17.816406 16.050781 C 17.816406 16.929688 16.609375 18.023438 15.855469 18.726562 C 20.917969 17.769531 19.09375 13.390625 17.992188 12.910156 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 8.089844 20.925781 L 20.527344 20.925781 L 20.527344 19.714844 L 8.089844 19.714844 Z M 8.089844 20.925781 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .grass-fire-weather[data-v-4d17bc40]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 17.992188 12.910156 C 18.265625 14.246094 16.886719 16.019531 16.394531 15.089844 C 16.152344 14.632812 16.546875 13.894531 16.683594 13.460938 C 16.910156 12.742188 17.089844 11.980469 17.058594 11.222656 C 16.96875 8.910156 15.054688 5.578125 12.042969 5.601562 C 13.71875 7.621094 9.484375 9.496094 10.328125 13.910156 C 9.578125 13.78125 9.035156 12.359375 9.035156 12.359375 C 9.035156 12.359375 7.273438 18.726562 12.558594 18.726562 C 11.25 17.902344 10.289062 16.695312 10.25 15.304688 C 10.25 15.304688 11.398438 16.257812 12.414062 16.214844 C 11.648438 14.226562 13.027344 12.148438 14.742188 11.414062 C 14.175781 12.597656 13.578125 14.074219 13.753906 15.40625 C 14.027344 17.46875 16.335938 17.34375 17.816406 16.050781 C 17.816406 16.929688 16.609375 18.023438 15.855469 18.726562 C 20.917969 17.769531 19.09375 13.390625 17.992188 12.910156 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 8.089844 20.925781 L 20.527344 20.925781 L 20.527344 19.714844 L 8.089844 19.714844 Z M 8.089844 20.925781 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .hot-weather[data-v-4d17bc40]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 13.828125 21.453125 C 12.722656 21.453125 11.820312 20.554688 11.820312 19.445312 C 11.820312 18.882812 12.050781 18.359375 12.46875 17.976562 L 12.46875 17.972656 C 12.589844 17.859375 12.667969 17.699219 12.667969 17.519531 L 12.667969 7.382812 C 12.667969 6.742188 13.1875 6.222656 13.828125 6.222656 C 14.46875 6.222656 14.992188 6.742188 14.992188 7.382812 L 14.992188 17.519531 C 14.992188 17.699219 15.070312 17.859375 15.191406 17.972656 L 15.191406 17.976562 C 15.609375 18.359375 15.835938 18.882812 15.835938 19.445312 C 15.835938 20.554688 14.9375 21.453125 13.828125 21.453125 Z M 17.503906 9.894531 C 17.792969 9.894531 18.023438 9.660156 18.023438 9.375 C 18.023438 9.089844 17.792969 8.855469 17.503906 8.855469 L 16.234375 8.855469 L 16.234375 8.203125 L 17.503906 8.203125 C 17.792969 8.203125 18.023438 7.96875 18.023438 7.683594 C 18.023438 7.398438 17.792969 7.164062 17.503906 7.164062 L 16.226562 7.164062 C 16.113281 5.941406 15.082031 4.976562 13.828125 4.976562 C 12.503906 4.976562 11.425781 6.058594 11.425781 7.382812 L 11.425781 17.265625 C 10.882812 17.859375 10.578125 18.640625 10.578125 19.445312 C 10.578125 21.238281 12.035156 22.699219 13.828125 22.699219 C 15.621094 22.699219 17.082031 21.238281 17.082031 19.445312 C 17.082031 18.640625 16.777344 17.859375 16.234375 17.265625 L 16.234375 11.585938 L 17.503906 11.585938 C 17.792969 11.585938 18.023438 11.355469 18.023438 11.066406 C 18.023438 10.78125 17.792969 10.550781 17.503906 10.550781 L 16.234375 10.550781 L 16.234375 9.894531 Z M 17.503906 9.894531 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 1px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 14.367188 18.234375 L 14.367188 12.691406 C 14.367188 12.390625 14.128906 12.152344 13.828125 12.152344 C 13.53125 12.152344 13.289062 12.390625 13.289062 12.691406 L 13.289062 18.234375 C 12.824219 18.441406 12.5 18.90625 12.5 19.445312 C 12.5 20.179688 13.097656 20.773438 13.828125 20.773438 C 14.5625 20.773438 15.15625 20.179688 15.15625 19.445312 C 15.15625 18.90625 14.832031 18.441406 14.367188 18.234375 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .cold-weather[data-v-4d17bc40]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 13.828125 21.453125 C 12.722656 21.453125 11.820312 20.554688 11.820312 19.445312 C 11.820312 18.882812 12.050781 18.359375 12.46875 17.976562 L 12.46875 17.972656 C 12.589844 17.859375 12.667969 17.699219 12.667969 17.519531 L 12.667969 7.382812 C 12.667969 6.742188 13.1875 6.222656 13.828125 6.222656 C 14.46875 6.222656 14.992188 6.742188 14.992188 7.382812 L 14.992188 17.519531 C 14.992188 17.699219 15.070312 17.859375 15.191406 17.972656 L 15.191406 17.976562 C 15.609375 18.359375 15.835938 18.882812 15.835938 19.445312 C 15.835938 20.554688 14.9375 21.453125 13.828125 21.453125 Z M 17.503906 9.894531 C 17.792969 9.894531 18.023438 9.660156 18.023438 9.375 C 18.023438 9.089844 17.792969 8.855469 17.503906 8.855469 L 16.234375 8.855469 L 16.234375 8.203125 L 17.503906 8.203125 C 17.792969 8.203125 18.023438 7.96875 18.023438 7.683594 C 18.023438 7.398438 17.792969 7.164062 17.503906 7.164062 L 16.226562 7.164062 C 16.113281 5.941406 15.082031 4.976562 13.828125 4.976562 C 12.503906 4.976562 11.425781 6.058594 11.425781 7.382812 L 11.425781 17.265625 C 10.882812 17.859375 10.578125 18.640625 10.578125 19.445312 C 10.578125 21.238281 12.035156 22.699219 13.828125 22.699219 C 15.621094 22.699219 17.082031 21.238281 17.082031 19.445312 C 17.082031 18.640625 16.777344 17.859375 16.234375 17.265625 L 16.234375 11.585938 L 17.503906 11.585938 C 17.792969 11.585938 18.023438 11.355469 18.023438 11.066406 C 18.023438 10.78125 17.792969 10.550781 17.503906 10.550781 L 16.234375 10.550781 L 16.234375 9.894531 Z M 17.503906 9.894531 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 1px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 14.367188 18.234375 L 14.367188 12.691406 C 14.367188 12.390625 14.128906 12.152344 13.828125 12.152344 C 13.53125 12.152344 13.289062 12.390625 13.289062 12.691406 L 13.289062 18.234375 C 12.824219 18.441406 12.5 18.90625 12.5 19.445312 C 12.5 20.179688 13.097656 20.773438 13.828125 20.773438 C 14.5625 20.773438 15.15625 20.179688 15.15625 19.445312 C 15.15625 18.90625 14.832031 18.441406 14.367188 18.234375 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .uv-note[data-v-4d17bc40]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 17.304688 18.0625 L 14.386719 9.996094 L 16.171875 9.996094 L 18.238281 15.964844 L 20.238281 9.996094 L 21.988281 9.996094 L 19.0625 18.0625 Z M 17.304688 18.0625 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 7.464844 9.996094 L 9.117188 9.996094 L 9.117188 14.363281 C 9.117188 15.054688 9.136719 15.503906 9.175781 15.710938 C 9.246094 16.042969 9.414062 16.304688 9.679688 16.507812 C 9.945312 16.707031 10.308594 16.804688 10.769531 16.804688 C 11.238281 16.804688 11.589844 16.710938 11.828125 16.523438 C 12.066406 16.332031 12.207031 16.101562 12.257812 15.828125 C 12.304688 15.550781 12.328125 15.09375 12.328125 14.457031 L 12.328125 9.996094 L 13.976562 9.996094 L 13.976562 14.230469 C 13.976562 15.199219 13.933594 15.882812 13.84375 16.285156 C 13.753906 16.683594 13.589844 17.019531 13.351562 17.296875 C 13.113281 17.570312 12.792969 17.789062 12.390625 17.953125 C 11.988281 18.117188 11.464844 18.199219 10.820312 18.199219 C 10.039062 18.199219 9.449219 18.109375 9.046875 17.929688 C 8.644531 17.753906 8.324219 17.523438 8.089844 17.238281 C 7.855469 16.953125 7.703125 16.65625 7.628906 16.34375 C 7.519531 15.882812 7.464844 15.199219 7.464844 14.296875 Z M 7.464844 9.996094 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .flood-level[data-v-4d17bc40]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.72549%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 21.542969 17.964844 C 20.371094 17.964844 19.757812 18.617188 19.265625 19.140625 C 18.828125 19.609375 18.480469 19.980469 17.765625 19.980469 C 17.050781 19.980469 16.703125 19.609375 16.265625 19.140625 C 15.773438 18.617188 15.160156 17.964844 13.988281 17.964844 C 12.8125 17.964844 12.199219 18.617188 11.707031 19.140625 C 11.269531 19.609375 10.921875 19.976562 10.207031 19.976562 C 9.492188 19.976562 9.148438 19.609375 8.707031 19.140625 C 8.214844 18.617188 7.605469 17.964844 6.429688 17.964844 C 6.132812 17.964844 5.894531 18.203125 5.894531 18.5 C 5.894531 18.792969 6.132812 19.03125 6.429688 19.03125 L 6.441406 19.03125 C 7.144531 19.035156 7.492188 19.40625 7.929688 19.871094 C 8.421875 20.394531 9.03125 21.046875 10.207031 21.046875 C 11.382812 21.046875 11.996094 20.394531 12.484375 19.871094 C 12.925781 19.402344 13.273438 19.03125 13.988281 19.03125 C 14.699219 19.03125 15.046875 19.402344 15.488281 19.871094 C 15.980469 20.394531 16.589844 21.046875 17.765625 21.046875 C 18.941406 21.046875 19.554688 20.394531 20.042969 19.871094 C 20.480469 19.40625 20.828125 19.039062 21.535156 19.03125 L 21.542969 19.03125 C 21.839844 19.03125 22.078125 18.792969 22.078125 18.5 C 22.078125 18.203125 21.839844 17.964844 21.542969 17.964844 Z M 21.542969 17.964844 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.72549%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 20.386719 11.488281 L 13.933594 6.632812 L 7.480469 11.488281 L 9.886719 11.488281 L 9.886719 18.070312 L 9.90625 18.070312 C 10.667969 18.070312 11.035156 17.675781 11.503906 17.175781 C 12.027344 16.617188 12.679688 15.921875 13.933594 15.921875 C 15.1875 15.921875 15.835938 16.617188 16.359375 17.175781 C 16.828125 17.675781 17.199219 18.070312 17.957031 18.070312 L 17.976562 18.070312 L 17.976562 11.488281 Z M 15.074219 13.90625 L 12.753906 13.90625 L 12.753906 11.589844 L 15.074219 11.589844 Z M 15.074219 13.90625 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.72549%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 21.542969 15.527344 C 20.371094 15.527344 19.757812 16.179688 19.265625 16.703125 C 18.828125 17.171875 18.480469 17.542969 17.765625 17.542969 C 17.050781 17.542969 16.707031 17.171875 16.265625 16.703125 C 15.773438 16.179688 15.164062 15.527344 13.988281 15.527344 C 12.8125 15.527344 12.199219 16.179688 11.707031 16.703125 C 11.269531 17.171875 10.921875 17.542969 10.207031 17.542969 C 9.492188 17.542969 9.148438 17.171875 8.707031 16.703125 C 8.214844 16.179688 7.605469 15.527344 6.429688 15.527344 C 6.132812 15.527344 5.894531 15.765625 5.894531 16.0625 C 5.894531 16.355469 6.132812 16.59375 6.429688 16.59375 L 6.4375 16.59375 C 7.144531 16.597656 7.492188 16.96875 7.929688 17.433594 C 8.417969 17.957031 9.03125 18.609375 10.207031 18.609375 C 11.382812 18.609375 11.996094 17.957031 12.484375 17.433594 C 12.925781 16.964844 13.273438 16.59375 13.988281 16.59375 C 14.699219 16.59375 15.046875 16.964844 15.488281 17.433594 C 15.980469 17.957031 16.589844 18.609375 17.765625 18.609375 C 18.941406 18.609375 19.554688 17.957031 20.042969 17.433594 C 20.480469 16.96875 20.828125 16.597656 21.535156 16.59375 L 21.542969 16.59375 C 21.734375 16.59375 21.910156 16.492188 22.007812 16.328125 C 22.101562 16.164062 22.101562 15.960938 22.007812 15.792969 C 21.910156 15.628906 21.734375 15.527344 21.542969 15.527344 Z M 21.542969 15.527344 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .sea-wind[data-v-4d17bc40]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E %3Cg id%3D%22surface1%22%3E %3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bstroke-linecap%3A square%3Bpaint-order%3A stroke%3Bfill-rule%3Anonzero%3Bfill%3Argb(0%25%2C0%25%2C0%25)%3Bfill-opacity%3A1%3B%22 transform%3D%22translate(14%2C 14) scale(0.93) translate(-14%2C -14)%22 d%3D%22M 11.127030796064377 6.106581985398371 A 8.4 8.4 0 1 0 16.872969203935618 6.106581985398369 L 14 0 L 11.127030796064377 6.106581985398371%22 %2F%3E %3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .sea-thunder-storm[data-v-4d17bc40]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bstroke-linecap%3A circle%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 11.855469 7.464844 L 9.839844 14.472656 L 13.371094 14.472656 L 11.375 23.023438 L 18.152344 11.910156 L 14.484375 11.910156 L 16.484375 7.464844 Z M 11.855469 7.464844 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .sea-water-height-high-water[data-v-4d17bc40]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 18.332031 18.976562 C 17.078125 18.976562 16.421875 18.28125 15.898438 17.722656 C 15.429688 17.21875 15.058594 16.824219 14.296875 16.824219 C 13.535156 16.824219 13.164062 17.21875 12.691406 17.722656 C 12.167969 18.28125 11.515625 18.976562 10.257812 18.976562 C 9.003906 18.976562 8.351562 18.28125 7.824219 17.722656 C 7.355469 17.21875 6.984375 16.824219 6.222656 16.824219 L 6.222656 15.683594 C 7.476562 15.683594 8.132812 16.382812 8.65625 16.941406 C 9.125 17.441406 9.496094 17.839844 10.257812 17.839844 C 11.019531 17.839844 11.390625 17.441406 11.863281 16.941406 C 12.386719 16.382812 13.039062 15.683594 14.296875 15.683594 C 15.550781 15.683594 16.203125 16.382812 16.730469 16.941406 C 17.199219 17.441406 17.570312 17.839844 18.332031 17.839844 C 19.09375 17.839844 19.464844 17.441406 19.933594 16.941406 C 20.460938 16.382812 21.113281 15.683594 22.371094 15.683594 L 22.371094 16.824219 C 21.605469 16.824219 21.234375 17.21875 20.765625 17.722656 C 20.242188 18.28125 19.589844 18.976562 18.332031 18.976562 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 18.332031 16.261719 C 17.078125 16.261719 16.421875 15.566406 15.898438 15.007812 C 15.429688 14.503906 15.058594 14.109375 14.296875 14.109375 C 13.535156 14.109375 13.164062 14.503906 12.691406 15.007812 C 12.167969 15.566406 11.515625 16.261719 10.257812 16.261719 C 9.003906 16.261719 8.351562 15.566406 7.824219 15.007812 C 7.355469 14.503906 6.984375 14.109375 6.222656 14.109375 L 6.222656 12.972656 C 7.476562 12.972656 8.132812 13.667969 8.65625 14.226562 C 9.125 14.726562 9.496094 15.125 10.257812 15.125 C 11.019531 15.125 11.390625 14.726562 11.863281 14.226562 C 12.386719 13.667969 13.039062 12.972656 14.296875 12.972656 C 15.550781 12.972656 16.203125 13.667969 16.730469 14.226562 C 17.199219 14.726562 17.570312 15.125 18.332031 15.125 C 19.09375 15.125 19.464844 14.726562 19.933594 14.226562 C 20.460938 13.667969 21.113281 12.972656 22.371094 12.972656 L 22.371094 14.109375 C 21.605469 14.109375 21.234375 14.503906 20.765625 15.007812 C 20.242188 15.566406 19.589844 16.261719 18.332031 16.261719 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 18.332031 21.582031 C 17.078125 21.582031 16.421875 20.882812 15.898438 20.324219 C 15.429688 19.824219 15.058594 19.425781 14.296875 19.425781 C 13.535156 19.425781 13.164062 19.824219 12.691406 20.324219 C 12.167969 20.882812 11.515625 21.582031 10.257812 21.582031 C 9.003906 21.582031 8.351562 20.882812 7.824219 20.324219 C 7.355469 19.824219 6.984375 19.425781 6.222656 19.425781 L 6.222656 18.289062 C 7.476562 18.289062 8.132812 18.984375 8.65625 19.542969 C 9.125 20.046875 9.496094 20.441406 10.257812 20.441406 C 11.019531 20.441406 11.390625 20.046875 11.863281 19.542969 C 12.386719 18.984375 13.039062 18.289062 14.296875 18.289062 C 15.550781 18.289062 16.203125 18.984375 16.730469 19.542969 C 17.199219 20.046875 17.570312 20.441406 18.332031 20.441406 C 19.09375 20.441406 19.464844 20.046875 19.933594 19.542969 C 20.460938 18.984375 21.113281 18.289062 22.371094 18.289062 L 22.371094 19.425781 C 21.605469 19.425781 21.234375 19.824219 20.765625 20.324219 C 20.242188 20.882812 19.589844 21.582031 18.332031 21.582031 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 16.679688 9.792969 L 16.679688 12.566406 L 19.851562 12.566406 L 19.851562 9.792969 L 21.4375 9.792969 L 18.265625 6.222656 L 15.09375 9.792969 Z M 16.679688 9.792969 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .sea-water-height-shallow-water[data-v-4d17bc40]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 18.390625 19.039062 C 17.128906 19.039062 16.472656 18.339844 15.945312 17.777344 C 15.472656 17.273438 15.101562 16.875 14.335938 16.875 C 13.570312 16.875 13.195312 17.273438 12.726562 17.777344 C 12.199219 18.339844 11.539062 19.039062 10.277344 19.039062 C 9.015625 19.039062 8.359375 18.339844 7.832031 17.777344 C 7.359375 17.273438 6.988281 16.875 6.222656 16.875 L 6.222656 15.730469 C 7.484375 15.730469 8.140625 16.433594 8.667969 16.996094 C 9.140625 17.496094 9.511719 17.894531 10.277344 17.894531 C 11.042969 17.894531 11.417969 17.496094 11.890625 16.996094 C 12.417969 16.433594 13.074219 15.730469 14.335938 15.730469 C 15.597656 15.730469 16.253906 16.433594 16.78125 16.996094 C 17.253906 17.496094 17.625 17.894531 18.390625 17.894531 C 19.160156 17.894531 19.53125 17.496094 20.003906 16.996094 C 20.53125 16.433594 21.1875 15.730469 22.449219 15.730469 L 22.449219 16.875 C 21.683594 16.875 21.308594 17.273438 20.839844 17.777344 C 20.3125 18.339844 19.65625 19.039062 18.390625 19.039062 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 18.390625 21.65625 C 17.128906 21.65625 16.472656 20.957031 15.945312 20.394531 C 15.472656 19.890625 15.101562 19.492188 14.335938 19.492188 C 13.570312 19.492188 13.195312 19.890625 12.726562 20.394531 C 12.199219 20.957031 11.539062 21.65625 10.277344 21.65625 C 9.015625 21.65625 8.359375 20.957031 7.832031 20.394531 C 7.359375 19.890625 6.988281 19.492188 6.222656 19.492188 L 6.222656 18.347656 C 7.484375 18.347656 8.140625 19.046875 8.667969 19.609375 C 9.140625 20.113281 9.511719 20.511719 10.277344 20.511719 C 11.042969 20.511719 11.417969 20.113281 11.890625 19.609375 C 12.417969 19.046875 13.074219 18.347656 14.335938 18.347656 C 15.597656 18.347656 16.253906 19.046875 16.78125 19.609375 C 17.253906 20.113281 17.625 20.511719 18.390625 20.511719 C 19.160156 20.511719 19.53125 20.113281 20.003906 19.609375 C 20.53125 19.046875 21.1875 18.347656 22.449219 18.347656 L 22.449219 19.492188 C 21.683594 19.492188 21.308594 19.890625 20.839844 20.394531 C 20.3125 20.957031 19.65625 21.65625 18.390625 21.65625 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 16.730469 9.011719 L 16.730469 6.222656 L 19.917969 6.222656 L 19.917969 9.011719 L 21.511719 9.011719 L 18.324219 12.597656 L 15.136719 9.011719 Z M 16.730469 9.011719 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .sea-wave-height[data-v-4d17bc40]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E %3Cg id%3D%22surface1%22%3E %3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 1.8px%3Bstroke-linecap%3A round%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 18.551 13.477 C 19.336 13.027 18.824 11.559 18.816 11.508 C 18.449 11.289 18.008 11.156 17.566 11.156 C 16.809 11.156 16.137 11.512 15.699 12.063 C 16.734 12.848 18.09 13.742 18.551 13.477 Z%22%2F%3E %3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 1.8px%3Bstroke-linecap%3A round%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 15.227 12.785 C 15.227 11.605 16.184 10.648 17.363 10.648 C 17.867 10.648 18.73 11.129 18.738 11.133 C 18.746 11.137 18.742 11.137 18.738 11.133 C 18.656 10.753 18.527 10.391 18.359 10.053 C 18.212 9.756 18.034 9.478 17.83 9.223 C 17.438 8.734 16.949 8.327 16.39 8.033 C 15.752 7.697 15.024 7.508 14.246 7.508 C 13.426 7.508 12.66 7.723 11.992 8.094 C 7.359 10.262 8.133 18.645 8.145 19.93 L 21.762 19.93 C 19.66 18.359 15.227 15.254 15.227 12.785 Z%22%2F%3E %3C%2Fg%3E %3C%2Fsvg%3E")}div#fmi-warnings div .sea-icing[data-v-4d17bc40]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 15.171875 9.5625 L 12.644531 15.875 L 14.515625 21.3125 L 16.925781 13.535156 L 17.933594 16.613281 L 21.136719 9.5625 Z M 15.171875 9.5625 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 7.464844 9.5625 L 10.863281 18.328125 L 14.371094 9.5625 Z M 7.464844 9.5625 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .several[data-v-4d17bc40]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 13.605469 18.632812 L 14.984375 18.632812 L 14.984375 14.984375 L 18.632812 14.984375 L 18.632812 13.605469 L 14.984375 13.605469 L 14.984375 9.957031 L 13.605469 9.957031 L 13.605469 13.605469 L 9.957031 13.605469 L 9.957031 14.984375 L 13.605469 14.984375 Z M 13.605469 18.632812 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div span.symbol-text[data-v-4d17bc40]{display:table-cell;vertical-align:middle;line-height:28px;width:100%;text-align:center;margin:0 auto;font-family:Noto Sans,sans-serif!important;color:#fff;text-anchor:middle;font-weight:700}@media (max-width: 575px){div#fmi-warnings div .symbol-text[data-v-4d17bc40]{display:none}}div#fmi-warnings div div.current-description-row[data-v-4d17bc40]{display:table-row}div#fmi-warnings div div.current-description-image-cell[data-v-4d17bc40]{display:table-cell;vertical-align:top}div#fmi-warnings div div.current-description-image[data-v-4d17bc40]{background-size:44px 44px;width:48px;height:48px}div#fmi-warnings div div.warning-image[data-v-4d17bc40]{border-radius:50%;background-repeat:no-repeat;background-position:center}div#fmi-warnings div span.region-warning-symbol-text[data-v-4d17bc40]{font-size:1rem}div#fmi-warnings div div.current-description-text-cell[data-v-4d17bc40]{display:table-cell;vertical-align:middle;text-align:left;padding-left:10px}div#fmi-warnings div .description-info[data-v-4d17bc40]{width:100%}div#fmi-warnings div .description-indent-text[data-v-4d17bc40]{width:100%;position:relative;margin-top:5px}div#fmi-warnings div .description-indent[data-v-4d17bc40]{width:30px;height:100%;position:absolute;top:0;left:0}div#fmi-warnings div .description-rectangle[data-v-4d17bc40]{width:4px;height:100%;margin-left:0;margin-top:0;margin-bottom:0}div#fmi-warnings div .description-text[data-v-4d17bc40]{margin-left:30px;font-style:italic;padding-top:5px;padding-bottom:5px}div#fmi-warnings div a.ext-link[data-v-4d17bc40]{padding-right:14px;background:transparent url(data:image/gif;base64,R0lGODlhCgAIAIABALGxsf///yH5BAEAAAEALAAAAAAKAAgAAAIRjB+gu8adEkDRoXnwtRQ/WAAAOw==) no-repeat center right;margin-right:2px}div#fmi-warnings div .light-theme a.ext-link[data-v-4d17bc40]{color:#303193}div#fmi-warnings div .dark-theme a.ext-link[data-v-4d17bc40]{color:#e7f0fa}div#fmi-warnings div .light-gray-theme a.ext-link[data-v-4d17bc40]{color:#434752}div#fmi-warnings div .dark-gray-theme a.ext-link[data-v-4d17bc40]{color:#eee}div#fmi-warnings div span.warning-valid[data-v-4d17bc40]{display:block;font-family:Roboto,Helvetica,Arial,sans-serif;font-size:1rem;font-weight:700;margin-top:0;margin-bottom:5px}',Dt=(t,e)=>{const r=t.__vccOpts||t;for(const[n,o]of e)r[n]=o;return r},xf={name:"DescriptionWarning",mixins:[tn,te,pe],props:["input","language","theme"],computed:{warningTitle(){return this.t(this.input.type)},info(){return this.input.info[this.language]},validText(){return this.t("valid")},linkHidden(){return this.input.link==null||this.input.link.length===0},description(){return this.t(`${this.input.type}DescriptionLevel${this.input.severity}`)}}},yf={class:"current-description-image-cell","aria-hidden":"true"},Af={class:"current-description-text-cell"},Df={class:"description-info"},kf=["innerHTML"],Ef={class:"description-indent-text"},Ff={class:"description-indent"},Bf={class:"description-text"},Lf=["href"];function If(t,e,r,n,o,s){return G(),ri("div",{class:wi(["current-description-row",r.theme])},[q("div",yf,[q("div",{class:wi(`current-description-image warning-image symbol-image transform-rotate-${t.rotation} level-${r.input.severity} ${t.typeClass}`)},[q("span",{class:wi(`symbol-text transform-rotate-${t.invertedRotation} region-warning-symbol-text`)},ki(r.input.text),3)],2)]),q("div",Af,[q("div",Df,[q("span",{class:"warning-valid bold-text",innerHTML:`${s.warningTitle} — ${s.validText} ${r.input.validInterval}`},null,8,kf),q("span",null,ki(s.info),1)]),q("div",Ef,[q("div",Ff,[q("div",{class:wi(`description-rectangle level-${r.input.severity}`)},null,2)]),q("div",Bf,[lt(ki(s.description)+" ",1),q("a",{class:wi(["ext-link",{"d-none":s.linkHidden}]),href:`${r.input.link}`,target:"_blank"},ki(r.input.linkText),11,Lf)])])])],2)}const us=Dt(xf,[["render",If],["styles",[Cf]],["__scopeId","data-v-4d17bc40"]]),Sf='div#fmi-warnings div .transform-rotate-0[data-v-c3e58bd5]{transform:rotate(0)}div#fmi-warnings div .transform-rotate-5[data-v-c3e58bd5]{transform:rotate(5deg)}div#fmi-warnings div .transform-rotate-10[data-v-c3e58bd5]{transform:rotate(10deg)}div#fmi-warnings div .transform-rotate-15[data-v-c3e58bd5]{transform:rotate(15deg)}div#fmi-warnings div .transform-rotate-20[data-v-c3e58bd5]{transform:rotate(20deg)}div#fmi-warnings div .transform-rotate-25[data-v-c3e58bd5]{transform:rotate(25deg)}div#fmi-warnings div .transform-rotate-30[data-v-c3e58bd5]{transform:rotate(30deg)}div#fmi-warnings div .transform-rotate-35[data-v-c3e58bd5]{transform:rotate(35deg)}div#fmi-warnings div .transform-rotate-40[data-v-c3e58bd5]{transform:rotate(40deg)}div#fmi-warnings div .transform-rotate-45[data-v-c3e58bd5]{transform:rotate(45deg)}div#fmi-warnings div .transform-rotate-50[data-v-c3e58bd5]{transform:rotate(50deg)}div#fmi-warnings div .transform-rotate-55[data-v-c3e58bd5]{transform:rotate(55deg)}div#fmi-warnings div .transform-rotate-60[data-v-c3e58bd5]{transform:rotate(60deg)}div#fmi-warnings div .transform-rotate-65[data-v-c3e58bd5]{transform:rotate(65deg)}div#fmi-warnings div .transform-rotate-70[data-v-c3e58bd5]{transform:rotate(70deg)}div#fmi-warnings div .transform-rotate-75[data-v-c3e58bd5]{transform:rotate(75deg)}div#fmi-warnings div .transform-rotate-80[data-v-c3e58bd5]{transform:rotate(80deg)}div#fmi-warnings div .transform-rotate-85[data-v-c3e58bd5]{transform:rotate(85deg)}div#fmi-warnings div .transform-rotate-90[data-v-c3e58bd5]{transform:rotate(90deg)}div#fmi-warnings div .transform-rotate-95[data-v-c3e58bd5]{transform:rotate(95deg)}div#fmi-warnings div .transform-rotate-100[data-v-c3e58bd5]{transform:rotate(100deg)}div#fmi-warnings div .transform-rotate-105[data-v-c3e58bd5]{transform:rotate(105deg)}div#fmi-warnings div .transform-rotate-110[data-v-c3e58bd5]{transform:rotate(110deg)}div#fmi-warnings div .transform-rotate-115[data-v-c3e58bd5]{transform:rotate(115deg)}div#fmi-warnings div .transform-rotate-120[data-v-c3e58bd5]{transform:rotate(120deg)}div#fmi-warnings div .transform-rotate-125[data-v-c3e58bd5]{transform:rotate(125deg)}div#fmi-warnings div .transform-rotate-130[data-v-c3e58bd5]{transform:rotate(130deg)}div#fmi-warnings div .transform-rotate-135[data-v-c3e58bd5]{transform:rotate(135deg)}div#fmi-warnings div .transform-rotate-140[data-v-c3e58bd5]{transform:rotate(140deg)}div#fmi-warnings div .transform-rotate-145[data-v-c3e58bd5]{transform:rotate(145deg)}div#fmi-warnings div .transform-rotate-150[data-v-c3e58bd5]{transform:rotate(150deg)}div#fmi-warnings div .transform-rotate-155[data-v-c3e58bd5]{transform:rotate(155deg)}div#fmi-warnings div .transform-rotate-160[data-v-c3e58bd5]{transform:rotate(160deg)}div#fmi-warnings div .transform-rotate-165[data-v-c3e58bd5]{transform:rotate(165deg)}div#fmi-warnings div .transform-rotate-170[data-v-c3e58bd5]{transform:rotate(170deg)}div#fmi-warnings div .transform-rotate-175[data-v-c3e58bd5]{transform:rotate(175deg)}div#fmi-warnings div .transform-rotate-180[data-v-c3e58bd5]{transform:rotate(180deg)}div#fmi-warnings div .transform-rotate-185[data-v-c3e58bd5]{transform:rotate(185deg)}div#fmi-warnings div .transform-rotate-190[data-v-c3e58bd5]{transform:rotate(190deg)}div#fmi-warnings div .transform-rotate-195[data-v-c3e58bd5]{transform:rotate(195deg)}div#fmi-warnings div .transform-rotate-200[data-v-c3e58bd5]{transform:rotate(200deg)}div#fmi-warnings div .transform-rotate-205[data-v-c3e58bd5]{transform:rotate(205deg)}div#fmi-warnings div .transform-rotate-210[data-v-c3e58bd5]{transform:rotate(210deg)}div#fmi-warnings div .transform-rotate-215[data-v-c3e58bd5]{transform:rotate(215deg)}div#fmi-warnings div .transform-rotate-220[data-v-c3e58bd5]{transform:rotate(220deg)}div#fmi-warnings div .transform-rotate-225[data-v-c3e58bd5]{transform:rotate(225deg)}div#fmi-warnings div .transform-rotate-230[data-v-c3e58bd5]{transform:rotate(230deg)}div#fmi-warnings div .transform-rotate-235[data-v-c3e58bd5]{transform:rotate(235deg)}div#fmi-warnings div .transform-rotate-240[data-v-c3e58bd5]{transform:rotate(240deg)}div#fmi-warnings div .transform-rotate-245[data-v-c3e58bd5]{transform:rotate(245deg)}div#fmi-warnings div .transform-rotate-250[data-v-c3e58bd5]{transform:rotate(250deg)}div#fmi-warnings div .transform-rotate-255[data-v-c3e58bd5]{transform:rotate(255deg)}div#fmi-warnings div .transform-rotate-260[data-v-c3e58bd5]{transform:rotate(260deg)}div#fmi-warnings div .transform-rotate-265[data-v-c3e58bd5]{transform:rotate(265deg)}div#fmi-warnings div .transform-rotate-270[data-v-c3e58bd5]{transform:rotate(270deg)}div#fmi-warnings div .transform-rotate-275[data-v-c3e58bd5]{transform:rotate(275deg)}div#fmi-warnings div .transform-rotate-280[data-v-c3e58bd5]{transform:rotate(280deg)}div#fmi-warnings div .transform-rotate-285[data-v-c3e58bd5]{transform:rotate(285deg)}div#fmi-warnings div .transform-rotate-290[data-v-c3e58bd5]{transform:rotate(290deg)}div#fmi-warnings div .transform-rotate-295[data-v-c3e58bd5]{transform:rotate(295deg)}div#fmi-warnings div .transform-rotate-300[data-v-c3e58bd5]{transform:rotate(300deg)}div#fmi-warnings div .transform-rotate-305[data-v-c3e58bd5]{transform:rotate(305deg)}div#fmi-warnings div .transform-rotate-310[data-v-c3e58bd5]{transform:rotate(310deg)}div#fmi-warnings div .transform-rotate-315[data-v-c3e58bd5]{transform:rotate(315deg)}div#fmi-warnings div .transform-rotate-320[data-v-c3e58bd5]{transform:rotate(320deg)}div#fmi-warnings div .transform-rotate-325[data-v-c3e58bd5]{transform:rotate(325deg)}div#fmi-warnings div .transform-rotate-330[data-v-c3e58bd5]{transform:rotate(330deg)}div#fmi-warnings div .transform-rotate-335[data-v-c3e58bd5]{transform:rotate(335deg)}div#fmi-warnings div .transform-rotate-340[data-v-c3e58bd5]{transform:rotate(340deg)}div#fmi-warnings div .transform-rotate-345[data-v-c3e58bd5]{transform:rotate(345deg)}div#fmi-warnings div .transform-rotate-350[data-v-c3e58bd5]{transform:rotate(350deg)}div#fmi-warnings div .transform-rotate-355[data-v-c3e58bd5]{transform:rotate(355deg)}div#fmi-warnings div .transform-rotate-360[data-v-c3e58bd5]{transform:rotate(360deg)}div#fmi-warnings div div.symbol-image[data-v-c3e58bd5]{display:table}div#fmi-warnings div .light-theme .level-0[data-v-c3e58bd5],div#fmi-warnings div .light-theme .level-1[data-v-c3e58bd5]{background-color:#6af86a}div#fmi-warnings div .light-theme .level-2[data-v-c3e58bd5]{background-color:#f8f800}div#fmi-warnings div .light-theme .level-3[data-v-c3e58bd5]{background-color:#f9bf2e}div#fmi-warnings div .light-theme .level-4[data-v-c3e58bd5]{background-color:#ff0909}div#fmi-warnings div .dark-theme .level-0[data-v-c3e58bd5],div#fmi-warnings div .dark-theme .level-1[data-v-c3e58bd5]{background-color:#6af86a}div#fmi-warnings div .dark-theme .level-2[data-v-c3e58bd5]{background-color:#f8f800}div#fmi-warnings div .dark-theme .level-3[data-v-c3e58bd5]{background-color:#f9bf2e}div#fmi-warnings div .dark-theme .level-4[data-v-c3e58bd5]{background-color:#ff0909}div#fmi-warnings div .light-gray-theme .level-0[data-v-c3e58bd5],div#fmi-warnings div .light-gray-theme .level-1[data-v-c3e58bd5]{background-color:#fff}div#fmi-warnings div .light-gray-theme .level-2[data-v-c3e58bd5]{background-color:#aaa}div#fmi-warnings div .light-gray-theme .level-3[data-v-c3e58bd5]{background-color:#555}div#fmi-warnings div .light-gray-theme .level-4[data-v-c3e58bd5]{background-color:#000}div#fmi-warnings div .dark-gray-theme .level-0[data-v-c3e58bd5],div#fmi-warnings div .dark-gray-theme .level-1[data-v-c3e58bd5]{background-color:#fff}div#fmi-warnings div .dark-gray-theme .level-2[data-v-c3e58bd5]{background-color:#aaa}div#fmi-warnings div .dark-gray-theme .level-3[data-v-c3e58bd5]{background-color:#555}div#fmi-warnings div .dark-gray-theme .level-4[data-v-c3e58bd5]{background-color:#000}@media (forced-colors: active){div#fmi-warnings div .level-0[data-v-c3e58bd5],div#fmi-warnings div .level-1[data-v-c3e58bd5],div#fmi-warnings div .level-2[data-v-c3e58bd5],div#fmi-warnings div .level-3[data-v-c3e58bd5],div#fmi-warnings div .level-4[data-v-c3e58bd5]{forced-color-adjust:none}}div#fmi-warnings div .thunder-storm[data-v-c3e58bd5]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bstroke-linecap%3A circle%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 11.96875 7.464844 L 9.957031 14.472656 L 13.484375 14.472656 L 11.488281 23.023438 L 18.265625 11.910156 L 14.601562 11.910156 L 16.597656 7.464844 Z M 11.96875 7.464844 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .wind[data-v-c3e58bd5]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 12.140625 9.332031 L 6.84375 14.039062 L 12.140625 18.746094 L 12.140625 16.394531 L 20.535156 16.394531 L 20.535156 11.6875 L 12.140625 11.6875 Z M 12.140625 9.332031 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .rain[data-v-c3e58bd5]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bstroke-linecap%3A round%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 15.230469 12.722656 C 15.230469 12.722656 13.296875 17.964844 12.082031 19.179688 C 11.167969 20.09375 9.6875 20.09375 8.773438 19.179688 C 7.859375 18.265625 7.859375 16.785156 8.773438 15.871094 C 9.988281 14.65625 15.230469 12.722656 15.230469 12.722656 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bstroke-linecap%3A round%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 20.515625 13.808594 C 20.515625 13.808594 19.039062 17.808594 18.113281 18.734375 C 17.417969 19.433594 16.285156 19.433594 15.589844 18.734375 C 14.890625 18.039062 14.890625 16.910156 15.589844 16.210938 C 16.515625 15.285156 20.515625 13.808594 20.515625 13.808594 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bstroke-linecap%3A round%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 14.191406 7.464844 C 14.191406 7.464844 12.714844 11.46875 11.789062 12.394531 C 11.09375 13.089844 9.960938 13.089844 9.265625 12.394531 C 8.566406 11.695312 8.566406 10.566406 9.265625 9.867188 C 10.191406 8.945312 14.191406 7.464844 14.191406 7.464844 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .traffic-weather[data-v-c3e58bd5]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E %3Cg%3E %3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22 M 10.047 21.57 C 10.07 21.438 10.105 21.289 10.156 21.133 C 10.23 20.902 10.336 20.648 10.461 20.379 C 10.586 20.113 10.73 19.832 10.883 19.543 C 11.035 19.25 11.191 18.953 11.348 18.645 C 11.5 18.336 11.648 18.023 11.777 17.699 C 11.906 17.379 12.012 17.051 12.086 16.73 C 12.156 16.41 12.195 16.094 12.199 15.801 C 12.203 15.512 12.172 15.246 12.125 15.02 C 12.082 14.793 12.02 14.602 11.961 14.453 C 11.945 14.414 11.934 14.379 11.918 14.348 C 11.906 14.313 11.891 14.281 11.879 14.25 C 11.863 14.223 11.852 14.195 11.84 14.168 C 11.832 14.148 11.82 14.129 11.813 14.113 C 11.773 14.047 11.758 14.008 11.758 14.008 L 11.32 14.152 C 11.32 14.152 11.324 14.191 11.332 14.27 C 11.332 14.289 11.336 14.313 11.34 14.336 C 11.34 14.355 11.34 14.383 11.34 14.406 C 11.34 14.434 11.344 14.461 11.344 14.492 C 11.344 14.52 11.344 14.555 11.344 14.586 C 11.34 14.723 11.328 14.887 11.297 15.063 C 11.262 15.242 11.207 15.434 11.121 15.629 C 11.039 15.824 10.922 16.023 10.785 16.223 C 10.641 16.422 10.473 16.617 10.281 16.816 C 10.09 17.012 9.875 17.211 9.645 17.41 C 9.414 17.609 9.172 17.813 8.918 18.027 C 8.664 18.238 8.406 18.461 8.148 18.703 C 7.887 18.945 7.629 19.203 7.383 19.492 C 7.137 19.777 6.906 20.098 6.707 20.445 C 6.508 20.793 6.34 21.168 6.23 21.547 C 6.227 21.555 6.223 21.563 6.223 21.57 L 10.047 21.57 Z M 16.883 21.57 C 16.902 21.457 16.934 21.332 16.977 21.195 C 17.039 21 17.129 20.785 17.234 20.559 C 17.34 20.332 17.465 20.094 17.594 19.844 C 17.723 19.598 17.859 19.344 17.988 19.082 C 18.117 18.82 18.246 18.551 18.352 18.277 C 18.461 18.008 18.551 17.727 18.617 17.453 C 18.676 17.18 18.711 16.914 18.715 16.664 C 18.715 16.418 18.691 16.191 18.652 16 C 18.613 15.805 18.563 15.645 18.512 15.516 C 18.5 15.484 18.488 15.457 18.477 15.426 C 18.461 15.398 18.449 15.371 18.441 15.344 C 18.43 15.32 18.418 15.297 18.41 15.277 C 18.398 15.258 18.391 15.242 18.383 15.227 C 18.352 15.172 18.336 15.141 18.336 15.141 L 17.965 15.262 C 17.965 15.262 17.969 15.297 17.977 15.359 C 17.977 15.379 17.98 15.395 17.98 15.418 C 17.98 15.434 17.98 15.457 17.984 15.477 C 17.984 15.5 17.984 15.523 17.984 15.551 C 17.984 15.574 17.984 15.602 17.984 15.633 C 17.984 15.746 17.973 15.883 17.945 16.035 C 17.918 16.188 17.871 16.352 17.797 16.516 C 17.727 16.684 17.629 16.855 17.508 17.023 C 17.387 17.191 17.246 17.359 17.082 17.527 C 16.918 17.695 16.734 17.863 16.539 18.031 C 16.344 18.203 16.137 18.375 15.922 18.555 C 15.707 18.738 15.488 18.926 15.266 19.133 C 15.047 19.336 14.828 19.559 14.617 19.801 C 14.41 20.047 14.211 20.32 14.043 20.613 C 13.871 20.91 13.73 21.227 13.637 21.551 C 13.633 21.559 13.633 21.563 13.629 21.57 L 16.883 21.57 Z%22%2F%3E %3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22 M 11.798 8.412 L 13.203 5.891 C 13.297 5.719 13.516 5.602 13.715 5.602 L 13.715 5.602 C 13.742 5.602 13.766 5.602 13.793 5.605 L 18.887 6.508 C 19.102 6.547 19.309 6.754 19.344 6.973 L 19.805 9.829 L 20.641 9.977 C 20.859 10.016 20.992 10.223 20.938 10.438 L 20.207 13.289 C 20.152 13.504 19.93 13.648 19.715 13.609 L 19.254 13.527 L 19.121 14.273 C 19.082 14.492 18.875 14.637 18.656 14.602 L 17.895 14.465 C 17.676 14.426 17.531 14.215 17.566 14 L 17.699 13.254 L 15.59 12.883 C 15.375 12.844 15.184 12.809 15.168 12.809 C 15.152 12.805 14.961 12.77 14.742 12.73 L 12.637 12.359 L 12.504 13.102 C 12.469 13.32 12.258 13.469 12.039 13.43 L 11.277 13.297 C 11.059 13.258 10.914 13.047 10.953 12.828 L 11.082 12.086 L 10.621 12.004 C 10.402 11.965 10.242 11.754 10.266 11.531 L 10.555 8.602 C 10.578 8.379 10.773 8.23 10.992 8.27 L 11.798 8.412 Z M 18.589 9.614 L 18.262 7.582 L 14.012 6.832 L 14.012 6.832 L 13.011 8.627 L 18.589 9.614 Z%22%2F%3E %3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .pedestrian-safety[data-v-c3e58bd5]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 13.085938 6.300781 L 12.683594 9.726562 L 13.949219 10.195312 L 12.460938 11.152344 L 9.921875 10.496094 L 7.960938 14.425781 L 8.710938 14.816406 L 10.722656 12.292969 L 12.113281 13.085938 L 10.363281 14.945312 L 11.890625 18.558594 L 12.59375 18.304688 L 11.847656 15.546875 L 16.867188 11.632812 L 17.917969 12.34375 L 17.125 14.871094 L 17.726562 15.132812 L 19.28125 12.0625 L 16.453125 9.347656 L 13.898438 8.773438 L 13.902344 6.222656 Z M 13.085938 6.300781 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 7.464844 21.207031 L 21.148438 21.207031 L 21.148438 19.832031 L 7.464844 19.832031 Z M 7.464844 21.207031 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 16.488281 8.796875 C 17.175781 8.84375 17.769531 8.3125 17.816406 7.605469 C 17.867188 6.898438 17.351562 6.285156 16.664062 6.234375 C 15.980469 6.183594 15.382812 6.71875 15.335938 7.425781 C 15.289062 8.132812 15.804688 8.746094 16.488281 8.796875 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .forest-fire-weather[data-v-c3e58bd5]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 17.992188 12.910156 C 18.265625 14.246094 16.886719 16.019531 16.394531 15.089844 C 16.152344 14.632812 16.546875 13.894531 16.683594 13.460938 C 16.910156 12.742188 17.089844 11.980469 17.058594 11.222656 C 16.96875 8.910156 15.054688 5.578125 12.042969 5.601562 C 13.71875 7.621094 9.484375 9.496094 10.328125 13.910156 C 9.578125 13.78125 9.035156 12.359375 9.035156 12.359375 C 9.035156 12.359375 7.273438 18.726562 12.558594 18.726562 C 11.25 17.902344 10.289062 16.695312 10.25 15.304688 C 10.25 15.304688 11.398438 16.257812 12.414062 16.214844 C 11.648438 14.226562 13.027344 12.148438 14.742188 11.414062 C 14.175781 12.597656 13.578125 14.074219 13.753906 15.40625 C 14.027344 17.46875 16.335938 17.34375 17.816406 16.050781 C 17.816406 16.929688 16.609375 18.023438 15.855469 18.726562 C 20.917969 17.769531 19.09375 13.390625 17.992188 12.910156 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 8.089844 20.925781 L 20.527344 20.925781 L 20.527344 19.714844 L 8.089844 19.714844 Z M 8.089844 20.925781 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .grass-fire-weather[data-v-c3e58bd5]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 17.992188 12.910156 C 18.265625 14.246094 16.886719 16.019531 16.394531 15.089844 C 16.152344 14.632812 16.546875 13.894531 16.683594 13.460938 C 16.910156 12.742188 17.089844 11.980469 17.058594 11.222656 C 16.96875 8.910156 15.054688 5.578125 12.042969 5.601562 C 13.71875 7.621094 9.484375 9.496094 10.328125 13.910156 C 9.578125 13.78125 9.035156 12.359375 9.035156 12.359375 C 9.035156 12.359375 7.273438 18.726562 12.558594 18.726562 C 11.25 17.902344 10.289062 16.695312 10.25 15.304688 C 10.25 15.304688 11.398438 16.257812 12.414062 16.214844 C 11.648438 14.226562 13.027344 12.148438 14.742188 11.414062 C 14.175781 12.597656 13.578125 14.074219 13.753906 15.40625 C 14.027344 17.46875 16.335938 17.34375 17.816406 16.050781 C 17.816406 16.929688 16.609375 18.023438 15.855469 18.726562 C 20.917969 17.769531 19.09375 13.390625 17.992188 12.910156 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 8.089844 20.925781 L 20.527344 20.925781 L 20.527344 19.714844 L 8.089844 19.714844 Z M 8.089844 20.925781 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .hot-weather[data-v-c3e58bd5]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 13.828125 21.453125 C 12.722656 21.453125 11.820312 20.554688 11.820312 19.445312 C 11.820312 18.882812 12.050781 18.359375 12.46875 17.976562 L 12.46875 17.972656 C 12.589844 17.859375 12.667969 17.699219 12.667969 17.519531 L 12.667969 7.382812 C 12.667969 6.742188 13.1875 6.222656 13.828125 6.222656 C 14.46875 6.222656 14.992188 6.742188 14.992188 7.382812 L 14.992188 17.519531 C 14.992188 17.699219 15.070312 17.859375 15.191406 17.972656 L 15.191406 17.976562 C 15.609375 18.359375 15.835938 18.882812 15.835938 19.445312 C 15.835938 20.554688 14.9375 21.453125 13.828125 21.453125 Z M 17.503906 9.894531 C 17.792969 9.894531 18.023438 9.660156 18.023438 9.375 C 18.023438 9.089844 17.792969 8.855469 17.503906 8.855469 L 16.234375 8.855469 L 16.234375 8.203125 L 17.503906 8.203125 C 17.792969 8.203125 18.023438 7.96875 18.023438 7.683594 C 18.023438 7.398438 17.792969 7.164062 17.503906 7.164062 L 16.226562 7.164062 C 16.113281 5.941406 15.082031 4.976562 13.828125 4.976562 C 12.503906 4.976562 11.425781 6.058594 11.425781 7.382812 L 11.425781 17.265625 C 10.882812 17.859375 10.578125 18.640625 10.578125 19.445312 C 10.578125 21.238281 12.035156 22.699219 13.828125 22.699219 C 15.621094 22.699219 17.082031 21.238281 17.082031 19.445312 C 17.082031 18.640625 16.777344 17.859375 16.234375 17.265625 L 16.234375 11.585938 L 17.503906 11.585938 C 17.792969 11.585938 18.023438 11.355469 18.023438 11.066406 C 18.023438 10.78125 17.792969 10.550781 17.503906 10.550781 L 16.234375 10.550781 L 16.234375 9.894531 Z M 17.503906 9.894531 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 1px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 14.367188 18.234375 L 14.367188 12.691406 C 14.367188 12.390625 14.128906 12.152344 13.828125 12.152344 C 13.53125 12.152344 13.289062 12.390625 13.289062 12.691406 L 13.289062 18.234375 C 12.824219 18.441406 12.5 18.90625 12.5 19.445312 C 12.5 20.179688 13.097656 20.773438 13.828125 20.773438 C 14.5625 20.773438 15.15625 20.179688 15.15625 19.445312 C 15.15625 18.90625 14.832031 18.441406 14.367188 18.234375 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .cold-weather[data-v-c3e58bd5]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 13.828125 21.453125 C 12.722656 21.453125 11.820312 20.554688 11.820312 19.445312 C 11.820312 18.882812 12.050781 18.359375 12.46875 17.976562 L 12.46875 17.972656 C 12.589844 17.859375 12.667969 17.699219 12.667969 17.519531 L 12.667969 7.382812 C 12.667969 6.742188 13.1875 6.222656 13.828125 6.222656 C 14.46875 6.222656 14.992188 6.742188 14.992188 7.382812 L 14.992188 17.519531 C 14.992188 17.699219 15.070312 17.859375 15.191406 17.972656 L 15.191406 17.976562 C 15.609375 18.359375 15.835938 18.882812 15.835938 19.445312 C 15.835938 20.554688 14.9375 21.453125 13.828125 21.453125 Z M 17.503906 9.894531 C 17.792969 9.894531 18.023438 9.660156 18.023438 9.375 C 18.023438 9.089844 17.792969 8.855469 17.503906 8.855469 L 16.234375 8.855469 L 16.234375 8.203125 L 17.503906 8.203125 C 17.792969 8.203125 18.023438 7.96875 18.023438 7.683594 C 18.023438 7.398438 17.792969 7.164062 17.503906 7.164062 L 16.226562 7.164062 C 16.113281 5.941406 15.082031 4.976562 13.828125 4.976562 C 12.503906 4.976562 11.425781 6.058594 11.425781 7.382812 L 11.425781 17.265625 C 10.882812 17.859375 10.578125 18.640625 10.578125 19.445312 C 10.578125 21.238281 12.035156 22.699219 13.828125 22.699219 C 15.621094 22.699219 17.082031 21.238281 17.082031 19.445312 C 17.082031 18.640625 16.777344 17.859375 16.234375 17.265625 L 16.234375 11.585938 L 17.503906 11.585938 C 17.792969 11.585938 18.023438 11.355469 18.023438 11.066406 C 18.023438 10.78125 17.792969 10.550781 17.503906 10.550781 L 16.234375 10.550781 L 16.234375 9.894531 Z M 17.503906 9.894531 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 1px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 14.367188 18.234375 L 14.367188 12.691406 C 14.367188 12.390625 14.128906 12.152344 13.828125 12.152344 C 13.53125 12.152344 13.289062 12.390625 13.289062 12.691406 L 13.289062 18.234375 C 12.824219 18.441406 12.5 18.90625 12.5 19.445312 C 12.5 20.179688 13.097656 20.773438 13.828125 20.773438 C 14.5625 20.773438 15.15625 20.179688 15.15625 19.445312 C 15.15625 18.90625 14.832031 18.441406 14.367188 18.234375 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .uv-note[data-v-c3e58bd5]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 17.304688 18.0625 L 14.386719 9.996094 L 16.171875 9.996094 L 18.238281 15.964844 L 20.238281 9.996094 L 21.988281 9.996094 L 19.0625 18.0625 Z M 17.304688 18.0625 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 7.464844 9.996094 L 9.117188 9.996094 L 9.117188 14.363281 C 9.117188 15.054688 9.136719 15.503906 9.175781 15.710938 C 9.246094 16.042969 9.414062 16.304688 9.679688 16.507812 C 9.945312 16.707031 10.308594 16.804688 10.769531 16.804688 C 11.238281 16.804688 11.589844 16.710938 11.828125 16.523438 C 12.066406 16.332031 12.207031 16.101562 12.257812 15.828125 C 12.304688 15.550781 12.328125 15.09375 12.328125 14.457031 L 12.328125 9.996094 L 13.976562 9.996094 L 13.976562 14.230469 C 13.976562 15.199219 13.933594 15.882812 13.84375 16.285156 C 13.753906 16.683594 13.589844 17.019531 13.351562 17.296875 C 13.113281 17.570312 12.792969 17.789062 12.390625 17.953125 C 11.988281 18.117188 11.464844 18.199219 10.820312 18.199219 C 10.039062 18.199219 9.449219 18.109375 9.046875 17.929688 C 8.644531 17.753906 8.324219 17.523438 8.089844 17.238281 C 7.855469 16.953125 7.703125 16.65625 7.628906 16.34375 C 7.519531 15.882812 7.464844 15.199219 7.464844 14.296875 Z M 7.464844 9.996094 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .flood-level[data-v-c3e58bd5]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.72549%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 21.542969 17.964844 C 20.371094 17.964844 19.757812 18.617188 19.265625 19.140625 C 18.828125 19.609375 18.480469 19.980469 17.765625 19.980469 C 17.050781 19.980469 16.703125 19.609375 16.265625 19.140625 C 15.773438 18.617188 15.160156 17.964844 13.988281 17.964844 C 12.8125 17.964844 12.199219 18.617188 11.707031 19.140625 C 11.269531 19.609375 10.921875 19.976562 10.207031 19.976562 C 9.492188 19.976562 9.148438 19.609375 8.707031 19.140625 C 8.214844 18.617188 7.605469 17.964844 6.429688 17.964844 C 6.132812 17.964844 5.894531 18.203125 5.894531 18.5 C 5.894531 18.792969 6.132812 19.03125 6.429688 19.03125 L 6.441406 19.03125 C 7.144531 19.035156 7.492188 19.40625 7.929688 19.871094 C 8.421875 20.394531 9.03125 21.046875 10.207031 21.046875 C 11.382812 21.046875 11.996094 20.394531 12.484375 19.871094 C 12.925781 19.402344 13.273438 19.03125 13.988281 19.03125 C 14.699219 19.03125 15.046875 19.402344 15.488281 19.871094 C 15.980469 20.394531 16.589844 21.046875 17.765625 21.046875 C 18.941406 21.046875 19.554688 20.394531 20.042969 19.871094 C 20.480469 19.40625 20.828125 19.039062 21.535156 19.03125 L 21.542969 19.03125 C 21.839844 19.03125 22.078125 18.792969 22.078125 18.5 C 22.078125 18.203125 21.839844 17.964844 21.542969 17.964844 Z M 21.542969 17.964844 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.72549%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 20.386719 11.488281 L 13.933594 6.632812 L 7.480469 11.488281 L 9.886719 11.488281 L 9.886719 18.070312 L 9.90625 18.070312 C 10.667969 18.070312 11.035156 17.675781 11.503906 17.175781 C 12.027344 16.617188 12.679688 15.921875 13.933594 15.921875 C 15.1875 15.921875 15.835938 16.617188 16.359375 17.175781 C 16.828125 17.675781 17.199219 18.070312 17.957031 18.070312 L 17.976562 18.070312 L 17.976562 11.488281 Z M 15.074219 13.90625 L 12.753906 13.90625 L 12.753906 11.589844 L 15.074219 11.589844 Z M 15.074219 13.90625 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.72549%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 21.542969 15.527344 C 20.371094 15.527344 19.757812 16.179688 19.265625 16.703125 C 18.828125 17.171875 18.480469 17.542969 17.765625 17.542969 C 17.050781 17.542969 16.707031 17.171875 16.265625 16.703125 C 15.773438 16.179688 15.164062 15.527344 13.988281 15.527344 C 12.8125 15.527344 12.199219 16.179688 11.707031 16.703125 C 11.269531 17.171875 10.921875 17.542969 10.207031 17.542969 C 9.492188 17.542969 9.148438 17.171875 8.707031 16.703125 C 8.214844 16.179688 7.605469 15.527344 6.429688 15.527344 C 6.132812 15.527344 5.894531 15.765625 5.894531 16.0625 C 5.894531 16.355469 6.132812 16.59375 6.429688 16.59375 L 6.4375 16.59375 C 7.144531 16.597656 7.492188 16.96875 7.929688 17.433594 C 8.417969 17.957031 9.03125 18.609375 10.207031 18.609375 C 11.382812 18.609375 11.996094 17.957031 12.484375 17.433594 C 12.925781 16.964844 13.273438 16.59375 13.988281 16.59375 C 14.699219 16.59375 15.046875 16.964844 15.488281 17.433594 C 15.980469 17.957031 16.589844 18.609375 17.765625 18.609375 C 18.941406 18.609375 19.554688 17.957031 20.042969 17.433594 C 20.480469 16.96875 20.828125 16.597656 21.535156 16.59375 L 21.542969 16.59375 C 21.734375 16.59375 21.910156 16.492188 22.007812 16.328125 C 22.101562 16.164062 22.101562 15.960938 22.007812 15.792969 C 21.910156 15.628906 21.734375 15.527344 21.542969 15.527344 Z M 21.542969 15.527344 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .sea-wind[data-v-c3e58bd5]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E %3Cg id%3D%22surface1%22%3E %3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bstroke-linecap%3A square%3Bpaint-order%3A stroke%3Bfill-rule%3Anonzero%3Bfill%3Argb(0%25%2C0%25%2C0%25)%3Bfill-opacity%3A1%3B%22 transform%3D%22translate(14%2C 14) scale(0.93) translate(-14%2C -14)%22 d%3D%22M 11.127030796064377 6.106581985398371 A 8.4 8.4 0 1 0 16.872969203935618 6.106581985398369 L 14 0 L 11.127030796064377 6.106581985398371%22 %2F%3E %3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .sea-thunder-storm[data-v-c3e58bd5]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bstroke-linecap%3A circle%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 11.855469 7.464844 L 9.839844 14.472656 L 13.371094 14.472656 L 11.375 23.023438 L 18.152344 11.910156 L 14.484375 11.910156 L 16.484375 7.464844 Z M 11.855469 7.464844 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .sea-water-height-high-water[data-v-c3e58bd5]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 18.332031 18.976562 C 17.078125 18.976562 16.421875 18.28125 15.898438 17.722656 C 15.429688 17.21875 15.058594 16.824219 14.296875 16.824219 C 13.535156 16.824219 13.164062 17.21875 12.691406 17.722656 C 12.167969 18.28125 11.515625 18.976562 10.257812 18.976562 C 9.003906 18.976562 8.351562 18.28125 7.824219 17.722656 C 7.355469 17.21875 6.984375 16.824219 6.222656 16.824219 L 6.222656 15.683594 C 7.476562 15.683594 8.132812 16.382812 8.65625 16.941406 C 9.125 17.441406 9.496094 17.839844 10.257812 17.839844 C 11.019531 17.839844 11.390625 17.441406 11.863281 16.941406 C 12.386719 16.382812 13.039062 15.683594 14.296875 15.683594 C 15.550781 15.683594 16.203125 16.382812 16.730469 16.941406 C 17.199219 17.441406 17.570312 17.839844 18.332031 17.839844 C 19.09375 17.839844 19.464844 17.441406 19.933594 16.941406 C 20.460938 16.382812 21.113281 15.683594 22.371094 15.683594 L 22.371094 16.824219 C 21.605469 16.824219 21.234375 17.21875 20.765625 17.722656 C 20.242188 18.28125 19.589844 18.976562 18.332031 18.976562 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 18.332031 16.261719 C 17.078125 16.261719 16.421875 15.566406 15.898438 15.007812 C 15.429688 14.503906 15.058594 14.109375 14.296875 14.109375 C 13.535156 14.109375 13.164062 14.503906 12.691406 15.007812 C 12.167969 15.566406 11.515625 16.261719 10.257812 16.261719 C 9.003906 16.261719 8.351562 15.566406 7.824219 15.007812 C 7.355469 14.503906 6.984375 14.109375 6.222656 14.109375 L 6.222656 12.972656 C 7.476562 12.972656 8.132812 13.667969 8.65625 14.226562 C 9.125 14.726562 9.496094 15.125 10.257812 15.125 C 11.019531 15.125 11.390625 14.726562 11.863281 14.226562 C 12.386719 13.667969 13.039062 12.972656 14.296875 12.972656 C 15.550781 12.972656 16.203125 13.667969 16.730469 14.226562 C 17.199219 14.726562 17.570312 15.125 18.332031 15.125 C 19.09375 15.125 19.464844 14.726562 19.933594 14.226562 C 20.460938 13.667969 21.113281 12.972656 22.371094 12.972656 L 22.371094 14.109375 C 21.605469 14.109375 21.234375 14.503906 20.765625 15.007812 C 20.242188 15.566406 19.589844 16.261719 18.332031 16.261719 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 18.332031 21.582031 C 17.078125 21.582031 16.421875 20.882812 15.898438 20.324219 C 15.429688 19.824219 15.058594 19.425781 14.296875 19.425781 C 13.535156 19.425781 13.164062 19.824219 12.691406 20.324219 C 12.167969 20.882812 11.515625 21.582031 10.257812 21.582031 C 9.003906 21.582031 8.351562 20.882812 7.824219 20.324219 C 7.355469 19.824219 6.984375 19.425781 6.222656 19.425781 L 6.222656 18.289062 C 7.476562 18.289062 8.132812 18.984375 8.65625 19.542969 C 9.125 20.046875 9.496094 20.441406 10.257812 20.441406 C 11.019531 20.441406 11.390625 20.046875 11.863281 19.542969 C 12.386719 18.984375 13.039062 18.289062 14.296875 18.289062 C 15.550781 18.289062 16.203125 18.984375 16.730469 19.542969 C 17.199219 20.046875 17.570312 20.441406 18.332031 20.441406 C 19.09375 20.441406 19.464844 20.046875 19.933594 19.542969 C 20.460938 18.984375 21.113281 18.289062 22.371094 18.289062 L 22.371094 19.425781 C 21.605469 19.425781 21.234375 19.824219 20.765625 20.324219 C 20.242188 20.882812 19.589844 21.582031 18.332031 21.582031 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 16.679688 9.792969 L 16.679688 12.566406 L 19.851562 12.566406 L 19.851562 9.792969 L 21.4375 9.792969 L 18.265625 6.222656 L 15.09375 9.792969 Z M 16.679688 9.792969 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .sea-water-height-shallow-water[data-v-c3e58bd5]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 18.390625 19.039062 C 17.128906 19.039062 16.472656 18.339844 15.945312 17.777344 C 15.472656 17.273438 15.101562 16.875 14.335938 16.875 C 13.570312 16.875 13.195312 17.273438 12.726562 17.777344 C 12.199219 18.339844 11.539062 19.039062 10.277344 19.039062 C 9.015625 19.039062 8.359375 18.339844 7.832031 17.777344 C 7.359375 17.273438 6.988281 16.875 6.222656 16.875 L 6.222656 15.730469 C 7.484375 15.730469 8.140625 16.433594 8.667969 16.996094 C 9.140625 17.496094 9.511719 17.894531 10.277344 17.894531 C 11.042969 17.894531 11.417969 17.496094 11.890625 16.996094 C 12.417969 16.433594 13.074219 15.730469 14.335938 15.730469 C 15.597656 15.730469 16.253906 16.433594 16.78125 16.996094 C 17.253906 17.496094 17.625 17.894531 18.390625 17.894531 C 19.160156 17.894531 19.53125 17.496094 20.003906 16.996094 C 20.53125 16.433594 21.1875 15.730469 22.449219 15.730469 L 22.449219 16.875 C 21.683594 16.875 21.308594 17.273438 20.839844 17.777344 C 20.3125 18.339844 19.65625 19.039062 18.390625 19.039062 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 18.390625 21.65625 C 17.128906 21.65625 16.472656 20.957031 15.945312 20.394531 C 15.472656 19.890625 15.101562 19.492188 14.335938 19.492188 C 13.570312 19.492188 13.195312 19.890625 12.726562 20.394531 C 12.199219 20.957031 11.539062 21.65625 10.277344 21.65625 C 9.015625 21.65625 8.359375 20.957031 7.832031 20.394531 C 7.359375 19.890625 6.988281 19.492188 6.222656 19.492188 L 6.222656 18.347656 C 7.484375 18.347656 8.140625 19.046875 8.667969 19.609375 C 9.140625 20.113281 9.511719 20.511719 10.277344 20.511719 C 11.042969 20.511719 11.417969 20.113281 11.890625 19.609375 C 12.417969 19.046875 13.074219 18.347656 14.335938 18.347656 C 15.597656 18.347656 16.253906 19.046875 16.78125 19.609375 C 17.253906 20.113281 17.625 20.511719 18.390625 20.511719 C 19.160156 20.511719 19.53125 20.113281 20.003906 19.609375 C 20.53125 19.046875 21.1875 18.347656 22.449219 18.347656 L 22.449219 19.492188 C 21.683594 19.492188 21.308594 19.890625 20.839844 20.394531 C 20.3125 20.957031 19.65625 21.65625 18.390625 21.65625 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 16.730469 9.011719 L 16.730469 6.222656 L 19.917969 6.222656 L 19.917969 9.011719 L 21.511719 9.011719 L 18.324219 12.597656 L 15.136719 9.011719 Z M 16.730469 9.011719 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .sea-wave-height[data-v-c3e58bd5]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E %3Cg id%3D%22surface1%22%3E %3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 1.8px%3Bstroke-linecap%3A round%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 18.551 13.477 C 19.336 13.027 18.824 11.559 18.816 11.508 C 18.449 11.289 18.008 11.156 17.566 11.156 C 16.809 11.156 16.137 11.512 15.699 12.063 C 16.734 12.848 18.09 13.742 18.551 13.477 Z%22%2F%3E %3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 1.8px%3Bstroke-linecap%3A round%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 15.227 12.785 C 15.227 11.605 16.184 10.648 17.363 10.648 C 17.867 10.648 18.73 11.129 18.738 11.133 C 18.746 11.137 18.742 11.137 18.738 11.133 C 18.656 10.753 18.527 10.391 18.359 10.053 C 18.212 9.756 18.034 9.478 17.83 9.223 C 17.438 8.734 16.949 8.327 16.39 8.033 C 15.752 7.697 15.024 7.508 14.246 7.508 C 13.426 7.508 12.66 7.723 11.992 8.094 C 7.359 10.262 8.133 18.645 8.145 19.93 L 21.762 19.93 C 19.66 18.359 15.227 15.254 15.227 12.785 Z%22%2F%3E %3C%2Fg%3E %3C%2Fsvg%3E")}div#fmi-warnings div .sea-icing[data-v-c3e58bd5]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 15.171875 9.5625 L 12.644531 15.875 L 14.515625 21.3125 L 16.925781 13.535156 L 17.933594 16.613281 L 21.136719 9.5625 Z M 15.171875 9.5625 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 7.464844 9.5625 L 10.863281 18.328125 L 14.371094 9.5625 Z M 7.464844 9.5625 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .several[data-v-c3e58bd5]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 13.605469 18.632812 L 14.984375 18.632812 L 14.984375 14.984375 L 18.632812 14.984375 L 18.632812 13.605469 L 14.984375 13.605469 L 14.984375 9.957031 L 13.605469 9.957031 L 13.605469 13.605469 L 9.957031 13.605469 L 9.957031 14.984375 L 13.605469 14.984375 Z M 13.605469 18.632812 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div span.symbol-text[data-v-c3e58bd5]{display:table-cell;vertical-align:middle;line-height:28px;width:100%;text-align:center;margin:0 auto;font-family:Noto Sans,sans-serif!important;color:#fff;text-anchor:middle;font-weight:700}@media (max-width: 575px){div#fmi-warnings div .symbol-text[data-v-c3e58bd5]{display:none}}div#fmi-warnings div div.warning-image[data-v-c3e58bd5]{border-radius:50%;background-repeat:no-repeat;background-position:center}div#fmi-warnings div .light-gray-theme div.warning-image[data-v-c3e58bd5]{border:1px solid #666666}div#fmi-warnings div .current-warning-image[data-v-c3e58bd5]{background-size:28px 28px;height:28px;width:28px;margin-top:5px;float:right;margin-left:5px;margin-right:5px}div#fmi-warnings div span.warning-symbol-text[data-v-c3e58bd5]{font-size:.625rem}',Tf={name:"RegionWarning",mixins:[tn,pe],props:["input"]};function _f(t,e,r,n,o,s){return G(),ri("div",{class:wi(["symbol-image","warning-image","current-warning-image",`transform-rotate-${t.rotation}`,`symbol-rotate-${t.rotation}`,`level-${r.input.severity}`,`${t.typeClass}`])},[q("span",{"aria-hidden":"true",class:wi(["warning-symbol-text","symbol-text",`transform-rotate-${t.invertedRotation}`])},ki(r.input.text),3)],2)}const gs=Dt(Tf,[["render",_f],["styles",[Sf]],["__scopeId","data-v-c3e58bd5"]]),Nf='div#fmi-warnings div .current-warning-panel[data-v-030c6c51]{border-radius:0;border:none;margin-left:0;margin-right:0;background-color:transparent}div#fmi-warnings div .current-warning-panel .card-header[data-v-030c6c51]{height:38px;padding:0 0 0 15px!important;line-height:38px;border:none}div#fmi-warnings div .light-theme .current-warning-heading[data-v-030c6c51]{background-color:#f8f8f8}div#fmi-warnings div .dark-theme .current-warning-heading[data-v-030c6c51]{background-color:#282b34}div#fmi-warnings div .light-gray-theme .current-warning-heading[data-v-030c6c51]{background-color:#f8f8f8}div#fmi-warnings div .dark-gray-theme .current-warning-heading[data-v-030c6c51]{background-color:#282b34}div#fmi-warnings div button[data-v-030c6c51]{border:none}div#fmi-warnings div .region-header[data-v-030c6c51]{position:absolute;left:0;right:38px}div#fmi-warnings div .region-item-text[data-v-030c6c51]{display:block;text-align:left;line-height:38px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-left:15px}div#fmi-warnings div .light-theme .region-header[data-v-030c6c51]{background-color:#f8f8f8}div#fmi-warnings div .dark-theme .region-header[data-v-030c6c51]{background-color:#282b34}div#fmi-warnings div .light-gray-theme .region-header[data-v-030c6c51]{background-color:#f8f8f8}div#fmi-warnings div .dark-gray-theme .region-header[data-v-030c6c51]{background-color:#282b34}div#fmi-warnings div .current-warning-toggle[data-v-030c6c51]{position:relative;height:38px;width:38px;min-width:38px;background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22 standalone%3D%22no%22%3F%3E%3Csvg width%3D%2215px%22 height%3D%228px%22 viewBox%3D%220 0 15 8%22 version%3D%221.1%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E %3C!-- Generator%3A Sketch 3.7.1 (28215) - http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch --%3E %3Ctitle%3Earrow-up-symbol%3C%2Ftitle%3E %3Cdesc%3ECreated with Sketch.%3C%2Fdesc%3E %3Cdefs%3E%3C%2Fdefs%3E %3Cg id%3D%22icons%22 stroke%3D%22none%22 stroke-width%3D%221%22 fill%3D%22none%22 fill-rule%3D%22evenodd%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%3E %3Cg id%3D%22Symbols%22 transform%3D%22translate(-670.000000%2C -738.000000)%22 stroke%3D%22%23979797%22 stroke-width%3D%221.5%22%3E %3Cg id%3D%22arrow-up-symbol%22 transform%3D%22translate(671.000000%2C 739.000000)%22%3E %3Cpolyline id%3D%22fill-1%22 transform%3D%22translate(6.500000%2C 3.000000) scale(1%2C -1) rotate(-270.000000) translate(-6.500000%2C -3.000000) %22 points%3D%223.5 -3.5 9.5 3 3.5 9.5%22%3E%3C%2Fpolyline%3E %3C%2Fg%3E %3C%2Fg%3E %3C%2Fg%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:center;border-radius:0;border-style:none;float:right;padding:3px;margin-left:5px}div#fmi-warnings div .current-warning-toggle.collapsed[data-v-030c6c51]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22 standalone%3D%22no%22%3F%3E%3Csvg width%3D%2215px%22 height%3D%228px%22 viewBox%3D%220 0 15 8%22 version%3D%221.1%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E %3C!-- Generator%3A Sketch 3.7.1 (28215) - http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch --%3E %3Ctitle%3Earrow-down-symbol%3C%2Ftitle%3E %3Cdesc%3ECreated with Sketch.%3C%2Fdesc%3E %3Cdefs%3E%3C%2Fdefs%3E %3Cg id%3D%22icons%22 stroke%3D%22none%22 stroke-width%3D%221%22 fill%3D%22none%22 fill-rule%3D%22evenodd%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%3E %3Cg id%3D%22Symbols%22 transform%3D%22translate(-732.000000%2C -738.000000)%22 stroke%3D%22%23979797%22 stroke-width%3D%221.5%22%3E %3Cg id%3D%22arrow-down-symbol%22 transform%3D%22translate(733.000000%2C 739.000000)%22%3E %3Cpolyline id%3D%22fill-1%22 transform%3D%22translate(6.500000%2C 3.000000) rotate(-270.000000) translate(-6.500000%2C -3.000000) %22 points%3D%223.5 -3.5 9.5 3 3.5 9.5%22%3E%3C%2Fpolyline%3E %3C%2Fg%3E %3C%2Fg%3E %3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .light-theme .current-warning-toggle[data-v-030c6c51],div#fmi-warnings div .light-theme .current-warning-toggle[data-v-030c6c51]:hover{background-color:#e8e8e8}div#fmi-warnings div .light-theme .current-warning-toggle[data-v-030c6c51]:not(:disabled):not(.disabled):active{background-color:#3a66e3}div#fmi-warnings div .dark-theme .current-warning-toggle[data-v-030c6c51],div#fmi-warnings div .dark-theme .current-warning-toggle[data-v-030c6c51]:hover{background-color:#434752}div#fmi-warnings div .dark-theme .current-warning-toggle[data-v-030c6c51]:not(:disabled):not(.disabled):active{background-color:#282b34}div#fmi-warnings div .light-gray-theme .current-warning-toggle[data-v-030c6c51],div#fmi-warnings div .light-gray-theme .current-warning-toggle[data-v-030c6c51]:hover{background-color:#e8e8e8}div#fmi-warnings div .light-gray-theme .current-warning-toggle[data-v-030c6c51]:not(:disabled):not(.disabled):active{background-color:#434752}div#fmi-warnings div .dark-gray-theme .current-warning-toggle[data-v-030c6c51],div#fmi-warnings div .dark-gray-theme .current-warning-toggle[data-v-030c6c51]:hover{background-color:#434752}div#fmi-warnings div .dark-gray-theme .current-warning-toggle[data-v-030c6c51]:not(:disabled):not(.disabled):active{background-color:#282b34}div#fmi-warnings div .current-description[data-v-030c6c51]{padding:15px}div#fmi-warnings div .light-theme .current-description[data-v-030c6c51]{border-top:1px solid #e3e3e3;background-color:#eee}div#fmi-warnings div .dark-theme .current-description[data-v-030c6c51]{border-top:1px solid #979797;background-color:#434752}div#fmi-warnings div .light-gray-theme .current-description[data-v-030c6c51]{border-top:1px solid #e3e3e3;background-color:#eee}div#fmi-warnings div .dark-gray-theme .current-description[data-v-030c6c51]{border-top:1px solid #979797;background-color:#434752}div#fmi-warnings div div.current-description-table[data-v-030c6c51]{display:table;border-spacing:10px;width:100%}div#fmi-warnings div div.accordion-item-region div.card-body[data-v-030c6c51]{padding:0}',Mf={name:"Region",components:{RegionWarning:gs,DescriptionWarning:us},mixins:[te,ce],props:{type:{type:String},shown:{type:Boolean,default:!1},code:{type:String},name:{type:String},input:{type:Array,default:()=>[]},warnings:{type:Object,default:null},theme:{type:String,default:"light-theme"},language:{type:String}},data(){return{visible:this.shown}},computed:{identifier(){return`accordion-item-${this.code}`},regionName(){return this.t(this.name)},warningsSummary(){return this.input.reduce((t,e)=>{if(e!=null&&e.identifiers!=null&&e.identifiers.length>0&&e.coverage>=this.coverageCriterion){const r=this.warnings[e.identifiers[0]];r!=null&&t.push(r)}return t},[])},reducedWarnings(){return this.input.reduce((t,e)=>t.concat(e.identifiers.reduce((r,n)=>{const o=this.warnings[n];return o!=null&&this.warningsSummary.some(s=>s.type===o.type)&&r.push(o),r},[])),[])},ariaButton(){return`${this.visible?this.t("infoButtonAriaLabelCloseRegion"):this.t("infoButtonAriaLabelShowRegion")} ${this.regionName} ${this.t("infoButtonAriaLabelValidWarnings")}`},ariaInfo(){return this.reducedWarnings.map((t,e)=>`${e>0?" ":""}${this.t(t.type)}: ${this.t(`warningLevel${t.severity}`)}.`)}},watch:{shown(t){this.visible=t}},methods:{onRegionToggle(){this.$emit("regionToggled",{code:this.code,shown:!this.visible})}}},Rf={class:"region-header"},Pf={class:"region-item-text"},Of={class:"current-description"},zf={class:"current-description-table"};function jf(t,e,r,n,o,s){const d=gs,u=x3,l=Ea,m=us,c=Fa,p=w3,v=A3;return G(),zi(v,{"no-body":"",class:wi(["mb-1 current-warning-panel",r.theme])},{default:Yi(()=>[Pi(l,{"header-tag":"header",class:"p-1"},{default:Yi(()=>[q("div",Rf,[q("div",null,[(G(!0),ri(Bi,null,$i(s.warningsSummary,k=>(G(),zi(d,{key:k.key,input:k},null,8,["input"]))),128))]),q("span",Pf,ki(s.regionName),1)]),Pi(u,{block:"",class:wi(["current-warning-toggle",o.visible?"":"collapsed"]),"aria-label":s.ariaButton,onClick:s.onRegionToggle},null,8,["class","aria-label","onClick"])]),_:1}),Pi(p,{id:s.identifier,modelValue:o.visible,"onUpdate:modelValue":e[0]||(e[0]=k=>o.visible=k),class:"accordion-item-region focus-ring",accordion:`accordion-${r.type}`,tabindex:"0","aria-label":s.ariaInfo},{default:Yi(()=>[Pi(c,{"body-class":"p-0"},{default:Yi(()=>[q("div",Of,[q("div",zf,[(G(!0),ri(Bi,null,$i(s.reducedWarnings,k=>(G(),zi(m,{key:k.identification,input:k,theme:r.theme,language:r.language},null,8,["input","theme","language"]))),128))])])]),_:1})]),_:1},8,["id","modelValue","accordion","aria-label"])]),_:1},8,["class"])}const ms=Dt(Mf,[["render",jf],["styles",[Nf]],["__scopeId","data-v-030c6c51"]]),Wf="div#fmi-warnings div h3[data-v-89d7e40f]{width:100%;font-weight:700;margin-top:15px;margin-left:15px;color:#000}div#fmi-warnings div h3.symbol-list-title[data-v-89d7e40f]{margin-left:-15px}div#fmi-warnings div h3#header-land[data-v-89d7e40f],div#fmi-warnings div h3#header-sea[data-v-89d7e40f]{margin-left:0}div#fmi-warnings div div.accordion-region[data-v-89d7e40f]{width:100%;margin-top:10px}div#fmi-warnings div h3.header-region[data-v-89d7e40f]{text-align:left;font-size:1rem;font-weight:700;line-height:1.1;margin-top:15px;margin-bottom:5px}div#fmi-warnings div div.region-type-container[data-v-89d7e40f]{width:100%;padding:0}",Zf={name:"Regions",components:{Region:ms},mixins:[ce,te,pe],props:{input:Array,selectedDay:Number,warnings:{type:Object,default:null},parents:Object,geometryId:Number,theme:String,language:String},data(){return{shownRegion:null}},computed:{landText(){return this.t("regionLand")},seaText(){return this.t("regionSea")},fromLandToNextContentText(){return`${this.t("warningsInAreaStart")} ${this.regions.land.length} ${this.t("warningsInAreaEnd")} ${this.t("toNextContent")}`},fromSeaToNextContentText(){return`${this.t("warningsInAreaStart")} ${this.regions.sea.length} ${this.t("warningsInAreaEnd")} ${this.t("toNextContent")}`},fromLandToNextContentHref(){return this.anySeaWarnings?"#fmi-warnings-from-sea-to-next-content":"#fmi-warnings-end-of-regions"},fromSeaToNextContentId(){return this.anyLandWarnings?"fmi-warnings-from-sea-to-next-content":"fmi-warnings-region-content"},regions(){const t=(n,o)=>n.regionIndex-o.regionIndex,e=this.parents,r=Object.keys(e).filter(n=>e[n][this.selectedDay]);return[this.REGION_LAND,this.REGION_SEA].reduce((n,o)=>(n[o]=this.input[this.selectedDay][o].reduce((s,d)=>{const u=this.geometries[this.geometryId][d.key].parent;return!r.includes(d.key)&&(!u||r.includes(u))&&d.warnings.some(l=>l.coverage>=this.coverageCriterion)&&s.push(d),s},[]),n[o].sort(t),n),{})},anyLandWarnings(){return this.anyRegionWarnings("land")},anySeaWarnings(){return this.anyRegionWarnings("sea")}},methods:{anyRegionWarnings(t){return this.regions!=null&&this.regions[t]!=null&&this.regions[t].length>0},onRegionToggled({code:t,shown:e}){this.shownRegion=e?t:null},fromLandToNextContentClicked(){const t=this.$el.querySelector(this.fromLandToNextContentHref);t.scrollIntoView(),t.focus()},fromSeaToNextContentClicked(){const t=this.$el.querySelector("#fmi-warnings-end-of-regions");t.scrollIntoView(),t.focus()}}},Uf=t=>(Ue("data-v-89d7e40f"),t=t(),Ge(),t),Gf={id:"region-warnings",class:"row"},qf={key:0,class:"region-type-container"},Hf={id:"header-land",class:"header-region"},Vf=["href"],$f={id:"accordion-land",class:"accordion-region",role:"tablist"},Yf={key:1,class:"region-type-container"},Jf={id:"header-sea",class:"header-region"},Kf=["id"],Xf={id:"accordion-sea",class:"accordion-region",role:"tablist"},Qf=Uf(()=>q("div",{id:"fmi-warnings-end-of-regions"},null,-1));function iv(t,e,r,n,o,s){const d=ms;return G(),ri("div",Gf,[s.anyLandWarnings?(G(),ri("div",qf,[q("h3",Hf,ki(s.landText),1),q("a",{id:"fmi-warnings-region-content",href:s.fromLandToNextContentHref,tabindex:"0",class:"fmi-warnings-to-next-content visually-hidden-focusable focus-ring",onClick:e[0]||(e[0]=(...u)=>s.fromLandToNextContentClicked&&s.fromLandToNextContentClicked(...u))},ki(s.fromLandToNextContentText),9,Vf),q("div",$f,[(G(!0),ri(Bi,null,$i(s.regions.land,u=>(G(),ri("div",{key:u.key},[u.warnings.length?(G(),zi(d,{key:0,type:"land",shown:o.shownRegion===u.key,code:u.key,name:u.name,input:u.warnings,warnings:r.warnings,language:r.language,onRegionToggled:s.onRegionToggled},null,8,["shown","code","name","input","warnings","language","onRegionToggled"])):qi("",!0)]))),128))])])):qi("",!0),s.anySeaWarnings?(G(),ri("div",Yf,[q("h3",Jf,ki(s.seaText),1),q("a",{id:s.fromSeaToNextContentId,href:"#fmi-warnings-end-of-regions",tabindex:"0",class:"fmi-warnings-to-next-content visually-hidden-focusable focus-ring",onClick:e[1]||(e[1]=(...u)=>s.fromSeaToNextContentClicked&&s.fromSeaToNextContentClicked(...u))},ki(s.fromSeaToNextContentText),9,Kf),q("div",Xf,[(G(!0),ri(Bi,null,$i(s.regions.sea,u=>(G(),ri("div",{key:u.key},[u.warnings.length?(G(),zi(d,{key:0,type:"sea",shown:o.shownRegion===u.key,code:u.key,name:u.name,input:u.warnings,warnings:r.warnings,theme:r.theme,language:r.language,onRegionToggled:s.onRegionToggled},null,8,["shown","code","name","input","warnings","theme","language","onRegionToggled"])):qi("",!0)]))),128))])])):qi("",!0),Qf])}const cs=Dt(Zf,[["render",iv],["styles",[Wf]],["__scopeId","data-v-89d7e40f"]]),tv='div#fmi-warnings div .transform-rotate-0[data-v-241fd9e4]{transform:rotate(0)}div#fmi-warnings div .transform-rotate-5[data-v-241fd9e4]{transform:rotate(5deg)}div#fmi-warnings div .transform-rotate-10[data-v-241fd9e4]{transform:rotate(10deg)}div#fmi-warnings div .transform-rotate-15[data-v-241fd9e4]{transform:rotate(15deg)}div#fmi-warnings div .transform-rotate-20[data-v-241fd9e4]{transform:rotate(20deg)}div#fmi-warnings div .transform-rotate-25[data-v-241fd9e4]{transform:rotate(25deg)}div#fmi-warnings div .transform-rotate-30[data-v-241fd9e4]{transform:rotate(30deg)}div#fmi-warnings div .transform-rotate-35[data-v-241fd9e4]{transform:rotate(35deg)}div#fmi-warnings div .transform-rotate-40[data-v-241fd9e4]{transform:rotate(40deg)}div#fmi-warnings div .transform-rotate-45[data-v-241fd9e4]{transform:rotate(45deg)}div#fmi-warnings div .transform-rotate-50[data-v-241fd9e4]{transform:rotate(50deg)}div#fmi-warnings div .transform-rotate-55[data-v-241fd9e4]{transform:rotate(55deg)}div#fmi-warnings div .transform-rotate-60[data-v-241fd9e4]{transform:rotate(60deg)}div#fmi-warnings div .transform-rotate-65[data-v-241fd9e4]{transform:rotate(65deg)}div#fmi-warnings div .transform-rotate-70[data-v-241fd9e4]{transform:rotate(70deg)}div#fmi-warnings div .transform-rotate-75[data-v-241fd9e4]{transform:rotate(75deg)}div#fmi-warnings div .transform-rotate-80[data-v-241fd9e4]{transform:rotate(80deg)}div#fmi-warnings div .transform-rotate-85[data-v-241fd9e4]{transform:rotate(85deg)}div#fmi-warnings div .transform-rotate-90[data-v-241fd9e4]{transform:rotate(90deg)}div#fmi-warnings div .transform-rotate-95[data-v-241fd9e4]{transform:rotate(95deg)}div#fmi-warnings div .transform-rotate-100[data-v-241fd9e4]{transform:rotate(100deg)}div#fmi-warnings div .transform-rotate-105[data-v-241fd9e4]{transform:rotate(105deg)}div#fmi-warnings div .transform-rotate-110[data-v-241fd9e4]{transform:rotate(110deg)}div#fmi-warnings div .transform-rotate-115[data-v-241fd9e4]{transform:rotate(115deg)}div#fmi-warnings div .transform-rotate-120[data-v-241fd9e4]{transform:rotate(120deg)}div#fmi-warnings div .transform-rotate-125[data-v-241fd9e4]{transform:rotate(125deg)}div#fmi-warnings div .transform-rotate-130[data-v-241fd9e4]{transform:rotate(130deg)}div#fmi-warnings div .transform-rotate-135[data-v-241fd9e4]{transform:rotate(135deg)}div#fmi-warnings div .transform-rotate-140[data-v-241fd9e4]{transform:rotate(140deg)}div#fmi-warnings div .transform-rotate-145[data-v-241fd9e4]{transform:rotate(145deg)}div#fmi-warnings div .transform-rotate-150[data-v-241fd9e4]{transform:rotate(150deg)}div#fmi-warnings div .transform-rotate-155[data-v-241fd9e4]{transform:rotate(155deg)}div#fmi-warnings div .transform-rotate-160[data-v-241fd9e4]{transform:rotate(160deg)}div#fmi-warnings div .transform-rotate-165[data-v-241fd9e4]{transform:rotate(165deg)}div#fmi-warnings div .transform-rotate-170[data-v-241fd9e4]{transform:rotate(170deg)}div#fmi-warnings div .transform-rotate-175[data-v-241fd9e4]{transform:rotate(175deg)}div#fmi-warnings div .transform-rotate-180[data-v-241fd9e4]{transform:rotate(180deg)}div#fmi-warnings div .transform-rotate-185[data-v-241fd9e4]{transform:rotate(185deg)}div#fmi-warnings div .transform-rotate-190[data-v-241fd9e4]{transform:rotate(190deg)}div#fmi-warnings div .transform-rotate-195[data-v-241fd9e4]{transform:rotate(195deg)}div#fmi-warnings div .transform-rotate-200[data-v-241fd9e4]{transform:rotate(200deg)}div#fmi-warnings div .transform-rotate-205[data-v-241fd9e4]{transform:rotate(205deg)}div#fmi-warnings div .transform-rotate-210[data-v-241fd9e4]{transform:rotate(210deg)}div#fmi-warnings div .transform-rotate-215[data-v-241fd9e4]{transform:rotate(215deg)}div#fmi-warnings div .transform-rotate-220[data-v-241fd9e4]{transform:rotate(220deg)}div#fmi-warnings div .transform-rotate-225[data-v-241fd9e4]{transform:rotate(225deg)}div#fmi-warnings div .transform-rotate-230[data-v-241fd9e4]{transform:rotate(230deg)}div#fmi-warnings div .transform-rotate-235[data-v-241fd9e4]{transform:rotate(235deg)}div#fmi-warnings div .transform-rotate-240[data-v-241fd9e4]{transform:rotate(240deg)}div#fmi-warnings div .transform-rotate-245[data-v-241fd9e4]{transform:rotate(245deg)}div#fmi-warnings div .transform-rotate-250[data-v-241fd9e4]{transform:rotate(250deg)}div#fmi-warnings div .transform-rotate-255[data-v-241fd9e4]{transform:rotate(255deg)}div#fmi-warnings div .transform-rotate-260[data-v-241fd9e4]{transform:rotate(260deg)}div#fmi-warnings div .transform-rotate-265[data-v-241fd9e4]{transform:rotate(265deg)}div#fmi-warnings div .transform-rotate-270[data-v-241fd9e4]{transform:rotate(270deg)}div#fmi-warnings div .transform-rotate-275[data-v-241fd9e4]{transform:rotate(275deg)}div#fmi-warnings div .transform-rotate-280[data-v-241fd9e4]{transform:rotate(280deg)}div#fmi-warnings div .transform-rotate-285[data-v-241fd9e4]{transform:rotate(285deg)}div#fmi-warnings div .transform-rotate-290[data-v-241fd9e4]{transform:rotate(290deg)}div#fmi-warnings div .transform-rotate-295[data-v-241fd9e4]{transform:rotate(295deg)}div#fmi-warnings div .transform-rotate-300[data-v-241fd9e4]{transform:rotate(300deg)}div#fmi-warnings div .transform-rotate-305[data-v-241fd9e4]{transform:rotate(305deg)}div#fmi-warnings div .transform-rotate-310[data-v-241fd9e4]{transform:rotate(310deg)}div#fmi-warnings div .transform-rotate-315[data-v-241fd9e4]{transform:rotate(315deg)}div#fmi-warnings div .transform-rotate-320[data-v-241fd9e4]{transform:rotate(320deg)}div#fmi-warnings div .transform-rotate-325[data-v-241fd9e4]{transform:rotate(325deg)}div#fmi-warnings div .transform-rotate-330[data-v-241fd9e4]{transform:rotate(330deg)}div#fmi-warnings div .transform-rotate-335[data-v-241fd9e4]{transform:rotate(335deg)}div#fmi-warnings div .transform-rotate-340[data-v-241fd9e4]{transform:rotate(340deg)}div#fmi-warnings div .transform-rotate-345[data-v-241fd9e4]{transform:rotate(345deg)}div#fmi-warnings div .transform-rotate-350[data-v-241fd9e4]{transform:rotate(350deg)}div#fmi-warnings div .transform-rotate-355[data-v-241fd9e4]{transform:rotate(355deg)}div#fmi-warnings div .transform-rotate-360[data-v-241fd9e4]{transform:rotate(360deg)}div#fmi-warnings div div.symbol-image[data-v-241fd9e4]{display:table}div#fmi-warnings div .light-theme .level-0[data-v-241fd9e4],div#fmi-warnings div .light-theme .level-1[data-v-241fd9e4]{background-color:#6af86a}div#fmi-warnings div .light-theme .level-2[data-v-241fd9e4]{background-color:#f8f800}div#fmi-warnings div .light-theme .level-3[data-v-241fd9e4]{background-color:#f9bf2e}div#fmi-warnings div .light-theme .level-4[data-v-241fd9e4]{background-color:#ff0909}div#fmi-warnings div .dark-theme .level-0[data-v-241fd9e4],div#fmi-warnings div .dark-theme .level-1[data-v-241fd9e4]{background-color:#6af86a}div#fmi-warnings div .dark-theme .level-2[data-v-241fd9e4]{background-color:#f8f800}div#fmi-warnings div .dark-theme .level-3[data-v-241fd9e4]{background-color:#f9bf2e}div#fmi-warnings div .dark-theme .level-4[data-v-241fd9e4]{background-color:#ff0909}div#fmi-warnings div .light-gray-theme .level-0[data-v-241fd9e4],div#fmi-warnings div .light-gray-theme .level-1[data-v-241fd9e4]{background-color:#fff}div#fmi-warnings div .light-gray-theme .level-2[data-v-241fd9e4]{background-color:#aaa}div#fmi-warnings div .light-gray-theme .level-3[data-v-241fd9e4]{background-color:#555}div#fmi-warnings div .light-gray-theme .level-4[data-v-241fd9e4]{background-color:#000}div#fmi-warnings div .dark-gray-theme .level-0[data-v-241fd9e4],div#fmi-warnings div .dark-gray-theme .level-1[data-v-241fd9e4]{background-color:#fff}div#fmi-warnings div .dark-gray-theme .level-2[data-v-241fd9e4]{background-color:#aaa}div#fmi-warnings div .dark-gray-theme .level-3[data-v-241fd9e4]{background-color:#555}div#fmi-warnings div .dark-gray-theme .level-4[data-v-241fd9e4]{background-color:#000}@media (forced-colors: active){div#fmi-warnings div .level-0[data-v-241fd9e4],div#fmi-warnings div .level-1[data-v-241fd9e4],div#fmi-warnings div .level-2[data-v-241fd9e4],div#fmi-warnings div .level-3[data-v-241fd9e4],div#fmi-warnings div .level-4[data-v-241fd9e4]{forced-color-adjust:none}}div#fmi-warnings div .thunder-storm[data-v-241fd9e4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bstroke-linecap%3A circle%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 11.96875 7.464844 L 9.957031 14.472656 L 13.484375 14.472656 L 11.488281 23.023438 L 18.265625 11.910156 L 14.601562 11.910156 L 16.597656 7.464844 Z M 11.96875 7.464844 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .wind[data-v-241fd9e4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 12.140625 9.332031 L 6.84375 14.039062 L 12.140625 18.746094 L 12.140625 16.394531 L 20.535156 16.394531 L 20.535156 11.6875 L 12.140625 11.6875 Z M 12.140625 9.332031 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .rain[data-v-241fd9e4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bstroke-linecap%3A round%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 15.230469 12.722656 C 15.230469 12.722656 13.296875 17.964844 12.082031 19.179688 C 11.167969 20.09375 9.6875 20.09375 8.773438 19.179688 C 7.859375 18.265625 7.859375 16.785156 8.773438 15.871094 C 9.988281 14.65625 15.230469 12.722656 15.230469 12.722656 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bstroke-linecap%3A round%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 20.515625 13.808594 C 20.515625 13.808594 19.039062 17.808594 18.113281 18.734375 C 17.417969 19.433594 16.285156 19.433594 15.589844 18.734375 C 14.890625 18.039062 14.890625 16.910156 15.589844 16.210938 C 16.515625 15.285156 20.515625 13.808594 20.515625 13.808594 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bstroke-linecap%3A round%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 14.191406 7.464844 C 14.191406 7.464844 12.714844 11.46875 11.789062 12.394531 C 11.09375 13.089844 9.960938 13.089844 9.265625 12.394531 C 8.566406 11.695312 8.566406 10.566406 9.265625 9.867188 C 10.191406 8.945312 14.191406 7.464844 14.191406 7.464844 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .traffic-weather[data-v-241fd9e4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E %3Cg%3E %3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22 M 10.047 21.57 C 10.07 21.438 10.105 21.289 10.156 21.133 C 10.23 20.902 10.336 20.648 10.461 20.379 C 10.586 20.113 10.73 19.832 10.883 19.543 C 11.035 19.25 11.191 18.953 11.348 18.645 C 11.5 18.336 11.648 18.023 11.777 17.699 C 11.906 17.379 12.012 17.051 12.086 16.73 C 12.156 16.41 12.195 16.094 12.199 15.801 C 12.203 15.512 12.172 15.246 12.125 15.02 C 12.082 14.793 12.02 14.602 11.961 14.453 C 11.945 14.414 11.934 14.379 11.918 14.348 C 11.906 14.313 11.891 14.281 11.879 14.25 C 11.863 14.223 11.852 14.195 11.84 14.168 C 11.832 14.148 11.82 14.129 11.813 14.113 C 11.773 14.047 11.758 14.008 11.758 14.008 L 11.32 14.152 C 11.32 14.152 11.324 14.191 11.332 14.27 C 11.332 14.289 11.336 14.313 11.34 14.336 C 11.34 14.355 11.34 14.383 11.34 14.406 C 11.34 14.434 11.344 14.461 11.344 14.492 C 11.344 14.52 11.344 14.555 11.344 14.586 C 11.34 14.723 11.328 14.887 11.297 15.063 C 11.262 15.242 11.207 15.434 11.121 15.629 C 11.039 15.824 10.922 16.023 10.785 16.223 C 10.641 16.422 10.473 16.617 10.281 16.816 C 10.09 17.012 9.875 17.211 9.645 17.41 C 9.414 17.609 9.172 17.813 8.918 18.027 C 8.664 18.238 8.406 18.461 8.148 18.703 C 7.887 18.945 7.629 19.203 7.383 19.492 C 7.137 19.777 6.906 20.098 6.707 20.445 C 6.508 20.793 6.34 21.168 6.23 21.547 C 6.227 21.555 6.223 21.563 6.223 21.57 L 10.047 21.57 Z M 16.883 21.57 C 16.902 21.457 16.934 21.332 16.977 21.195 C 17.039 21 17.129 20.785 17.234 20.559 C 17.34 20.332 17.465 20.094 17.594 19.844 C 17.723 19.598 17.859 19.344 17.988 19.082 C 18.117 18.82 18.246 18.551 18.352 18.277 C 18.461 18.008 18.551 17.727 18.617 17.453 C 18.676 17.18 18.711 16.914 18.715 16.664 C 18.715 16.418 18.691 16.191 18.652 16 C 18.613 15.805 18.563 15.645 18.512 15.516 C 18.5 15.484 18.488 15.457 18.477 15.426 C 18.461 15.398 18.449 15.371 18.441 15.344 C 18.43 15.32 18.418 15.297 18.41 15.277 C 18.398 15.258 18.391 15.242 18.383 15.227 C 18.352 15.172 18.336 15.141 18.336 15.141 L 17.965 15.262 C 17.965 15.262 17.969 15.297 17.977 15.359 C 17.977 15.379 17.98 15.395 17.98 15.418 C 17.98 15.434 17.98 15.457 17.984 15.477 C 17.984 15.5 17.984 15.523 17.984 15.551 C 17.984 15.574 17.984 15.602 17.984 15.633 C 17.984 15.746 17.973 15.883 17.945 16.035 C 17.918 16.188 17.871 16.352 17.797 16.516 C 17.727 16.684 17.629 16.855 17.508 17.023 C 17.387 17.191 17.246 17.359 17.082 17.527 C 16.918 17.695 16.734 17.863 16.539 18.031 C 16.344 18.203 16.137 18.375 15.922 18.555 C 15.707 18.738 15.488 18.926 15.266 19.133 C 15.047 19.336 14.828 19.559 14.617 19.801 C 14.41 20.047 14.211 20.32 14.043 20.613 C 13.871 20.91 13.73 21.227 13.637 21.551 C 13.633 21.559 13.633 21.563 13.629 21.57 L 16.883 21.57 Z%22%2F%3E %3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22 M 11.798 8.412 L 13.203 5.891 C 13.297 5.719 13.516 5.602 13.715 5.602 L 13.715 5.602 C 13.742 5.602 13.766 5.602 13.793 5.605 L 18.887 6.508 C 19.102 6.547 19.309 6.754 19.344 6.973 L 19.805 9.829 L 20.641 9.977 C 20.859 10.016 20.992 10.223 20.938 10.438 L 20.207 13.289 C 20.152 13.504 19.93 13.648 19.715 13.609 L 19.254 13.527 L 19.121 14.273 C 19.082 14.492 18.875 14.637 18.656 14.602 L 17.895 14.465 C 17.676 14.426 17.531 14.215 17.566 14 L 17.699 13.254 L 15.59 12.883 C 15.375 12.844 15.184 12.809 15.168 12.809 C 15.152 12.805 14.961 12.77 14.742 12.73 L 12.637 12.359 L 12.504 13.102 C 12.469 13.32 12.258 13.469 12.039 13.43 L 11.277 13.297 C 11.059 13.258 10.914 13.047 10.953 12.828 L 11.082 12.086 L 10.621 12.004 C 10.402 11.965 10.242 11.754 10.266 11.531 L 10.555 8.602 C 10.578 8.379 10.773 8.23 10.992 8.27 L 11.798 8.412 Z M 18.589 9.614 L 18.262 7.582 L 14.012 6.832 L 14.012 6.832 L 13.011 8.627 L 18.589 9.614 Z%22%2F%3E %3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .pedestrian-safety[data-v-241fd9e4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 13.085938 6.300781 L 12.683594 9.726562 L 13.949219 10.195312 L 12.460938 11.152344 L 9.921875 10.496094 L 7.960938 14.425781 L 8.710938 14.816406 L 10.722656 12.292969 L 12.113281 13.085938 L 10.363281 14.945312 L 11.890625 18.558594 L 12.59375 18.304688 L 11.847656 15.546875 L 16.867188 11.632812 L 17.917969 12.34375 L 17.125 14.871094 L 17.726562 15.132812 L 19.28125 12.0625 L 16.453125 9.347656 L 13.898438 8.773438 L 13.902344 6.222656 Z M 13.085938 6.300781 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 7.464844 21.207031 L 21.148438 21.207031 L 21.148438 19.832031 L 7.464844 19.832031 Z M 7.464844 21.207031 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 16.488281 8.796875 C 17.175781 8.84375 17.769531 8.3125 17.816406 7.605469 C 17.867188 6.898438 17.351562 6.285156 16.664062 6.234375 C 15.980469 6.183594 15.382812 6.71875 15.335938 7.425781 C 15.289062 8.132812 15.804688 8.746094 16.488281 8.796875 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .forest-fire-weather[data-v-241fd9e4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 17.992188 12.910156 C 18.265625 14.246094 16.886719 16.019531 16.394531 15.089844 C 16.152344 14.632812 16.546875 13.894531 16.683594 13.460938 C 16.910156 12.742188 17.089844 11.980469 17.058594 11.222656 C 16.96875 8.910156 15.054688 5.578125 12.042969 5.601562 C 13.71875 7.621094 9.484375 9.496094 10.328125 13.910156 C 9.578125 13.78125 9.035156 12.359375 9.035156 12.359375 C 9.035156 12.359375 7.273438 18.726562 12.558594 18.726562 C 11.25 17.902344 10.289062 16.695312 10.25 15.304688 C 10.25 15.304688 11.398438 16.257812 12.414062 16.214844 C 11.648438 14.226562 13.027344 12.148438 14.742188 11.414062 C 14.175781 12.597656 13.578125 14.074219 13.753906 15.40625 C 14.027344 17.46875 16.335938 17.34375 17.816406 16.050781 C 17.816406 16.929688 16.609375 18.023438 15.855469 18.726562 C 20.917969 17.769531 19.09375 13.390625 17.992188 12.910156 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 8.089844 20.925781 L 20.527344 20.925781 L 20.527344 19.714844 L 8.089844 19.714844 Z M 8.089844 20.925781 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .grass-fire-weather[data-v-241fd9e4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 17.992188 12.910156 C 18.265625 14.246094 16.886719 16.019531 16.394531 15.089844 C 16.152344 14.632812 16.546875 13.894531 16.683594 13.460938 C 16.910156 12.742188 17.089844 11.980469 17.058594 11.222656 C 16.96875 8.910156 15.054688 5.578125 12.042969 5.601562 C 13.71875 7.621094 9.484375 9.496094 10.328125 13.910156 C 9.578125 13.78125 9.035156 12.359375 9.035156 12.359375 C 9.035156 12.359375 7.273438 18.726562 12.558594 18.726562 C 11.25 17.902344 10.289062 16.695312 10.25 15.304688 C 10.25 15.304688 11.398438 16.257812 12.414062 16.214844 C 11.648438 14.226562 13.027344 12.148438 14.742188 11.414062 C 14.175781 12.597656 13.578125 14.074219 13.753906 15.40625 C 14.027344 17.46875 16.335938 17.34375 17.816406 16.050781 C 17.816406 16.929688 16.609375 18.023438 15.855469 18.726562 C 20.917969 17.769531 19.09375 13.390625 17.992188 12.910156 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 8.089844 20.925781 L 20.527344 20.925781 L 20.527344 19.714844 L 8.089844 19.714844 Z M 8.089844 20.925781 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .hot-weather[data-v-241fd9e4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 13.828125 21.453125 C 12.722656 21.453125 11.820312 20.554688 11.820312 19.445312 C 11.820312 18.882812 12.050781 18.359375 12.46875 17.976562 L 12.46875 17.972656 C 12.589844 17.859375 12.667969 17.699219 12.667969 17.519531 L 12.667969 7.382812 C 12.667969 6.742188 13.1875 6.222656 13.828125 6.222656 C 14.46875 6.222656 14.992188 6.742188 14.992188 7.382812 L 14.992188 17.519531 C 14.992188 17.699219 15.070312 17.859375 15.191406 17.972656 L 15.191406 17.976562 C 15.609375 18.359375 15.835938 18.882812 15.835938 19.445312 C 15.835938 20.554688 14.9375 21.453125 13.828125 21.453125 Z M 17.503906 9.894531 C 17.792969 9.894531 18.023438 9.660156 18.023438 9.375 C 18.023438 9.089844 17.792969 8.855469 17.503906 8.855469 L 16.234375 8.855469 L 16.234375 8.203125 L 17.503906 8.203125 C 17.792969 8.203125 18.023438 7.96875 18.023438 7.683594 C 18.023438 7.398438 17.792969 7.164062 17.503906 7.164062 L 16.226562 7.164062 C 16.113281 5.941406 15.082031 4.976562 13.828125 4.976562 C 12.503906 4.976562 11.425781 6.058594 11.425781 7.382812 L 11.425781 17.265625 C 10.882812 17.859375 10.578125 18.640625 10.578125 19.445312 C 10.578125 21.238281 12.035156 22.699219 13.828125 22.699219 C 15.621094 22.699219 17.082031 21.238281 17.082031 19.445312 C 17.082031 18.640625 16.777344 17.859375 16.234375 17.265625 L 16.234375 11.585938 L 17.503906 11.585938 C 17.792969 11.585938 18.023438 11.355469 18.023438 11.066406 C 18.023438 10.78125 17.792969 10.550781 17.503906 10.550781 L 16.234375 10.550781 L 16.234375 9.894531 Z M 17.503906 9.894531 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 1px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 14.367188 18.234375 L 14.367188 12.691406 C 14.367188 12.390625 14.128906 12.152344 13.828125 12.152344 C 13.53125 12.152344 13.289062 12.390625 13.289062 12.691406 L 13.289062 18.234375 C 12.824219 18.441406 12.5 18.90625 12.5 19.445312 C 12.5 20.179688 13.097656 20.773438 13.828125 20.773438 C 14.5625 20.773438 15.15625 20.179688 15.15625 19.445312 C 15.15625 18.90625 14.832031 18.441406 14.367188 18.234375 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .cold-weather[data-v-241fd9e4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 13.828125 21.453125 C 12.722656 21.453125 11.820312 20.554688 11.820312 19.445312 C 11.820312 18.882812 12.050781 18.359375 12.46875 17.976562 L 12.46875 17.972656 C 12.589844 17.859375 12.667969 17.699219 12.667969 17.519531 L 12.667969 7.382812 C 12.667969 6.742188 13.1875 6.222656 13.828125 6.222656 C 14.46875 6.222656 14.992188 6.742188 14.992188 7.382812 L 14.992188 17.519531 C 14.992188 17.699219 15.070312 17.859375 15.191406 17.972656 L 15.191406 17.976562 C 15.609375 18.359375 15.835938 18.882812 15.835938 19.445312 C 15.835938 20.554688 14.9375 21.453125 13.828125 21.453125 Z M 17.503906 9.894531 C 17.792969 9.894531 18.023438 9.660156 18.023438 9.375 C 18.023438 9.089844 17.792969 8.855469 17.503906 8.855469 L 16.234375 8.855469 L 16.234375 8.203125 L 17.503906 8.203125 C 17.792969 8.203125 18.023438 7.96875 18.023438 7.683594 C 18.023438 7.398438 17.792969 7.164062 17.503906 7.164062 L 16.226562 7.164062 C 16.113281 5.941406 15.082031 4.976562 13.828125 4.976562 C 12.503906 4.976562 11.425781 6.058594 11.425781 7.382812 L 11.425781 17.265625 C 10.882812 17.859375 10.578125 18.640625 10.578125 19.445312 C 10.578125 21.238281 12.035156 22.699219 13.828125 22.699219 C 15.621094 22.699219 17.082031 21.238281 17.082031 19.445312 C 17.082031 18.640625 16.777344 17.859375 16.234375 17.265625 L 16.234375 11.585938 L 17.503906 11.585938 C 17.792969 11.585938 18.023438 11.355469 18.023438 11.066406 C 18.023438 10.78125 17.792969 10.550781 17.503906 10.550781 L 16.234375 10.550781 L 16.234375 9.894531 Z M 17.503906 9.894531 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 1px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 14.367188 18.234375 L 14.367188 12.691406 C 14.367188 12.390625 14.128906 12.152344 13.828125 12.152344 C 13.53125 12.152344 13.289062 12.390625 13.289062 12.691406 L 13.289062 18.234375 C 12.824219 18.441406 12.5 18.90625 12.5 19.445312 C 12.5 20.179688 13.097656 20.773438 13.828125 20.773438 C 14.5625 20.773438 15.15625 20.179688 15.15625 19.445312 C 15.15625 18.90625 14.832031 18.441406 14.367188 18.234375 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .uv-note[data-v-241fd9e4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 17.304688 18.0625 L 14.386719 9.996094 L 16.171875 9.996094 L 18.238281 15.964844 L 20.238281 9.996094 L 21.988281 9.996094 L 19.0625 18.0625 Z M 17.304688 18.0625 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 7.464844 9.996094 L 9.117188 9.996094 L 9.117188 14.363281 C 9.117188 15.054688 9.136719 15.503906 9.175781 15.710938 C 9.246094 16.042969 9.414062 16.304688 9.679688 16.507812 C 9.945312 16.707031 10.308594 16.804688 10.769531 16.804688 C 11.238281 16.804688 11.589844 16.710938 11.828125 16.523438 C 12.066406 16.332031 12.207031 16.101562 12.257812 15.828125 C 12.304688 15.550781 12.328125 15.09375 12.328125 14.457031 L 12.328125 9.996094 L 13.976562 9.996094 L 13.976562 14.230469 C 13.976562 15.199219 13.933594 15.882812 13.84375 16.285156 C 13.753906 16.683594 13.589844 17.019531 13.351562 17.296875 C 13.113281 17.570312 12.792969 17.789062 12.390625 17.953125 C 11.988281 18.117188 11.464844 18.199219 10.820312 18.199219 C 10.039062 18.199219 9.449219 18.109375 9.046875 17.929688 C 8.644531 17.753906 8.324219 17.523438 8.089844 17.238281 C 7.855469 16.953125 7.703125 16.65625 7.628906 16.34375 C 7.519531 15.882812 7.464844 15.199219 7.464844 14.296875 Z M 7.464844 9.996094 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .flood-level[data-v-241fd9e4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.72549%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 21.542969 17.964844 C 20.371094 17.964844 19.757812 18.617188 19.265625 19.140625 C 18.828125 19.609375 18.480469 19.980469 17.765625 19.980469 C 17.050781 19.980469 16.703125 19.609375 16.265625 19.140625 C 15.773438 18.617188 15.160156 17.964844 13.988281 17.964844 C 12.8125 17.964844 12.199219 18.617188 11.707031 19.140625 C 11.269531 19.609375 10.921875 19.976562 10.207031 19.976562 C 9.492188 19.976562 9.148438 19.609375 8.707031 19.140625 C 8.214844 18.617188 7.605469 17.964844 6.429688 17.964844 C 6.132812 17.964844 5.894531 18.203125 5.894531 18.5 C 5.894531 18.792969 6.132812 19.03125 6.429688 19.03125 L 6.441406 19.03125 C 7.144531 19.035156 7.492188 19.40625 7.929688 19.871094 C 8.421875 20.394531 9.03125 21.046875 10.207031 21.046875 C 11.382812 21.046875 11.996094 20.394531 12.484375 19.871094 C 12.925781 19.402344 13.273438 19.03125 13.988281 19.03125 C 14.699219 19.03125 15.046875 19.402344 15.488281 19.871094 C 15.980469 20.394531 16.589844 21.046875 17.765625 21.046875 C 18.941406 21.046875 19.554688 20.394531 20.042969 19.871094 C 20.480469 19.40625 20.828125 19.039062 21.535156 19.03125 L 21.542969 19.03125 C 21.839844 19.03125 22.078125 18.792969 22.078125 18.5 C 22.078125 18.203125 21.839844 17.964844 21.542969 17.964844 Z M 21.542969 17.964844 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.72549%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 20.386719 11.488281 L 13.933594 6.632812 L 7.480469 11.488281 L 9.886719 11.488281 L 9.886719 18.070312 L 9.90625 18.070312 C 10.667969 18.070312 11.035156 17.675781 11.503906 17.175781 C 12.027344 16.617188 12.679688 15.921875 13.933594 15.921875 C 15.1875 15.921875 15.835938 16.617188 16.359375 17.175781 C 16.828125 17.675781 17.199219 18.070312 17.957031 18.070312 L 17.976562 18.070312 L 17.976562 11.488281 Z M 15.074219 13.90625 L 12.753906 13.90625 L 12.753906 11.589844 L 15.074219 11.589844 Z M 15.074219 13.90625 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.72549%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 21.542969 15.527344 C 20.371094 15.527344 19.757812 16.179688 19.265625 16.703125 C 18.828125 17.171875 18.480469 17.542969 17.765625 17.542969 C 17.050781 17.542969 16.707031 17.171875 16.265625 16.703125 C 15.773438 16.179688 15.164062 15.527344 13.988281 15.527344 C 12.8125 15.527344 12.199219 16.179688 11.707031 16.703125 C 11.269531 17.171875 10.921875 17.542969 10.207031 17.542969 C 9.492188 17.542969 9.148438 17.171875 8.707031 16.703125 C 8.214844 16.179688 7.605469 15.527344 6.429688 15.527344 C 6.132812 15.527344 5.894531 15.765625 5.894531 16.0625 C 5.894531 16.355469 6.132812 16.59375 6.429688 16.59375 L 6.4375 16.59375 C 7.144531 16.597656 7.492188 16.96875 7.929688 17.433594 C 8.417969 17.957031 9.03125 18.609375 10.207031 18.609375 C 11.382812 18.609375 11.996094 17.957031 12.484375 17.433594 C 12.925781 16.964844 13.273438 16.59375 13.988281 16.59375 C 14.699219 16.59375 15.046875 16.964844 15.488281 17.433594 C 15.980469 17.957031 16.589844 18.609375 17.765625 18.609375 C 18.941406 18.609375 19.554688 17.957031 20.042969 17.433594 C 20.480469 16.96875 20.828125 16.597656 21.535156 16.59375 L 21.542969 16.59375 C 21.734375 16.59375 21.910156 16.492188 22.007812 16.328125 C 22.101562 16.164062 22.101562 15.960938 22.007812 15.792969 C 21.910156 15.628906 21.734375 15.527344 21.542969 15.527344 Z M 21.542969 15.527344 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .sea-wind[data-v-241fd9e4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E %3Cg id%3D%22surface1%22%3E %3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bstroke-linecap%3A square%3Bpaint-order%3A stroke%3Bfill-rule%3Anonzero%3Bfill%3Argb(0%25%2C0%25%2C0%25)%3Bfill-opacity%3A1%3B%22 transform%3D%22translate(14%2C 14) scale(0.93) translate(-14%2C -14)%22 d%3D%22M 11.127030796064377 6.106581985398371 A 8.4 8.4 0 1 0 16.872969203935618 6.106581985398369 L 14 0 L 11.127030796064377 6.106581985398371%22 %2F%3E %3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .sea-thunder-storm[data-v-241fd9e4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bstroke-linecap%3A circle%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 11.855469 7.464844 L 9.839844 14.472656 L 13.371094 14.472656 L 11.375 23.023438 L 18.152344 11.910156 L 14.484375 11.910156 L 16.484375 7.464844 Z M 11.855469 7.464844 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .sea-water-height-high-water[data-v-241fd9e4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 18.332031 18.976562 C 17.078125 18.976562 16.421875 18.28125 15.898438 17.722656 C 15.429688 17.21875 15.058594 16.824219 14.296875 16.824219 C 13.535156 16.824219 13.164062 17.21875 12.691406 17.722656 C 12.167969 18.28125 11.515625 18.976562 10.257812 18.976562 C 9.003906 18.976562 8.351562 18.28125 7.824219 17.722656 C 7.355469 17.21875 6.984375 16.824219 6.222656 16.824219 L 6.222656 15.683594 C 7.476562 15.683594 8.132812 16.382812 8.65625 16.941406 C 9.125 17.441406 9.496094 17.839844 10.257812 17.839844 C 11.019531 17.839844 11.390625 17.441406 11.863281 16.941406 C 12.386719 16.382812 13.039062 15.683594 14.296875 15.683594 C 15.550781 15.683594 16.203125 16.382812 16.730469 16.941406 C 17.199219 17.441406 17.570312 17.839844 18.332031 17.839844 C 19.09375 17.839844 19.464844 17.441406 19.933594 16.941406 C 20.460938 16.382812 21.113281 15.683594 22.371094 15.683594 L 22.371094 16.824219 C 21.605469 16.824219 21.234375 17.21875 20.765625 17.722656 C 20.242188 18.28125 19.589844 18.976562 18.332031 18.976562 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 18.332031 16.261719 C 17.078125 16.261719 16.421875 15.566406 15.898438 15.007812 C 15.429688 14.503906 15.058594 14.109375 14.296875 14.109375 C 13.535156 14.109375 13.164062 14.503906 12.691406 15.007812 C 12.167969 15.566406 11.515625 16.261719 10.257812 16.261719 C 9.003906 16.261719 8.351562 15.566406 7.824219 15.007812 C 7.355469 14.503906 6.984375 14.109375 6.222656 14.109375 L 6.222656 12.972656 C 7.476562 12.972656 8.132812 13.667969 8.65625 14.226562 C 9.125 14.726562 9.496094 15.125 10.257812 15.125 C 11.019531 15.125 11.390625 14.726562 11.863281 14.226562 C 12.386719 13.667969 13.039062 12.972656 14.296875 12.972656 C 15.550781 12.972656 16.203125 13.667969 16.730469 14.226562 C 17.199219 14.726562 17.570312 15.125 18.332031 15.125 C 19.09375 15.125 19.464844 14.726562 19.933594 14.226562 C 20.460938 13.667969 21.113281 12.972656 22.371094 12.972656 L 22.371094 14.109375 C 21.605469 14.109375 21.234375 14.503906 20.765625 15.007812 C 20.242188 15.566406 19.589844 16.261719 18.332031 16.261719 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 18.332031 21.582031 C 17.078125 21.582031 16.421875 20.882812 15.898438 20.324219 C 15.429688 19.824219 15.058594 19.425781 14.296875 19.425781 C 13.535156 19.425781 13.164062 19.824219 12.691406 20.324219 C 12.167969 20.882812 11.515625 21.582031 10.257812 21.582031 C 9.003906 21.582031 8.351562 20.882812 7.824219 20.324219 C 7.355469 19.824219 6.984375 19.425781 6.222656 19.425781 L 6.222656 18.289062 C 7.476562 18.289062 8.132812 18.984375 8.65625 19.542969 C 9.125 20.046875 9.496094 20.441406 10.257812 20.441406 C 11.019531 20.441406 11.390625 20.046875 11.863281 19.542969 C 12.386719 18.984375 13.039062 18.289062 14.296875 18.289062 C 15.550781 18.289062 16.203125 18.984375 16.730469 19.542969 C 17.199219 20.046875 17.570312 20.441406 18.332031 20.441406 C 19.09375 20.441406 19.464844 20.046875 19.933594 19.542969 C 20.460938 18.984375 21.113281 18.289062 22.371094 18.289062 L 22.371094 19.425781 C 21.605469 19.425781 21.234375 19.824219 20.765625 20.324219 C 20.242188 20.882812 19.589844 21.582031 18.332031 21.582031 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 16.679688 9.792969 L 16.679688 12.566406 L 19.851562 12.566406 L 19.851562 9.792969 L 21.4375 9.792969 L 18.265625 6.222656 L 15.09375 9.792969 Z M 16.679688 9.792969 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .sea-water-height-shallow-water[data-v-241fd9e4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 18.390625 19.039062 C 17.128906 19.039062 16.472656 18.339844 15.945312 17.777344 C 15.472656 17.273438 15.101562 16.875 14.335938 16.875 C 13.570312 16.875 13.195312 17.273438 12.726562 17.777344 C 12.199219 18.339844 11.539062 19.039062 10.277344 19.039062 C 9.015625 19.039062 8.359375 18.339844 7.832031 17.777344 C 7.359375 17.273438 6.988281 16.875 6.222656 16.875 L 6.222656 15.730469 C 7.484375 15.730469 8.140625 16.433594 8.667969 16.996094 C 9.140625 17.496094 9.511719 17.894531 10.277344 17.894531 C 11.042969 17.894531 11.417969 17.496094 11.890625 16.996094 C 12.417969 16.433594 13.074219 15.730469 14.335938 15.730469 C 15.597656 15.730469 16.253906 16.433594 16.78125 16.996094 C 17.253906 17.496094 17.625 17.894531 18.390625 17.894531 C 19.160156 17.894531 19.53125 17.496094 20.003906 16.996094 C 20.53125 16.433594 21.1875 15.730469 22.449219 15.730469 L 22.449219 16.875 C 21.683594 16.875 21.308594 17.273438 20.839844 17.777344 C 20.3125 18.339844 19.65625 19.039062 18.390625 19.039062 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 18.390625 21.65625 C 17.128906 21.65625 16.472656 20.957031 15.945312 20.394531 C 15.472656 19.890625 15.101562 19.492188 14.335938 19.492188 C 13.570312 19.492188 13.195312 19.890625 12.726562 20.394531 C 12.199219 20.957031 11.539062 21.65625 10.277344 21.65625 C 9.015625 21.65625 8.359375 20.957031 7.832031 20.394531 C 7.359375 19.890625 6.988281 19.492188 6.222656 19.492188 L 6.222656 18.347656 C 7.484375 18.347656 8.140625 19.046875 8.667969 19.609375 C 9.140625 20.113281 9.511719 20.511719 10.277344 20.511719 C 11.042969 20.511719 11.417969 20.113281 11.890625 19.609375 C 12.417969 19.046875 13.074219 18.347656 14.335938 18.347656 C 15.597656 18.347656 16.253906 19.046875 16.78125 19.609375 C 17.253906 20.113281 17.625 20.511719 18.390625 20.511719 C 19.160156 20.511719 19.53125 20.113281 20.003906 19.609375 C 20.53125 19.046875 21.1875 18.347656 22.449219 18.347656 L 22.449219 19.492188 C 21.683594 19.492188 21.308594 19.890625 20.839844 20.394531 C 20.3125 20.957031 19.65625 21.65625 18.390625 21.65625 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 16.730469 9.011719 L 16.730469 6.222656 L 19.917969 6.222656 L 19.917969 9.011719 L 21.511719 9.011719 L 18.324219 12.597656 L 15.136719 9.011719 Z M 16.730469 9.011719 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .sea-wave-height[data-v-241fd9e4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E %3Cg id%3D%22surface1%22%3E %3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 1.8px%3Bstroke-linecap%3A round%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 18.551 13.477 C 19.336 13.027 18.824 11.559 18.816 11.508 C 18.449 11.289 18.008 11.156 17.566 11.156 C 16.809 11.156 16.137 11.512 15.699 12.063 C 16.734 12.848 18.09 13.742 18.551 13.477 Z%22%2F%3E %3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 1.8px%3Bstroke-linecap%3A round%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 15.227 12.785 C 15.227 11.605 16.184 10.648 17.363 10.648 C 17.867 10.648 18.73 11.129 18.738 11.133 C 18.746 11.137 18.742 11.137 18.738 11.133 C 18.656 10.753 18.527 10.391 18.359 10.053 C 18.212 9.756 18.034 9.478 17.83 9.223 C 17.438 8.734 16.949 8.327 16.39 8.033 C 15.752 7.697 15.024 7.508 14.246 7.508 C 13.426 7.508 12.66 7.723 11.992 8.094 C 7.359 10.262 8.133 18.645 8.145 19.93 L 21.762 19.93 C 19.66 18.359 15.227 15.254 15.227 12.785 Z%22%2F%3E %3C%2Fg%3E %3C%2Fsvg%3E")}div#fmi-warnings div .sea-icing[data-v-241fd9e4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 15.171875 9.5625 L 12.644531 15.875 L 14.515625 21.3125 L 16.925781 13.535156 L 17.933594 16.613281 L 21.136719 9.5625 Z M 15.171875 9.5625 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 7.464844 9.5625 L 10.863281 18.328125 L 14.371094 9.5625 Z M 7.464844 9.5625 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .several[data-v-241fd9e4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 13.605469 18.632812 L 14.984375 18.632812 L 14.984375 14.984375 L 18.632812 14.984375 L 18.632812 13.605469 L 14.984375 13.605469 L 14.984375 9.957031 L 13.605469 9.957031 L 13.605469 13.605469 L 9.957031 13.605469 L 9.957031 14.984375 L 13.605469 14.984375 Z M 13.605469 18.632812 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div span.symbol-text[data-v-241fd9e4]{display:table-cell;vertical-align:middle;line-height:28px;width:100%;text-align:center;margin:0 auto;font-family:Noto Sans,sans-serif!important;color:#fff;text-anchor:middle;font-weight:700}@media (max-width: 575px){div#fmi-warnings div .symbol-text[data-v-241fd9e4]{display:none}}div#fmi-warnings div div.symbol-list-table[data-v-241fd9e4]{display:table;border-spacing:0;width:100%;padding:0}div#fmi-warnings div div.symbol-list-cell[data-v-241fd9e4]{display:table-cell;vertical-align:middle;line-height:50px;text-align:left}div#fmi-warnings div div.symbol-list-cell-image[data-v-241fd9e4]{width:44px}div#fmi-warnings div div.symbol-list-image-column[data-v-241fd9e4]{width:44px;margin-top:2px}div#fmi-warnings div .symbol-list-image[data-v-241fd9e4]{height:44px;background-size:44px 44px}div#fmi-warnings div .symbol-list-image.sea-wind[data-v-241fd9e4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E %3Cg transform-origin%3D%2214 14%22 transform%3D%22scale(0.85)%22%3E %3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(0%25%2C0%25%2C0%25)%3Bfill-opacity%3A1%3B%22 d%3D%22 M 16.782 7.178 L 22.844 5.156 L 20.822 11.218 C 21.173 12.077 21.367 13.016 21.367 14 C 21.367 18.063 18.063 21.367 14 21.367 C 9.938 21.367 6.633 18.063 6.633 14 C 6.633 9.938 9.938 6.633 14 6.633 L 14 6.633 C 14.984 6.633 15.923 6.827 16.782 7.178 Z M 14 8.844 C 11.156 8.844 8.844 11.156 8.844 14 C 8.844 16.844 11.156 19.16 14 19.16 C 16.844 19.16 19.156 16.844 19.156 14 C 19.156 11.156 16.844 8.844 14 8.844 L 14 8.844 Z%22%2F%3E %3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div div.warning-image[data-v-241fd9e4]{border-radius:50%;background-repeat:no-repeat;background-position:center}div#fmi-warnings div .light-gray-theme div.warning-image[data-v-241fd9e4]{border:1px solid #666666}div#fmi-warnings div .dark-gray-theme div.warning-image[data-v-241fd9e4]{border:1px solid #ffffff}div#fmi-warnings div div.symbol-list-cell-text[data-v-241fd9e4]{padding-left:15px;padding-right:0}div#fmi-warnings div hr[data-v-241fd9e4]{padding:0;margin:0;border:0 none;height:2px;width:auto;opacity:1}div#fmi-warnings div .light-theme hr[data-v-241fd9e4]{background-color:#eee;color:#eee}div#fmi-warnings div .dark-theme hr[data-v-241fd9e4]{background-color:#434752;color:#434752}div#fmi-warnings div .light-gray-theme hr[data-v-241fd9e4]{background-color:#eee;color:#eee}div#fmi-warnings div .dark-gray-theme hr[data-v-241fd9e4]{background-color:#434752;color:#434752}div#fmi-warnings-list div.symbol-list-cell-text[data-v-241fd9e4]{padding-right:0}div#fmi-warnings-list div.symbol-list-cell-text hr[data-v-241fd9e4]{margin-right:0}div#fmi-warnings div div.symbol-list-text-select[data-v-241fd9e4]{width:100%;display:table}div#fmi-warnings div .item-text[data-v-241fd9e4]{display:inline-block;vertical-align:middle;line-height:normal}div#fmi-warnings div div.symbol-list-text[data-v-241fd9e4]{display:table-cell;height:50px;max-width:141px;padding-right:5px;hyphens:auto}div#fmi-warnings div .symbol-list-select-container[data-v-241fd9e4]{width:30px;height:50px;display:table-cell;vertical-align:middle}div#fmi-warnings div .symbol-list-select[data-v-241fd9e4]{width:100%;height:30px;margin:0;background-repeat:no-repeat;background-position:center}div#fmi-warnings div .flag-selected[data-v-241fd9e4]{cursor:pointer}div#fmi-warnings div .light-theme .flag-selected[data-v-241fd9e4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22 standalone%3D%22no%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2230%22 height%3D%2230%22 fill%3D%22%233a66e3%22 class%3D%22bi bi-toggle-on%22 viewBox%3D%220 0 30 30%22%3E %3Cpath d%3D%22M 9.375 5.625 C 4.199219 5.625 0 9.824219 0 15 C 0 20.175781 4.199219 24.375 9.375 24.375 L 20.625 24.375 C 25.800781 24.375 30 20.175781 30 15 C 30 9.824219 25.800781 5.625 20.625 5.625 Z M 20.625 22.5 C 16.484375 22.5 13.125 19.140625 13.125 15 C 13.125 10.859375 16.484375 7.5 20.625 7.5 C 24.765625 7.5 28.125 10.859375 28.125 15 C 28.125 19.140625 24.765625 22.5 20.625 22.5 Z M 20.625 22.5%22%2F%3E%3C%2Fsvg%3E")}div#fmi-warnings div .dark-theme .flag-selected[data-v-241fd9e4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22 standalone%3D%22no%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2230%22 height%3D%2230%22 fill%3D%22%23e3e3e3%22 class%3D%22bi bi-toggle-on%22 viewBox%3D%220 0 30 30%22%3E %3Cpath d%3D%22M 9.375 5.625 C 4.199219 5.625 0 9.824219 0 15 C 0 20.175781 4.199219 24.375 9.375 24.375 L 20.625 24.375 C 25.800781 24.375 30 20.175781 30 15 C 30 9.824219 25.800781 5.625 20.625 5.625 Z M 20.625 22.5 C 16.484375 22.5 13.125 19.140625 13.125 15 C 13.125 10.859375 16.484375 7.5 20.625 7.5 C 24.765625 7.5 28.125 10.859375 28.125 15 C 28.125 19.140625 24.765625 22.5 20.625 22.5 Z M 20.625 22.5%22%2F%3E%3C%2Fsvg%3E")}div#fmi-warnings div .light-gray-theme .flag-selected[data-v-241fd9e4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22 standalone%3D%22no%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2230%22 height%3D%2230%22 fill%3D%22%23434752%22 class%3D%22bi bi-toggle-on%22 viewBox%3D%220 0 30 30%22%3E %3Cpath d%3D%22M 9.375 5.625 C 4.199219 5.625 0 9.824219 0 15 C 0 20.175781 4.199219 24.375 9.375 24.375 L 20.625 24.375 C 25.800781 24.375 30 20.175781 30 15 C 30 9.824219 25.800781 5.625 20.625 5.625 Z M 20.625 22.5 C 16.484375 22.5 13.125 19.140625 13.125 15 C 13.125 10.859375 16.484375 7.5 20.625 7.5 C 24.765625 7.5 28.125 10.859375 28.125 15 C 28.125 19.140625 24.765625 22.5 20.625 22.5 Z M 20.625 22.5%22%2F%3E%3C%2Fsvg%3E")}div#fmi-warnings div .dark-gray-theme .flag-selected[data-v-241fd9e4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22 standalone%3D%22no%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2230%22 height%3D%2230%22 fill%3D%22%23e3e3e3%22 class%3D%22bi bi-toggle-on%22 viewBox%3D%220 0 30 30%22%3E %3Cpath d%3D%22M 9.375 5.625 C 4.199219 5.625 0 9.824219 0 15 C 0 20.175781 4.199219 24.375 9.375 24.375 L 20.625 24.375 C 25.800781 24.375 30 20.175781 30 15 C 30 9.824219 25.800781 5.625 20.625 5.625 Z M 20.625 22.5 C 16.484375 22.5 13.125 19.140625 13.125 15 C 13.125 10.859375 16.484375 7.5 20.625 7.5 C 24.765625 7.5 28.125 10.859375 28.125 15 C 28.125 19.140625 24.765625 22.5 20.625 22.5 Z M 20.625 22.5%22%2F%3E%3C%2Fsvg%3E")}div#fmi-warnings div .flag-unselected[data-v-241fd9e4]{cursor:pointer}div#fmi-warnings div .light-theme .flag-unselected[data-v-241fd9e4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22 standalone%3D%22no%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2230%22 height%3D%2230%22 fill%3D%22%23979797%22 class%3D%22bi bi-toggle-off%22 viewBox%3D%220 0 30 30%22%3E %3Cpath d%3D%22M 20.625 5.625 C 25.800781 5.625 30 9.824219 30 15 C 30 20.175781 25.800781 24.375 20.625 24.375 L 9.375 24.375 C 4.199219 24.375 0 20.175781 0 15 C 0 9.824219 4.199219 5.625 9.375 5.625 Z M 9.375 22.5 C 13.515625 22.5 16.875 19.140625 16.875 15 C 16.875 10.859375 13.515625 7.5 9.375 7.5 C 5.234375 7.5 1.875 10.859375 1.875 15 C 1.875 19.140625 5.234375 22.5 9.375 22.5 Z M 9.375 22.5 %22%2F%3E%3C%2Fsvg%3E")}div#fmi-warnings div .dark-theme .flag-unselected[data-v-241fd9e4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22 standalone%3D%22no%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2230%22 height%3D%2230%22 fill%3D%22%23434752%22 class%3D%22bi bi-toggle-off%22 viewBox%3D%220 0 30 30%22%3E %3Cpath d%3D%22M 20.625 5.625 C 25.800781 5.625 30 9.824219 30 15 C 30 20.175781 25.800781 24.375 20.625 24.375 L 9.375 24.375 C 4.199219 24.375 0 20.175781 0 15 C 0 9.824219 4.199219 5.625 9.375 5.625 Z M 9.375 22.5 C 13.515625 22.5 16.875 19.140625 16.875 15 C 16.875 10.859375 13.515625 7.5 9.375 7.5 C 5.234375 7.5 1.875 10.859375 1.875 15 C 1.875 19.140625 5.234375 22.5 9.375 22.5 Z M 9.375 22.5 %22%2F%3E%3C%2Fsvg%3E")}div#fmi-warnings div .light-gray-theme .flag-unselected[data-v-241fd9e4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22 standalone%3D%22no%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2230%22 height%3D%2230%22 fill%3D%22%23979797%22 class%3D%22bi bi-toggle-off%22 viewBox%3D%220 0 30 30%22%3E %3Cpath d%3D%22M 20.625 5.625 C 25.800781 5.625 30 9.824219 30 15 C 30 20.175781 25.800781 24.375 20.625 24.375 L 9.375 24.375 C 4.199219 24.375 0 20.175781 0 15 C 0 9.824219 4.199219 5.625 9.375 5.625 Z M 9.375 22.5 C 13.515625 22.5 16.875 19.140625 16.875 15 C 16.875 10.859375 13.515625 7.5 9.375 7.5 C 5.234375 7.5 1.875 10.859375 1.875 15 C 1.875 19.140625 5.234375 22.5 9.375 22.5 Z M 9.375 22.5 %22%2F%3E%3C%2Fsvg%3E")}div#fmi-warnings div .dark-gray-theme .flag-unselected[data-v-241fd9e4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22 standalone%3D%22no%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2230%22 height%3D%2230%22 fill%3D%22%23434752%22 class%3D%22bi bi-toggle-off%22 viewBox%3D%220 0 30 30%22%3E %3Cpath d%3D%22M 20.625 5.625 C 25.800781 5.625 30 9.824219 30 15 C 30 20.175781 25.800781 24.375 20.625 24.375 L 9.375 24.375 C 4.199219 24.375 0 20.175781 0 15 C 0 9.824219 4.199219 5.625 9.375 5.625 Z M 9.375 22.5 C 13.515625 22.5 16.875 19.140625 16.875 15 C 16.875 10.859375 13.515625 7.5 9.375 7.5 C 5.234375 7.5 1.875 10.859375 1.875 15 C 1.875 19.140625 5.234375 22.5 9.375 22.5 Z M 9.375 22.5 %22%2F%3E%3C%2Fsvg%3E")}@media (max-width: 767px){div#fmi-warnings div div.symbol-list-table div.symbol-list-cell.symbol-list-cell-text[data-v-241fd9e4]{padding-right:0}div#fmi-warnings div div.symbol-list-table div.symbol-list-cell.symbol-list-cell-text hr[data-v-241fd9e4]{margin-right:0}}',ev={name:"Warning",mixins:[tn,te,pe],props:["input","hideable","language","theme"],computed:{id(){return`fmi-warnings-flag-${this.input.type}`},title(){return this.t(this.input.type)}},methods:{toggle(t){t.preventDefault(),this.setWarningVisibility(!this.input.visible)},setWarningVisibility(t){this.$emit("warningToggled",{warning:this.input.type,visible:t})},preventEvents(t){t.preventDefault()}}},rv=t=>(Ue("data-v-241fd9e4"),t=t(),Ge(),t),nv={class:"symbol-list-cell symbol-list-cell-image"},av={class:"symbol-list-cell symbol-list-cell-text"},ov={class:"symbol-list-text-select"},sv=["innerHTML"],dv={class:"symbol-list-select-container d-none d-md-table-cell"},lv=["id"],uv=rv(()=>q("hr",null,null,-1));function gv(t,e,r,n,o,s){return G(),ri("div",{class:wi(["symbol-list-table",r.theme])},[q("div",nv,[q("div",{class:wi(`level-${t.severity} ${t.typeClass} symbol-list-image-column symbol-list-image warning-image`)},null,2)]),q("div",av,[q("div",ov,[q("div",{class:"item-text symbol-list-text",innerHTML:s.title},null,8,sv),q("div",dv,[q("div",{id:s.id,class:wi(["symbol-list-select",r.input.visible?"flag-selected":"flag-unselected",{"d-md-block":r.hideable},"focus-ring","d-none"]),tabindex:"0",onTouchmove:e[0]||(e[0]=(...d)=>s.preventEvents&&s.preventEvents(...d)),onTouchend:e[1]||(e[1]=(...d)=>s.preventEvents&&s.preventEvents(...d)),onTouchstart:e[2]||(e[2]=(...d)=>s.toggle&&s.toggle(...d)),onMousedown:e[3]||(e[3]=(...d)=>s.toggle&&s.toggle(...d)),onKeydown:[e[4]||(e[4]=De((...d)=>s.toggle&&s.toggle(...d),["enter"])),e[5]||(e[5]=De((...d)=>s.toggle&&s.toggle(...d),["space"]))]},null,42,lv)])]),uv])],2)}const fs=Dt(ev,[["render",gv],["styles",[tv]],["__scopeId","data-v-241fd9e4"]]),mv='div#fmi-warnings div .transform-rotate-0[data-v-e252bb1f]{transform:rotate(0)}div#fmi-warnings div .transform-rotate-5[data-v-e252bb1f]{transform:rotate(5deg)}div#fmi-warnings div .transform-rotate-10[data-v-e252bb1f]{transform:rotate(10deg)}div#fmi-warnings div .transform-rotate-15[data-v-e252bb1f]{transform:rotate(15deg)}div#fmi-warnings div .transform-rotate-20[data-v-e252bb1f]{transform:rotate(20deg)}div#fmi-warnings div .transform-rotate-25[data-v-e252bb1f]{transform:rotate(25deg)}div#fmi-warnings div .transform-rotate-30[data-v-e252bb1f]{transform:rotate(30deg)}div#fmi-warnings div .transform-rotate-35[data-v-e252bb1f]{transform:rotate(35deg)}div#fmi-warnings div .transform-rotate-40[data-v-e252bb1f]{transform:rotate(40deg)}div#fmi-warnings div .transform-rotate-45[data-v-e252bb1f]{transform:rotate(45deg)}div#fmi-warnings div .transform-rotate-50[data-v-e252bb1f]{transform:rotate(50deg)}div#fmi-warnings div .transform-rotate-55[data-v-e252bb1f]{transform:rotate(55deg)}div#fmi-warnings div .transform-rotate-60[data-v-e252bb1f]{transform:rotate(60deg)}div#fmi-warnings div .transform-rotate-65[data-v-e252bb1f]{transform:rotate(65deg)}div#fmi-warnings div .transform-rotate-70[data-v-e252bb1f]{transform:rotate(70deg)}div#fmi-warnings div .transform-rotate-75[data-v-e252bb1f]{transform:rotate(75deg)}div#fmi-warnings div .transform-rotate-80[data-v-e252bb1f]{transform:rotate(80deg)}div#fmi-warnings div .transform-rotate-85[data-v-e252bb1f]{transform:rotate(85deg)}div#fmi-warnings div .transform-rotate-90[data-v-e252bb1f]{transform:rotate(90deg)}div#fmi-warnings div .transform-rotate-95[data-v-e252bb1f]{transform:rotate(95deg)}div#fmi-warnings div .transform-rotate-100[data-v-e252bb1f]{transform:rotate(100deg)}div#fmi-warnings div .transform-rotate-105[data-v-e252bb1f]{transform:rotate(105deg)}div#fmi-warnings div .transform-rotate-110[data-v-e252bb1f]{transform:rotate(110deg)}div#fmi-warnings div .transform-rotate-115[data-v-e252bb1f]{transform:rotate(115deg)}div#fmi-warnings div .transform-rotate-120[data-v-e252bb1f]{transform:rotate(120deg)}div#fmi-warnings div .transform-rotate-125[data-v-e252bb1f]{transform:rotate(125deg)}div#fmi-warnings div .transform-rotate-130[data-v-e252bb1f]{transform:rotate(130deg)}div#fmi-warnings div .transform-rotate-135[data-v-e252bb1f]{transform:rotate(135deg)}div#fmi-warnings div .transform-rotate-140[data-v-e252bb1f]{transform:rotate(140deg)}div#fmi-warnings div .transform-rotate-145[data-v-e252bb1f]{transform:rotate(145deg)}div#fmi-warnings div .transform-rotate-150[data-v-e252bb1f]{transform:rotate(150deg)}div#fmi-warnings div .transform-rotate-155[data-v-e252bb1f]{transform:rotate(155deg)}div#fmi-warnings div .transform-rotate-160[data-v-e252bb1f]{transform:rotate(160deg)}div#fmi-warnings div .transform-rotate-165[data-v-e252bb1f]{transform:rotate(165deg)}div#fmi-warnings div .transform-rotate-170[data-v-e252bb1f]{transform:rotate(170deg)}div#fmi-warnings div .transform-rotate-175[data-v-e252bb1f]{transform:rotate(175deg)}div#fmi-warnings div .transform-rotate-180[data-v-e252bb1f]{transform:rotate(180deg)}div#fmi-warnings div .transform-rotate-185[data-v-e252bb1f]{transform:rotate(185deg)}div#fmi-warnings div .transform-rotate-190[data-v-e252bb1f]{transform:rotate(190deg)}div#fmi-warnings div .transform-rotate-195[data-v-e252bb1f]{transform:rotate(195deg)}div#fmi-warnings div .transform-rotate-200[data-v-e252bb1f]{transform:rotate(200deg)}div#fmi-warnings div .transform-rotate-205[data-v-e252bb1f]{transform:rotate(205deg)}div#fmi-warnings div .transform-rotate-210[data-v-e252bb1f]{transform:rotate(210deg)}div#fmi-warnings div .transform-rotate-215[data-v-e252bb1f]{transform:rotate(215deg)}div#fmi-warnings div .transform-rotate-220[data-v-e252bb1f]{transform:rotate(220deg)}div#fmi-warnings div .transform-rotate-225[data-v-e252bb1f]{transform:rotate(225deg)}div#fmi-warnings div .transform-rotate-230[data-v-e252bb1f]{transform:rotate(230deg)}div#fmi-warnings div .transform-rotate-235[data-v-e252bb1f]{transform:rotate(235deg)}div#fmi-warnings div .transform-rotate-240[data-v-e252bb1f]{transform:rotate(240deg)}div#fmi-warnings div .transform-rotate-245[data-v-e252bb1f]{transform:rotate(245deg)}div#fmi-warnings div .transform-rotate-250[data-v-e252bb1f]{transform:rotate(250deg)}div#fmi-warnings div .transform-rotate-255[data-v-e252bb1f]{transform:rotate(255deg)}div#fmi-warnings div .transform-rotate-260[data-v-e252bb1f]{transform:rotate(260deg)}div#fmi-warnings div .transform-rotate-265[data-v-e252bb1f]{transform:rotate(265deg)}div#fmi-warnings div .transform-rotate-270[data-v-e252bb1f]{transform:rotate(270deg)}div#fmi-warnings div .transform-rotate-275[data-v-e252bb1f]{transform:rotate(275deg)}div#fmi-warnings div .transform-rotate-280[data-v-e252bb1f]{transform:rotate(280deg)}div#fmi-warnings div .transform-rotate-285[data-v-e252bb1f]{transform:rotate(285deg)}div#fmi-warnings div .transform-rotate-290[data-v-e252bb1f]{transform:rotate(290deg)}div#fmi-warnings div .transform-rotate-295[data-v-e252bb1f]{transform:rotate(295deg)}div#fmi-warnings div .transform-rotate-300[data-v-e252bb1f]{transform:rotate(300deg)}div#fmi-warnings div .transform-rotate-305[data-v-e252bb1f]{transform:rotate(305deg)}div#fmi-warnings div .transform-rotate-310[data-v-e252bb1f]{transform:rotate(310deg)}div#fmi-warnings div .transform-rotate-315[data-v-e252bb1f]{transform:rotate(315deg)}div#fmi-warnings div .transform-rotate-320[data-v-e252bb1f]{transform:rotate(320deg)}div#fmi-warnings div .transform-rotate-325[data-v-e252bb1f]{transform:rotate(325deg)}div#fmi-warnings div .transform-rotate-330[data-v-e252bb1f]{transform:rotate(330deg)}div#fmi-warnings div .transform-rotate-335[data-v-e252bb1f]{transform:rotate(335deg)}div#fmi-warnings div .transform-rotate-340[data-v-e252bb1f]{transform:rotate(340deg)}div#fmi-warnings div .transform-rotate-345[data-v-e252bb1f]{transform:rotate(345deg)}div#fmi-warnings div .transform-rotate-350[data-v-e252bb1f]{transform:rotate(350deg)}div#fmi-warnings div .transform-rotate-355[data-v-e252bb1f]{transform:rotate(355deg)}div#fmi-warnings div .transform-rotate-360[data-v-e252bb1f]{transform:rotate(360deg)}div#fmi-warnings div div.symbol-image[data-v-e252bb1f]{display:table}div#fmi-warnings div .light-theme .level-0[data-v-e252bb1f],div#fmi-warnings div .light-theme .level-1[data-v-e252bb1f]{background-color:#6af86a}div#fmi-warnings div .light-theme .level-2[data-v-e252bb1f]{background-color:#f8f800}div#fmi-warnings div .light-theme .level-3[data-v-e252bb1f]{background-color:#f9bf2e}div#fmi-warnings div .light-theme .level-4[data-v-e252bb1f]{background-color:#ff0909}div#fmi-warnings div .dark-theme .level-0[data-v-e252bb1f],div#fmi-warnings div .dark-theme .level-1[data-v-e252bb1f]{background-color:#6af86a}div#fmi-warnings div .dark-theme .level-2[data-v-e252bb1f]{background-color:#f8f800}div#fmi-warnings div .dark-theme .level-3[data-v-e252bb1f]{background-color:#f9bf2e}div#fmi-warnings div .dark-theme .level-4[data-v-e252bb1f]{background-color:#ff0909}div#fmi-warnings div .light-gray-theme .level-0[data-v-e252bb1f],div#fmi-warnings div .light-gray-theme .level-1[data-v-e252bb1f]{background-color:#fff}div#fmi-warnings div .light-gray-theme .level-2[data-v-e252bb1f]{background-color:#aaa}div#fmi-warnings div .light-gray-theme .level-3[data-v-e252bb1f]{background-color:#555}div#fmi-warnings div .light-gray-theme .level-4[data-v-e252bb1f]{background-color:#000}div#fmi-warnings div .dark-gray-theme .level-0[data-v-e252bb1f],div#fmi-warnings div .dark-gray-theme .level-1[data-v-e252bb1f]{background-color:#fff}div#fmi-warnings div .dark-gray-theme .level-2[data-v-e252bb1f]{background-color:#aaa}div#fmi-warnings div .dark-gray-theme .level-3[data-v-e252bb1f]{background-color:#555}div#fmi-warnings div .dark-gray-theme .level-4[data-v-e252bb1f]{background-color:#000}@media (forced-colors: active){div#fmi-warnings div .level-0[data-v-e252bb1f],div#fmi-warnings div .level-1[data-v-e252bb1f],div#fmi-warnings div .level-2[data-v-e252bb1f],div#fmi-warnings div .level-3[data-v-e252bb1f],div#fmi-warnings div .level-4[data-v-e252bb1f]{forced-color-adjust:none}}div#fmi-warnings div .thunder-storm[data-v-e252bb1f]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bstroke-linecap%3A circle%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 11.96875 7.464844 L 9.957031 14.472656 L 13.484375 14.472656 L 11.488281 23.023438 L 18.265625 11.910156 L 14.601562 11.910156 L 16.597656 7.464844 Z M 11.96875 7.464844 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .wind[data-v-e252bb1f]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 12.140625 9.332031 L 6.84375 14.039062 L 12.140625 18.746094 L 12.140625 16.394531 L 20.535156 16.394531 L 20.535156 11.6875 L 12.140625 11.6875 Z M 12.140625 9.332031 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .rain[data-v-e252bb1f]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bstroke-linecap%3A round%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 15.230469 12.722656 C 15.230469 12.722656 13.296875 17.964844 12.082031 19.179688 C 11.167969 20.09375 9.6875 20.09375 8.773438 19.179688 C 7.859375 18.265625 7.859375 16.785156 8.773438 15.871094 C 9.988281 14.65625 15.230469 12.722656 15.230469 12.722656 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bstroke-linecap%3A round%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 20.515625 13.808594 C 20.515625 13.808594 19.039062 17.808594 18.113281 18.734375 C 17.417969 19.433594 16.285156 19.433594 15.589844 18.734375 C 14.890625 18.039062 14.890625 16.910156 15.589844 16.210938 C 16.515625 15.285156 20.515625 13.808594 20.515625 13.808594 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bstroke-linecap%3A round%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 14.191406 7.464844 C 14.191406 7.464844 12.714844 11.46875 11.789062 12.394531 C 11.09375 13.089844 9.960938 13.089844 9.265625 12.394531 C 8.566406 11.695312 8.566406 10.566406 9.265625 9.867188 C 10.191406 8.945312 14.191406 7.464844 14.191406 7.464844 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .traffic-weather[data-v-e252bb1f]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E %3Cg%3E %3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22 M 10.047 21.57 C 10.07 21.438 10.105 21.289 10.156 21.133 C 10.23 20.902 10.336 20.648 10.461 20.379 C 10.586 20.113 10.73 19.832 10.883 19.543 C 11.035 19.25 11.191 18.953 11.348 18.645 C 11.5 18.336 11.648 18.023 11.777 17.699 C 11.906 17.379 12.012 17.051 12.086 16.73 C 12.156 16.41 12.195 16.094 12.199 15.801 C 12.203 15.512 12.172 15.246 12.125 15.02 C 12.082 14.793 12.02 14.602 11.961 14.453 C 11.945 14.414 11.934 14.379 11.918 14.348 C 11.906 14.313 11.891 14.281 11.879 14.25 C 11.863 14.223 11.852 14.195 11.84 14.168 C 11.832 14.148 11.82 14.129 11.813 14.113 C 11.773 14.047 11.758 14.008 11.758 14.008 L 11.32 14.152 C 11.32 14.152 11.324 14.191 11.332 14.27 C 11.332 14.289 11.336 14.313 11.34 14.336 C 11.34 14.355 11.34 14.383 11.34 14.406 C 11.34 14.434 11.344 14.461 11.344 14.492 C 11.344 14.52 11.344 14.555 11.344 14.586 C 11.34 14.723 11.328 14.887 11.297 15.063 C 11.262 15.242 11.207 15.434 11.121 15.629 C 11.039 15.824 10.922 16.023 10.785 16.223 C 10.641 16.422 10.473 16.617 10.281 16.816 C 10.09 17.012 9.875 17.211 9.645 17.41 C 9.414 17.609 9.172 17.813 8.918 18.027 C 8.664 18.238 8.406 18.461 8.148 18.703 C 7.887 18.945 7.629 19.203 7.383 19.492 C 7.137 19.777 6.906 20.098 6.707 20.445 C 6.508 20.793 6.34 21.168 6.23 21.547 C 6.227 21.555 6.223 21.563 6.223 21.57 L 10.047 21.57 Z M 16.883 21.57 C 16.902 21.457 16.934 21.332 16.977 21.195 C 17.039 21 17.129 20.785 17.234 20.559 C 17.34 20.332 17.465 20.094 17.594 19.844 C 17.723 19.598 17.859 19.344 17.988 19.082 C 18.117 18.82 18.246 18.551 18.352 18.277 C 18.461 18.008 18.551 17.727 18.617 17.453 C 18.676 17.18 18.711 16.914 18.715 16.664 C 18.715 16.418 18.691 16.191 18.652 16 C 18.613 15.805 18.563 15.645 18.512 15.516 C 18.5 15.484 18.488 15.457 18.477 15.426 C 18.461 15.398 18.449 15.371 18.441 15.344 C 18.43 15.32 18.418 15.297 18.41 15.277 C 18.398 15.258 18.391 15.242 18.383 15.227 C 18.352 15.172 18.336 15.141 18.336 15.141 L 17.965 15.262 C 17.965 15.262 17.969 15.297 17.977 15.359 C 17.977 15.379 17.98 15.395 17.98 15.418 C 17.98 15.434 17.98 15.457 17.984 15.477 C 17.984 15.5 17.984 15.523 17.984 15.551 C 17.984 15.574 17.984 15.602 17.984 15.633 C 17.984 15.746 17.973 15.883 17.945 16.035 C 17.918 16.188 17.871 16.352 17.797 16.516 C 17.727 16.684 17.629 16.855 17.508 17.023 C 17.387 17.191 17.246 17.359 17.082 17.527 C 16.918 17.695 16.734 17.863 16.539 18.031 C 16.344 18.203 16.137 18.375 15.922 18.555 C 15.707 18.738 15.488 18.926 15.266 19.133 C 15.047 19.336 14.828 19.559 14.617 19.801 C 14.41 20.047 14.211 20.32 14.043 20.613 C 13.871 20.91 13.73 21.227 13.637 21.551 C 13.633 21.559 13.633 21.563 13.629 21.57 L 16.883 21.57 Z%22%2F%3E %3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22 M 11.798 8.412 L 13.203 5.891 C 13.297 5.719 13.516 5.602 13.715 5.602 L 13.715 5.602 C 13.742 5.602 13.766 5.602 13.793 5.605 L 18.887 6.508 C 19.102 6.547 19.309 6.754 19.344 6.973 L 19.805 9.829 L 20.641 9.977 C 20.859 10.016 20.992 10.223 20.938 10.438 L 20.207 13.289 C 20.152 13.504 19.93 13.648 19.715 13.609 L 19.254 13.527 L 19.121 14.273 C 19.082 14.492 18.875 14.637 18.656 14.602 L 17.895 14.465 C 17.676 14.426 17.531 14.215 17.566 14 L 17.699 13.254 L 15.59 12.883 C 15.375 12.844 15.184 12.809 15.168 12.809 C 15.152 12.805 14.961 12.77 14.742 12.73 L 12.637 12.359 L 12.504 13.102 C 12.469 13.32 12.258 13.469 12.039 13.43 L 11.277 13.297 C 11.059 13.258 10.914 13.047 10.953 12.828 L 11.082 12.086 L 10.621 12.004 C 10.402 11.965 10.242 11.754 10.266 11.531 L 10.555 8.602 C 10.578 8.379 10.773 8.23 10.992 8.27 L 11.798 8.412 Z M 18.589 9.614 L 18.262 7.582 L 14.012 6.832 L 14.012 6.832 L 13.011 8.627 L 18.589 9.614 Z%22%2F%3E %3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .pedestrian-safety[data-v-e252bb1f]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 13.085938 6.300781 L 12.683594 9.726562 L 13.949219 10.195312 L 12.460938 11.152344 L 9.921875 10.496094 L 7.960938 14.425781 L 8.710938 14.816406 L 10.722656 12.292969 L 12.113281 13.085938 L 10.363281 14.945312 L 11.890625 18.558594 L 12.59375 18.304688 L 11.847656 15.546875 L 16.867188 11.632812 L 17.917969 12.34375 L 17.125 14.871094 L 17.726562 15.132812 L 19.28125 12.0625 L 16.453125 9.347656 L 13.898438 8.773438 L 13.902344 6.222656 Z M 13.085938 6.300781 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 7.464844 21.207031 L 21.148438 21.207031 L 21.148438 19.832031 L 7.464844 19.832031 Z M 7.464844 21.207031 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 16.488281 8.796875 C 17.175781 8.84375 17.769531 8.3125 17.816406 7.605469 C 17.867188 6.898438 17.351562 6.285156 16.664062 6.234375 C 15.980469 6.183594 15.382812 6.71875 15.335938 7.425781 C 15.289062 8.132812 15.804688 8.746094 16.488281 8.796875 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .forest-fire-weather[data-v-e252bb1f]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 17.992188 12.910156 C 18.265625 14.246094 16.886719 16.019531 16.394531 15.089844 C 16.152344 14.632812 16.546875 13.894531 16.683594 13.460938 C 16.910156 12.742188 17.089844 11.980469 17.058594 11.222656 C 16.96875 8.910156 15.054688 5.578125 12.042969 5.601562 C 13.71875 7.621094 9.484375 9.496094 10.328125 13.910156 C 9.578125 13.78125 9.035156 12.359375 9.035156 12.359375 C 9.035156 12.359375 7.273438 18.726562 12.558594 18.726562 C 11.25 17.902344 10.289062 16.695312 10.25 15.304688 C 10.25 15.304688 11.398438 16.257812 12.414062 16.214844 C 11.648438 14.226562 13.027344 12.148438 14.742188 11.414062 C 14.175781 12.597656 13.578125 14.074219 13.753906 15.40625 C 14.027344 17.46875 16.335938 17.34375 17.816406 16.050781 C 17.816406 16.929688 16.609375 18.023438 15.855469 18.726562 C 20.917969 17.769531 19.09375 13.390625 17.992188 12.910156 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 8.089844 20.925781 L 20.527344 20.925781 L 20.527344 19.714844 L 8.089844 19.714844 Z M 8.089844 20.925781 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .grass-fire-weather[data-v-e252bb1f]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 17.992188 12.910156 C 18.265625 14.246094 16.886719 16.019531 16.394531 15.089844 C 16.152344 14.632812 16.546875 13.894531 16.683594 13.460938 C 16.910156 12.742188 17.089844 11.980469 17.058594 11.222656 C 16.96875 8.910156 15.054688 5.578125 12.042969 5.601562 C 13.71875 7.621094 9.484375 9.496094 10.328125 13.910156 C 9.578125 13.78125 9.035156 12.359375 9.035156 12.359375 C 9.035156 12.359375 7.273438 18.726562 12.558594 18.726562 C 11.25 17.902344 10.289062 16.695312 10.25 15.304688 C 10.25 15.304688 11.398438 16.257812 12.414062 16.214844 C 11.648438 14.226562 13.027344 12.148438 14.742188 11.414062 C 14.175781 12.597656 13.578125 14.074219 13.753906 15.40625 C 14.027344 17.46875 16.335938 17.34375 17.816406 16.050781 C 17.816406 16.929688 16.609375 18.023438 15.855469 18.726562 C 20.917969 17.769531 19.09375 13.390625 17.992188 12.910156 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 8.089844 20.925781 L 20.527344 20.925781 L 20.527344 19.714844 L 8.089844 19.714844 Z M 8.089844 20.925781 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .hot-weather[data-v-e252bb1f]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 13.828125 21.453125 C 12.722656 21.453125 11.820312 20.554688 11.820312 19.445312 C 11.820312 18.882812 12.050781 18.359375 12.46875 17.976562 L 12.46875 17.972656 C 12.589844 17.859375 12.667969 17.699219 12.667969 17.519531 L 12.667969 7.382812 C 12.667969 6.742188 13.1875 6.222656 13.828125 6.222656 C 14.46875 6.222656 14.992188 6.742188 14.992188 7.382812 L 14.992188 17.519531 C 14.992188 17.699219 15.070312 17.859375 15.191406 17.972656 L 15.191406 17.976562 C 15.609375 18.359375 15.835938 18.882812 15.835938 19.445312 C 15.835938 20.554688 14.9375 21.453125 13.828125 21.453125 Z M 17.503906 9.894531 C 17.792969 9.894531 18.023438 9.660156 18.023438 9.375 C 18.023438 9.089844 17.792969 8.855469 17.503906 8.855469 L 16.234375 8.855469 L 16.234375 8.203125 L 17.503906 8.203125 C 17.792969 8.203125 18.023438 7.96875 18.023438 7.683594 C 18.023438 7.398438 17.792969 7.164062 17.503906 7.164062 L 16.226562 7.164062 C 16.113281 5.941406 15.082031 4.976562 13.828125 4.976562 C 12.503906 4.976562 11.425781 6.058594 11.425781 7.382812 L 11.425781 17.265625 C 10.882812 17.859375 10.578125 18.640625 10.578125 19.445312 C 10.578125 21.238281 12.035156 22.699219 13.828125 22.699219 C 15.621094 22.699219 17.082031 21.238281 17.082031 19.445312 C 17.082031 18.640625 16.777344 17.859375 16.234375 17.265625 L 16.234375 11.585938 L 17.503906 11.585938 C 17.792969 11.585938 18.023438 11.355469 18.023438 11.066406 C 18.023438 10.78125 17.792969 10.550781 17.503906 10.550781 L 16.234375 10.550781 L 16.234375 9.894531 Z M 17.503906 9.894531 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 1px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 14.367188 18.234375 L 14.367188 12.691406 C 14.367188 12.390625 14.128906 12.152344 13.828125 12.152344 C 13.53125 12.152344 13.289062 12.390625 13.289062 12.691406 L 13.289062 18.234375 C 12.824219 18.441406 12.5 18.90625 12.5 19.445312 C 12.5 20.179688 13.097656 20.773438 13.828125 20.773438 C 14.5625 20.773438 15.15625 20.179688 15.15625 19.445312 C 15.15625 18.90625 14.832031 18.441406 14.367188 18.234375 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .cold-weather[data-v-e252bb1f]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 13.828125 21.453125 C 12.722656 21.453125 11.820312 20.554688 11.820312 19.445312 C 11.820312 18.882812 12.050781 18.359375 12.46875 17.976562 L 12.46875 17.972656 C 12.589844 17.859375 12.667969 17.699219 12.667969 17.519531 L 12.667969 7.382812 C 12.667969 6.742188 13.1875 6.222656 13.828125 6.222656 C 14.46875 6.222656 14.992188 6.742188 14.992188 7.382812 L 14.992188 17.519531 C 14.992188 17.699219 15.070312 17.859375 15.191406 17.972656 L 15.191406 17.976562 C 15.609375 18.359375 15.835938 18.882812 15.835938 19.445312 C 15.835938 20.554688 14.9375 21.453125 13.828125 21.453125 Z M 17.503906 9.894531 C 17.792969 9.894531 18.023438 9.660156 18.023438 9.375 C 18.023438 9.089844 17.792969 8.855469 17.503906 8.855469 L 16.234375 8.855469 L 16.234375 8.203125 L 17.503906 8.203125 C 17.792969 8.203125 18.023438 7.96875 18.023438 7.683594 C 18.023438 7.398438 17.792969 7.164062 17.503906 7.164062 L 16.226562 7.164062 C 16.113281 5.941406 15.082031 4.976562 13.828125 4.976562 C 12.503906 4.976562 11.425781 6.058594 11.425781 7.382812 L 11.425781 17.265625 C 10.882812 17.859375 10.578125 18.640625 10.578125 19.445312 C 10.578125 21.238281 12.035156 22.699219 13.828125 22.699219 C 15.621094 22.699219 17.082031 21.238281 17.082031 19.445312 C 17.082031 18.640625 16.777344 17.859375 16.234375 17.265625 L 16.234375 11.585938 L 17.503906 11.585938 C 17.792969 11.585938 18.023438 11.355469 18.023438 11.066406 C 18.023438 10.78125 17.792969 10.550781 17.503906 10.550781 L 16.234375 10.550781 L 16.234375 9.894531 Z M 17.503906 9.894531 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 1px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 14.367188 18.234375 L 14.367188 12.691406 C 14.367188 12.390625 14.128906 12.152344 13.828125 12.152344 C 13.53125 12.152344 13.289062 12.390625 13.289062 12.691406 L 13.289062 18.234375 C 12.824219 18.441406 12.5 18.90625 12.5 19.445312 C 12.5 20.179688 13.097656 20.773438 13.828125 20.773438 C 14.5625 20.773438 15.15625 20.179688 15.15625 19.445312 C 15.15625 18.90625 14.832031 18.441406 14.367188 18.234375 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .uv-note[data-v-e252bb1f]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 17.304688 18.0625 L 14.386719 9.996094 L 16.171875 9.996094 L 18.238281 15.964844 L 20.238281 9.996094 L 21.988281 9.996094 L 19.0625 18.0625 Z M 17.304688 18.0625 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 7.464844 9.996094 L 9.117188 9.996094 L 9.117188 14.363281 C 9.117188 15.054688 9.136719 15.503906 9.175781 15.710938 C 9.246094 16.042969 9.414062 16.304688 9.679688 16.507812 C 9.945312 16.707031 10.308594 16.804688 10.769531 16.804688 C 11.238281 16.804688 11.589844 16.710938 11.828125 16.523438 C 12.066406 16.332031 12.207031 16.101562 12.257812 15.828125 C 12.304688 15.550781 12.328125 15.09375 12.328125 14.457031 L 12.328125 9.996094 L 13.976562 9.996094 L 13.976562 14.230469 C 13.976562 15.199219 13.933594 15.882812 13.84375 16.285156 C 13.753906 16.683594 13.589844 17.019531 13.351562 17.296875 C 13.113281 17.570312 12.792969 17.789062 12.390625 17.953125 C 11.988281 18.117188 11.464844 18.199219 10.820312 18.199219 C 10.039062 18.199219 9.449219 18.109375 9.046875 17.929688 C 8.644531 17.753906 8.324219 17.523438 8.089844 17.238281 C 7.855469 16.953125 7.703125 16.65625 7.628906 16.34375 C 7.519531 15.882812 7.464844 15.199219 7.464844 14.296875 Z M 7.464844 9.996094 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .flood-level[data-v-e252bb1f]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.72549%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 21.542969 17.964844 C 20.371094 17.964844 19.757812 18.617188 19.265625 19.140625 C 18.828125 19.609375 18.480469 19.980469 17.765625 19.980469 C 17.050781 19.980469 16.703125 19.609375 16.265625 19.140625 C 15.773438 18.617188 15.160156 17.964844 13.988281 17.964844 C 12.8125 17.964844 12.199219 18.617188 11.707031 19.140625 C 11.269531 19.609375 10.921875 19.976562 10.207031 19.976562 C 9.492188 19.976562 9.148438 19.609375 8.707031 19.140625 C 8.214844 18.617188 7.605469 17.964844 6.429688 17.964844 C 6.132812 17.964844 5.894531 18.203125 5.894531 18.5 C 5.894531 18.792969 6.132812 19.03125 6.429688 19.03125 L 6.441406 19.03125 C 7.144531 19.035156 7.492188 19.40625 7.929688 19.871094 C 8.421875 20.394531 9.03125 21.046875 10.207031 21.046875 C 11.382812 21.046875 11.996094 20.394531 12.484375 19.871094 C 12.925781 19.402344 13.273438 19.03125 13.988281 19.03125 C 14.699219 19.03125 15.046875 19.402344 15.488281 19.871094 C 15.980469 20.394531 16.589844 21.046875 17.765625 21.046875 C 18.941406 21.046875 19.554688 20.394531 20.042969 19.871094 C 20.480469 19.40625 20.828125 19.039062 21.535156 19.03125 L 21.542969 19.03125 C 21.839844 19.03125 22.078125 18.792969 22.078125 18.5 C 22.078125 18.203125 21.839844 17.964844 21.542969 17.964844 Z M 21.542969 17.964844 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.72549%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 20.386719 11.488281 L 13.933594 6.632812 L 7.480469 11.488281 L 9.886719 11.488281 L 9.886719 18.070312 L 9.90625 18.070312 C 10.667969 18.070312 11.035156 17.675781 11.503906 17.175781 C 12.027344 16.617188 12.679688 15.921875 13.933594 15.921875 C 15.1875 15.921875 15.835938 16.617188 16.359375 17.175781 C 16.828125 17.675781 17.199219 18.070312 17.957031 18.070312 L 17.976562 18.070312 L 17.976562 11.488281 Z M 15.074219 13.90625 L 12.753906 13.90625 L 12.753906 11.589844 L 15.074219 11.589844 Z M 15.074219 13.90625 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.72549%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 21.542969 15.527344 C 20.371094 15.527344 19.757812 16.179688 19.265625 16.703125 C 18.828125 17.171875 18.480469 17.542969 17.765625 17.542969 C 17.050781 17.542969 16.707031 17.171875 16.265625 16.703125 C 15.773438 16.179688 15.164062 15.527344 13.988281 15.527344 C 12.8125 15.527344 12.199219 16.179688 11.707031 16.703125 C 11.269531 17.171875 10.921875 17.542969 10.207031 17.542969 C 9.492188 17.542969 9.148438 17.171875 8.707031 16.703125 C 8.214844 16.179688 7.605469 15.527344 6.429688 15.527344 C 6.132812 15.527344 5.894531 15.765625 5.894531 16.0625 C 5.894531 16.355469 6.132812 16.59375 6.429688 16.59375 L 6.4375 16.59375 C 7.144531 16.597656 7.492188 16.96875 7.929688 17.433594 C 8.417969 17.957031 9.03125 18.609375 10.207031 18.609375 C 11.382812 18.609375 11.996094 17.957031 12.484375 17.433594 C 12.925781 16.964844 13.273438 16.59375 13.988281 16.59375 C 14.699219 16.59375 15.046875 16.964844 15.488281 17.433594 C 15.980469 17.957031 16.589844 18.609375 17.765625 18.609375 C 18.941406 18.609375 19.554688 17.957031 20.042969 17.433594 C 20.480469 16.96875 20.828125 16.597656 21.535156 16.59375 L 21.542969 16.59375 C 21.734375 16.59375 21.910156 16.492188 22.007812 16.328125 C 22.101562 16.164062 22.101562 15.960938 22.007812 15.792969 C 21.910156 15.628906 21.734375 15.527344 21.542969 15.527344 Z M 21.542969 15.527344 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .sea-wind[data-v-e252bb1f]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E %3Cg id%3D%22surface1%22%3E %3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bstroke-linecap%3A square%3Bpaint-order%3A stroke%3Bfill-rule%3Anonzero%3Bfill%3Argb(0%25%2C0%25%2C0%25)%3Bfill-opacity%3A1%3B%22 transform%3D%22translate(14%2C 14) scale(0.93) translate(-14%2C -14)%22 d%3D%22M 11.127030796064377 6.106581985398371 A 8.4 8.4 0 1 0 16.872969203935618 6.106581985398369 L 14 0 L 11.127030796064377 6.106581985398371%22 %2F%3E %3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .sea-thunder-storm[data-v-e252bb1f]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bstroke-linecap%3A circle%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 11.855469 7.464844 L 9.839844 14.472656 L 13.371094 14.472656 L 11.375 23.023438 L 18.152344 11.910156 L 14.484375 11.910156 L 16.484375 7.464844 Z M 11.855469 7.464844 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .sea-water-height-high-water[data-v-e252bb1f]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 18.332031 18.976562 C 17.078125 18.976562 16.421875 18.28125 15.898438 17.722656 C 15.429688 17.21875 15.058594 16.824219 14.296875 16.824219 C 13.535156 16.824219 13.164062 17.21875 12.691406 17.722656 C 12.167969 18.28125 11.515625 18.976562 10.257812 18.976562 C 9.003906 18.976562 8.351562 18.28125 7.824219 17.722656 C 7.355469 17.21875 6.984375 16.824219 6.222656 16.824219 L 6.222656 15.683594 C 7.476562 15.683594 8.132812 16.382812 8.65625 16.941406 C 9.125 17.441406 9.496094 17.839844 10.257812 17.839844 C 11.019531 17.839844 11.390625 17.441406 11.863281 16.941406 C 12.386719 16.382812 13.039062 15.683594 14.296875 15.683594 C 15.550781 15.683594 16.203125 16.382812 16.730469 16.941406 C 17.199219 17.441406 17.570312 17.839844 18.332031 17.839844 C 19.09375 17.839844 19.464844 17.441406 19.933594 16.941406 C 20.460938 16.382812 21.113281 15.683594 22.371094 15.683594 L 22.371094 16.824219 C 21.605469 16.824219 21.234375 17.21875 20.765625 17.722656 C 20.242188 18.28125 19.589844 18.976562 18.332031 18.976562 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 18.332031 16.261719 C 17.078125 16.261719 16.421875 15.566406 15.898438 15.007812 C 15.429688 14.503906 15.058594 14.109375 14.296875 14.109375 C 13.535156 14.109375 13.164062 14.503906 12.691406 15.007812 C 12.167969 15.566406 11.515625 16.261719 10.257812 16.261719 C 9.003906 16.261719 8.351562 15.566406 7.824219 15.007812 C 7.355469 14.503906 6.984375 14.109375 6.222656 14.109375 L 6.222656 12.972656 C 7.476562 12.972656 8.132812 13.667969 8.65625 14.226562 C 9.125 14.726562 9.496094 15.125 10.257812 15.125 C 11.019531 15.125 11.390625 14.726562 11.863281 14.226562 C 12.386719 13.667969 13.039062 12.972656 14.296875 12.972656 C 15.550781 12.972656 16.203125 13.667969 16.730469 14.226562 C 17.199219 14.726562 17.570312 15.125 18.332031 15.125 C 19.09375 15.125 19.464844 14.726562 19.933594 14.226562 C 20.460938 13.667969 21.113281 12.972656 22.371094 12.972656 L 22.371094 14.109375 C 21.605469 14.109375 21.234375 14.503906 20.765625 15.007812 C 20.242188 15.566406 19.589844 16.261719 18.332031 16.261719 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 18.332031 21.582031 C 17.078125 21.582031 16.421875 20.882812 15.898438 20.324219 C 15.429688 19.824219 15.058594 19.425781 14.296875 19.425781 C 13.535156 19.425781 13.164062 19.824219 12.691406 20.324219 C 12.167969 20.882812 11.515625 21.582031 10.257812 21.582031 C 9.003906 21.582031 8.351562 20.882812 7.824219 20.324219 C 7.355469 19.824219 6.984375 19.425781 6.222656 19.425781 L 6.222656 18.289062 C 7.476562 18.289062 8.132812 18.984375 8.65625 19.542969 C 9.125 20.046875 9.496094 20.441406 10.257812 20.441406 C 11.019531 20.441406 11.390625 20.046875 11.863281 19.542969 C 12.386719 18.984375 13.039062 18.289062 14.296875 18.289062 C 15.550781 18.289062 16.203125 18.984375 16.730469 19.542969 C 17.199219 20.046875 17.570312 20.441406 18.332031 20.441406 C 19.09375 20.441406 19.464844 20.046875 19.933594 19.542969 C 20.460938 18.984375 21.113281 18.289062 22.371094 18.289062 L 22.371094 19.425781 C 21.605469 19.425781 21.234375 19.824219 20.765625 20.324219 C 20.242188 20.882812 19.589844 21.582031 18.332031 21.582031 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 16.679688 9.792969 L 16.679688 12.566406 L 19.851562 12.566406 L 19.851562 9.792969 L 21.4375 9.792969 L 18.265625 6.222656 L 15.09375 9.792969 Z M 16.679688 9.792969 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .sea-water-height-shallow-water[data-v-e252bb1f]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 18.390625 19.039062 C 17.128906 19.039062 16.472656 18.339844 15.945312 17.777344 C 15.472656 17.273438 15.101562 16.875 14.335938 16.875 C 13.570312 16.875 13.195312 17.273438 12.726562 17.777344 C 12.199219 18.339844 11.539062 19.039062 10.277344 19.039062 C 9.015625 19.039062 8.359375 18.339844 7.832031 17.777344 C 7.359375 17.273438 6.988281 16.875 6.222656 16.875 L 6.222656 15.730469 C 7.484375 15.730469 8.140625 16.433594 8.667969 16.996094 C 9.140625 17.496094 9.511719 17.894531 10.277344 17.894531 C 11.042969 17.894531 11.417969 17.496094 11.890625 16.996094 C 12.417969 16.433594 13.074219 15.730469 14.335938 15.730469 C 15.597656 15.730469 16.253906 16.433594 16.78125 16.996094 C 17.253906 17.496094 17.625 17.894531 18.390625 17.894531 C 19.160156 17.894531 19.53125 17.496094 20.003906 16.996094 C 20.53125 16.433594 21.1875 15.730469 22.449219 15.730469 L 22.449219 16.875 C 21.683594 16.875 21.308594 17.273438 20.839844 17.777344 C 20.3125 18.339844 19.65625 19.039062 18.390625 19.039062 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 18.390625 21.65625 C 17.128906 21.65625 16.472656 20.957031 15.945312 20.394531 C 15.472656 19.890625 15.101562 19.492188 14.335938 19.492188 C 13.570312 19.492188 13.195312 19.890625 12.726562 20.394531 C 12.199219 20.957031 11.539062 21.65625 10.277344 21.65625 C 9.015625 21.65625 8.359375 20.957031 7.832031 20.394531 C 7.359375 19.890625 6.988281 19.492188 6.222656 19.492188 L 6.222656 18.347656 C 7.484375 18.347656 8.140625 19.046875 8.667969 19.609375 C 9.140625 20.113281 9.511719 20.511719 10.277344 20.511719 C 11.042969 20.511719 11.417969 20.113281 11.890625 19.609375 C 12.417969 19.046875 13.074219 18.347656 14.335938 18.347656 C 15.597656 18.347656 16.253906 19.046875 16.78125 19.609375 C 17.253906 20.113281 17.625 20.511719 18.390625 20.511719 C 19.160156 20.511719 19.53125 20.113281 20.003906 19.609375 C 20.53125 19.046875 21.1875 18.347656 22.449219 18.347656 L 22.449219 19.492188 C 21.683594 19.492188 21.308594 19.890625 20.839844 20.394531 C 20.3125 20.957031 19.65625 21.65625 18.390625 21.65625 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 16.730469 9.011719 L 16.730469 6.222656 L 19.917969 6.222656 L 19.917969 9.011719 L 21.511719 9.011719 L 18.324219 12.597656 L 15.136719 9.011719 Z M 16.730469 9.011719 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .sea-wave-height[data-v-e252bb1f]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E %3Cg id%3D%22surface1%22%3E %3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 1.8px%3Bstroke-linecap%3A round%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 18.551 13.477 C 19.336 13.027 18.824 11.559 18.816 11.508 C 18.449 11.289 18.008 11.156 17.566 11.156 C 16.809 11.156 16.137 11.512 15.699 12.063 C 16.734 12.848 18.09 13.742 18.551 13.477 Z%22%2F%3E %3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 1.8px%3Bstroke-linecap%3A round%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 15.227 12.785 C 15.227 11.605 16.184 10.648 17.363 10.648 C 17.867 10.648 18.73 11.129 18.738 11.133 C 18.746 11.137 18.742 11.137 18.738 11.133 C 18.656 10.753 18.527 10.391 18.359 10.053 C 18.212 9.756 18.034 9.478 17.83 9.223 C 17.438 8.734 16.949 8.327 16.39 8.033 C 15.752 7.697 15.024 7.508 14.246 7.508 C 13.426 7.508 12.66 7.723 11.992 8.094 C 7.359 10.262 8.133 18.645 8.145 19.93 L 21.762 19.93 C 19.66 18.359 15.227 15.254 15.227 12.785 Z%22%2F%3E %3C%2Fg%3E %3C%2Fsvg%3E")}div#fmi-warnings div .sea-icing[data-v-e252bb1f]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 15.171875 9.5625 L 12.644531 15.875 L 14.515625 21.3125 L 16.925781 13.535156 L 17.933594 16.613281 L 21.136719 9.5625 Z M 15.171875 9.5625 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 7.464844 9.5625 L 10.863281 18.328125 L 14.371094 9.5625 Z M 7.464844 9.5625 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .several[data-v-e252bb1f]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 13.605469 18.632812 L 14.984375 18.632812 L 14.984375 14.984375 L 18.632812 14.984375 L 18.632812 13.605469 L 14.984375 13.605469 L 14.984375 9.957031 L 13.605469 9.957031 L 13.605469 13.605469 L 9.957031 13.605469 L 9.957031 14.984375 L 13.605469 14.984375 Z M 13.605469 18.632812 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div span.symbol-text[data-v-e252bb1f]{display:table-cell;vertical-align:middle;line-height:28px;width:100%;text-align:center;margin:0 auto;font-family:Noto Sans,sans-serif!important;color:#fff;text-anchor:middle;font-weight:700}@media (max-width: 575px){div#fmi-warnings div .symbol-text[data-v-e252bb1f]{display:none}}div#fmi-warnings div h3[data-v-e252bb1f]{font-family:Roboto,Helvetica,Arial,sans-serif;font-size:1rem;font-weight:700;white-space:nowrap;margin-top:0}div#fmi-warnings div .row[data-v-e252bb1f]{display:block;margin-left:0;margin-right:0}div#fmi-warnings div div.symbol-list-main-row[data-v-e252bb1f]{padding-left:0}div#fmi-warnings div div.show-text-row[data-v-e252bb1f]{height:30px}div#fmi-warnings div div.show-text-row button.show-text[data-v-e252bb1f]{width:auto;padding:0;border:none;background:none}div#fmi-warnings-view>div.row>button.show-text[data-v-e252bb1f]{line-height:30px;float:right;cursor:pointer;white-space:nowrap}div#fmi-warnings-view.light-theme>div.row>button.show-text[data-v-e252bb1f]{color:#3a66e3}div#fmi-warnings-view.dark-theme>div.row>button.show-text[data-v-e252bb1f]{color:#3a66e3}div#fmi-warnings-view.light-gray-theme>div.row>button.show-text[data-v-e252bb1f]{color:#434752}div#fmi-warnings-view.dark-gray-theme>div.row>button.show-text[data-v-e252bb1f]{color:#eee}div#fmi-warnings div hr.symbol-block-separator[data-v-e252bb1f]{margin-left:59px;margin-right:0}div#fmi-warnings div hr.legend-separator[data-v-e252bb1f]{margin-top:55px}div#fmi-warnings div hr.legend-separator.no-warnings[data-v-e252bb1f]{margin-top:10px}div#fmi-warnings div div.symbol-list-table[data-v-e252bb1f]{display:table;border-spacing:0;width:100%;padding:0}div#fmi-warnings div div.symbol-list-cell[data-v-e252bb1f]{display:table-cell;vertical-align:middle;line-height:50px;text-align:left}div#fmi-warnings div div.symbol-list-cell-image[data-v-e252bb1f]{width:44px}div#fmi-warnings div .light-theme .gray[data-v-e252bb1f]{background-color:#e8e8e8}div#fmi-warnings div .dark-theme .gray[data-v-e252bb1f]{background-color:#434752}div#fmi-warnings div .light-gray-theme .gray[data-v-e252bb1f]{background-color:#f4f4f4}div#fmi-warnings div .dark-gray-theme .gray[data-v-e252bb1f]{background-color:#2d2d2d}@media (forced-colors: active){div#fmi-warnings div .gray[data-v-e252bb1f]{forced-color-adjust:none}}div#fmi-warnings div .several[data-v-e252bb1f]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 13.605469 18.632812 L 14.984375 18.632812 L 14.984375 14.984375 L 18.632812 14.984375 L 18.632812 13.605469 L 14.984375 13.605469 L 14.984375 9.957031 L 13.605469 9.957031 L 13.605469 13.605469 L 9.957031 13.605469 L 9.957031 14.984375 L 13.605469 14.984375 Z M 13.605469 18.632812 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div div.symbol-list-image-column[data-v-e252bb1f]{width:44px;margin-top:2px}div#fmi-warnings div .symbol-list-image[data-v-e252bb1f]{height:44px;background-size:44px 44px}div#fmi-warnings div .symbol-list-image.sea-wind[data-v-e252bb1f]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E %3Cg transform-origin%3D%2214 14%22 transform%3D%22scale(0.85)%22%3E %3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(0%25%2C0%25%2C0%25)%3Bfill-opacity%3A1%3B%22 d%3D%22 M 16.782 7.178 L 22.844 5.156 L 20.822 11.218 C 21.173 12.077 21.367 13.016 21.367 14 C 21.367 18.063 18.063 21.367 14 21.367 C 9.938 21.367 6.633 18.063 6.633 14 C 6.633 9.938 9.938 6.633 14 6.633 L 14 6.633 C 14.984 6.633 15.923 6.827 16.782 7.178 Z M 14 8.844 C 11.156 8.844 8.844 11.156 8.844 14 C 8.844 16.844 11.156 19.16 14 19.16 C 16.844 19.16 19.156 16.844 19.156 14 C 19.156 11.156 16.844 8.844 14 8.844 L 14 8.844 Z%22%2F%3E %3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div div.warning-image[data-v-e252bb1f]{border-radius:50%;background-repeat:no-repeat;background-position:center}div#fmi-warnings div .light-gray-theme div.warning-image[data-v-e252bb1f]{border:1px solid #666666}div#fmi-warnings div .dark-gray-theme div.warning-image[data-v-e252bb1f]{border:1px solid #ffffff}div#fmi-warnings div div.symbol-list-cell-text[data-v-e252bb1f]{padding-left:15px;padding-right:0}div#fmi-warnings-list div.symbol-list-cell-text[data-v-e252bb1f]{padding-right:0}div#fmi-warnings-list div.symbol-list-cell-text hr[data-v-e252bb1f]{margin-right:0}div#fmi-warnings-view div.symbol-list-table div.symbol-list-cell.symbol-list-cell-text[data-v-e252bb1f]{padding-right:0}div#fmi-warnings-view div.symbol-list-table div.symbol-list-cell.symbol-list-cell-text hr[data-v-e252bb1f]{margin-right:0}div#fmi-warnings div .item-text[data-v-e252bb1f]{display:inline-block;vertical-align:middle;line-height:normal}div#fmi-warnings div div.symbol-list-text[data-v-e252bb1f]{display:table-cell;height:50px}div#fmi-warnings div hr[data-v-e252bb1f]{padding:0;margin:0;border:0 none;height:2px;width:auto;opacity:1}div#fmi-warnings div .light-theme hr[data-v-e252bb1f]{background-color:#eee;color:#eee}div#fmi-warnings div .dark-theme hr[data-v-e252bb1f]{background-color:#434752;color:#434752}div#fmi-warnings div .light-gray-theme hr[data-v-e252bb1f]{background-color:#eee;color:#eee}div#fmi-warnings div .dark-gray-theme hr[data-v-e252bb1f]{background-color:#434752;color:#434752}@media (max-width: 767px){div#fmi-warnings div hr.symbol-block-separator[data-v-e252bb1f],div#fmi-warnings div hr.bottom-separator[data-v-e252bb1f],div#fmi-warnings div div.show-text-row[data-v-e252bb1f],div#fmi-warnings div[data-v-e252bb1f] br.symbol-list-header-line-break{display:none}}',cv={name:"Warnings",components:{Warning:fs},mixins:[te],props:["input","visibleWarnings","language","theme"],computed:{warnings(){return this.input},hiddenWarnings(){return this.visibleWarnings.length!==this.input.length},noWarnings(){return this.warnings.length===0},warningSymbolsText(){return this.noWarnings?this.t("noWarnings"):this.t("warningSymbols")},warningSymbolDaysText(){return this.noWarnings?"":this.t("warningSymbolDays")},showWarningsText(){return this.t("showWarnings")},severalWarningsText(){return this.t("severalWarnings")},warningLevel1Text(){return this.t("warningLevel1")},warningLevel2Text(){return this.t("warningLevel2")},warningLevel3Text(){return this.t("warningLevel3")},warningLevel4Text(){return this.t("warningLevel4")}},methods:{onWarningToggled({warning:t,visible:e}){let r=this.visibleWarnings;e&&!this.visibleWarnings.includes(t)?r.push(t):e||(r=r.filter(n=>n!==t)),this.$emit("warningsToggled",r)},showAll(){this.$emit("showAllWarnings")}}},qe=t=>(Ue("data-v-e252bb1f"),t=t(),Ge(),t),fv={key:0,class:wi(["row","symbol-list-main-row","show-text-row"])},vv={key:1,class:"row symbol-list-main-row"},pv=qe(()=>q("hr",{class:"symbol-block-separator"},null,-1)),bv=[pv],hv={id:"fmi-warnings-list"},wv={class:"row symbol-list-main-row"},Cv={class:"row symbol-list-main-row"},xv={class:"symbol-list-table"},yv=qe(()=>q("div",{class:"symbol-list-cell symbol-list-cell-image"},[q("div",{class:"gray several symbol-list-image-column symbol-list-image warning-image"})],-1)),Av={class:"symbol-list-cell symbol-list-cell-text"},Dv={class:"item-text symbol-list-text"},kv={class:"row symbol-list-main-row"},Ev={class:"symbol-list-table"},Fv=qe(()=>q("div",{class:"symbol-list-cell symbol-list-cell-image"},[q("div",{class:"level-1 symbol-list-image-column symbol-list-image warning-image"})],-1)),Bv={class:"symbol-list-cell symbol-list-cell-text"},Lv={class:"item-text symbol-list-text"},Iv={class:"row symbol-list-main-row"},Sv={class:"symbol-list-table"},Tv=qe(()=>q("div",{class:"symbol-list-cell symbol-list-cell-image"},[q("div",{class:"level-2 symbol-list-image-column symbol-list-image warning-image"})],-1)),_v={class:"symbol-list-cell symbol-list-cell-text"},Nv={class:"item-text symbol-list-text"},Mv={class:"row symbol-list-main-row"},Rv={class:"symbol-list-table"},Pv=qe(()=>q("div",{class:"symbol-list-cell symbol-list-cell-image"},[q("div",{class:"level-3 symbol-list-image-column symbol-list-image warning-image"})],-1)),Ov={class:"symbol-list-cell symbol-list-cell-text"},zv={class:"item-text symbol-list-text"},jv={class:"row symbol-list-main-row"},Wv={class:"symbol-list-table"},Zv=qe(()=>q("div",{class:"symbol-list-cell symbol-list-cell-image"},[q("div",{class:"level-4 symbol-list-image-column symbol-list-image warning-image"})],-1)),Uv={class:"symbol-list-cell symbol-list-cell-text"},Gv={class:"item-text symbol-list-text"},qv=qe(()=>q("hr",{class:"bottom-separator"},null,-1));function Hv(t,e,r,n,o,s){const d=fs;return G(),ri("div",{id:"fmi-warnings-view",class:wi(r.theme)},[r.input.length>0?(G(),ri("div",fv,[q("button",{tabindex:"0",type:"button",class:wi(["bold-text show-text d-none focus-ring",{"d-sm-block":s.hiddenWarnings}]),onClick:e[0]||(e[0]=(...u)=>s.showAll&&s.showAll(...u))},ki(s.showWarningsText),3)])):qi("",!0),r.input.length>0?(G(),ri("div",vv,bv)):qi("",!0),q("div",hv,[(G(!0),ri(Bi,null,$i(s.warnings,u=>(G(),zi(d,{key:u.key,input:u,hideable:s.warnings.length>1,theme:r.theme,language:r.language,onWarningToggled:s.onWarningToggled},null,8,["input","hideable","theme","language","onWarningToggled"]))),128))]),q("div",wv,[q("hr",{class:wi(["symbol-block-separator legend-separator",s.noWarnings?"no-warnings":""])},null,2)]),q("div",Cv,[q("div",xv,[yv,q("div",Av,[q("div",Dv,ki(s.severalWarningsText),1)])])]),q("div",kv,[q("div",Ev,[Fv,q("div",Bv,[q("div",Lv,ki(s.warningLevel1Text),1)])])]),q("div",Iv,[q("div",Sv,[Tv,q("div",_v,[q("div",Nv,ki(s.warningLevel2Text),1)])])]),q("div",Mv,[q("div",Rv,[Pv,q("div",Ov,[q("div",zv,ki(s.warningLevel3Text),1)])])]),q("div",jv,[q("div",Wv,[Zv,q("div",Uv,[q("div",Gv,ki(s.warningLevel4Text),1),qv])])])],2)}const vs=Dt(cv,[["render",Hv],["styles",[mv]],["__scopeId","data-v-e252bb1f"]]),Vv='div#fmi-warnings div div#gray-scale-select-row[data-v-4fe779db]{width:100%;margin-top:20px;padding-left:59px}div#fmi-warnings div div#gray-scale-select-row.narrow-screen[data-v-4fe779db]{display:none}div#fmi-warnings div div#gray-scale-select-row[data-v-4fe779db]:not(.narrow-screen){display:table}div#fmi-warnings div div#gray-scale-select-text[data-v-4fe779db]{display:table-cell;max-width:141px;padding-right:5px;vertical-align:middle;line-height:normal}div#fmi-warnings div div#gray-scale-select-container[data-v-4fe779db]{display:table-cell;width:30px;height:50px;vertical-align:middle}div#fmi-warnings div div#gray-scale-select[data-v-4fe779db]{width:100%;height:30px;margin:0;background-repeat:no-repeat;background-position:center;cursor:pointer}div#fmi-warnings div .light-theme .gray-scale-selected[data-v-4fe779db]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22 standalone%3D%22no%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2230%22 height%3D%2230%22 fill%3D%22%233a66e3%22 class%3D%22bi bi-toggle-on%22 viewBox%3D%220 0 30 30%22%3E %3Cpath d%3D%22M 9.375 5.625 C 4.199219 5.625 0 9.824219 0 15 C 0 20.175781 4.199219 24.375 9.375 24.375 L 20.625 24.375 C 25.800781 24.375 30 20.175781 30 15 C 30 9.824219 25.800781 5.625 20.625 5.625 Z M 20.625 22.5 C 16.484375 22.5 13.125 19.140625 13.125 15 C 13.125 10.859375 16.484375 7.5 20.625 7.5 C 24.765625 7.5 28.125 10.859375 28.125 15 C 28.125 19.140625 24.765625 22.5 20.625 22.5 Z M 20.625 22.5%22%2F%3E%3C%2Fsvg%3E")}div#fmi-warnings div .dark-theme .gray-scale-selected[data-v-4fe779db]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22 standalone%3D%22no%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2230%22 height%3D%2230%22 fill%3D%22%23e3e3e3%22 class%3D%22bi bi-toggle-on%22 viewBox%3D%220 0 30 30%22%3E %3Cpath d%3D%22M 9.375 5.625 C 4.199219 5.625 0 9.824219 0 15 C 0 20.175781 4.199219 24.375 9.375 24.375 L 20.625 24.375 C 25.800781 24.375 30 20.175781 30 15 C 30 9.824219 25.800781 5.625 20.625 5.625 Z M 20.625 22.5 C 16.484375 22.5 13.125 19.140625 13.125 15 C 13.125 10.859375 16.484375 7.5 20.625 7.5 C 24.765625 7.5 28.125 10.859375 28.125 15 C 28.125 19.140625 24.765625 22.5 20.625 22.5 Z M 20.625 22.5%22%2F%3E%3C%2Fsvg%3E")}div#fmi-warnings div .light-gray-theme .gray-scale-selected[data-v-4fe779db]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22 standalone%3D%22no%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2230%22 height%3D%2230%22 fill%3D%22%23434752%22 class%3D%22bi bi-toggle-on%22 viewBox%3D%220 0 30 30%22%3E %3Cpath d%3D%22M 9.375 5.625 C 4.199219 5.625 0 9.824219 0 15 C 0 20.175781 4.199219 24.375 9.375 24.375 L 20.625 24.375 C 25.800781 24.375 30 20.175781 30 15 C 30 9.824219 25.800781 5.625 20.625 5.625 Z M 20.625 22.5 C 16.484375 22.5 13.125 19.140625 13.125 15 C 13.125 10.859375 16.484375 7.5 20.625 7.5 C 24.765625 7.5 28.125 10.859375 28.125 15 C 28.125 19.140625 24.765625 22.5 20.625 22.5 Z M 20.625 22.5%22%2F%3E%3C%2Fsvg%3E")}div#fmi-warnings div .dark-gray-theme .gray-scale-selected[data-v-4fe779db]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22 standalone%3D%22no%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2230%22 height%3D%2230%22 fill%3D%22%23e3e3e3%22 class%3D%22bi bi-toggle-on%22 viewBox%3D%220 0 30 30%22%3E %3Cpath d%3D%22M 9.375 5.625 C 4.199219 5.625 0 9.824219 0 15 C 0 20.175781 4.199219 24.375 9.375 24.375 L 20.625 24.375 C 25.800781 24.375 30 20.175781 30 15 C 30 9.824219 25.800781 5.625 20.625 5.625 Z M 20.625 22.5 C 16.484375 22.5 13.125 19.140625 13.125 15 C 13.125 10.859375 16.484375 7.5 20.625 7.5 C 24.765625 7.5 28.125 10.859375 28.125 15 C 28.125 19.140625 24.765625 22.5 20.625 22.5 Z M 20.625 22.5%22%2F%3E%3C%2Fsvg%3E")}div#fmi-warnings div .light-theme .gray-scale-unselected[data-v-4fe779db]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22 standalone%3D%22no%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2230%22 height%3D%2230%22 fill%3D%22%23979797%22 class%3D%22bi bi-toggle-off%22 viewBox%3D%220 0 30 30%22%3E %3Cpath d%3D%22M 20.625 5.625 C 25.800781 5.625 30 9.824219 30 15 C 30 20.175781 25.800781 24.375 20.625 24.375 L 9.375 24.375 C 4.199219 24.375 0 20.175781 0 15 C 0 9.824219 4.199219 5.625 9.375 5.625 Z M 9.375 22.5 C 13.515625 22.5 16.875 19.140625 16.875 15 C 16.875 10.859375 13.515625 7.5 9.375 7.5 C 5.234375 7.5 1.875 10.859375 1.875 15 C 1.875 19.140625 5.234375 22.5 9.375 22.5 Z M 9.375 22.5 %22%2F%3E%3C%2Fsvg%3E")}div#fmi-warnings div .dark-theme .gray-scale-unselected[data-v-4fe779db]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22 standalone%3D%22no%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2230%22 height%3D%2230%22 fill%3D%22%23434752%22 class%3D%22bi bi-toggle-off%22 viewBox%3D%220 0 30 30%22%3E %3Cpath d%3D%22M 20.625 5.625 C 25.800781 5.625 30 9.824219 30 15 C 30 20.175781 25.800781 24.375 20.625 24.375 L 9.375 24.375 C 4.199219 24.375 0 20.175781 0 15 C 0 9.824219 4.199219 5.625 9.375 5.625 Z M 9.375 22.5 C 13.515625 22.5 16.875 19.140625 16.875 15 C 16.875 10.859375 13.515625 7.5 9.375 7.5 C 5.234375 7.5 1.875 10.859375 1.875 15 C 1.875 19.140625 5.234375 22.5 9.375 22.5 Z M 9.375 22.5 %22%2F%3E%3C%2Fsvg%3E")}div#fmi-warnings div .light-gray-theme .gray-scale-unselected[data-v-4fe779db]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22 standalone%3D%22no%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2230%22 height%3D%2230%22 fill%3D%22%23979797%22 class%3D%22bi bi-toggle-off%22 viewBox%3D%220 0 30 30%22%3E %3Cpath d%3D%22M 20.625 5.625 C 25.800781 5.625 30 9.824219 30 15 C 30 20.175781 25.800781 24.375 20.625 24.375 L 9.375 24.375 C 4.199219 24.375 0 20.175781 0 15 C 0 9.824219 4.199219 5.625 9.375 5.625 Z M 9.375 22.5 C 13.515625 22.5 16.875 19.140625 16.875 15 C 16.875 10.859375 13.515625 7.5 9.375 7.5 C 5.234375 7.5 1.875 10.859375 1.875 15 C 1.875 19.140625 5.234375 22.5 9.375 22.5 Z M 9.375 22.5 %22%2F%3E%3C%2Fsvg%3E")}div#fmi-warnings div .dark-gray-theme .gray-scale-unselected[data-v-4fe779db]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22 standalone%3D%22no%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2230%22 height%3D%2230%22 fill%3D%22%23434752%22 class%3D%22bi bi-toggle-off%22 viewBox%3D%220 0 30 30%22%3E %3Cpath d%3D%22M 20.625 5.625 C 25.800781 5.625 30 9.824219 30 15 C 30 20.175781 25.800781 24.375 20.625 24.375 L 9.375 24.375 C 4.199219 24.375 0 20.175781 0 15 C 0 9.824219 4.199219 5.625 9.375 5.625 Z M 9.375 22.5 C 13.515625 22.5 16.875 19.140625 16.875 15 C 16.875 10.859375 13.515625 7.5 9.375 7.5 C 5.234375 7.5 1.875 10.859375 1.875 15 C 1.875 19.140625 5.234375 22.5 9.375 22.5 Z M 9.375 22.5 %22%2F%3E%3C%2Fsvg%3E")}@media (max-width: 767px){div#fmi-warnings div div#gray-scale-select-row[data-v-4fe779db]{margin-top:0}div#fmi-warnings div div#gray-scale-select-row.narrow-screen[data-v-4fe779db]{display:table}div#fmi-warnings div div#gray-scale-select-row.narrow-screen div#gray-scale-select-text[data-v-4fe779db]{text-align:right;padding-right:10px}div#fmi-warnings div div#gray-scale-select-row[data-v-4fe779db]:not(.narrow-screen){display:none}div#fmi-warnings div div#gray-scale-select-row div#gray-scale-select-container[data-v-4fe779db]{height:100%}}';var $v={BASE_URL:"./",MODE:"production",DEV:!1,PROD:!0,SSR:!1};const Yv={name:"GrayScaleToggle",mixins:[te],props:{language:{type:String,default:$v.VITE_LANGUAGE||"fi"},grayScaleSelector:{type:Boolean,default:!1},theme:{type:String,default:"light-theme"}},computed:{grayScale(){if(this.theme==null||this.theme.length===0)return!1;const t=this.theme.split("-");return t.length>1&&t[1]==="gray"},grayScaleText(){return this.t("grayScale")}},methods:{toggleGrayScale(t){if(t.preventDefault(),this.theme==null||this.theme.length===0)return;const e=this.theme.split("-")[0];this.$emit("themeChanged",this.grayScale?e:`${e}-gray`)},preventEvents(t){t.preventDefault()}}},Jv={id:"gray-scale-select-text"},Kv={id:"gray-scale-select-container"};function Xv(t,e,r,n,o,s){return r.grayScaleSelector?(G(),ri("div",{key:0,id:"gray-scale-select-row",class:wi(r.theme)},[q("div",Jv,ki(s.grayScaleText),1),q("div",Kv,[q("div",{id:"gray-scale-select",class:wi(["focus-ring",s.grayScale?"gray-scale-selected":"gray-scale-unselected"]),tabindex:"0",onTouchmove:e[0]||(e[0]=(...d)=>s.preventEvents&&s.preventEvents(...d)),onTouchend:e[1]||(e[1]=(...d)=>s.preventEvents&&s.preventEvents(...d)),onTouchstart:e[2]||(e[2]=(...d)=>s.toggleGrayScale&&s.toggleGrayScale(...d)),onMousedown:e[3]||(e[3]=(...d)=>s.toggleGrayScale&&s.toggleGrayScale(...d)),onKeydown:[e[4]||(e[4]=De((...d)=>s.toggleGrayScale&&s.toggleGrayScale(...d),["enter"])),e[5]||(e[5]=De((...d)=>s.toggleGrayScale&&s.toggleGrayScale(...d),["space"]))]},null,34)])],2)):qi("",!0)}const Qv=Dt(Yv,[["render",Xv],["styles",[Vv]],["__scopeId","data-v-4fe779db"]]),ip='div#fmi-warnings div div.symbol-list-header-row[data-v-b6211b90]{padding-left:0;padding-right:0;padding-bottom:0;margin-left:0;margin-right:0}div#fmi-warnings div div.symbol-list-header-row span[data-v-b6211b90]{white-space:nowrap}div#fmi-warnings div .legends-panel[data-v-b6211b90]{border-radius:0;margin-left:0;margin-right:0}div#fmi-warnings div .light-theme .legends-panel[data-v-b6211b90]{border:2px solid #eee}div#fmi-warnings div .dark-theme .legends-panel[data-v-b6211b90]{border:2px solid #282b34}div#fmi-warnings div .light-gray-theme .legends-panel[data-v-b6211b90]{border:2px solid #eee}div#fmi-warnings div .dark-gray-theme .legends-panel[data-v-b6211b90]{border:2px solid #434752}div#fmi-warnings div .legends-heading[data-v-b6211b90]{height:38px;padding:0 0 0 15px!important;line-height:38px;border:none;border-bottom:1px solid rgba(0,0,0,.125)}div#fmi-warnings div .light-theme .legends-heading[data-v-b6211b90]{background-color:#fff}div#fmi-warnings div .dark-theme .legends-heading[data-v-b6211b90]{background-color:#282b34}div#fmi-warnings div .light-gray-theme .legends-heading[data-v-b6211b90]{background-color:#fff}div#fmi-warnings div .dark-gray-theme .legends-heading[data-v-b6211b90]{background-color:#191b22}div#fmi-warnings div .legends-header[data-v-b6211b90]{position:absolute;left:0;right:38px}div#fmi-warnings div .light-theme .legends-header[data-v-b6211b90]{background:#fff}div#fmi-warnings div .dark-theme .legends-header[data-v-b6211b90]{background:#282b34}div#fmi-warnings div .light-gray-theme .legends-header[data-v-b6211b90]{background:#fff}div#fmi-warnings div .dark-gray-theme .legends-header[data-v-b6211b90]{background:#191b22}div#fmi-warnings div .legends-text[data-v-b6211b90]{display:block;text-align:left;line-height:38px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-left:15px}div#fmi-warnings div .light-theme .legends-text[data-v-b6211b90]{background-color:#fff}div#fmi-warnings div .dark-theme .legends-text[data-v-b6211b90]{background-color:#282b34}div#fmi-warnings div .light-gray-theme .legends-text[data-v-b6211b90]{background-color:#fff}div#fmi-warnings div .dark-gray-theme .legends-text[data-v-b6211b90]{background-color:#191b22}div#fmi-warnings div .legends-toggle[data-v-b6211b90]{position:relative;height:38px;width:38px;min-width:38px;background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22 standalone%3D%22no%22%3F%3E%3Csvg width%3D%2215px%22 height%3D%228px%22 viewBox%3D%220 0 15 8%22 version%3D%221.1%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E %3C!-- Generator%3A Sketch 3.7.1 (28215) - http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch --%3E %3Ctitle%3Earrow-up-symbol%3C%2Ftitle%3E %3Cdesc%3ECreated with Sketch.%3C%2Fdesc%3E %3Cdefs%3E%3C%2Fdefs%3E %3Cg id%3D%22icons%22 stroke%3D%22none%22 stroke-width%3D%221%22 fill%3D%22none%22 fill-rule%3D%22evenodd%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%3E %3Cg id%3D%22Symbols%22 transform%3D%22translate(-670.000000%2C -738.000000)%22 stroke%3D%22%23979797%22 stroke-width%3D%221.5%22%3E %3Cg id%3D%22arrow-up-symbol%22 transform%3D%22translate(671.000000%2C 739.000000)%22%3E %3Cpolyline id%3D%22fill-1%22 transform%3D%22translate(6.500000%2C 3.000000) scale(1%2C -1) rotate(-270.000000) translate(-6.500000%2C -3.000000) %22 points%3D%223.5 -3.5 9.5 3 3.5 9.5%22%3E%3C%2Fpolyline%3E %3C%2Fg%3E %3C%2Fg%3E %3C%2Fg%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:center;border-radius:0;border-style:none;float:right;padding:3px;margin-left:5px}div#fmi-warnings div .legends-toggle.collapsed[data-v-b6211b90]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22 standalone%3D%22no%22%3F%3E%3Csvg width%3D%2215px%22 height%3D%228px%22 viewBox%3D%220 0 15 8%22 version%3D%221.1%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E %3C!-- Generator%3A Sketch 3.7.1 (28215) - http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch --%3E %3Ctitle%3Earrow-down-symbol%3C%2Ftitle%3E %3Cdesc%3ECreated with Sketch.%3C%2Fdesc%3E %3Cdefs%3E%3C%2Fdefs%3E %3Cg id%3D%22icons%22 stroke%3D%22none%22 stroke-width%3D%221%22 fill%3D%22none%22 fill-rule%3D%22evenodd%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%3E %3Cg id%3D%22Symbols%22 transform%3D%22translate(-732.000000%2C -738.000000)%22 stroke%3D%22%23979797%22 stroke-width%3D%221.5%22%3E %3Cg id%3D%22arrow-down-symbol%22 transform%3D%22translate(733.000000%2C 739.000000)%22%3E %3Cpolyline id%3D%22fill-1%22 transform%3D%22translate(6.500000%2C 3.000000) rotate(-270.000000) translate(-6.500000%2C -3.000000) %22 points%3D%223.5 -3.5 9.5 3 3.5 9.5%22%3E%3C%2Fpolyline%3E %3C%2Fg%3E %3C%2Fg%3E %3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .light-theme .legends-toggle[data-v-b6211b90],div#fmi-warnings div .light-theme .legends-toggle[data-v-b6211b90]:hover,div#fmi-warnings div .light-theme .legends-toggle[data-v-b6211b90]:active{background-color:#e8e8e8}div#fmi-warnings div .light-theme .legends-toggle[data-v-b6211b90]:not(:disabled):not(.disabled):active{background-color:#3a66e3}div#fmi-warnings div .dark-theme .legends-toggle[data-v-b6211b90],div#fmi-warnings div .dark-theme .legends-toggle[data-v-b6211b90]:hover,div#fmi-warnings div .dark-theme .legends-toggle[data-v-b6211b90]:active{background-color:#434752}div#fmi-warnings div .dark-theme .legends-toggle[data-v-b6211b90]:not(:disabled):not(.disabled):active{background-color:#282b34}div#fmi-warnings div .light-gray-theme .legends-toggle[data-v-b6211b90],div#fmi-warnings div .light-gray-theme .legends-toggle[data-v-b6211b90]:hover,div#fmi-warnings div .light-gray-theme .legends-toggle[data-v-b6211b90]:active{background-color:#f4f4f4}div#fmi-warnings div .light-gray-theme .legends-toggle[data-v-b6211b90]:not(:disabled):not(.disabled):active{background-color:#434752}div#fmi-warnings div .dark-gray-theme .legends-toggle[data-v-b6211b90],div#fmi-warnings div .dark-gray-theme .legends-toggle[data-v-b6211b90]:hover,div#fmi-warnings div .dark-gray-theme .legends-toggle[data-v-b6211b90]:active{background-color:#2d2d2d}div#fmi-warnings div .dark-gray-theme .legends-toggle[data-v-b6211b90]:not(:disabled):not(.disabled):active{background-color:#282b34}div#fmi-warnings div .legends-container[data-v-b6211b90]{padding:15px}div#fmi-warnings div .light-theme .legends-container[data-v-b6211b90]{background-color:#fff;border-top:2px solid #eee}div#fmi-warnings div .dark-theme .legends-container[data-v-b6211b90]{background-color:#282b34;border-top:2px solid #282b34}div#fmi-warnings div .light-gray-theme .legends-container[data-v-b6211b90]{background-color:#fff;border-top:2px solid #eee}div#fmi-warnings div .dark-gray-theme .legends-container[data-v-b6211b90]{background-color:#191b22;border-top:2px solid #434752}div#fmi-warnings div div#legends-collapse div.card-body[data-v-b6211b90]{padding:0}div#fmi-warnings div nav.symbol-list-header[data-v-b6211b90]{padding-left:0;text-align:left}@media (max-width: 767px){div#fmi-warnings div nav.symbol-list-header[data-v-b6211b90]{margin-top:15px;margin-bottom:5px}}';var tp={BASE_URL:"./",MODE:"production",DEV:!1,PROD:!0,SSR:!1};const ep={name:"Legend",components:{Warnings:vs},mixins:[te],props:{input:{type:Array,default:()=>[]},language:{type:String,default:tp.VITE_LANGUAGE||"fi"},grayScaleSelector:{type:Boolean,default:!1},theme:{type:String,default:"light-theme"},visibleWarnings:{type:Array,default:()=>[]}},setup(){const t=_t(window.innerWidth),e=()=>{t.value=window.innerWidth};return mr(()=>{window.addEventListener("resize",e)}),qr(()=>{window.removeEventListener("resize",e)}),{windowWidth:t}},data(){return{visible:!1}},computed:{warnings(){return this.input},warningSymbolsText(){return this.t("legends")},toggleLegendsText(){return this.visible?this.t("hideLegends"):this.t("showLegends")}},watch:{windowWidth(){this.$refs.warningsContainer.clientHeight===0&&this.onShowAllWarnings()}},methods:{onLegendToggle(){this.visible=!this.visible},onWarningsToggled(t){this.$emit("warningsToggled",t)},onShowAllWarnings(){this.$emit("warningsToggled",this.warnings.reduce((t,e)=>t.concat([e.type]),[]))},onThemeChanged(t){this.theme!==t&&this.$emit("themeChanged",t)}}},rp={class:"row symbol-list-header-row"},np={class:"symbol-list-header bold-text"},ap={key:0,class:"symbol-list-header-line-break"},op={class:"legends-header"},sp={class:"legends-text"},dp={class:"legends-container"},lp={ref:"warningsContainer",class:"d-md-block d-none"};function up(t,e,r,n,o,s){const d=Qv,u=x3,l=Ea,m=vs,c=Fa,p=w3,v=A3;return G(),ri("div",{class:wi(["sticky-top",r.theme])},[Pi(d,{class:"narrow-screen",language:r.language,"gray-scale-selector":r.grayScaleSelector,theme:r.theme,onThemeChanged:s.onThemeChanged},null,8,["language","gray-scale-selector","theme","onThemeChanged"]),q("div",rp,[q("nav",np,[lt(ki(s.warningSymbolsText)+" ",1),r.input.length>0?(G(),ri("br",ap)):qi("",!0)])]),Pi(v,{"no-body":"",class:"mb-1 d-md-none legends-panel"},{default:Yi(()=>[Pi(l,{"header-tag":"header",class:"legends-heading p-1"},{default:Yi(()=>[q("div",op,[q("span",sp,ki(s.toggleLegendsText),1)]),Pi(u,{block:"",class:wi(["legends-toggle",o.visible?"":"collapsed"]),onClick:s.onLegendToggle},null,8,["class","onClick"])]),_:1}),Pi(p,{id:"legends-collapse",modelValue:o.visible,"onUpdate:modelValue":e[0]||(e[0]=k=>o.visible=k),class:"legends-collapse-item focus-ring",tabindex:"0"},{default:Yi(()=>[Pi(c,{"body-class":"p-0"},{default:Yi(()=>[q("div",dp,[Pi(m,{input:r.input,"visible-warnings":r.visibleWarnings,theme:r.theme,language:r.language},null,8,["input","visible-warnings","theme","language"])])]),_:1})]),_:1},8,["modelValue"])]),_:1}),q("div",lp,[Pi(m,{input:r.input,"visible-warnings":r.visibleWarnings,theme:r.theme,language:r.language,onWarningsToggled:s.onWarningsToggled,onShowAllWarnings:s.onShowAllWarnings},null,8,["input","visible-warnings","theme","language","onWarningsToggled","onShowAllWarnings"])],512),Pi(d,{language:r.language,"gray-scale-selector":r.grayScaleSelector,theme:r.theme,onThemeChanged:s.onThemeChanged},null,8,["language","gray-scale-selector","theme","onThemeChanged"])],2)}const ps=Dt(ep,[["render",up],["styles",[ip]],["__scopeId","data-v-b6211b90"]]),gp='div#fmi-warnings div .transform-rotate-0[data-v-255eaf59]{transform:rotate(0)}div#fmi-warnings div .transform-rotate-5[data-v-255eaf59]{transform:rotate(5deg)}div#fmi-warnings div .transform-rotate-10[data-v-255eaf59]{transform:rotate(10deg)}div#fmi-warnings div .transform-rotate-15[data-v-255eaf59]{transform:rotate(15deg)}div#fmi-warnings div .transform-rotate-20[data-v-255eaf59]{transform:rotate(20deg)}div#fmi-warnings div .transform-rotate-25[data-v-255eaf59]{transform:rotate(25deg)}div#fmi-warnings div .transform-rotate-30[data-v-255eaf59]{transform:rotate(30deg)}div#fmi-warnings div .transform-rotate-35[data-v-255eaf59]{transform:rotate(35deg)}div#fmi-warnings div .transform-rotate-40[data-v-255eaf59]{transform:rotate(40deg)}div#fmi-warnings div .transform-rotate-45[data-v-255eaf59]{transform:rotate(45deg)}div#fmi-warnings div .transform-rotate-50[data-v-255eaf59]{transform:rotate(50deg)}div#fmi-warnings div .transform-rotate-55[data-v-255eaf59]{transform:rotate(55deg)}div#fmi-warnings div .transform-rotate-60[data-v-255eaf59]{transform:rotate(60deg)}div#fmi-warnings div .transform-rotate-65[data-v-255eaf59]{transform:rotate(65deg)}div#fmi-warnings div .transform-rotate-70[data-v-255eaf59]{transform:rotate(70deg)}div#fmi-warnings div .transform-rotate-75[data-v-255eaf59]{transform:rotate(75deg)}div#fmi-warnings div .transform-rotate-80[data-v-255eaf59]{transform:rotate(80deg)}div#fmi-warnings div .transform-rotate-85[data-v-255eaf59]{transform:rotate(85deg)}div#fmi-warnings div .transform-rotate-90[data-v-255eaf59]{transform:rotate(90deg)}div#fmi-warnings div .transform-rotate-95[data-v-255eaf59]{transform:rotate(95deg)}div#fmi-warnings div .transform-rotate-100[data-v-255eaf59]{transform:rotate(100deg)}div#fmi-warnings div .transform-rotate-105[data-v-255eaf59]{transform:rotate(105deg)}div#fmi-warnings div .transform-rotate-110[data-v-255eaf59]{transform:rotate(110deg)}div#fmi-warnings div .transform-rotate-115[data-v-255eaf59]{transform:rotate(115deg)}div#fmi-warnings div .transform-rotate-120[data-v-255eaf59]{transform:rotate(120deg)}div#fmi-warnings div .transform-rotate-125[data-v-255eaf59]{transform:rotate(125deg)}div#fmi-warnings div .transform-rotate-130[data-v-255eaf59]{transform:rotate(130deg)}div#fmi-warnings div .transform-rotate-135[data-v-255eaf59]{transform:rotate(135deg)}div#fmi-warnings div .transform-rotate-140[data-v-255eaf59]{transform:rotate(140deg)}div#fmi-warnings div .transform-rotate-145[data-v-255eaf59]{transform:rotate(145deg)}div#fmi-warnings div .transform-rotate-150[data-v-255eaf59]{transform:rotate(150deg)}div#fmi-warnings div .transform-rotate-155[data-v-255eaf59]{transform:rotate(155deg)}div#fmi-warnings div .transform-rotate-160[data-v-255eaf59]{transform:rotate(160deg)}div#fmi-warnings div .transform-rotate-165[data-v-255eaf59]{transform:rotate(165deg)}div#fmi-warnings div .transform-rotate-170[data-v-255eaf59]{transform:rotate(170deg)}div#fmi-warnings div .transform-rotate-175[data-v-255eaf59]{transform:rotate(175deg)}div#fmi-warnings div .transform-rotate-180[data-v-255eaf59]{transform:rotate(180deg)}div#fmi-warnings div .transform-rotate-185[data-v-255eaf59]{transform:rotate(185deg)}div#fmi-warnings div .transform-rotate-190[data-v-255eaf59]{transform:rotate(190deg)}div#fmi-warnings div .transform-rotate-195[data-v-255eaf59]{transform:rotate(195deg)}div#fmi-warnings div .transform-rotate-200[data-v-255eaf59]{transform:rotate(200deg)}div#fmi-warnings div .transform-rotate-205[data-v-255eaf59]{transform:rotate(205deg)}div#fmi-warnings div .transform-rotate-210[data-v-255eaf59]{transform:rotate(210deg)}div#fmi-warnings div .transform-rotate-215[data-v-255eaf59]{transform:rotate(215deg)}div#fmi-warnings div .transform-rotate-220[data-v-255eaf59]{transform:rotate(220deg)}div#fmi-warnings div .transform-rotate-225[data-v-255eaf59]{transform:rotate(225deg)}div#fmi-warnings div .transform-rotate-230[data-v-255eaf59]{transform:rotate(230deg)}div#fmi-warnings div .transform-rotate-235[data-v-255eaf59]{transform:rotate(235deg)}div#fmi-warnings div .transform-rotate-240[data-v-255eaf59]{transform:rotate(240deg)}div#fmi-warnings div .transform-rotate-245[data-v-255eaf59]{transform:rotate(245deg)}div#fmi-warnings div .transform-rotate-250[data-v-255eaf59]{transform:rotate(250deg)}div#fmi-warnings div .transform-rotate-255[data-v-255eaf59]{transform:rotate(255deg)}div#fmi-warnings div .transform-rotate-260[data-v-255eaf59]{transform:rotate(260deg)}div#fmi-warnings div .transform-rotate-265[data-v-255eaf59]{transform:rotate(265deg)}div#fmi-warnings div .transform-rotate-270[data-v-255eaf59]{transform:rotate(270deg)}div#fmi-warnings div .transform-rotate-275[data-v-255eaf59]{transform:rotate(275deg)}div#fmi-warnings div .transform-rotate-280[data-v-255eaf59]{transform:rotate(280deg)}div#fmi-warnings div .transform-rotate-285[data-v-255eaf59]{transform:rotate(285deg)}div#fmi-warnings div .transform-rotate-290[data-v-255eaf59]{transform:rotate(290deg)}div#fmi-warnings div .transform-rotate-295[data-v-255eaf59]{transform:rotate(295deg)}div#fmi-warnings div .transform-rotate-300[data-v-255eaf59]{transform:rotate(300deg)}div#fmi-warnings div .transform-rotate-305[data-v-255eaf59]{transform:rotate(305deg)}div#fmi-warnings div .transform-rotate-310[data-v-255eaf59]{transform:rotate(310deg)}div#fmi-warnings div .transform-rotate-315[data-v-255eaf59]{transform:rotate(315deg)}div#fmi-warnings div .transform-rotate-320[data-v-255eaf59]{transform:rotate(320deg)}div#fmi-warnings div .transform-rotate-325[data-v-255eaf59]{transform:rotate(325deg)}div#fmi-warnings div .transform-rotate-330[data-v-255eaf59]{transform:rotate(330deg)}div#fmi-warnings div .transform-rotate-335[data-v-255eaf59]{transform:rotate(335deg)}div#fmi-warnings div .transform-rotate-340[data-v-255eaf59]{transform:rotate(340deg)}div#fmi-warnings div .transform-rotate-345[data-v-255eaf59]{transform:rotate(345deg)}div#fmi-warnings div .transform-rotate-350[data-v-255eaf59]{transform:rotate(350deg)}div#fmi-warnings div .transform-rotate-355[data-v-255eaf59]{transform:rotate(355deg)}div#fmi-warnings div .transform-rotate-360[data-v-255eaf59]{transform:rotate(360deg)}div#fmi-warnings div div.symbol-image[data-v-255eaf59]{display:table}div#fmi-warnings div .light-theme .level-0[data-v-255eaf59],div#fmi-warnings div .light-theme .level-1[data-v-255eaf59]{background-color:#6af86a}div#fmi-warnings div .light-theme .level-2[data-v-255eaf59]{background-color:#f8f800}div#fmi-warnings div .light-theme .level-3[data-v-255eaf59]{background-color:#f9bf2e}div#fmi-warnings div .light-theme .level-4[data-v-255eaf59]{background-color:#ff0909}div#fmi-warnings div .dark-theme .level-0[data-v-255eaf59],div#fmi-warnings div .dark-theme .level-1[data-v-255eaf59]{background-color:#6af86a}div#fmi-warnings div .dark-theme .level-2[data-v-255eaf59]{background-color:#f8f800}div#fmi-warnings div .dark-theme .level-3[data-v-255eaf59]{background-color:#f9bf2e}div#fmi-warnings div .dark-theme .level-4[data-v-255eaf59]{background-color:#ff0909}div#fmi-warnings div .light-gray-theme .level-0[data-v-255eaf59],div#fmi-warnings div .light-gray-theme .level-1[data-v-255eaf59]{background-color:#fff}div#fmi-warnings div .light-gray-theme .level-2[data-v-255eaf59]{background-color:#aaa}div#fmi-warnings div .light-gray-theme .level-3[data-v-255eaf59]{background-color:#555}div#fmi-warnings div .light-gray-theme .level-4[data-v-255eaf59]{background-color:#000}div#fmi-warnings div .dark-gray-theme .level-0[data-v-255eaf59],div#fmi-warnings div .dark-gray-theme .level-1[data-v-255eaf59]{background-color:#fff}div#fmi-warnings div .dark-gray-theme .level-2[data-v-255eaf59]{background-color:#aaa}div#fmi-warnings div .dark-gray-theme .level-3[data-v-255eaf59]{background-color:#555}div#fmi-warnings div .dark-gray-theme .level-4[data-v-255eaf59]{background-color:#000}@media (forced-colors: active){div#fmi-warnings div .level-0[data-v-255eaf59],div#fmi-warnings div .level-1[data-v-255eaf59],div#fmi-warnings div .level-2[data-v-255eaf59],div#fmi-warnings div .level-3[data-v-255eaf59],div#fmi-warnings div .level-4[data-v-255eaf59]{forced-color-adjust:none}}div#fmi-warnings div .thunder-storm[data-v-255eaf59]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bstroke-linecap%3A circle%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 11.96875 7.464844 L 9.957031 14.472656 L 13.484375 14.472656 L 11.488281 23.023438 L 18.265625 11.910156 L 14.601562 11.910156 L 16.597656 7.464844 Z M 11.96875 7.464844 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .wind[data-v-255eaf59]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 12.140625 9.332031 L 6.84375 14.039062 L 12.140625 18.746094 L 12.140625 16.394531 L 20.535156 16.394531 L 20.535156 11.6875 L 12.140625 11.6875 Z M 12.140625 9.332031 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .rain[data-v-255eaf59]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bstroke-linecap%3A round%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 15.230469 12.722656 C 15.230469 12.722656 13.296875 17.964844 12.082031 19.179688 C 11.167969 20.09375 9.6875 20.09375 8.773438 19.179688 C 7.859375 18.265625 7.859375 16.785156 8.773438 15.871094 C 9.988281 14.65625 15.230469 12.722656 15.230469 12.722656 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bstroke-linecap%3A round%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 20.515625 13.808594 C 20.515625 13.808594 19.039062 17.808594 18.113281 18.734375 C 17.417969 19.433594 16.285156 19.433594 15.589844 18.734375 C 14.890625 18.039062 14.890625 16.910156 15.589844 16.210938 C 16.515625 15.285156 20.515625 13.808594 20.515625 13.808594 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bstroke-linecap%3A round%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 14.191406 7.464844 C 14.191406 7.464844 12.714844 11.46875 11.789062 12.394531 C 11.09375 13.089844 9.960938 13.089844 9.265625 12.394531 C 8.566406 11.695312 8.566406 10.566406 9.265625 9.867188 C 10.191406 8.945312 14.191406 7.464844 14.191406 7.464844 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .traffic-weather[data-v-255eaf59]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E %3Cg%3E %3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22 M 10.047 21.57 C 10.07 21.438 10.105 21.289 10.156 21.133 C 10.23 20.902 10.336 20.648 10.461 20.379 C 10.586 20.113 10.73 19.832 10.883 19.543 C 11.035 19.25 11.191 18.953 11.348 18.645 C 11.5 18.336 11.648 18.023 11.777 17.699 C 11.906 17.379 12.012 17.051 12.086 16.73 C 12.156 16.41 12.195 16.094 12.199 15.801 C 12.203 15.512 12.172 15.246 12.125 15.02 C 12.082 14.793 12.02 14.602 11.961 14.453 C 11.945 14.414 11.934 14.379 11.918 14.348 C 11.906 14.313 11.891 14.281 11.879 14.25 C 11.863 14.223 11.852 14.195 11.84 14.168 C 11.832 14.148 11.82 14.129 11.813 14.113 C 11.773 14.047 11.758 14.008 11.758 14.008 L 11.32 14.152 C 11.32 14.152 11.324 14.191 11.332 14.27 C 11.332 14.289 11.336 14.313 11.34 14.336 C 11.34 14.355 11.34 14.383 11.34 14.406 C 11.34 14.434 11.344 14.461 11.344 14.492 C 11.344 14.52 11.344 14.555 11.344 14.586 C 11.34 14.723 11.328 14.887 11.297 15.063 C 11.262 15.242 11.207 15.434 11.121 15.629 C 11.039 15.824 10.922 16.023 10.785 16.223 C 10.641 16.422 10.473 16.617 10.281 16.816 C 10.09 17.012 9.875 17.211 9.645 17.41 C 9.414 17.609 9.172 17.813 8.918 18.027 C 8.664 18.238 8.406 18.461 8.148 18.703 C 7.887 18.945 7.629 19.203 7.383 19.492 C 7.137 19.777 6.906 20.098 6.707 20.445 C 6.508 20.793 6.34 21.168 6.23 21.547 C 6.227 21.555 6.223 21.563 6.223 21.57 L 10.047 21.57 Z M 16.883 21.57 C 16.902 21.457 16.934 21.332 16.977 21.195 C 17.039 21 17.129 20.785 17.234 20.559 C 17.34 20.332 17.465 20.094 17.594 19.844 C 17.723 19.598 17.859 19.344 17.988 19.082 C 18.117 18.82 18.246 18.551 18.352 18.277 C 18.461 18.008 18.551 17.727 18.617 17.453 C 18.676 17.18 18.711 16.914 18.715 16.664 C 18.715 16.418 18.691 16.191 18.652 16 C 18.613 15.805 18.563 15.645 18.512 15.516 C 18.5 15.484 18.488 15.457 18.477 15.426 C 18.461 15.398 18.449 15.371 18.441 15.344 C 18.43 15.32 18.418 15.297 18.41 15.277 C 18.398 15.258 18.391 15.242 18.383 15.227 C 18.352 15.172 18.336 15.141 18.336 15.141 L 17.965 15.262 C 17.965 15.262 17.969 15.297 17.977 15.359 C 17.977 15.379 17.98 15.395 17.98 15.418 C 17.98 15.434 17.98 15.457 17.984 15.477 C 17.984 15.5 17.984 15.523 17.984 15.551 C 17.984 15.574 17.984 15.602 17.984 15.633 C 17.984 15.746 17.973 15.883 17.945 16.035 C 17.918 16.188 17.871 16.352 17.797 16.516 C 17.727 16.684 17.629 16.855 17.508 17.023 C 17.387 17.191 17.246 17.359 17.082 17.527 C 16.918 17.695 16.734 17.863 16.539 18.031 C 16.344 18.203 16.137 18.375 15.922 18.555 C 15.707 18.738 15.488 18.926 15.266 19.133 C 15.047 19.336 14.828 19.559 14.617 19.801 C 14.41 20.047 14.211 20.32 14.043 20.613 C 13.871 20.91 13.73 21.227 13.637 21.551 C 13.633 21.559 13.633 21.563 13.629 21.57 L 16.883 21.57 Z%22%2F%3E %3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22 M 11.798 8.412 L 13.203 5.891 C 13.297 5.719 13.516 5.602 13.715 5.602 L 13.715 5.602 C 13.742 5.602 13.766 5.602 13.793 5.605 L 18.887 6.508 C 19.102 6.547 19.309 6.754 19.344 6.973 L 19.805 9.829 L 20.641 9.977 C 20.859 10.016 20.992 10.223 20.938 10.438 L 20.207 13.289 C 20.152 13.504 19.93 13.648 19.715 13.609 L 19.254 13.527 L 19.121 14.273 C 19.082 14.492 18.875 14.637 18.656 14.602 L 17.895 14.465 C 17.676 14.426 17.531 14.215 17.566 14 L 17.699 13.254 L 15.59 12.883 C 15.375 12.844 15.184 12.809 15.168 12.809 C 15.152 12.805 14.961 12.77 14.742 12.73 L 12.637 12.359 L 12.504 13.102 C 12.469 13.32 12.258 13.469 12.039 13.43 L 11.277 13.297 C 11.059 13.258 10.914 13.047 10.953 12.828 L 11.082 12.086 L 10.621 12.004 C 10.402 11.965 10.242 11.754 10.266 11.531 L 10.555 8.602 C 10.578 8.379 10.773 8.23 10.992 8.27 L 11.798 8.412 Z M 18.589 9.614 L 18.262 7.582 L 14.012 6.832 L 14.012 6.832 L 13.011 8.627 L 18.589 9.614 Z%22%2F%3E %3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .pedestrian-safety[data-v-255eaf59]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 13.085938 6.300781 L 12.683594 9.726562 L 13.949219 10.195312 L 12.460938 11.152344 L 9.921875 10.496094 L 7.960938 14.425781 L 8.710938 14.816406 L 10.722656 12.292969 L 12.113281 13.085938 L 10.363281 14.945312 L 11.890625 18.558594 L 12.59375 18.304688 L 11.847656 15.546875 L 16.867188 11.632812 L 17.917969 12.34375 L 17.125 14.871094 L 17.726562 15.132812 L 19.28125 12.0625 L 16.453125 9.347656 L 13.898438 8.773438 L 13.902344 6.222656 Z M 13.085938 6.300781 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 7.464844 21.207031 L 21.148438 21.207031 L 21.148438 19.832031 L 7.464844 19.832031 Z M 7.464844 21.207031 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 16.488281 8.796875 C 17.175781 8.84375 17.769531 8.3125 17.816406 7.605469 C 17.867188 6.898438 17.351562 6.285156 16.664062 6.234375 C 15.980469 6.183594 15.382812 6.71875 15.335938 7.425781 C 15.289062 8.132812 15.804688 8.746094 16.488281 8.796875 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .forest-fire-weather[data-v-255eaf59]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 17.992188 12.910156 C 18.265625 14.246094 16.886719 16.019531 16.394531 15.089844 C 16.152344 14.632812 16.546875 13.894531 16.683594 13.460938 C 16.910156 12.742188 17.089844 11.980469 17.058594 11.222656 C 16.96875 8.910156 15.054688 5.578125 12.042969 5.601562 C 13.71875 7.621094 9.484375 9.496094 10.328125 13.910156 C 9.578125 13.78125 9.035156 12.359375 9.035156 12.359375 C 9.035156 12.359375 7.273438 18.726562 12.558594 18.726562 C 11.25 17.902344 10.289062 16.695312 10.25 15.304688 C 10.25 15.304688 11.398438 16.257812 12.414062 16.214844 C 11.648438 14.226562 13.027344 12.148438 14.742188 11.414062 C 14.175781 12.597656 13.578125 14.074219 13.753906 15.40625 C 14.027344 17.46875 16.335938 17.34375 17.816406 16.050781 C 17.816406 16.929688 16.609375 18.023438 15.855469 18.726562 C 20.917969 17.769531 19.09375 13.390625 17.992188 12.910156 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 8.089844 20.925781 L 20.527344 20.925781 L 20.527344 19.714844 L 8.089844 19.714844 Z M 8.089844 20.925781 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .grass-fire-weather[data-v-255eaf59]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 17.992188 12.910156 C 18.265625 14.246094 16.886719 16.019531 16.394531 15.089844 C 16.152344 14.632812 16.546875 13.894531 16.683594 13.460938 C 16.910156 12.742188 17.089844 11.980469 17.058594 11.222656 C 16.96875 8.910156 15.054688 5.578125 12.042969 5.601562 C 13.71875 7.621094 9.484375 9.496094 10.328125 13.910156 C 9.578125 13.78125 9.035156 12.359375 9.035156 12.359375 C 9.035156 12.359375 7.273438 18.726562 12.558594 18.726562 C 11.25 17.902344 10.289062 16.695312 10.25 15.304688 C 10.25 15.304688 11.398438 16.257812 12.414062 16.214844 C 11.648438 14.226562 13.027344 12.148438 14.742188 11.414062 C 14.175781 12.597656 13.578125 14.074219 13.753906 15.40625 C 14.027344 17.46875 16.335938 17.34375 17.816406 16.050781 C 17.816406 16.929688 16.609375 18.023438 15.855469 18.726562 C 20.917969 17.769531 19.09375 13.390625 17.992188 12.910156 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 8.089844 20.925781 L 20.527344 20.925781 L 20.527344 19.714844 L 8.089844 19.714844 Z M 8.089844 20.925781 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .hot-weather[data-v-255eaf59]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 13.828125 21.453125 C 12.722656 21.453125 11.820312 20.554688 11.820312 19.445312 C 11.820312 18.882812 12.050781 18.359375 12.46875 17.976562 L 12.46875 17.972656 C 12.589844 17.859375 12.667969 17.699219 12.667969 17.519531 L 12.667969 7.382812 C 12.667969 6.742188 13.1875 6.222656 13.828125 6.222656 C 14.46875 6.222656 14.992188 6.742188 14.992188 7.382812 L 14.992188 17.519531 C 14.992188 17.699219 15.070312 17.859375 15.191406 17.972656 L 15.191406 17.976562 C 15.609375 18.359375 15.835938 18.882812 15.835938 19.445312 C 15.835938 20.554688 14.9375 21.453125 13.828125 21.453125 Z M 17.503906 9.894531 C 17.792969 9.894531 18.023438 9.660156 18.023438 9.375 C 18.023438 9.089844 17.792969 8.855469 17.503906 8.855469 L 16.234375 8.855469 L 16.234375 8.203125 L 17.503906 8.203125 C 17.792969 8.203125 18.023438 7.96875 18.023438 7.683594 C 18.023438 7.398438 17.792969 7.164062 17.503906 7.164062 L 16.226562 7.164062 C 16.113281 5.941406 15.082031 4.976562 13.828125 4.976562 C 12.503906 4.976562 11.425781 6.058594 11.425781 7.382812 L 11.425781 17.265625 C 10.882812 17.859375 10.578125 18.640625 10.578125 19.445312 C 10.578125 21.238281 12.035156 22.699219 13.828125 22.699219 C 15.621094 22.699219 17.082031 21.238281 17.082031 19.445312 C 17.082031 18.640625 16.777344 17.859375 16.234375 17.265625 L 16.234375 11.585938 L 17.503906 11.585938 C 17.792969 11.585938 18.023438 11.355469 18.023438 11.066406 C 18.023438 10.78125 17.792969 10.550781 17.503906 10.550781 L 16.234375 10.550781 L 16.234375 9.894531 Z M 17.503906 9.894531 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 1px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 14.367188 18.234375 L 14.367188 12.691406 C 14.367188 12.390625 14.128906 12.152344 13.828125 12.152344 C 13.53125 12.152344 13.289062 12.390625 13.289062 12.691406 L 13.289062 18.234375 C 12.824219 18.441406 12.5 18.90625 12.5 19.445312 C 12.5 20.179688 13.097656 20.773438 13.828125 20.773438 C 14.5625 20.773438 15.15625 20.179688 15.15625 19.445312 C 15.15625 18.90625 14.832031 18.441406 14.367188 18.234375 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .cold-weather[data-v-255eaf59]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 13.828125 21.453125 C 12.722656 21.453125 11.820312 20.554688 11.820312 19.445312 C 11.820312 18.882812 12.050781 18.359375 12.46875 17.976562 L 12.46875 17.972656 C 12.589844 17.859375 12.667969 17.699219 12.667969 17.519531 L 12.667969 7.382812 C 12.667969 6.742188 13.1875 6.222656 13.828125 6.222656 C 14.46875 6.222656 14.992188 6.742188 14.992188 7.382812 L 14.992188 17.519531 C 14.992188 17.699219 15.070312 17.859375 15.191406 17.972656 L 15.191406 17.976562 C 15.609375 18.359375 15.835938 18.882812 15.835938 19.445312 C 15.835938 20.554688 14.9375 21.453125 13.828125 21.453125 Z M 17.503906 9.894531 C 17.792969 9.894531 18.023438 9.660156 18.023438 9.375 C 18.023438 9.089844 17.792969 8.855469 17.503906 8.855469 L 16.234375 8.855469 L 16.234375 8.203125 L 17.503906 8.203125 C 17.792969 8.203125 18.023438 7.96875 18.023438 7.683594 C 18.023438 7.398438 17.792969 7.164062 17.503906 7.164062 L 16.226562 7.164062 C 16.113281 5.941406 15.082031 4.976562 13.828125 4.976562 C 12.503906 4.976562 11.425781 6.058594 11.425781 7.382812 L 11.425781 17.265625 C 10.882812 17.859375 10.578125 18.640625 10.578125 19.445312 C 10.578125 21.238281 12.035156 22.699219 13.828125 22.699219 C 15.621094 22.699219 17.082031 21.238281 17.082031 19.445312 C 17.082031 18.640625 16.777344 17.859375 16.234375 17.265625 L 16.234375 11.585938 L 17.503906 11.585938 C 17.792969 11.585938 18.023438 11.355469 18.023438 11.066406 C 18.023438 10.78125 17.792969 10.550781 17.503906 10.550781 L 16.234375 10.550781 L 16.234375 9.894531 Z M 17.503906 9.894531 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 1px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 14.367188 18.234375 L 14.367188 12.691406 C 14.367188 12.390625 14.128906 12.152344 13.828125 12.152344 C 13.53125 12.152344 13.289062 12.390625 13.289062 12.691406 L 13.289062 18.234375 C 12.824219 18.441406 12.5 18.90625 12.5 19.445312 C 12.5 20.179688 13.097656 20.773438 13.828125 20.773438 C 14.5625 20.773438 15.15625 20.179688 15.15625 19.445312 C 15.15625 18.90625 14.832031 18.441406 14.367188 18.234375 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .uv-note[data-v-255eaf59]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 17.304688 18.0625 L 14.386719 9.996094 L 16.171875 9.996094 L 18.238281 15.964844 L 20.238281 9.996094 L 21.988281 9.996094 L 19.0625 18.0625 Z M 17.304688 18.0625 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 7.464844 9.996094 L 9.117188 9.996094 L 9.117188 14.363281 C 9.117188 15.054688 9.136719 15.503906 9.175781 15.710938 C 9.246094 16.042969 9.414062 16.304688 9.679688 16.507812 C 9.945312 16.707031 10.308594 16.804688 10.769531 16.804688 C 11.238281 16.804688 11.589844 16.710938 11.828125 16.523438 C 12.066406 16.332031 12.207031 16.101562 12.257812 15.828125 C 12.304688 15.550781 12.328125 15.09375 12.328125 14.457031 L 12.328125 9.996094 L 13.976562 9.996094 L 13.976562 14.230469 C 13.976562 15.199219 13.933594 15.882812 13.84375 16.285156 C 13.753906 16.683594 13.589844 17.019531 13.351562 17.296875 C 13.113281 17.570312 12.792969 17.789062 12.390625 17.953125 C 11.988281 18.117188 11.464844 18.199219 10.820312 18.199219 C 10.039062 18.199219 9.449219 18.109375 9.046875 17.929688 C 8.644531 17.753906 8.324219 17.523438 8.089844 17.238281 C 7.855469 16.953125 7.703125 16.65625 7.628906 16.34375 C 7.519531 15.882812 7.464844 15.199219 7.464844 14.296875 Z M 7.464844 9.996094 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .flood-level[data-v-255eaf59]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.72549%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 21.542969 17.964844 C 20.371094 17.964844 19.757812 18.617188 19.265625 19.140625 C 18.828125 19.609375 18.480469 19.980469 17.765625 19.980469 C 17.050781 19.980469 16.703125 19.609375 16.265625 19.140625 C 15.773438 18.617188 15.160156 17.964844 13.988281 17.964844 C 12.8125 17.964844 12.199219 18.617188 11.707031 19.140625 C 11.269531 19.609375 10.921875 19.976562 10.207031 19.976562 C 9.492188 19.976562 9.148438 19.609375 8.707031 19.140625 C 8.214844 18.617188 7.605469 17.964844 6.429688 17.964844 C 6.132812 17.964844 5.894531 18.203125 5.894531 18.5 C 5.894531 18.792969 6.132812 19.03125 6.429688 19.03125 L 6.441406 19.03125 C 7.144531 19.035156 7.492188 19.40625 7.929688 19.871094 C 8.421875 20.394531 9.03125 21.046875 10.207031 21.046875 C 11.382812 21.046875 11.996094 20.394531 12.484375 19.871094 C 12.925781 19.402344 13.273438 19.03125 13.988281 19.03125 C 14.699219 19.03125 15.046875 19.402344 15.488281 19.871094 C 15.980469 20.394531 16.589844 21.046875 17.765625 21.046875 C 18.941406 21.046875 19.554688 20.394531 20.042969 19.871094 C 20.480469 19.40625 20.828125 19.039062 21.535156 19.03125 L 21.542969 19.03125 C 21.839844 19.03125 22.078125 18.792969 22.078125 18.5 C 22.078125 18.203125 21.839844 17.964844 21.542969 17.964844 Z M 21.542969 17.964844 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.72549%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 20.386719 11.488281 L 13.933594 6.632812 L 7.480469 11.488281 L 9.886719 11.488281 L 9.886719 18.070312 L 9.90625 18.070312 C 10.667969 18.070312 11.035156 17.675781 11.503906 17.175781 C 12.027344 16.617188 12.679688 15.921875 13.933594 15.921875 C 15.1875 15.921875 15.835938 16.617188 16.359375 17.175781 C 16.828125 17.675781 17.199219 18.070312 17.957031 18.070312 L 17.976562 18.070312 L 17.976562 11.488281 Z M 15.074219 13.90625 L 12.753906 13.90625 L 12.753906 11.589844 L 15.074219 11.589844 Z M 15.074219 13.90625 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.72549%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 21.542969 15.527344 C 20.371094 15.527344 19.757812 16.179688 19.265625 16.703125 C 18.828125 17.171875 18.480469 17.542969 17.765625 17.542969 C 17.050781 17.542969 16.707031 17.171875 16.265625 16.703125 C 15.773438 16.179688 15.164062 15.527344 13.988281 15.527344 C 12.8125 15.527344 12.199219 16.179688 11.707031 16.703125 C 11.269531 17.171875 10.921875 17.542969 10.207031 17.542969 C 9.492188 17.542969 9.148438 17.171875 8.707031 16.703125 C 8.214844 16.179688 7.605469 15.527344 6.429688 15.527344 C 6.132812 15.527344 5.894531 15.765625 5.894531 16.0625 C 5.894531 16.355469 6.132812 16.59375 6.429688 16.59375 L 6.4375 16.59375 C 7.144531 16.597656 7.492188 16.96875 7.929688 17.433594 C 8.417969 17.957031 9.03125 18.609375 10.207031 18.609375 C 11.382812 18.609375 11.996094 17.957031 12.484375 17.433594 C 12.925781 16.964844 13.273438 16.59375 13.988281 16.59375 C 14.699219 16.59375 15.046875 16.964844 15.488281 17.433594 C 15.980469 17.957031 16.589844 18.609375 17.765625 18.609375 C 18.941406 18.609375 19.554688 17.957031 20.042969 17.433594 C 20.480469 16.96875 20.828125 16.597656 21.535156 16.59375 L 21.542969 16.59375 C 21.734375 16.59375 21.910156 16.492188 22.007812 16.328125 C 22.101562 16.164062 22.101562 15.960938 22.007812 15.792969 C 21.910156 15.628906 21.734375 15.527344 21.542969 15.527344 Z M 21.542969 15.527344 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .sea-wind[data-v-255eaf59]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E %3Cg id%3D%22surface1%22%3E %3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bstroke-linecap%3A square%3Bpaint-order%3A stroke%3Bfill-rule%3Anonzero%3Bfill%3Argb(0%25%2C0%25%2C0%25)%3Bfill-opacity%3A1%3B%22 transform%3D%22translate(14%2C 14) scale(0.93) translate(-14%2C -14)%22 d%3D%22M 11.127030796064377 6.106581985398371 A 8.4 8.4 0 1 0 16.872969203935618 6.106581985398369 L 14 0 L 11.127030796064377 6.106581985398371%22 %2F%3E %3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .sea-thunder-storm[data-v-255eaf59]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bstroke-linecap%3A circle%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 11.855469 7.464844 L 9.839844 14.472656 L 13.371094 14.472656 L 11.375 23.023438 L 18.152344 11.910156 L 14.484375 11.910156 L 16.484375 7.464844 Z M 11.855469 7.464844 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .sea-water-height-high-water[data-v-255eaf59]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 18.332031 18.976562 C 17.078125 18.976562 16.421875 18.28125 15.898438 17.722656 C 15.429688 17.21875 15.058594 16.824219 14.296875 16.824219 C 13.535156 16.824219 13.164062 17.21875 12.691406 17.722656 C 12.167969 18.28125 11.515625 18.976562 10.257812 18.976562 C 9.003906 18.976562 8.351562 18.28125 7.824219 17.722656 C 7.355469 17.21875 6.984375 16.824219 6.222656 16.824219 L 6.222656 15.683594 C 7.476562 15.683594 8.132812 16.382812 8.65625 16.941406 C 9.125 17.441406 9.496094 17.839844 10.257812 17.839844 C 11.019531 17.839844 11.390625 17.441406 11.863281 16.941406 C 12.386719 16.382812 13.039062 15.683594 14.296875 15.683594 C 15.550781 15.683594 16.203125 16.382812 16.730469 16.941406 C 17.199219 17.441406 17.570312 17.839844 18.332031 17.839844 C 19.09375 17.839844 19.464844 17.441406 19.933594 16.941406 C 20.460938 16.382812 21.113281 15.683594 22.371094 15.683594 L 22.371094 16.824219 C 21.605469 16.824219 21.234375 17.21875 20.765625 17.722656 C 20.242188 18.28125 19.589844 18.976562 18.332031 18.976562 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 18.332031 16.261719 C 17.078125 16.261719 16.421875 15.566406 15.898438 15.007812 C 15.429688 14.503906 15.058594 14.109375 14.296875 14.109375 C 13.535156 14.109375 13.164062 14.503906 12.691406 15.007812 C 12.167969 15.566406 11.515625 16.261719 10.257812 16.261719 C 9.003906 16.261719 8.351562 15.566406 7.824219 15.007812 C 7.355469 14.503906 6.984375 14.109375 6.222656 14.109375 L 6.222656 12.972656 C 7.476562 12.972656 8.132812 13.667969 8.65625 14.226562 C 9.125 14.726562 9.496094 15.125 10.257812 15.125 C 11.019531 15.125 11.390625 14.726562 11.863281 14.226562 C 12.386719 13.667969 13.039062 12.972656 14.296875 12.972656 C 15.550781 12.972656 16.203125 13.667969 16.730469 14.226562 C 17.199219 14.726562 17.570312 15.125 18.332031 15.125 C 19.09375 15.125 19.464844 14.726562 19.933594 14.226562 C 20.460938 13.667969 21.113281 12.972656 22.371094 12.972656 L 22.371094 14.109375 C 21.605469 14.109375 21.234375 14.503906 20.765625 15.007812 C 20.242188 15.566406 19.589844 16.261719 18.332031 16.261719 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 18.332031 21.582031 C 17.078125 21.582031 16.421875 20.882812 15.898438 20.324219 C 15.429688 19.824219 15.058594 19.425781 14.296875 19.425781 C 13.535156 19.425781 13.164062 19.824219 12.691406 20.324219 C 12.167969 20.882812 11.515625 21.582031 10.257812 21.582031 C 9.003906 21.582031 8.351562 20.882812 7.824219 20.324219 C 7.355469 19.824219 6.984375 19.425781 6.222656 19.425781 L 6.222656 18.289062 C 7.476562 18.289062 8.132812 18.984375 8.65625 19.542969 C 9.125 20.046875 9.496094 20.441406 10.257812 20.441406 C 11.019531 20.441406 11.390625 20.046875 11.863281 19.542969 C 12.386719 18.984375 13.039062 18.289062 14.296875 18.289062 C 15.550781 18.289062 16.203125 18.984375 16.730469 19.542969 C 17.199219 20.046875 17.570312 20.441406 18.332031 20.441406 C 19.09375 20.441406 19.464844 20.046875 19.933594 19.542969 C 20.460938 18.984375 21.113281 18.289062 22.371094 18.289062 L 22.371094 19.425781 C 21.605469 19.425781 21.234375 19.824219 20.765625 20.324219 C 20.242188 20.882812 19.589844 21.582031 18.332031 21.582031 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 16.679688 9.792969 L 16.679688 12.566406 L 19.851562 12.566406 L 19.851562 9.792969 L 21.4375 9.792969 L 18.265625 6.222656 L 15.09375 9.792969 Z M 16.679688 9.792969 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .sea-water-height-shallow-water[data-v-255eaf59]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 18.390625 19.039062 C 17.128906 19.039062 16.472656 18.339844 15.945312 17.777344 C 15.472656 17.273438 15.101562 16.875 14.335938 16.875 C 13.570312 16.875 13.195312 17.273438 12.726562 17.777344 C 12.199219 18.339844 11.539062 19.039062 10.277344 19.039062 C 9.015625 19.039062 8.359375 18.339844 7.832031 17.777344 C 7.359375 17.273438 6.988281 16.875 6.222656 16.875 L 6.222656 15.730469 C 7.484375 15.730469 8.140625 16.433594 8.667969 16.996094 C 9.140625 17.496094 9.511719 17.894531 10.277344 17.894531 C 11.042969 17.894531 11.417969 17.496094 11.890625 16.996094 C 12.417969 16.433594 13.074219 15.730469 14.335938 15.730469 C 15.597656 15.730469 16.253906 16.433594 16.78125 16.996094 C 17.253906 17.496094 17.625 17.894531 18.390625 17.894531 C 19.160156 17.894531 19.53125 17.496094 20.003906 16.996094 C 20.53125 16.433594 21.1875 15.730469 22.449219 15.730469 L 22.449219 16.875 C 21.683594 16.875 21.308594 17.273438 20.839844 17.777344 C 20.3125 18.339844 19.65625 19.039062 18.390625 19.039062 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 18.390625 21.65625 C 17.128906 21.65625 16.472656 20.957031 15.945312 20.394531 C 15.472656 19.890625 15.101562 19.492188 14.335938 19.492188 C 13.570312 19.492188 13.195312 19.890625 12.726562 20.394531 C 12.199219 20.957031 11.539062 21.65625 10.277344 21.65625 C 9.015625 21.65625 8.359375 20.957031 7.832031 20.394531 C 7.359375 19.890625 6.988281 19.492188 6.222656 19.492188 L 6.222656 18.347656 C 7.484375 18.347656 8.140625 19.046875 8.667969 19.609375 C 9.140625 20.113281 9.511719 20.511719 10.277344 20.511719 C 11.042969 20.511719 11.417969 20.113281 11.890625 19.609375 C 12.417969 19.046875 13.074219 18.347656 14.335938 18.347656 C 15.597656 18.347656 16.253906 19.046875 16.78125 19.609375 C 17.253906 20.113281 17.625 20.511719 18.390625 20.511719 C 19.160156 20.511719 19.53125 20.113281 20.003906 19.609375 C 20.53125 19.046875 21.1875 18.347656 22.449219 18.347656 L 22.449219 19.492188 C 21.683594 19.492188 21.308594 19.890625 20.839844 20.394531 C 20.3125 20.957031 19.65625 21.65625 18.390625 21.65625 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 16.730469 9.011719 L 16.730469 6.222656 L 19.917969 6.222656 L 19.917969 9.011719 L 21.511719 9.011719 L 18.324219 12.597656 L 15.136719 9.011719 Z M 16.730469 9.011719 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .sea-wave-height[data-v-255eaf59]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E %3Cg id%3D%22surface1%22%3E %3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 1.8px%3Bstroke-linecap%3A round%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 18.551 13.477 C 19.336 13.027 18.824 11.559 18.816 11.508 C 18.449 11.289 18.008 11.156 17.566 11.156 C 16.809 11.156 16.137 11.512 15.699 12.063 C 16.734 12.848 18.09 13.742 18.551 13.477 Z%22%2F%3E %3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 1.8px%3Bstroke-linecap%3A round%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 15.227 12.785 C 15.227 11.605 16.184 10.648 17.363 10.648 C 17.867 10.648 18.73 11.129 18.738 11.133 C 18.746 11.137 18.742 11.137 18.738 11.133 C 18.656 10.753 18.527 10.391 18.359 10.053 C 18.212 9.756 18.034 9.478 17.83 9.223 C 17.438 8.734 16.949 8.327 16.39 8.033 C 15.752 7.697 15.024 7.508 14.246 7.508 C 13.426 7.508 12.66 7.723 11.992 8.094 C 7.359 10.262 8.133 18.645 8.145 19.93 L 21.762 19.93 C 19.66 18.359 15.227 15.254 15.227 12.785 Z%22%2F%3E %3C%2Fg%3E %3C%2Fsvg%3E")}div#fmi-warnings div .sea-icing[data-v-255eaf59]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 15.171875 9.5625 L 12.644531 15.875 L 14.515625 21.3125 L 16.925781 13.535156 L 17.933594 16.613281 L 21.136719 9.5625 Z M 15.171875 9.5625 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 7.464844 9.5625 L 10.863281 18.328125 L 14.371094 9.5625 Z M 7.464844 9.5625 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .several[data-v-255eaf59]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 13.605469 18.632812 L 14.984375 18.632812 L 14.984375 14.984375 L 18.632812 14.984375 L 18.632812 13.605469 L 14.984375 13.605469 L 14.984375 9.957031 L 13.605469 9.957031 L 13.605469 13.605469 L 9.957031 13.605469 L 9.957031 14.984375 L 13.605469 14.984375 Z M 13.605469 18.632812 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div span.symbol-text[data-v-255eaf59]{display:table-cell;vertical-align:middle;line-height:28px;width:100%;text-align:center;margin:0 auto;font-family:Noto Sans,sans-serif!important;color:#fff;text-anchor:middle;font-weight:700}@media (max-width: 575px){div#fmi-warnings div .symbol-text[data-v-255eaf59]{display:none}}div#fmi-warnings div .popup-table-row[data-v-255eaf59]{display:table-row}div#fmi-warnings div .popup-table-cell[data-v-255eaf59]{display:table-cell;vertical-align:middle;text-align:left}div#fmi-warnings div .popup-table-cell.level-0.warning-image[data-v-255eaf59]{display:none}div#fmi-warnings div .popup-table-symbol-cell[data-v-255eaf59]{height:28px;width:28px;min-width:28px;margin-top:5px;margin-left:2px;margin-right:0}div#fmi-warnings div span.symbol-text[data-v-255eaf59]{display:table-cell;vertical-align:middle;line-height:normal;width:100%;text-align:center;margin:0 auto;font-family:Noto Sans,sans-serif!important;color:#fff;text-anchor:middle;font-weight:700}div#fmi-warnings div span.warning-symbol-text[data-v-255eaf59]{font-size:.625rem}div#fmi-warnings div .popup-table-text-cell[data-v-255eaf59]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:5px 0 0 2px}div#fmi-warnings div .popup-table-text-cell.text-level-0[data-v-255eaf59]{padding-left:12px}div#fmi-warnings div .warning-image[data-v-255eaf59]{border-radius:50%;background-repeat:no-repeat;background-position:center}',mp={name:"PopupRow",mixins:[tn],props:{input:{type:Object,default:()=>({})}}},cp={class:"popup-table-row"},fp=["innerHTML"];function vp(t,e,r,n,o,s){return G(),ri("div",cp,[q("div",{class:wi(["popup-table-cell","popup-table-symbol-cell","symbol-image",`transform-rotate-${t.rotation}`,`level-${t.severity}`,t.typeClass,"warning-image"])},[q("span",{class:wi(["symbol-text",`transform-rotate-${t.invertedRotation}`,"warning-symbol-text"])},ki(r.input.text),3)],2),q("div",{class:wi(["popup-table-cell popup-table-text-cell",[`text-level-${t.severity}`]]),innerHTML:r.input.interval},null,10,fp)])}const bs=Dt(mp,[["render",vp],["styles",[gp]],["__scopeId","data-v-255eaf59"]]);let ut=function(){return ut=Object.assign||function(e){for(var r,n=1,o=arguments.length;n<o;n++){r=arguments[n];for(const s in r)Object.prototype.hasOwnProperty.call(r,s)&&(e[s]=r[s])}return e},ut.apply(this,arguments)};typeof window!="undefined"&&(window.NodeList&&!NodeList.prototype.forEach&&(NodeList.prototype.forEach=Array.prototype.forEach),typeof window.CustomEvent!="function"&&(window.CustomEvent=function(e,r){r=r||{bubbles:!1,cancelable:!1,detail:null};var n=document.createEvent("CustomEvent");return n.initCustomEvent(e,r.bubbles,r.cancelable,r.detail),n}));function hs(t,e){for(var r=t.length;r--;)if(t[r].pointerId===e.pointerId)return r;return-1}function ia(t,e){var r;if(e.touches){r=0;for(var n=0,o=e.touches;n<o.length;n++){var s=o[n];s.pointerId=r++,ia(t,s)}return}r=hs(t,e),r>-1&&t.splice(r,1),t.push(e)}function pp(t,e){if(e.touches){for(;t.length;)t.pop();return}var r=hs(t,e);r>-1&&t.splice(r,1)}function go(t){t=t.slice(0);for(var e=t.pop(),r;r=t.pop();)e={clientX:(r.clientX-e.clientX)/2+e.clientX,clientY:(r.clientY-e.clientY)/2+e.clientY};return e}function Fn(t){if(t.length<2)return 0;var e=t[0],r=t[1];return Math.sqrt(Math.pow(Math.abs(r.clientX-e.clientX),2)+Math.pow(Math.abs(r.clientY-e.clientY),2))}var Ur={down:"mousedown",move:"mousemove",up:"mouseup mouseleave"};typeof window!="undefined"&&(typeof window.PointerEvent=="function"?Ur={down:"pointerdown",move:"pointermove",up:"pointerup pointerleave pointercancel"}:typeof window.TouchEvent=="function"&&(Ur={down:"touchstart",move:"touchmove",up:"touchend touchcancel"}));function Bn(t,e,r,n){Ur[t].split(" ").forEach(function(o){e.addEventListener(o,r,n)})}function Ln(t,e,r){Ur[t].split(" ").forEach(function(n){e.removeEventListener(n,r)})}var bp=typeof document!="undefined"&&!!document.documentMode,In;function hp(){return In||(In=document.createElement("div").style)}var mo=["webkit","moz","ms"],v2={};function Wa(t){if(v2[t])return v2[t];var e=hp();if(t in e)return v2[t]=t;for(var r=t[0].toUpperCase()+t.slice(1),n=mo.length;n--;){var o="".concat(mo[n]).concat(r);if(o in e)return v2[t]=o}}function p2(t,e){return parseFloat(e[Wa(t)])||0}function b2(t,e,r){r===void 0&&(r=window.getComputedStyle(t));var n=e==="border"?"Width":"";return{left:p2("".concat(e,"Left").concat(n),r),right:p2("".concat(e,"Right").concat(n),r),top:p2("".concat(e,"Top").concat(n),r),bottom:p2("".concat(e,"Bottom").concat(n),r)}}function Qe(t,e,r){t.style[Wa(e)]=r}function wp(t,e){var r=Wa("transform");Qe(t,"transition","".concat(r," ").concat(e.duration,"ms ").concat(e.easing))}function Cp(t,e,r){var n=e.x,o=e.y,s=e.scale,d=e.isSVG;if(Qe(t,"transform","scale(".concat(s,") translate(").concat(n,"px, ").concat(o,"px)")),d&&bp){var u=window.getComputedStyle(t).getPropertyValue("transform");t.setAttribute("transform",u)}}function Sn(t){var e=t.parentNode,r=window.getComputedStyle(t),n=window.getComputedStyle(e),o=t.getBoundingClientRect(),s=e.getBoundingClientRect();return{elem:{style:r,width:o.width,height:o.height,top:o.top,bottom:o.bottom,left:o.left,right:o.right,margin:b2(t,"margin",r),border:b2(t,"border",r)},parent:{style:n,width:s.width,height:s.height,top:s.top,bottom:s.bottom,left:s.left,right:s.right,padding:b2(e,"padding",n),border:b2(e,"border",n)}}}function xp(t){for(var e=t;e&&e.parentNode;){if(e.parentNode===document)return!0;e=e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}return!1}function yp(t){return(t.getAttribute("class")||"").trim()}function Ap(t,e){return t.nodeType===1&&" ".concat(yp(t)," ").indexOf(" ".concat(e," "))>-1}function Dp(t,e){for(var r=t;r!=null;r=r.parentNode)if(Ap(r,e.excludeClass)||e.exclude.indexOf(r)>-1)return!0;return!1}var kp=/^http:[\w\.\/]+svg$/;function Ep(t){return kp.test(t.namespaceURI)&&t.nodeName.toLowerCase()!=="svg"}function Fp(t){var e={};for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r]);return e}var ws={animate:!1,canvas:!1,cursor:"move",disablePan:!1,disableZoom:!1,disableXAxis:!1,disableYAxis:!1,duration:200,easing:"ease-in-out",exclude:[],excludeClass:"panzoom-exclude",handleStartEvent:function(t){t.preventDefault(),t.stopPropagation()},maxScale:4,minScale:.125,overflow:"hidden",panOnlyWhenZoomed:!1,pinchAndPan:!1,relative:!1,setTransform:Cp,startX:0,startY:0,startScale:1,step:.3,touchAction:"none"};function ta(t,e){if(!t)throw new Error("Panzoom requires an element as an argument");if(t.nodeType!==1)throw new Error("Panzoom requires an element with a nodeType of 1");if(!xp(t))throw new Error("Panzoom should be called on elements that have been attached to the DOM");e=ut(ut({},ws),e);var r=Ep(t),n=t.parentNode;n.style.overflow=e.overflow,n.style.userSelect="none",n.style.touchAction=e.touchAction,(e.canvas?n:t).style.cursor=e.cursor,t.style.userSelect="none",t.style.touchAction=e.touchAction,Qe(t,"transformOrigin",typeof e.origin=="string"?e.origin:r?"0 0":"50% 50%");function o(){n.style.overflow="",n.style.userSelect="",n.style.touchAction="",n.style.cursor="",t.style.cursor="",t.style.userSelect="",t.style.touchAction="",Qe(t,"transformOrigin","")}function s(N){N===void 0&&(N={});for(var Q in N)N.hasOwnProperty(Q)&&(e[Q]=N[Q]);(N.hasOwnProperty("cursor")||N.hasOwnProperty("canvas"))&&(n.style.cursor=t.style.cursor="",(e.canvas?n:t).style.cursor=e.cursor),N.hasOwnProperty("overflow")&&(n.style.overflow=N.overflow),N.hasOwnProperty("touchAction")&&(n.style.touchAction=N.touchAction,t.style.touchAction=N.touchAction)}var d=0,u=0,l=1,m=!1;_(e.startScale,{animate:!1,force:!0}),setTimeout(function(){I(e.startX,e.startY,{animate:!1,force:!0})});function c(N,Q,J){if(!J.silent){var ci=new CustomEvent(N,{detail:Q});t.dispatchEvent(ci)}}function p(N,Q,J){var ci={x:d,y:u,scale:l,isSVG:r,originalEvent:J};return requestAnimationFrame(function(){typeof Q.animate=="boolean"&&(Q.animate?wp(t,Q):Qe(t,"transition","none")),Q.setTransform(t,ci,Q),c(N,ci,Q),c("panzoomchange",ci,Q)}),ci}function v(N,Q,J,ci){var H=ut(ut({},e),ci),Di={x:d,y:u,opts:H};if(!H.force&&(H.disablePan||H.panOnlyWhenZoomed&&l===H.startScale))return Di;if(N=parseFloat(N),Q=parseFloat(Q),H.disableXAxis||(Di.x=(H.relative?d:0)+N),H.disableYAxis||(Di.y=(H.relative?u:0)+Q),H.contain){var xi=Sn(t),Wi=xi.elem.width/l,Fi=xi.elem.height/l,ni=Wi*J,di=Fi*J,Ui=(ni-Wi)/2,Zi=(di-Fi)/2;if(H.contain==="inside"){var Mi=(-xi.elem.margin.left-xi.parent.padding.left+Ui)/J,C=(xi.parent.width-ni-xi.parent.padding.left-xi.elem.margin.left-xi.parent.border.left-xi.parent.border.right+Ui)/J;Di.x=Math.max(Math.min(Di.x,C),Mi);var D=(-xi.elem.margin.top-xi.parent.padding.top+Zi)/J,U=(xi.parent.height-di-xi.parent.padding.top-xi.elem.margin.top-xi.parent.border.top-xi.parent.border.bottom+Zi)/J;Di.y=Math.max(Math.min(Di.y,U),D)}else if(H.contain==="outside"){var Mi=(-(ni-xi.parent.width)-xi.parent.padding.left-xi.parent.border.left-xi.parent.border.right+Ui)/J,C=(Ui-xi.parent.padding.left)/J;Di.x=Math.max(Math.min(Di.x,C),Mi);var D=(-(di-xi.parent.height)-xi.parent.padding.top-xi.parent.border.top-xi.parent.border.bottom+Zi)/J,U=(Zi-xi.parent.padding.top)/J;Di.y=Math.max(Math.min(Di.y,U),D)}}return H.roundPixels&&(Di.x=Math.round(Di.x),Di.y=Math.round(Di.y)),Di}function k(N,Q){var J=ut(ut({},e),Q),ci={scale:l,opts:J};if(!J.force&&J.disableZoom)return ci;var H=e.minScale,Di=e.maxScale;if(J.contain){var xi=Sn(t),Wi=xi.elem.width/l,Fi=xi.elem.height/l;if(Wi>1&&Fi>1){var ni=xi.parent.width-xi.parent.border.left-xi.parent.border.right,di=xi.parent.height-xi.parent.border.top-xi.parent.border.bottom,Ui=ni/Wi,Zi=di/Fi;e.contain==="inside"?Di=Math.min(Di,Ui,Zi):e.contain==="outside"&&(H=Math.max(H,Ui,Zi))}}return ci.scale=Math.min(Math.max(N,H),Di),ci}function I(N,Q,J,ci){var H=v(N,Q,l,J);return d!==H.x||u!==H.y?(d=H.x,u=H.y,p("panzoompan",H.opts,ci)):{x:d,y:u,scale:l,isSVG:r,originalEvent:ci}}function _(N,Q,J){var ci=k(N,Q),H=ci.opts;if(!(!H.force&&H.disableZoom)){N=ci.scale;var Di=d,xi=u;if(H.focal){var Wi=H.focal;Di=(Wi.x/N-Wi.x/l+d*N)/N,xi=(Wi.y/N-Wi.y/l+u*N)/N}var Fi=v(Di,xi,N,{relative:!1,force:!0});return d=Fi.x,u=Fi.y,l=N,p("panzoomzoom",H,J)}}function R(N,Q){var J=ut(ut(ut({},e),{animate:!0}),Q);return _(l*Math.exp((N?1:-1)*J.step),J)}function E(N){return R(!0,N)}function y(N){return R(!1,N)}function b(N,Q,J,ci){var H=Sn(t),Di={width:H.parent.width-H.parent.padding.left-H.parent.padding.right-H.parent.border.left-H.parent.border.right,height:H.parent.height-H.parent.padding.top-H.parent.padding.bottom-H.parent.border.top-H.parent.border.bottom},xi=Q.clientX-H.parent.left-H.parent.padding.left-H.parent.border.left-H.elem.margin.left,Wi=Q.clientY-H.parent.top-H.parent.padding.top-H.parent.border.top-H.elem.margin.top;r||(xi-=H.elem.width/l/2,Wi-=H.elem.height/l/2);var Fi={x:xi/Di.width*(Di.width*N),y:Wi/Di.height*(Di.height*N)};return _(N,ut(ut({},J),{animate:!1,focal:Fi}),ci)}function f(N,Q){N.preventDefault();var J=ut(ut(ut({},e),Q),{animate:!1}),ci=N.deltaY===0&&N.deltaX?N.deltaX:N.deltaY,H=ci<0?1:-1,Di=k(l*Math.exp(H*J.step/3),J).scale;return b(Di,N,J,N)}function h(N){var Q=ut(ut(ut({},e),{animate:!0,force:!0}),N);l=k(Q.startScale,Q).scale;var J=v(Q.startX,Q.startY,l,Q);return d=J.x,u=J.y,p("panzoomreset",Q)}var x,S,F,z,T,W,V=[];function ii(N){if(!Dp(N.target,e)){ia(V,N),m=!0,e.handleStartEvent(N),x=d,S=u,c("panzoomstart",{x:d,y:u,scale:l,isSVG:r,originalEvent:N},e);var Q=go(V);F=Q.clientX,z=Q.clientY,T=l,W=Fn(V)}}function L(N){if(!(!m||x===void 0||S===void 0||F===void 0||z===void 0)){ia(V,N);var Q=go(V),J=V.length>1,ci=l;if(J){W===0&&(W=Fn(V));var H=Fn(V)-W;ci=k(H*e.step/80+T).scale,b(ci,Q,{animate:!1},N)}(!J||e.pinchAndPan)&&I(x+(Q.clientX-F)/ci,S+(Q.clientY-z)/ci,{animate:!1},N)}}function Z(N){V.length===1&&c("panzoomend",{x:d,y:u,scale:l,isSVG:r,originalEvent:N},e),pp(V,N),m&&(m=!1,x=S=F=z=void 0)}var $=!1;function oi(){$||($=!0,Bn("down",e.canvas?n:t,ii),Bn("move",document,L,{passive:!0}),Bn("up",document,Z,{passive:!0}))}function gi(){$=!1,Ln("down",e.canvas?n:t,ii),Ln("move",document,L),Ln("up",document,Z)}return e.noBind||oi(),{bind:oi,destroy:gi,eventNames:Ur,getPan:function(){return{x:d,y:u}},getScale:function(){return l},getOptions:function(){return Fp(e)},handleDown:ii,handleMove:L,handleUp:Z,pan:I,reset:h,resetStyle:o,setOptions:s,setStyle:function(N,Q){return Qe(t,N,Q)},zoom:_,zoomIn:E,zoomOut:y,zoomToPoint:b,zoomWithWheel:f}}ta.defaultOptions=ws;const Bp=`div#fmi-warnings div .transform-rotate-0[data-v-42768ba4]{transform:rotate(0)}div#fmi-warnings div .transform-rotate-5[data-v-42768ba4]{transform:rotate(5deg)}div#fmi-warnings div .transform-rotate-10[data-v-42768ba4]{transform:rotate(10deg)}div#fmi-warnings div .transform-rotate-15[data-v-42768ba4]{transform:rotate(15deg)}div#fmi-warnings div .transform-rotate-20[data-v-42768ba4]{transform:rotate(20deg)}div#fmi-warnings div .transform-rotate-25[data-v-42768ba4]{transform:rotate(25deg)}div#fmi-warnings div .transform-rotate-30[data-v-42768ba4]{transform:rotate(30deg)}div#fmi-warnings div .transform-rotate-35[data-v-42768ba4]{transform:rotate(35deg)}div#fmi-warnings div .transform-rotate-40[data-v-42768ba4]{transform:rotate(40deg)}div#fmi-warnings div .transform-rotate-45[data-v-42768ba4]{transform:rotate(45deg)}div#fmi-warnings div .transform-rotate-50[data-v-42768ba4]{transform:rotate(50deg)}div#fmi-warnings div .transform-rotate-55[data-v-42768ba4]{transform:rotate(55deg)}div#fmi-warnings div .transform-rotate-60[data-v-42768ba4]{transform:rotate(60deg)}div#fmi-warnings div .transform-rotate-65[data-v-42768ba4]{transform:rotate(65deg)}div#fmi-warnings div .transform-rotate-70[data-v-42768ba4]{transform:rotate(70deg)}div#fmi-warnings div .transform-rotate-75[data-v-42768ba4]{transform:rotate(75deg)}div#fmi-warnings div .transform-rotate-80[data-v-42768ba4]{transform:rotate(80deg)}div#fmi-warnings div .transform-rotate-85[data-v-42768ba4]{transform:rotate(85deg)}div#fmi-warnings div .transform-rotate-90[data-v-42768ba4]{transform:rotate(90deg)}div#fmi-warnings div .transform-rotate-95[data-v-42768ba4]{transform:rotate(95deg)}div#fmi-warnings div .transform-rotate-100[data-v-42768ba4]{transform:rotate(100deg)}div#fmi-warnings div .transform-rotate-105[data-v-42768ba4]{transform:rotate(105deg)}div#fmi-warnings div .transform-rotate-110[data-v-42768ba4]{transform:rotate(110deg)}div#fmi-warnings div .transform-rotate-115[data-v-42768ba4]{transform:rotate(115deg)}div#fmi-warnings div .transform-rotate-120[data-v-42768ba4]{transform:rotate(120deg)}div#fmi-warnings div .transform-rotate-125[data-v-42768ba4]{transform:rotate(125deg)}div#fmi-warnings div .transform-rotate-130[data-v-42768ba4]{transform:rotate(130deg)}div#fmi-warnings div .transform-rotate-135[data-v-42768ba4]{transform:rotate(135deg)}div#fmi-warnings div .transform-rotate-140[data-v-42768ba4]{transform:rotate(140deg)}div#fmi-warnings div .transform-rotate-145[data-v-42768ba4]{transform:rotate(145deg)}div#fmi-warnings div .transform-rotate-150[data-v-42768ba4]{transform:rotate(150deg)}div#fmi-warnings div .transform-rotate-155[data-v-42768ba4]{transform:rotate(155deg)}div#fmi-warnings div .transform-rotate-160[data-v-42768ba4]{transform:rotate(160deg)}div#fmi-warnings div .transform-rotate-165[data-v-42768ba4]{transform:rotate(165deg)}div#fmi-warnings div .transform-rotate-170[data-v-42768ba4]{transform:rotate(170deg)}div#fmi-warnings div .transform-rotate-175[data-v-42768ba4]{transform:rotate(175deg)}div#fmi-warnings div .transform-rotate-180[data-v-42768ba4]{transform:rotate(180deg)}div#fmi-warnings div .transform-rotate-185[data-v-42768ba4]{transform:rotate(185deg)}div#fmi-warnings div .transform-rotate-190[data-v-42768ba4]{transform:rotate(190deg)}div#fmi-warnings div .transform-rotate-195[data-v-42768ba4]{transform:rotate(195deg)}div#fmi-warnings div .transform-rotate-200[data-v-42768ba4]{transform:rotate(200deg)}div#fmi-warnings div .transform-rotate-205[data-v-42768ba4]{transform:rotate(205deg)}div#fmi-warnings div .transform-rotate-210[data-v-42768ba4]{transform:rotate(210deg)}div#fmi-warnings div .transform-rotate-215[data-v-42768ba4]{transform:rotate(215deg)}div#fmi-warnings div .transform-rotate-220[data-v-42768ba4]{transform:rotate(220deg)}div#fmi-warnings div .transform-rotate-225[data-v-42768ba4]{transform:rotate(225deg)}div#fmi-warnings div .transform-rotate-230[data-v-42768ba4]{transform:rotate(230deg)}div#fmi-warnings div .transform-rotate-235[data-v-42768ba4]{transform:rotate(235deg)}div#fmi-warnings div .transform-rotate-240[data-v-42768ba4]{transform:rotate(240deg)}div#fmi-warnings div .transform-rotate-245[data-v-42768ba4]{transform:rotate(245deg)}div#fmi-warnings div .transform-rotate-250[data-v-42768ba4]{transform:rotate(250deg)}div#fmi-warnings div .transform-rotate-255[data-v-42768ba4]{transform:rotate(255deg)}div#fmi-warnings div .transform-rotate-260[data-v-42768ba4]{transform:rotate(260deg)}div#fmi-warnings div .transform-rotate-265[data-v-42768ba4]{transform:rotate(265deg)}div#fmi-warnings div .transform-rotate-270[data-v-42768ba4]{transform:rotate(270deg)}div#fmi-warnings div .transform-rotate-275[data-v-42768ba4]{transform:rotate(275deg)}div#fmi-warnings div .transform-rotate-280[data-v-42768ba4]{transform:rotate(280deg)}div#fmi-warnings div .transform-rotate-285[data-v-42768ba4]{transform:rotate(285deg)}div#fmi-warnings div .transform-rotate-290[data-v-42768ba4]{transform:rotate(290deg)}div#fmi-warnings div .transform-rotate-295[data-v-42768ba4]{transform:rotate(295deg)}div#fmi-warnings div .transform-rotate-300[data-v-42768ba4]{transform:rotate(300deg)}div#fmi-warnings div .transform-rotate-305[data-v-42768ba4]{transform:rotate(305deg)}div#fmi-warnings div .transform-rotate-310[data-v-42768ba4]{transform:rotate(310deg)}div#fmi-warnings div .transform-rotate-315[data-v-42768ba4]{transform:rotate(315deg)}div#fmi-warnings div .transform-rotate-320[data-v-42768ba4]{transform:rotate(320deg)}div#fmi-warnings div .transform-rotate-325[data-v-42768ba4]{transform:rotate(325deg)}div#fmi-warnings div .transform-rotate-330[data-v-42768ba4]{transform:rotate(330deg)}div#fmi-warnings div .transform-rotate-335[data-v-42768ba4]{transform:rotate(335deg)}div#fmi-warnings div .transform-rotate-340[data-v-42768ba4]{transform:rotate(340deg)}div#fmi-warnings div .transform-rotate-345[data-v-42768ba4]{transform:rotate(345deg)}div#fmi-warnings div .transform-rotate-350[data-v-42768ba4]{transform:rotate(350deg)}div#fmi-warnings div .transform-rotate-355[data-v-42768ba4]{transform:rotate(355deg)}div#fmi-warnings div .transform-rotate-360[data-v-42768ba4]{transform:rotate(360deg)}div#fmi-warnings div .light-theme .level-0[data-v-42768ba4],div#fmi-warnings div .light-theme .level-1[data-v-42768ba4]{background-color:#6af86a}div#fmi-warnings div .light-theme .level-2[data-v-42768ba4]{background-color:#f8f800}div#fmi-warnings div .light-theme .level-3[data-v-42768ba4]{background-color:#f9bf2e}div#fmi-warnings div .light-theme .level-4[data-v-42768ba4]{background-color:#ff0909}div#fmi-warnings div .dark-theme .level-0[data-v-42768ba4],div#fmi-warnings div .dark-theme .level-1[data-v-42768ba4]{background-color:#6af86a}div#fmi-warnings div .dark-theme .level-2[data-v-42768ba4]{background-color:#f8f800}div#fmi-warnings div .dark-theme .level-3[data-v-42768ba4]{background-color:#f9bf2e}div#fmi-warnings div .dark-theme .level-4[data-v-42768ba4]{background-color:#ff0909}div#fmi-warnings div .light-gray-theme .level-0[data-v-42768ba4],div#fmi-warnings div .light-gray-theme .level-1[data-v-42768ba4]{background-color:#fff}div#fmi-warnings div .light-gray-theme .level-2[data-v-42768ba4]{background-color:#aaa}div#fmi-warnings div .light-gray-theme .level-3[data-v-42768ba4]{background-color:#555}div#fmi-warnings div .light-gray-theme .level-4[data-v-42768ba4]{background-color:#000}div#fmi-warnings div .dark-gray-theme .level-0[data-v-42768ba4],div#fmi-warnings div .dark-gray-theme .level-1[data-v-42768ba4]{background-color:#fff}div#fmi-warnings div .dark-gray-theme .level-2[data-v-42768ba4]{background-color:#aaa}div#fmi-warnings div .dark-gray-theme .level-3[data-v-42768ba4]{background-color:#555}div#fmi-warnings div .dark-gray-theme .level-4[data-v-42768ba4]{background-color:#000}@media (forced-colors: active){div#fmi-warnings div .level-0[data-v-42768ba4],div#fmi-warnings div .level-1[data-v-42768ba4],div#fmi-warnings div .level-2[data-v-42768ba4],div#fmi-warnings div .level-3[data-v-42768ba4],div#fmi-warnings div .level-4[data-v-42768ba4]{forced-color-adjust:none}}div#fmi-warnings div .thunder-storm[data-v-42768ba4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bstroke-linecap%3A circle%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 11.96875 7.464844 L 9.957031 14.472656 L 13.484375 14.472656 L 11.488281 23.023438 L 18.265625 11.910156 L 14.601562 11.910156 L 16.597656 7.464844 Z M 11.96875 7.464844 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .wind[data-v-42768ba4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 12.140625 9.332031 L 6.84375 14.039062 L 12.140625 18.746094 L 12.140625 16.394531 L 20.535156 16.394531 L 20.535156 11.6875 L 12.140625 11.6875 Z M 12.140625 9.332031 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .rain[data-v-42768ba4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bstroke-linecap%3A round%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 15.230469 12.722656 C 15.230469 12.722656 13.296875 17.964844 12.082031 19.179688 C 11.167969 20.09375 9.6875 20.09375 8.773438 19.179688 C 7.859375 18.265625 7.859375 16.785156 8.773438 15.871094 C 9.988281 14.65625 15.230469 12.722656 15.230469 12.722656 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bstroke-linecap%3A round%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 20.515625 13.808594 C 20.515625 13.808594 19.039062 17.808594 18.113281 18.734375 C 17.417969 19.433594 16.285156 19.433594 15.589844 18.734375 C 14.890625 18.039062 14.890625 16.910156 15.589844 16.210938 C 16.515625 15.285156 20.515625 13.808594 20.515625 13.808594 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bstroke-linecap%3A round%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 14.191406 7.464844 C 14.191406 7.464844 12.714844 11.46875 11.789062 12.394531 C 11.09375 13.089844 9.960938 13.089844 9.265625 12.394531 C 8.566406 11.695312 8.566406 10.566406 9.265625 9.867188 C 10.191406 8.945312 14.191406 7.464844 14.191406 7.464844 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .traffic-weather[data-v-42768ba4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E %3Cg%3E %3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22 M 10.047 21.57 C 10.07 21.438 10.105 21.289 10.156 21.133 C 10.23 20.902 10.336 20.648 10.461 20.379 C 10.586 20.113 10.73 19.832 10.883 19.543 C 11.035 19.25 11.191 18.953 11.348 18.645 C 11.5 18.336 11.648 18.023 11.777 17.699 C 11.906 17.379 12.012 17.051 12.086 16.73 C 12.156 16.41 12.195 16.094 12.199 15.801 C 12.203 15.512 12.172 15.246 12.125 15.02 C 12.082 14.793 12.02 14.602 11.961 14.453 C 11.945 14.414 11.934 14.379 11.918 14.348 C 11.906 14.313 11.891 14.281 11.879 14.25 C 11.863 14.223 11.852 14.195 11.84 14.168 C 11.832 14.148 11.82 14.129 11.813 14.113 C 11.773 14.047 11.758 14.008 11.758 14.008 L 11.32 14.152 C 11.32 14.152 11.324 14.191 11.332 14.27 C 11.332 14.289 11.336 14.313 11.34 14.336 C 11.34 14.355 11.34 14.383 11.34 14.406 C 11.34 14.434 11.344 14.461 11.344 14.492 C 11.344 14.52 11.344 14.555 11.344 14.586 C 11.34 14.723 11.328 14.887 11.297 15.063 C 11.262 15.242 11.207 15.434 11.121 15.629 C 11.039 15.824 10.922 16.023 10.785 16.223 C 10.641 16.422 10.473 16.617 10.281 16.816 C 10.09 17.012 9.875 17.211 9.645 17.41 C 9.414 17.609 9.172 17.813 8.918 18.027 C 8.664 18.238 8.406 18.461 8.148 18.703 C 7.887 18.945 7.629 19.203 7.383 19.492 C 7.137 19.777 6.906 20.098 6.707 20.445 C 6.508 20.793 6.34 21.168 6.23 21.547 C 6.227 21.555 6.223 21.563 6.223 21.57 L 10.047 21.57 Z M 16.883 21.57 C 16.902 21.457 16.934 21.332 16.977 21.195 C 17.039 21 17.129 20.785 17.234 20.559 C 17.34 20.332 17.465 20.094 17.594 19.844 C 17.723 19.598 17.859 19.344 17.988 19.082 C 18.117 18.82 18.246 18.551 18.352 18.277 C 18.461 18.008 18.551 17.727 18.617 17.453 C 18.676 17.18 18.711 16.914 18.715 16.664 C 18.715 16.418 18.691 16.191 18.652 16 C 18.613 15.805 18.563 15.645 18.512 15.516 C 18.5 15.484 18.488 15.457 18.477 15.426 C 18.461 15.398 18.449 15.371 18.441 15.344 C 18.43 15.32 18.418 15.297 18.41 15.277 C 18.398 15.258 18.391 15.242 18.383 15.227 C 18.352 15.172 18.336 15.141 18.336 15.141 L 17.965 15.262 C 17.965 15.262 17.969 15.297 17.977 15.359 C 17.977 15.379 17.98 15.395 17.98 15.418 C 17.98 15.434 17.98 15.457 17.984 15.477 C 17.984 15.5 17.984 15.523 17.984 15.551 C 17.984 15.574 17.984 15.602 17.984 15.633 C 17.984 15.746 17.973 15.883 17.945 16.035 C 17.918 16.188 17.871 16.352 17.797 16.516 C 17.727 16.684 17.629 16.855 17.508 17.023 C 17.387 17.191 17.246 17.359 17.082 17.527 C 16.918 17.695 16.734 17.863 16.539 18.031 C 16.344 18.203 16.137 18.375 15.922 18.555 C 15.707 18.738 15.488 18.926 15.266 19.133 C 15.047 19.336 14.828 19.559 14.617 19.801 C 14.41 20.047 14.211 20.32 14.043 20.613 C 13.871 20.91 13.73 21.227 13.637 21.551 C 13.633 21.559 13.633 21.563 13.629 21.57 L 16.883 21.57 Z%22%2F%3E %3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22 M 11.798 8.412 L 13.203 5.891 C 13.297 5.719 13.516 5.602 13.715 5.602 L 13.715 5.602 C 13.742 5.602 13.766 5.602 13.793 5.605 L 18.887 6.508 C 19.102 6.547 19.309 6.754 19.344 6.973 L 19.805 9.829 L 20.641 9.977 C 20.859 10.016 20.992 10.223 20.938 10.438 L 20.207 13.289 C 20.152 13.504 19.93 13.648 19.715 13.609 L 19.254 13.527 L 19.121 14.273 C 19.082 14.492 18.875 14.637 18.656 14.602 L 17.895 14.465 C 17.676 14.426 17.531 14.215 17.566 14 L 17.699 13.254 L 15.59 12.883 C 15.375 12.844 15.184 12.809 15.168 12.809 C 15.152 12.805 14.961 12.77 14.742 12.73 L 12.637 12.359 L 12.504 13.102 C 12.469 13.32 12.258 13.469 12.039 13.43 L 11.277 13.297 C 11.059 13.258 10.914 13.047 10.953 12.828 L 11.082 12.086 L 10.621 12.004 C 10.402 11.965 10.242 11.754 10.266 11.531 L 10.555 8.602 C 10.578 8.379 10.773 8.23 10.992 8.27 L 11.798 8.412 Z M 18.589 9.614 L 18.262 7.582 L 14.012 6.832 L 14.012 6.832 L 13.011 8.627 L 18.589 9.614 Z%22%2F%3E %3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .pedestrian-safety[data-v-42768ba4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 13.085938 6.300781 L 12.683594 9.726562 L 13.949219 10.195312 L 12.460938 11.152344 L 9.921875 10.496094 L 7.960938 14.425781 L 8.710938 14.816406 L 10.722656 12.292969 L 12.113281 13.085938 L 10.363281 14.945312 L 11.890625 18.558594 L 12.59375 18.304688 L 11.847656 15.546875 L 16.867188 11.632812 L 17.917969 12.34375 L 17.125 14.871094 L 17.726562 15.132812 L 19.28125 12.0625 L 16.453125 9.347656 L 13.898438 8.773438 L 13.902344 6.222656 Z M 13.085938 6.300781 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 7.464844 21.207031 L 21.148438 21.207031 L 21.148438 19.832031 L 7.464844 19.832031 Z M 7.464844 21.207031 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 16.488281 8.796875 C 17.175781 8.84375 17.769531 8.3125 17.816406 7.605469 C 17.867188 6.898438 17.351562 6.285156 16.664062 6.234375 C 15.980469 6.183594 15.382812 6.71875 15.335938 7.425781 C 15.289062 8.132812 15.804688 8.746094 16.488281 8.796875 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .forest-fire-weather[data-v-42768ba4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 17.992188 12.910156 C 18.265625 14.246094 16.886719 16.019531 16.394531 15.089844 C 16.152344 14.632812 16.546875 13.894531 16.683594 13.460938 C 16.910156 12.742188 17.089844 11.980469 17.058594 11.222656 C 16.96875 8.910156 15.054688 5.578125 12.042969 5.601562 C 13.71875 7.621094 9.484375 9.496094 10.328125 13.910156 C 9.578125 13.78125 9.035156 12.359375 9.035156 12.359375 C 9.035156 12.359375 7.273438 18.726562 12.558594 18.726562 C 11.25 17.902344 10.289062 16.695312 10.25 15.304688 C 10.25 15.304688 11.398438 16.257812 12.414062 16.214844 C 11.648438 14.226562 13.027344 12.148438 14.742188 11.414062 C 14.175781 12.597656 13.578125 14.074219 13.753906 15.40625 C 14.027344 17.46875 16.335938 17.34375 17.816406 16.050781 C 17.816406 16.929688 16.609375 18.023438 15.855469 18.726562 C 20.917969 17.769531 19.09375 13.390625 17.992188 12.910156 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 8.089844 20.925781 L 20.527344 20.925781 L 20.527344 19.714844 L 8.089844 19.714844 Z M 8.089844 20.925781 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .grass-fire-weather[data-v-42768ba4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 17.992188 12.910156 C 18.265625 14.246094 16.886719 16.019531 16.394531 15.089844 C 16.152344 14.632812 16.546875 13.894531 16.683594 13.460938 C 16.910156 12.742188 17.089844 11.980469 17.058594 11.222656 C 16.96875 8.910156 15.054688 5.578125 12.042969 5.601562 C 13.71875 7.621094 9.484375 9.496094 10.328125 13.910156 C 9.578125 13.78125 9.035156 12.359375 9.035156 12.359375 C 9.035156 12.359375 7.273438 18.726562 12.558594 18.726562 C 11.25 17.902344 10.289062 16.695312 10.25 15.304688 C 10.25 15.304688 11.398438 16.257812 12.414062 16.214844 C 11.648438 14.226562 13.027344 12.148438 14.742188 11.414062 C 14.175781 12.597656 13.578125 14.074219 13.753906 15.40625 C 14.027344 17.46875 16.335938 17.34375 17.816406 16.050781 C 17.816406 16.929688 16.609375 18.023438 15.855469 18.726562 C 20.917969 17.769531 19.09375 13.390625 17.992188 12.910156 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 8.089844 20.925781 L 20.527344 20.925781 L 20.527344 19.714844 L 8.089844 19.714844 Z M 8.089844 20.925781 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .hot-weather[data-v-42768ba4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 13.828125 21.453125 C 12.722656 21.453125 11.820312 20.554688 11.820312 19.445312 C 11.820312 18.882812 12.050781 18.359375 12.46875 17.976562 L 12.46875 17.972656 C 12.589844 17.859375 12.667969 17.699219 12.667969 17.519531 L 12.667969 7.382812 C 12.667969 6.742188 13.1875 6.222656 13.828125 6.222656 C 14.46875 6.222656 14.992188 6.742188 14.992188 7.382812 L 14.992188 17.519531 C 14.992188 17.699219 15.070312 17.859375 15.191406 17.972656 L 15.191406 17.976562 C 15.609375 18.359375 15.835938 18.882812 15.835938 19.445312 C 15.835938 20.554688 14.9375 21.453125 13.828125 21.453125 Z M 17.503906 9.894531 C 17.792969 9.894531 18.023438 9.660156 18.023438 9.375 C 18.023438 9.089844 17.792969 8.855469 17.503906 8.855469 L 16.234375 8.855469 L 16.234375 8.203125 L 17.503906 8.203125 C 17.792969 8.203125 18.023438 7.96875 18.023438 7.683594 C 18.023438 7.398438 17.792969 7.164062 17.503906 7.164062 L 16.226562 7.164062 C 16.113281 5.941406 15.082031 4.976562 13.828125 4.976562 C 12.503906 4.976562 11.425781 6.058594 11.425781 7.382812 L 11.425781 17.265625 C 10.882812 17.859375 10.578125 18.640625 10.578125 19.445312 C 10.578125 21.238281 12.035156 22.699219 13.828125 22.699219 C 15.621094 22.699219 17.082031 21.238281 17.082031 19.445312 C 17.082031 18.640625 16.777344 17.859375 16.234375 17.265625 L 16.234375 11.585938 L 17.503906 11.585938 C 17.792969 11.585938 18.023438 11.355469 18.023438 11.066406 C 18.023438 10.78125 17.792969 10.550781 17.503906 10.550781 L 16.234375 10.550781 L 16.234375 9.894531 Z M 17.503906 9.894531 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 1px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 14.367188 18.234375 L 14.367188 12.691406 C 14.367188 12.390625 14.128906 12.152344 13.828125 12.152344 C 13.53125 12.152344 13.289062 12.390625 13.289062 12.691406 L 13.289062 18.234375 C 12.824219 18.441406 12.5 18.90625 12.5 19.445312 C 12.5 20.179688 13.097656 20.773438 13.828125 20.773438 C 14.5625 20.773438 15.15625 20.179688 15.15625 19.445312 C 15.15625 18.90625 14.832031 18.441406 14.367188 18.234375 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .cold-weather[data-v-42768ba4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 13.828125 21.453125 C 12.722656 21.453125 11.820312 20.554688 11.820312 19.445312 C 11.820312 18.882812 12.050781 18.359375 12.46875 17.976562 L 12.46875 17.972656 C 12.589844 17.859375 12.667969 17.699219 12.667969 17.519531 L 12.667969 7.382812 C 12.667969 6.742188 13.1875 6.222656 13.828125 6.222656 C 14.46875 6.222656 14.992188 6.742188 14.992188 7.382812 L 14.992188 17.519531 C 14.992188 17.699219 15.070312 17.859375 15.191406 17.972656 L 15.191406 17.976562 C 15.609375 18.359375 15.835938 18.882812 15.835938 19.445312 C 15.835938 20.554688 14.9375 21.453125 13.828125 21.453125 Z M 17.503906 9.894531 C 17.792969 9.894531 18.023438 9.660156 18.023438 9.375 C 18.023438 9.089844 17.792969 8.855469 17.503906 8.855469 L 16.234375 8.855469 L 16.234375 8.203125 L 17.503906 8.203125 C 17.792969 8.203125 18.023438 7.96875 18.023438 7.683594 C 18.023438 7.398438 17.792969 7.164062 17.503906 7.164062 L 16.226562 7.164062 C 16.113281 5.941406 15.082031 4.976562 13.828125 4.976562 C 12.503906 4.976562 11.425781 6.058594 11.425781 7.382812 L 11.425781 17.265625 C 10.882812 17.859375 10.578125 18.640625 10.578125 19.445312 C 10.578125 21.238281 12.035156 22.699219 13.828125 22.699219 C 15.621094 22.699219 17.082031 21.238281 17.082031 19.445312 C 17.082031 18.640625 16.777344 17.859375 16.234375 17.265625 L 16.234375 11.585938 L 17.503906 11.585938 C 17.792969 11.585938 18.023438 11.355469 18.023438 11.066406 C 18.023438 10.78125 17.792969 10.550781 17.503906 10.550781 L 16.234375 10.550781 L 16.234375 9.894531 Z M 17.503906 9.894531 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 1px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 14.367188 18.234375 L 14.367188 12.691406 C 14.367188 12.390625 14.128906 12.152344 13.828125 12.152344 C 13.53125 12.152344 13.289062 12.390625 13.289062 12.691406 L 13.289062 18.234375 C 12.824219 18.441406 12.5 18.90625 12.5 19.445312 C 12.5 20.179688 13.097656 20.773438 13.828125 20.773438 C 14.5625 20.773438 15.15625 20.179688 15.15625 19.445312 C 15.15625 18.90625 14.832031 18.441406 14.367188 18.234375 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .uv-note[data-v-42768ba4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 17.304688 18.0625 L 14.386719 9.996094 L 16.171875 9.996094 L 18.238281 15.964844 L 20.238281 9.996094 L 21.988281 9.996094 L 19.0625 18.0625 Z M 17.304688 18.0625 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 7.464844 9.996094 L 9.117188 9.996094 L 9.117188 14.363281 C 9.117188 15.054688 9.136719 15.503906 9.175781 15.710938 C 9.246094 16.042969 9.414062 16.304688 9.679688 16.507812 C 9.945312 16.707031 10.308594 16.804688 10.769531 16.804688 C 11.238281 16.804688 11.589844 16.710938 11.828125 16.523438 C 12.066406 16.332031 12.207031 16.101562 12.257812 15.828125 C 12.304688 15.550781 12.328125 15.09375 12.328125 14.457031 L 12.328125 9.996094 L 13.976562 9.996094 L 13.976562 14.230469 C 13.976562 15.199219 13.933594 15.882812 13.84375 16.285156 C 13.753906 16.683594 13.589844 17.019531 13.351562 17.296875 C 13.113281 17.570312 12.792969 17.789062 12.390625 17.953125 C 11.988281 18.117188 11.464844 18.199219 10.820312 18.199219 C 10.039062 18.199219 9.449219 18.109375 9.046875 17.929688 C 8.644531 17.753906 8.324219 17.523438 8.089844 17.238281 C 7.855469 16.953125 7.703125 16.65625 7.628906 16.34375 C 7.519531 15.882812 7.464844 15.199219 7.464844 14.296875 Z M 7.464844 9.996094 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .flood-level[data-v-42768ba4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.72549%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 21.542969 17.964844 C 20.371094 17.964844 19.757812 18.617188 19.265625 19.140625 C 18.828125 19.609375 18.480469 19.980469 17.765625 19.980469 C 17.050781 19.980469 16.703125 19.609375 16.265625 19.140625 C 15.773438 18.617188 15.160156 17.964844 13.988281 17.964844 C 12.8125 17.964844 12.199219 18.617188 11.707031 19.140625 C 11.269531 19.609375 10.921875 19.976562 10.207031 19.976562 C 9.492188 19.976562 9.148438 19.609375 8.707031 19.140625 C 8.214844 18.617188 7.605469 17.964844 6.429688 17.964844 C 6.132812 17.964844 5.894531 18.203125 5.894531 18.5 C 5.894531 18.792969 6.132812 19.03125 6.429688 19.03125 L 6.441406 19.03125 C 7.144531 19.035156 7.492188 19.40625 7.929688 19.871094 C 8.421875 20.394531 9.03125 21.046875 10.207031 21.046875 C 11.382812 21.046875 11.996094 20.394531 12.484375 19.871094 C 12.925781 19.402344 13.273438 19.03125 13.988281 19.03125 C 14.699219 19.03125 15.046875 19.402344 15.488281 19.871094 C 15.980469 20.394531 16.589844 21.046875 17.765625 21.046875 C 18.941406 21.046875 19.554688 20.394531 20.042969 19.871094 C 20.480469 19.40625 20.828125 19.039062 21.535156 19.03125 L 21.542969 19.03125 C 21.839844 19.03125 22.078125 18.792969 22.078125 18.5 C 22.078125 18.203125 21.839844 17.964844 21.542969 17.964844 Z M 21.542969 17.964844 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.72549%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 20.386719 11.488281 L 13.933594 6.632812 L 7.480469 11.488281 L 9.886719 11.488281 L 9.886719 18.070312 L 9.90625 18.070312 C 10.667969 18.070312 11.035156 17.675781 11.503906 17.175781 C 12.027344 16.617188 12.679688 15.921875 13.933594 15.921875 C 15.1875 15.921875 15.835938 16.617188 16.359375 17.175781 C 16.828125 17.675781 17.199219 18.070312 17.957031 18.070312 L 17.976562 18.070312 L 17.976562 11.488281 Z M 15.074219 13.90625 L 12.753906 13.90625 L 12.753906 11.589844 L 15.074219 11.589844 Z M 15.074219 13.90625 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.72549%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 21.542969 15.527344 C 20.371094 15.527344 19.757812 16.179688 19.265625 16.703125 C 18.828125 17.171875 18.480469 17.542969 17.765625 17.542969 C 17.050781 17.542969 16.707031 17.171875 16.265625 16.703125 C 15.773438 16.179688 15.164062 15.527344 13.988281 15.527344 C 12.8125 15.527344 12.199219 16.179688 11.707031 16.703125 C 11.269531 17.171875 10.921875 17.542969 10.207031 17.542969 C 9.492188 17.542969 9.148438 17.171875 8.707031 16.703125 C 8.214844 16.179688 7.605469 15.527344 6.429688 15.527344 C 6.132812 15.527344 5.894531 15.765625 5.894531 16.0625 C 5.894531 16.355469 6.132812 16.59375 6.429688 16.59375 L 6.4375 16.59375 C 7.144531 16.597656 7.492188 16.96875 7.929688 17.433594 C 8.417969 17.957031 9.03125 18.609375 10.207031 18.609375 C 11.382812 18.609375 11.996094 17.957031 12.484375 17.433594 C 12.925781 16.964844 13.273438 16.59375 13.988281 16.59375 C 14.699219 16.59375 15.046875 16.964844 15.488281 17.433594 C 15.980469 17.957031 16.589844 18.609375 17.765625 18.609375 C 18.941406 18.609375 19.554688 17.957031 20.042969 17.433594 C 20.480469 16.96875 20.828125 16.597656 21.535156 16.59375 L 21.542969 16.59375 C 21.734375 16.59375 21.910156 16.492188 22.007812 16.328125 C 22.101562 16.164062 22.101562 15.960938 22.007812 15.792969 C 21.910156 15.628906 21.734375 15.527344 21.542969 15.527344 Z M 21.542969 15.527344 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .sea-wind[data-v-42768ba4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E %3Cg id%3D%22surface1%22%3E %3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bstroke-linecap%3A square%3Bpaint-order%3A stroke%3Bfill-rule%3Anonzero%3Bfill%3Argb(0%25%2C0%25%2C0%25)%3Bfill-opacity%3A1%3B%22 transform%3D%22translate(14%2C 14) scale(0.93) translate(-14%2C -14)%22 d%3D%22M 11.127030796064377 6.106581985398371 A 8.4 8.4 0 1 0 16.872969203935618 6.106581985398369 L 14 0 L 11.127030796064377 6.106581985398371%22 %2F%3E %3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .sea-thunder-storm[data-v-42768ba4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bstroke-linecap%3A circle%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 11.855469 7.464844 L 9.839844 14.472656 L 13.371094 14.472656 L 11.375 23.023438 L 18.152344 11.910156 L 14.484375 11.910156 L 16.484375 7.464844 Z M 11.855469 7.464844 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .sea-water-height-high-water[data-v-42768ba4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 18.332031 18.976562 C 17.078125 18.976562 16.421875 18.28125 15.898438 17.722656 C 15.429688 17.21875 15.058594 16.824219 14.296875 16.824219 C 13.535156 16.824219 13.164062 17.21875 12.691406 17.722656 C 12.167969 18.28125 11.515625 18.976562 10.257812 18.976562 C 9.003906 18.976562 8.351562 18.28125 7.824219 17.722656 C 7.355469 17.21875 6.984375 16.824219 6.222656 16.824219 L 6.222656 15.683594 C 7.476562 15.683594 8.132812 16.382812 8.65625 16.941406 C 9.125 17.441406 9.496094 17.839844 10.257812 17.839844 C 11.019531 17.839844 11.390625 17.441406 11.863281 16.941406 C 12.386719 16.382812 13.039062 15.683594 14.296875 15.683594 C 15.550781 15.683594 16.203125 16.382812 16.730469 16.941406 C 17.199219 17.441406 17.570312 17.839844 18.332031 17.839844 C 19.09375 17.839844 19.464844 17.441406 19.933594 16.941406 C 20.460938 16.382812 21.113281 15.683594 22.371094 15.683594 L 22.371094 16.824219 C 21.605469 16.824219 21.234375 17.21875 20.765625 17.722656 C 20.242188 18.28125 19.589844 18.976562 18.332031 18.976562 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 18.332031 16.261719 C 17.078125 16.261719 16.421875 15.566406 15.898438 15.007812 C 15.429688 14.503906 15.058594 14.109375 14.296875 14.109375 C 13.535156 14.109375 13.164062 14.503906 12.691406 15.007812 C 12.167969 15.566406 11.515625 16.261719 10.257812 16.261719 C 9.003906 16.261719 8.351562 15.566406 7.824219 15.007812 C 7.355469 14.503906 6.984375 14.109375 6.222656 14.109375 L 6.222656 12.972656 C 7.476562 12.972656 8.132812 13.667969 8.65625 14.226562 C 9.125 14.726562 9.496094 15.125 10.257812 15.125 C 11.019531 15.125 11.390625 14.726562 11.863281 14.226562 C 12.386719 13.667969 13.039062 12.972656 14.296875 12.972656 C 15.550781 12.972656 16.203125 13.667969 16.730469 14.226562 C 17.199219 14.726562 17.570312 15.125 18.332031 15.125 C 19.09375 15.125 19.464844 14.726562 19.933594 14.226562 C 20.460938 13.667969 21.113281 12.972656 22.371094 12.972656 L 22.371094 14.109375 C 21.605469 14.109375 21.234375 14.503906 20.765625 15.007812 C 20.242188 15.566406 19.589844 16.261719 18.332031 16.261719 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 18.332031 21.582031 C 17.078125 21.582031 16.421875 20.882812 15.898438 20.324219 C 15.429688 19.824219 15.058594 19.425781 14.296875 19.425781 C 13.535156 19.425781 13.164062 19.824219 12.691406 20.324219 C 12.167969 20.882812 11.515625 21.582031 10.257812 21.582031 C 9.003906 21.582031 8.351562 20.882812 7.824219 20.324219 C 7.355469 19.824219 6.984375 19.425781 6.222656 19.425781 L 6.222656 18.289062 C 7.476562 18.289062 8.132812 18.984375 8.65625 19.542969 C 9.125 20.046875 9.496094 20.441406 10.257812 20.441406 C 11.019531 20.441406 11.390625 20.046875 11.863281 19.542969 C 12.386719 18.984375 13.039062 18.289062 14.296875 18.289062 C 15.550781 18.289062 16.203125 18.984375 16.730469 19.542969 C 17.199219 20.046875 17.570312 20.441406 18.332031 20.441406 C 19.09375 20.441406 19.464844 20.046875 19.933594 19.542969 C 20.460938 18.984375 21.113281 18.289062 22.371094 18.289062 L 22.371094 19.425781 C 21.605469 19.425781 21.234375 19.824219 20.765625 20.324219 C 20.242188 20.882812 19.589844 21.582031 18.332031 21.582031 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 16.679688 9.792969 L 16.679688 12.566406 L 19.851562 12.566406 L 19.851562 9.792969 L 21.4375 9.792969 L 18.265625 6.222656 L 15.09375 9.792969 Z M 16.679688 9.792969 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .sea-water-height-shallow-water[data-v-42768ba4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 18.390625 19.039062 C 17.128906 19.039062 16.472656 18.339844 15.945312 17.777344 C 15.472656 17.273438 15.101562 16.875 14.335938 16.875 C 13.570312 16.875 13.195312 17.273438 12.726562 17.777344 C 12.199219 18.339844 11.539062 19.039062 10.277344 19.039062 C 9.015625 19.039062 8.359375 18.339844 7.832031 17.777344 C 7.359375 17.273438 6.988281 16.875 6.222656 16.875 L 6.222656 15.730469 C 7.484375 15.730469 8.140625 16.433594 8.667969 16.996094 C 9.140625 17.496094 9.511719 17.894531 10.277344 17.894531 C 11.042969 17.894531 11.417969 17.496094 11.890625 16.996094 C 12.417969 16.433594 13.074219 15.730469 14.335938 15.730469 C 15.597656 15.730469 16.253906 16.433594 16.78125 16.996094 C 17.253906 17.496094 17.625 17.894531 18.390625 17.894531 C 19.160156 17.894531 19.53125 17.496094 20.003906 16.996094 C 20.53125 16.433594 21.1875 15.730469 22.449219 15.730469 L 22.449219 16.875 C 21.683594 16.875 21.308594 17.273438 20.839844 17.777344 C 20.3125 18.339844 19.65625 19.039062 18.390625 19.039062 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 18.390625 21.65625 C 17.128906 21.65625 16.472656 20.957031 15.945312 20.394531 C 15.472656 19.890625 15.101562 19.492188 14.335938 19.492188 C 13.570312 19.492188 13.195312 19.890625 12.726562 20.394531 C 12.199219 20.957031 11.539062 21.65625 10.277344 21.65625 C 9.015625 21.65625 8.359375 20.957031 7.832031 20.394531 C 7.359375 19.890625 6.988281 19.492188 6.222656 19.492188 L 6.222656 18.347656 C 7.484375 18.347656 8.140625 19.046875 8.667969 19.609375 C 9.140625 20.113281 9.511719 20.511719 10.277344 20.511719 C 11.042969 20.511719 11.417969 20.113281 11.890625 19.609375 C 12.417969 19.046875 13.074219 18.347656 14.335938 18.347656 C 15.597656 18.347656 16.253906 19.046875 16.78125 19.609375 C 17.253906 20.113281 17.625 20.511719 18.390625 20.511719 C 19.160156 20.511719 19.53125 20.113281 20.003906 19.609375 C 20.53125 19.046875 21.1875 18.347656 22.449219 18.347656 L 22.449219 19.492188 C 21.683594 19.492188 21.308594 19.890625 20.839844 20.394531 C 20.3125 20.957031 19.65625 21.65625 18.390625 21.65625 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.2px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 16.730469 9.011719 L 16.730469 6.222656 L 19.917969 6.222656 L 19.917969 9.011719 L 21.511719 9.011719 L 18.324219 12.597656 L 15.136719 9.011719 Z M 16.730469 9.011719 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .sea-wave-height[data-v-42768ba4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E %3Cg id%3D%22surface1%22%3E %3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 1.8px%3Bstroke-linecap%3A round%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 18.551 13.477 C 19.336 13.027 18.824 11.559 18.816 11.508 C 18.449 11.289 18.008 11.156 17.566 11.156 C 16.809 11.156 16.137 11.512 15.699 12.063 C 16.734 12.848 18.09 13.742 18.551 13.477 Z%22%2F%3E %3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 1.8px%3Bstroke-linecap%3A round%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 15.227 12.785 C 15.227 11.605 16.184 10.648 17.363 10.648 C 17.867 10.648 18.73 11.129 18.738 11.133 C 18.746 11.137 18.742 11.137 18.738 11.133 C 18.656 10.753 18.527 10.391 18.359 10.053 C 18.212 9.756 18.034 9.478 17.83 9.223 C 17.438 8.734 16.949 8.327 16.39 8.033 C 15.752 7.697 15.024 7.508 14.246 7.508 C 13.426 7.508 12.66 7.723 11.992 8.094 C 7.359 10.262 8.133 18.645 8.145 19.93 L 21.762 19.93 C 19.66 18.359 15.227 15.254 15.227 12.785 Z%22%2F%3E %3C%2Fg%3E %3C%2Fsvg%3E")}div#fmi-warnings div .sea-icing[data-v-42768ba4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 15.171875 9.5625 L 12.644531 15.875 L 14.515625 21.3125 L 16.925781 13.535156 L 17.933594 16.613281 L 21.136719 9.5625 Z M 15.171875 9.5625 %22%2F%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 7.464844 9.5625 L 10.863281 18.328125 L 14.371094 9.5625 Z M 7.464844 9.5625 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div .several[data-v-42768ba4]{background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2228px%22 height%3D%2228px%22 viewBox%3D%220 0 28 28%22 version%3D%221.1%22%3E%3Cg id%3D%22surface1%22%3E%3Cpath style%3D%22stroke%3Argba(255%2C 255%2C 255%2C 1.0)%3Bstroke-width%3A 2.5px%3Bpaint-order%3A stroke%3Bfill-rule%3Aevenodd%3Bfill%3Argb(13.333333%25%2C12.156863%25%2C12.54902%25)%3Bfill-opacity%3A1%3B%22 d%3D%22M 13.605469 18.632812 L 14.984375 18.632812 L 14.984375 14.984375 L 18.632812 14.984375 L 18.632812 13.605469 L 14.984375 13.605469 L 14.984375 9.957031 L 13.605469 9.957031 L 13.605469 13.605469 L 9.957031 13.605469 L 9.957031 14.984375 L 13.605469 14.984375 Z M 13.605469 18.632812 %22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}div#fmi-warnings div span.symbol-text[data-v-42768ba4]{display:table-cell;vertical-align:middle;line-height:28px;width:100%;text-align:center;margin:0 auto;font-family:Noto Sans,sans-serif!important;color:#fff;text-anchor:middle;font-weight:700}@media (max-width: 575px){div#fmi-warnings div .symbol-text[data-v-42768ba4]{display:none}}div#fmi-warnings div div.map-large[data-v-42768ba4]{display:inline-block;width:440px;height:100%;max-height:550px;background-color:transparent}div#fmi-warnings div div.map-large div.spinner-container[data-v-42768ba4]{height:0}div.map-large.light-theme div.day-map-large button#fmi-warnings-move[data-v-42768ba4]:focus{background-color:#3a66e3}div.map-large.dark-theme div.day-map-large button#fmi-warnings-move[data-v-42768ba4]:focus{background-color:#434752}div.map-large.light-gray-theme div.day-map-large button#fmi-warnings-move[data-v-42768ba4]:focus{background-color:#434752}div.map-large.dark-gray-theme div.day-map-large button#fmi-warnings-move[data-v-42768ba4]:focus{background-color:#eee}div#fmi-warnings div div.day-map-large[data-v-42768ba4]{height:100%}div#fmi-warnings div button.fmi-warnings-map-tool[data-v-42768ba4]{position:absolute;right:10px;height:35px;width:35px;background-repeat:no-repeat;background-position:center;cursor:pointer}div#fmi-warnings div .light-theme button.fmi-warnings-map-tool[data-v-42768ba4]{border-color:#3a66e3}div#fmi-warnings div .dark-theme button.fmi-warnings-map-tool[data-v-42768ba4]{border-color:#434752}div#fmi-warnings div .light-gray-theme button.fmi-warnings-map-tool[data-v-42768ba4]{border-color:#fff}div#fmi-warnings div .dark-gray-theme button.fmi-warnings-map-tool[data-v-42768ba4]{border-color:#191b22}div.map-large div.day-map-large button#fmi-warnings-zoom-in[data-v-42768ba4]{top:10px;border-radius:2px 2px 0 0}div.map-large div.day-map-large button#fmi-warnings-zoom-in[data-v-42768ba4]:disabled{border-color:#e1e1e1;cursor:default}div.map-large div.day-map-large button#fmi-warnings-zoom-out[data-v-42768ba4]{top:46px;border-radius:0 0 2px 2px}div.map-large div.day-map-large button#fmi-warnings-zoom-out[data-v-42768ba4]:disabled{border-color:#e1e1e1;cursor:default}div.map-large div.day-map-large button#fmi-warnings-move[data-v-42768ba4]{top:90px;border:none;background-color:transparent;pointer-events:none}div.map-large div.day-map-large button#fmi-warnings-move[data-v-42768ba4]:focus{border-radius:2px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646.146a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 1.707V5.5a.5.5 0 0 1-1 0V1.707L6.354 2.854a.5.5 0 1 1-.708-.708l2-2zM8 10a.5.5 0 0 1 .5.5v3.793l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 .708-.708L7.5 14.293V10.5A.5.5 0 0 1 8 10zM.146 8.354a.5.5 0 0 1 0-.708l2-2a.5.5 0 1 1 .708.708L1.707 7.5H5.5a.5.5 0 0 1 0 1H1.707l1.147 1.146a.5.5 0 0 1-.708.708l-2-2zM10 8a.5.5 0 0 1 .5-.5h3.793l-1.147-1.146a.5.5 0 0 1 .708-.708l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L14.293 8.5H10.5A.5.5 0 0 1 10 8z'/%3E%3C/svg%3E")}div.map-large div.day-map-large button#fmi-warnings-move:focus.hidden[data-v-42768ba4]{display:none}div.map-large.light-theme div.day-map-large button#fmi-warnings-zoom-in[data-v-42768ba4]{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjM0cHgiIGhlaWdodD0iMzRweCIgdmlld0JveD0iMCAwIDM0IDM0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPnBsdXMtc3ltYm9sPC90aXRsZT4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJpY29ucyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlN5bWJvbHMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04MzcuMDAwMDAwLCAtNzI0LjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0icGx1cy1zeW1ib2wiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDgzNy4wMDAwMDAsIDcyNC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJmaWxsLTMiIGZpbGw9IiMzQTY2RTMiIHg9IjAiIHk9IjAiIHdpZHRoPSIzNCIgaGVpZ2h0PSIzNCI+PC9yZWN0PgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTE3LDI0IEwxNywxMCIgaWQ9ImZpbGwtMiIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PC9wYXRoPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTEwLDE3IEwyNCwxNyIgaWQ9ImZpbGwtMSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=)}div.map-large.light-theme div.day-map-large button#fmi-warnings-zoom-in[data-v-42768ba4]:disabled{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjM0cHgiIGhlaWdodD0iMzRweCIgdmlld0JveD0iMCAwIDM0IDM0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCAzLjcuMSAoMjgyMTUpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPnBsdXMtc3ltYm9sPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9Imljb25zIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iU3ltYm9scyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTgzNy4wMDAwMDAsIC03MjQuMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIGlkPSJwbHVzLXN5bWJvbCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODM3LjAwMDAwMCwgNzI0LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHJlY3QgaWQ9ImZpbGwtMyIgZmlsbD0iIzk3OTc5NyIgeD0iMCIgeT0iMCIgd2lkdGg9IjM0IiBoZWlnaHQ9IjM0Ij48L3JlY3Q+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTcsMjQgTDE3LDEwIiBpZD0iZmlsbC0yIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTAsMTcgTDI0LDE3IiBpZD0iZmlsbC0xIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)}div.map-large.light-theme div.day-map-large button#fmi-warnings-zoom-out[data-v-42768ba4]{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjM0cHgiIGhlaWdodD0iMzRweCIgdmlld0JveD0iMCAwIDM0IDM0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPm1pbnVzLXN5bWJvbDwvdGl0bGU+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iaWNvbnMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJTeW1ib2xzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODgxLjAwMDAwMCwgLTcyNC4wMDAwMDApIj4KICAgICAgICAgICAgPGcgaWQ9Im1pbnVzLXN5bWJvbCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODgxLjAwMDAwMCwgNzI0LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHJlY3QgaWQ9ImZpbGwtMiIgZmlsbD0iIzNBNjZFMyIgeD0iMCIgeT0iMCIgd2lkdGg9IjM0IiBoZWlnaHQ9IjM0Ij48L3JlY3Q+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTAsMTcgTDI0LDE3IiBpZD0iZmlsbC0xIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)}div.map-large.light-theme div.day-map-large button#fmi-warnings-zoom-out[data-v-42768ba4]:disabled{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjM0cHgiIGhlaWdodD0iMzRweCIgdmlld0JveD0iMCAwIDM0IDM0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCAzLjcuMSAoMjgyMTUpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPm1pbnVzLXN5bWJvbDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJpY29ucyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlN5bWJvbHMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04ODEuMDAwMDAwLCAtNzI0LjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0ibWludXMtc3ltYm9sIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4ODEuMDAwMDAwLCA3MjQuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iZmlsbC0yIiBmaWxsPSIjOTc5Nzk3IiB4PSIwIiB5PSIwIiB3aWR0aD0iMzQiIGhlaWdodD0iMzQiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMCwxNyBMMjQsMTciIGlkPSJmaWxsLTEiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+)}div.map-large.dark-theme div.day-map-large button#fmi-warnings-zoom-in[data-v-42768ba4]{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMzQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBmaWxsPSIjNDM0NzUyIiBkPSJNMCAwaDM0djM0SDB6Ii8+PHBhdGggZD0iTTE3IDI0VjEwTTEwIDE3aDE0IiBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PC9nPjwvc3ZnPg==)}div.map-large.dark-theme div.day-map-large button#fmi-warnings-zoom-in[data-v-42768ba4]:disabled{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjM0cHgiIGhlaWdodD0iMzRweCIgdmlld0JveD0iMCAwIDM0IDM0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCAzLjcuMSAoMjgyMTUpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPnBsdXMtc3ltYm9sPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9Imljb25zIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iU3ltYm9scyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTgzNy4wMDAwMDAsIC03MjQuMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIGlkPSJwbHVzLXN5bWJvbCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODM3LjAwMDAwMCwgNzI0LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHJlY3QgaWQ9ImZpbGwtMyIgZmlsbD0iIzk3OTc5NyIgeD0iMCIgeT0iMCIgd2lkdGg9IjM0IiBoZWlnaHQ9IjM0Ij48L3JlY3Q+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTcsMjQgTDE3LDEwIiBpZD0iZmlsbC0yIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTAsMTcgTDI0LDE3IiBpZD0iZmlsbC0xIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)}div.map-large.dark-theme div.day-map-large button#fmi-warnings-zoom-out[data-v-42768ba4]{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMzQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBmaWxsPSIjNDM0NzUyIiBkPSJNMCAwaDM0djM0SDB6Ii8+PHBhdGggZD0iTTEwIDE3aDE0IiBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PC9nPjwvc3ZnPg==)}div.map-large.dark-theme div.day-map-large button#fmi-warnings-zoom-out[data-v-42768ba4]:disabled{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjM0cHgiIGhlaWdodD0iMzRweCIgdmlld0JveD0iMCAwIDM0IDM0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCAzLjcuMSAoMjgyMTUpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPm1pbnVzLXN5bWJvbDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJpY29ucyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlN5bWJvbHMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04ODEuMDAwMDAwLCAtNzI0LjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0ibWludXMtc3ltYm9sIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4ODEuMDAwMDAwLCA3MjQuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iZmlsbC0yIiBmaWxsPSIjOTc5Nzk3IiB4PSIwIiB5PSIwIiB3aWR0aD0iMzQiIGhlaWdodD0iMzQiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMCwxNyBMMjQsMTciIGlkPSJmaWxsLTEiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+)}div.map-large.light-gray-theme div.day-map-large button#fmi-warnings-zoom-in[data-v-42768ba4]{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjM0cHgiIGhlaWdodD0iMzRweCIgdmlld0JveD0iMCAwIDM0IDM0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPnBsdXMtc3ltYm9sPC90aXRsZT4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJpY29ucyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlN5bWJvbHMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04MzcuMDAwMDAwLCAtNzI0LjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0icGx1cy1zeW1ib2wiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDgzNy4wMDAwMDAsIDcyNC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJmaWxsLTMiIGZpbGw9IiM0MzQ3NTIiIHg9IjAiIHk9IjAiIHdpZHRoPSIzNCIgaGVpZ2h0PSIzNCI+PC9yZWN0PgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTE3LDI0IEwxNywxMCIgaWQ9ImZpbGwtMiIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PC9wYXRoPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTEwLDE3IEwyNCwxNyIgaWQ9ImZpbGwtMSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=)}div.map-large.light-gray-theme div.day-map-large button#fmi-warnings-zoom-in[data-v-42768ba4]:disabled{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjM0cHgiIGhlaWdodD0iMzRweCIgdmlld0JveD0iMCAwIDM0IDM0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCAzLjcuMSAoMjgyMTUpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPnBsdXMtc3ltYm9sPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9Imljb25zIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iU3ltYm9scyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTgzNy4wMDAwMDAsIC03MjQuMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIGlkPSJwbHVzLXN5bWJvbCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODM3LjAwMDAwMCwgNzI0LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHJlY3QgaWQ9ImZpbGwtMyIgZmlsbD0iIzk3OTc5NyIgeD0iMCIgeT0iMCIgd2lkdGg9IjM0IiBoZWlnaHQ9IjM0Ij48L3JlY3Q+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTcsMjQgTDE3LDEwIiBpZD0iZmlsbC0yIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTAsMTcgTDI0LDE3IiBpZD0iZmlsbC0xIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)}div.map-large.light-gray-theme div.day-map-large button#fmi-warnings-zoom-out[data-v-42768ba4]{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjM0cHgiIGhlaWdodD0iMzRweCIgdmlld0JveD0iMCAwIDM0IDM0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPm1pbnVzLXN5bWJvbDwvdGl0bGU+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iaWNvbnMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJTeW1ib2xzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODgxLjAwMDAwMCwgLTcyNC4wMDAwMDApIj4KICAgICAgICAgICAgPGcgaWQ9Im1pbnVzLXN5bWJvbCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODgxLjAwMDAwMCwgNzI0LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHJlY3QgaWQ9ImZpbGwtMiIgZmlsbD0iIzQzNDc1MiIgeD0iMCIgeT0iMCIgd2lkdGg9IjM0IiBoZWlnaHQ9IjM0Ij48L3JlY3Q+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTAsMTcgTDI0LDE3IiBpZD0iZmlsbC0xIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)}div.map-large.light-gray-theme div.day-map-large button#fmi-warnings-zoom-out[data-v-42768ba4]:disabled{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjM0cHgiIGhlaWdodD0iMzRweCIgdmlld0JveD0iMCAwIDM0IDM0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCAzLjcuMSAoMjgyMTUpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPm1pbnVzLXN5bWJvbDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJpY29ucyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlN5bWJvbHMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04ODEuMDAwMDAwLCAtNzI0LjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0ibWludXMtc3ltYm9sIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4ODEuMDAwMDAwLCA3MjQuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iZmlsbC0yIiBmaWxsPSIjOTc5Nzk3IiB4PSIwIiB5PSIwIiB3aWR0aD0iMzQiIGhlaWdodD0iMzQiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMCwxNyBMMjQsMTciIGlkPSJmaWxsLTEiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+)}div.map-large.dark-gray-theme div.day-map-large button#fmi-warnings-zoom-in[data-v-42768ba4]{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjM0cHgiIGhlaWdodD0iMzRweCIgdmlld0JveD0iMCAwIDM0IDM0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPnBsdXMtc3ltYm9sPC90aXRsZT4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJpY29ucyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlN5bWJvbHMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04MzcuMDAwMDAwLCAtNzI0LjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0icGx1cy1zeW1ib2wiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDgzNy4wMDAwMDAsIDcyNC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJmaWxsLTMiIGZpbGw9IiM0MzQ3NTIiIHg9IjAiIHk9IjAiIHdpZHRoPSIzNCIgaGVpZ2h0PSIzNCI+PC9yZWN0PgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTE3LDI0IEwxNywxMCIgaWQ9ImZpbGwtMiIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PC9wYXRoPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTEwLDE3IEwyNCwxNyIgaWQ9ImZpbGwtMSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=)}div.map-large.dark-gray-theme div.day-map-large button#fmi-warnings-zoom-in[data-v-42768ba4]:disabled{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjM0cHgiIGhlaWdodD0iMzRweCIgdmlld0JveD0iMCAwIDM0IDM0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCAzLjcuMSAoMjgyMTUpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPnBsdXMtc3ltYm9sPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9Imljb25zIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iU3ltYm9scyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTgzNy4wMDAwMDAsIC03MjQuMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIGlkPSJwbHVzLXN5bWJvbCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODM3LjAwMDAwMCwgNzI0LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHJlY3QgaWQ9ImZpbGwtMyIgZmlsbD0iIzk3OTc5NyIgeD0iMCIgeT0iMCIgd2lkdGg9IjM0IiBoZWlnaHQ9IjM0Ij48L3JlY3Q+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTcsMjQgTDE3LDEwIiBpZD0iZmlsbC0yIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTAsMTcgTDI0LDE3IiBpZD0iZmlsbC0xIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)}div.map-large.dark-gray-theme div.day-map-large button#fmi-warnings-zoom-out[data-v-42768ba4]{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjM0cHgiIGhlaWdodD0iMzRweCIgdmlld0JveD0iMCAwIDM0IDM0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPm1pbnVzLXN5bWJvbDwvdGl0bGU+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iaWNvbnMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJTeW1ib2xzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODgxLjAwMDAwMCwgLTcyNC4wMDAwMDApIj4KICAgICAgICAgICAgPGcgaWQ9Im1pbnVzLXN5bWJvbCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODgxLjAwMDAwMCwgNzI0LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHJlY3QgaWQ9ImZpbGwtMiIgZmlsbD0iIzQzNDc1MiIgeD0iMCIgeT0iMCIgd2lkdGg9IjM0IiBoZWlnaHQ9IjM0Ij48L3JlY3Q+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTAsMTcgTDI0LDE3IiBpZD0iZmlsbC0xIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)}div.map-large.dark-gray-theme div.day-map-large button#fmi-warnings-zoom-out[data-v-42768ba4]:disabled{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjM0cHgiIGhlaWdodD0iMzRweCIgdmlld0JveD0iMCAwIDM0IDM0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCAzLjcuMSAoMjgyMTUpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPm1pbnVzLXN5bWJvbDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJpY29ucyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlN5bWJvbHMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04ODEuMDAwMDAwLCAtNzI0LjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0ibWludXMtc3ltYm9sIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4ODEuMDAwMDAwLCA3MjQuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iZmlsbC0yIiBmaWxsPSIjOTc5Nzk3IiB4PSIwIiB5PSIwIiB3aWR0aD0iMzQiIGhlaWdodD0iMzQiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMCwxNyBMMjQsMTciIGlkPSJmaWxsLTEiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+)}div.day-map-large div#fmi-warnings-region-tooltip-reference>div#fmi-warnings-region-tooltip.tooltip.b-tooltip[data-v-42768ba4]{opacity:1}#fmi-warnings-region-tooltip-reference[data-v-42768ba4]{position:absolute;width:1px;height:1px;background-color:transparent;pointer-events:none;z-index:10}div#fmi-warnings div .fmi-warnings-popup[data-v-42768ba4]{position:absolute;padding:0;border-radius:1px;bottom:12px;left:-50px;min-width:250px;z-index:9}div#fmi-warnings div .light-theme .fmi-warnings-popup[data-v-42768ba4]{background-color:#fff;box-shadow:0 0 0 1px #e8e8e8}div#fmi-warnings div .dark-theme .fmi-warnings-popup[data-v-42768ba4]{background-color:#191b22;box-shadow:0 0 0 1px #979797}div#fmi-warnings div .light-gray-theme .fmi-warnings-popup[data-v-42768ba4]{background-color:#fff;box-shadow:0 0 0 1px #e8e8e8}div#fmi-warnings div .dark-gray-theme .fmi-warnings-popup[data-v-42768ba4]{background-color:#191b22;box-shadow:0 0 0 1px #979797}div#fmi-warnings div[data-v-42768ba4] .tooltip.bs-tooltip-top .arrow,div#fmi-warnings div[data-v-42768ba4] .tooltip.bs-tooltip-top .arrow:before{content:" ";height:0;width:0;position:absolute;pointer-events:none}div#fmi-warnings div[data-v-42768ba4] .tooltip.bs-tooltip-top .arrow{padding:0;border-radius:1px;border:11px solid transparent;left:60px;margin-left:-11px;top:-11px;z-index:10}div#fmi-warnings div[data-v-42768ba4] .tooltip.bs-tooltip-top .arrow:before{border:10px solid transparent;left:-10px;top:-11px;z-index:9}div#fmi-warnings div[data-v-42768ba4] .tooltip.bs-tooltip-top.light-theme .arrow{border-top-color:#e8e8e8}div#fmi-warnings div[data-v-42768ba4] .tooltip.bs-tooltip-top.light-theme .arrow:before{border-top-color:#fff}div#fmi-warnings div[data-v-42768ba4] .tooltip.bs-tooltip-top.dark-theme .arrow{border-top-color:#979797}div#fmi-warnings div[data-v-42768ba4] .tooltip.bs-tooltip-top.dark-theme .arrow:before{border-top-color:#191b22}div#fmi-warnings div[data-v-42768ba4] .tooltip.bs-tooltip-top.light-gray-theme .arrow{border-top-color:#e8e8e8}div#fmi-warnings div[data-v-42768ba4] .tooltip.bs-tooltip-top.light-gray-theme .arrow:before{border-top-color:#fff}div#fmi-warnings div[data-v-42768ba4] .tooltip.bs-tooltip-top.dark-gray-theme .arrow{border-top-color:#979797}div#fmi-warnings div[data-v-42768ba4] .tooltip.bs-tooltip-top.dark-gray-theme .arrow:before{border-top-color:#191b22}@media (forced-colors: active){div#fmi-warnings div .arrow[data-v-42768ba4]{forced-color-adjust:none}}div#fmi-warnings div a.fmi-warnings-popup-closer[data-v-42768ba4]{border-bottom:none;position:absolute;top:0;right:0;height:35px;width:35px;background:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22 standalone%3D%22no%22%3F%3E%3Csvg width%3D%2211px%22 height%3D%2211px%22 viewBox%3D%220 0 11 11%22 version%3D%221.1%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E %3C!-- Generator%3A Sketch 3.7.1 (28215) - http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch --%3E %3Ctitle%3Eclose-symbol%3C%2Ftitle%3E %3Cdesc%3ECreated with Sketch.%3C%2Fdesc%3E %3Cdefs%3E%3C%2Fdefs%3E %3Cg id%3D%22icons%22 stroke%3D%22none%22 stroke-width%3D%221%22 fill%3D%22none%22 fill-rule%3D%22evenodd%22 stroke-linecap%3D%22round%22%3E %3Cg id%3D%22Symbols%22 transform%3D%22translate(-793.000000%2C -735.000000)%22 stroke%3D%22%23000000%22 stroke-width%3D%221.5%22%3E %3Cg id%3D%22close-symbol%22 transform%3D%22translate(794.000000%2C 736.000000)%22%3E %3Cpath d%3D%22M0%2C9.19238816 L9.19238816%2C0%22 id%3D%22fill-2%22%3E%3C%2Fpath%3E %3Cpath d%3D%22M0%2C0 L9.19238816%2C9.19238816%22 id%3D%22fill-1%22%3E%3C%2Fpath%3E %3C%2Fg%3E %3C%2Fg%3E %3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center}div#fmi-warnings div a.fmi-warnings-popup-closer#day-map-large-base-popup-closer[data-v-42768ba4]{border-bottom:0 none transparent;z-index:8;pointer-events:auto;outline:none!important}div#fmi-warnings div .region-popup[data-v-42768ba4]{width:100%;cursor:default}div#fmi-warnings div .light-theme .region-popup[data-v-42768ba4]{background-color:#fff}div#fmi-warnings div .dark-theme .region-popup[data-v-42768ba4]{background-color:#191b22}div#fmi-warnings div .light-gray-theme .region-popup[data-v-42768ba4]{background-color:#fff}div#fmi-warnings div .dark-gray-theme .region-popup[data-v-42768ba4]{background-color:#191b22}div#fmi-warnings div div.region-popup-header[data-v-42768ba4]{display:flex;align-items:center;width:100%;height:35px;line-height:35px;padding-left:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}div#fmi-warnings div span.region-popup-header-text[data-v-42768ba4]{display:table-cell;vertical-align:middle;margin-right:45px;margin-top:3px}div#fmi-warnings div .light-theme span.region-popup-header-text[data-v-42768ba4],div#fmi-warnings div .dark-theme span.region-popup-header-text[data-v-42768ba4]{color:#191b22}div#fmi-warnings div .light-gray-theme div.region-popup-header.level-0>span.region-popup-header-text[data-v-42768ba4]{color:#191b22}div#fmi-warnings div .light-gray-theme div.region-popup-header.level-1>span.region-popup-header-text[data-v-42768ba4]{color:#191b22}div#fmi-warnings div .light-gray-theme div.region-popup-header.level-2>span.region-popup-header-text[data-v-42768ba4]{color:#191b22}div#fmi-warnings div .light-gray-theme div.region-popup-header.level-3>span.region-popup-header-text[data-v-42768ba4]{color:#fff}div#fmi-warnings div .light-gray-theme div.region-popup-header.level-4>span.region-popup-header-text[data-v-42768ba4]{color:#fff}div#fmi-warnings div .dark-gray-theme div.region-popup-header.level-0>span.region-popup-header-text[data-v-42768ba4]{color:#191b22}div#fmi-warnings div .dark-gray-theme div.region-popup-header.level-1>span.region-popup-header-text[data-v-42768ba4]{color:#191b22}div#fmi-warnings div .dark-gray-theme div.region-popup-header.level-2>span.region-popup-header-text[data-v-42768ba4]{color:#191b22}div#fmi-warnings div .dark-gray-theme div.region-popup-header.level-3>span.region-popup-header-text[data-v-42768ba4]{color:#fff}div#fmi-warnings div .dark-gray-theme div.region-popup-header.level-4>span.region-popup-header-text[data-v-42768ba4]{color:#fff}div#fmi-warnings div .region-popup-wrapper[data-v-42768ba4]{width:100%;max-height:300px;overflow-y:auto;overflow-x:hidden;padding:0}div#fmi-warnings div .region-popup-body[data-v-42768ba4]{top:40px;width:100%;padding:0}div#fmi-warnings div .light-theme .region-popup-body[data-v-42768ba4]{background-color:#fff}div#fmi-warnings div .dark-theme .region-popup-body[data-v-42768ba4]{background-color:#191b22}div#fmi-warnings div .light-gray-theme .region-popup-body[data-v-42768ba4]{background-color:#fff}div#fmi-warnings div .dark-gray-theme .region-popup-body[data-v-42768ba4]{background-color:#191b22}div#fmi-warnings div .light-theme .shadow-level-0[data-v-42768ba4],div#fmi-warnings div .light-theme .shadow-level-1[data-v-42768ba4]{background-color:#65e465!important}div#fmi-warnings div .light-theme .shadow-level-2[data-v-42768ba4]{background-color:#e4e406!important}div#fmi-warnings div .light-theme .shadow-level-3[data-v-42768ba4]{background-color:#e5b113!important}div#fmi-warnings div .light-theme .shadow-level-4[data-v-42768ba4]{background-color:#ed0200!important}div#fmi-warnings div .dark-theme .shadow-level-0[data-v-42768ba4],div#fmi-warnings div .dark-theme .shadow-level-1[data-v-42768ba4]{background-color:#65e465!important}div#fmi-warnings div .dark-theme .shadow-level-2[data-v-42768ba4]{background-color:#e4e406!important}div#fmi-warnings div .dark-theme .shadow-level-3[data-v-42768ba4]{background-color:#e5b113!important}div#fmi-warnings div .dark-theme .shadow-level-4[data-v-42768ba4]{background-color:#ed0200!important}div#fmi-warnings div .light-gray-theme .shadow-level-0[data-v-42768ba4],div#fmi-warnings div .light-gray-theme .shadow-level-1[data-v-42768ba4],div#fmi-warnings div .light-gray-theme .shadow-level-2[data-v-42768ba4],div#fmi-warnings div .light-gray-theme .shadow-level-3[data-v-42768ba4],div#fmi-warnings div .light-gray-theme .shadow-level-4[data-v-42768ba4]{background-color:#e8e8e8!important}div#fmi-warnings div .dark-gray-theme .shadow-level-0[data-v-42768ba4],div#fmi-warnings div .dark-gray-theme .shadow-level-1[data-v-42768ba4],div#fmi-warnings div .dark-gray-theme .shadow-level-2[data-v-42768ba4],div#fmi-warnings div .dark-gray-theme .shadow-level-3[data-v-42768ba4],div#fmi-warnings div .dark-gray-theme .shadow-level-4[data-v-42768ba4]{background-color:#979797!important}@media (forced-colors: active){div#fmi-warnings div .shadow-level-0[data-v-42768ba4],div#fmi-warnings div .shadow-level-1[data-v-42768ba4],div#fmi-warnings div .shadow-level-2[data-v-42768ba4],div#fmi-warnings div .shadow-level-3[data-v-42768ba4],div#fmi-warnings div .shadow-level-4[data-v-42768ba4]{forced-color-adjust:none}}div#fmi-warnings div[data-v-42768ba4] div.tooltip-inner{padding:0}div#fmi-warnings div .popup-table[data-v-42768ba4]{border-spacing:4px;display:table;width:100%;padding-bottom:10px}div#fmi-warnings div .popup-table-heading[data-v-42768ba4]{display:table-header-group}div#fmi-warnings div .light-gray-theme .popup-table[data-v-42768ba4]{border-top:solid 1px #e8e8e8}div#fmi-warnings div .dark-gray-theme .popup-table[data-v-42768ba4]{border-top:solid 1px #979797}div#fmi-warnings div .popup-table-head[data-v-42768ba4]{display:table-cell;vertical-align:middle;text-align:left}div#fmi-warnings div .popup-table-heading[data-v-42768ba4]{display:table-header-group;font-weight:700}div#fmi-warnings div .light-theme .popup-table-heading[data-v-42768ba4]{background-color:#eee}div#fmi-warnings div .dark-theme .popup-table-heading[data-v-42768ba4]{background-color:#434752}div#fmi-warnings div .light-gray-theme .popup-table-heading[data-v-42768ba4]{background-color:#eee}div#fmi-warnings div .dark-gray-theme .popup-table-heading[data-v-42768ba4]{background-color:#434752}div#fmi-warnings div .popup-table-foot[data-v-42768ba4]{display:table-footer-group;font-weight:700}div#fmi-warnings div .light-theme .popup-table-foot[data-v-42768ba4]{background-color:#eee}div#fmi-warnings div .dark-theme .popup-table-foot[data-v-42768ba4]{background-color:#434752}div#fmi-warnings div .light-gray-theme .popup-table-foot[data-v-42768ba4]{background-color:#eee}div#fmi-warnings div .dark-gray-theme .popup-table-foot[data-v-42768ba4]{background-color:#434752}div#fmi-warnings div .popup-table-body[data-v-42768ba4]{display:table-row-group}div#fmi-warnings div div.symbol-image[data-v-42768ba4]{display:table}div#fmi-warnings div div.prevent-tooltip[data-v-42768ba4]{position:absolute;left:0;top:0;width:100%;height:100%;z-index:10}div#fmi-warnings div path.region-path[data-v-42768ba4]{cursor:pointer}div#fmi-warnings div svg#finland-large[data-v-42768ba4]{cursor:default!important}@media (max-width: 767px){div#fmi-warnings div div.map-large[data-v-42768ba4]{min-width:100%;width:100%;max-width:100%}div#fmi-warnings-region-tooltip.tooltip.b-tooltip[data-v-42768ba4]{display:none}div#fmi-warnings div path.region-path[data-v-42768ba4]{cursor:default}}@media (max-width: 575px){div#fmi-warnings div button.fmi-warnings-map-tool[data-v-42768ba4]{display:none}}`,Lp={name:"MapLarge",components:{PopupRow:bs},mixins:[ce,te,ta,pe],props:{index:{type:Number},input:{type:Object},visibleWarnings:{type:Array,default:()=>[]},warnings:{type:Object,default:null},geometryId:{type:Number},loading:{type:Boolean,default:!0},theme:{type:String,default:"light-theme"},language:{type:String},spinnerEnabled:{type:Boolean,default:!0}},setup(){const t=_t(window.innerWidth),e=()=>{t.value=window.innerWidth};return mr(()=>{window.addEventListener("resize",e)}),qr(()=>{window.removeEventListener("resize",e)}),{windowWidth:t}},data(){return{warningsDate:"",updated:"",updatedDate:"",atTime:"",updatedTime:"",dataProviderFirst:"",dataProviderSecond:"",mapText:"",actionStarted:!1,dragging:!1,showTooltip:!1,tooltipX:0,tooltipY:0,pan:{x:0,y:0},scale:1,popupRegion:{},popupLevel:"",popupWarnings:[],coverageRegions:{},coverageWarnings:[],strokeOpacity:"0.5"}},computed:{moveStep(){return 25},minIconDistSqr(){return 500},iconDistStep(){return 10},iconMaxIter(){return 40},zoomInText(){return this.t("zoomIn")},zoomOutText(){return this.t("zoomOut")},moveText(){return this.t("moveMap")},tooltipStyle(){return`left: ${this.tooltipX}px; top: ${this.tooltipY}px`},size(){return"Large"},strokeWidth(){return String(1.2-(this.scale-1)/this.scale)},iconSize(){return 28-4*this.scale},maxWarningIcons(){return this.scale+1},icons(){const t=[],e=this.warnings,r=this.maxWarningIcons;return this.regionIds.forEach(n=>{const o=this.regionData(n);if(o!=null&&this.geometries[this.geometryId][n].children.length===0&&!this.mergedRegions.has(n)){const s=[],d=[],u=[],l=[];o.warnings.filter(p=>this.visibleWarnings.includes(p.type)).forEach((p,v,k)=>{const I=p.identifiers.find(_=>e[_]&&e[_].covRegions.size===0);if(I&&s.length<r){const _=s.length===r-1&&k.length>r?this.warningIcon({type:this.MULTIPLE}):this.warningIcon(e[I]),R=_.scale?_.scale:1,E=R*_.aspectRatio[0]*this.iconSize/_.aspectRatio[1],y=R*this.iconSize+6;s.push([E,y]),d.push(_.aspectRatio),l.push(_.geom),u.push(`${n}-${I}`)}});let m=s.length>0&&this.geometries[this.geometryId][n].align==="right"?-s.reduce((p,v)=>p+v[0],-s[s.length-1][0]/2):-s.reduce((p,v)=>p+v[0],0)/2;const c=this.geometries[this.geometryId][n].center;s.forEach((p,v)=>{t.push({key:u[v],x:`${c[0]+m}px`,y:`${c[1]-p[1]/2}px`,width:`${p[0]}px`,height:`${p[1]}px`,version:"1.1",viewBox:`0 0 ${d[v][0]} ${d[v][1]}`,geom:l[v],regionId:n}),m+=p[0]})}}),t},coverageIcons(){const t=this.warnings;return this.coverageWarnings.reduce((e,r)=>{const n=t[r];if(this.visibleWarnings.includes(n.type)&&n.coveragesLarge.length>0){let o=n.coveragesLarge[0].reference,s=0,d,u;for(;!this.validIconLocation(o,r)&&s<this.iconMaxIter;)u=.25*Math.PI*s,s++,d=Math.ceil(s/8)*this.iconDistStep,o=[n.coveragesLarge[0].reference[0]+d*Math.cos(u),n.coveragesLarge[0].reference[1]+d*Math.sin(u)];s>=this.iconMaxIter&&(o=n.coveragesLarge[0].reference);const l=this.warningIcon(n),m=l.scale?l.scale:1,c=m*l.aspectRatio[0]*this.iconSize/l.aspectRatio[1],p=m*this.iconSize;e.push({key:r+Math.random(),x:`${o[0]-c/2}px`,y:`${o[1]-p/2}px`,width:c,height:p,version:"1.1",viewBox:`0 0 ${l.aspectRatio[0]} ${l.aspectRatio[1]}`,geom:l.geom})}return e},[])},regionTitle(){return this.t(this.popupRegion.name)},regionSets(){const t=new Map,e=this.warnings;return this.input.land.filter(r=>this.geometries[this.geometryId][r.key].neighbours.length>0).forEach(r=>{const n=r.warnings.reduce((o,s)=>{if(!this.visibleWarnings.includes(s.type))return o;const d=s.identifiers.find(l=>{const m=e[l];return Object.keys(m.regions).length>m.covRegions.size});if(d==null)return o;const u=e[d];return`${o}:${u.type}:${u.severity}:${u.value}:${u.direction}`},"");if(n){const o=t.has(n)?t.get(n):new Set;o.add(r.key),t.set(n,o)}}),t},networks(){let t=[];this.regionSets.forEach(r=>{const n=[];for(r.forEach(o=>{n.push(new Set([o]))});this.mergeNetworks(n););t=t.concat(n)});const e=[];return t.forEach(r=>{r.size>1&&e.push(Array.from(r.keys()))}),e},networkCenters(){return this.networks.map(t=>{const e=Array.from(t),r=e.reduce((n,o)=>n+this.geometries[this.geometryId][o].weight,0);return e.reduce((n,o)=>{const s=this.geometries[this.geometryId][o];return n.map((d,u)=>d+s.weight*s.center[u])},[0,0]).map(n=>n/r)})},networkReps(){return this.networks.map((t,e)=>t[this.indexOfSmallest(t.map(r=>[0,1].reduce((n,o)=>n+(this.geometries[this.geometryId][r].center[o]-this.networkCenters[e][o])**2,0)/this.geometries[this.geometryId][r].weight))])},mergedRegions(){const t=new Set;return this.networks.forEach((e,r)=>{e.forEach(n=>{n!==this.networkReps[r]&&t.add(n)})}),t}},watch:{scale(){this.panzoom!=null&&(this.scale===1?(this.panzoom.setOptions({touchAction:""}),this.panzoom.reset({animate:!1})):this.panzoom.setOptions({touchAction:"none"}))},input(){this.coverageRegions={},this.coverageWarnings=[]},warnings(){this.showTooltip=!1},visibleWarnings(){this.showTooltip=!1},windowWidth(){this.showTooltip=!1,this.$refs.zoomButton.clientHeight===0&&this.scale>1&&(this.scale=1)}},mounted(){if(this.isClientSide()){const t=this.$el.querySelector("svg#finland-large");this.isAttached(t)&&(this.panzoom=ta(t,{disableZoom:!0,panOnlyWhenZoomed:!0,animate:!1,origin:"50% 50%",minScale:1,maxScale:3,touchAction:""}),t.addEventListener("panzoomzoom",()=>{this.scale=this.panzoom.getScale(),this.showTooltip=!1}),t.addEventListener("panzoompan",e=>{if(!this.actionStarted)return;const r=e.detail;if(r==null)return;let n=!1;["x","y"].forEach(o=>{r[o]!==this.pan[o]&&(this.pan[o]=r[o],n=!0)}),n&&(this.showTooltip=!1,this.dragging=!0)}),t.addEventListener("panzoomstart",()=>{this.actionStarted=!0}),t.addEventListener("panzoomend",()=>{this.actionStarted=!1,this.dragging=!1,this.limitPan()})),this.warnings!=null&&this.$emit("loaded",!0)}},updated(){this.warnings!=null&&this.$emit("loaded",!0)},methods:{paths(t){return this.regionIds.reduce((e,r)=>{if(this.geometries[this.geometryId][r].pathLarge&&this.geometries[this.geometryId][r].type===t.type==(this.geometries[this.geometryId][r].subType==null)){const n=this.regionVisualization(r);(t.severity==null||n.severity===t.severity)&&e.push({key:`${r}${this.size}${this.index}Path`,fill:this.loading&&this.isClientSide()?this.colors[this.theme].missing:n.color,d:n.visible?n.geom.pathLarge:"",opacity:"1",dataRegion:r,dataSeverity:n.severity,strokeWidth:this.geometries[this.geometryId][r].type==="sea"&&this.geometries[this.geometryId][r].subType!=="lake"?this.strokeWidth:0})}return e},[])},regionClicked(t){const e=t.target.getAttribute("data-region");let r=Number(t.target.getAttribute("data-severity"));this.popupRegion=this.geometries[this.geometryId][e];const n=this.input[this.popupRegion.type].find(d=>d.key===e);let o=[];n!=null&&n.warnings.filter(d=>this.visibleWarnings.includes(d.type)&&d.coverage>=this.coverageCriterion).forEach(d=>{d.identifiers.forEach(u=>{const l=this.warnings[u];o.push({type:d.type,severity:l.severity,direction:l.direction,text:l.text!=null?l.text:"",interval:l.validInterval})})}),o.length===0?o=[{type:"",severity:0,direction:0,text:"",interval:this.t("popupNoWarnings")}]:this.coverageRegions[e]!=null&&this.coverageRegions[e]>r&&(r=this.coverageRegions[e]),this.popupLevel=`level-${r}`,this.popupWarnings=o;const s=this.$refs.dayMapLarge.getBoundingClientRect();[s,s.x,s.y,window,window.scrollX,window.scrollY].every(d=>d!=null)&&(this.tooltipX=t.pageX-s.x-window.scrollX,this.tooltipY=t.pageY-s.y-window.scrollY,this.showTooltip=!0)},validIconLocation(t,e){const n=this.warnings[e],o={};return this.icons.forEach(s=>{o[s.regionId]=!0}),![...n.covRegions.keys()].some(s=>{if(!o[s])return!1;const d=this.geometries[this.geometryId][s].center;return(d[0]-t[0])**2+(d[1]-t[1])**2<this.minIconDistSqr})},mergeNetworks(t){return t.some((e,r)=>{const n=Array.from(e.keys()).reduce((o,s)=>(this.geometries[this.geometryId][s].neighbours.forEach(d=>{o.add(d)}),o),new Set);return t.some((o,s)=>s<=r?!1:Array.from(n.keys()).findIndex(u=>o.has(u))>=0?(o.forEach(t[r].add,t[r]),t.splice(s,1),!0):!1)})},indexOfSmallest(t){let e=0;for(let r=1;r<t.length;r++)t[r]<t[e]&&(e=r);return e},zoomIn(){this.panzoom!=null&&this.panzoom.zoom(this.panzoom.getScale()+1,{force:!0})},zoomOut(){this.panzoom!=null&&this.panzoom.zoom(this.panzoom.getScale()-1,{force:!0})},closeTooltip(t){t.preventDefault(),this.showTooltip=!1},moveWest(t){t.preventDefault(),this.panzoom.pan(this.moveStep,0,{relative:!0}),this.limitPan()},moveEast(t){t.preventDefault(),this.panzoom.pan(-this.moveStep,0,{relative:!0}),this.limitPan()},moveNorth(t){t.preventDefault(),this.panzoom.pan(0,this.moveStep,{relative:!0}),this.limitPan()},moveSouth(t){t.preventDefault(),this.panzoom.pan(0,-this.moveStep,{relative:!0}),this.limitPan()},limitPan(){const t=this.panzoom.getPan();let e=!1;["x","y"].forEach(r=>{t[r]>this.panLimits[r]?(t[r]=this.panLimits[r],e=!0):t[r]<-this.panLimits[r]&&(t[r]=-this.panLimits[r],e=!0)}),e&&this.panzoom.pan(t.x,t.y)},isAttached(t){let e=t;for(;e!=null&&e.parentNode!=null;){if(e.parentNode===document)return!0;e=e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}return!1}}},Ip=t=>(Ue("data-v-42768ba4"),t=t(),Ge(),t),Sp={key:0,class:"spinner-container text-center"},Tp={ref:"dayMapLarge",class:"day-map-large"},_p={id:"finland-large",xmlns:"http://www.w3.org/2000/svg",version:"1.2",baseProfile:"tiny",viewBox:"0 0 440 550","stroke-linecap":"round","stroke-linejoin":"round",style:{"max-height":"550px"},"aria-labelledby":"finland-large-title",role:"img"},Np={id:"finland-large-title"},Mp={key:0},Rp=["id","stroke","stroke-width","stroke-opacity","fill","d","opacity","data-region","data-severity"],Pp=["id","stroke-width","fill","d","opacity","data-region","data-severity"],Op=["id","stroke-width","fill","d","opacity","data-region","data-severity"],zp=["id","stroke-width","fill","d","fill-opacity"],jp=["id","stroke-width","fill","d","opacity","data-region","data-severity"],Wp=["id","stroke-width","fill","d","fill-opacity"],Zp=["id","stroke-width","fill","d","opacity","data-region","data-severity"],Up=["id","stroke-width","fill","d","fill-opacity"],Gp=["id","stroke","stroke-width","stroke-opacity","d"],qp={key:1},Hp=["id","stroke","stroke-width","stroke-opacity","fill","d","fill-opacity"],Vp=["x","y","width","height","viewBox","innerHTML"],$p=["x","y","width","height","viewBox","innerHTML"],Yp=["disabled","aria-label"],Jp=["disabled","aria-label"],Kp=["tabindex","aria-label"],Xp=Ip(()=>q("div",{class:"arrow",style:{left:"0"}},null,-1)),Qp={id:"day-map-large-base-popup",class:"fmi-warnings-popup"},ib={id:"day-map-large-base-popup-content"},tb={class:"region-popup"},eb={class:"region-popup-header-text bold-text"},rb={class:"region-popup-wrapper"},nb={class:"region-popup-body"},ab={class:"popup-table"},ob={class:"popup-table-body"};function sb(t,e,r,n,o,s){const d=C3,u=bs;return G(),ri("div",{class:wi(["map-large focus-ring",r.theme]),tabindex:"0"},[r.spinnerEnabled&&r.loading?(G(),ri("div",Sp,[Pi(d)])):qi("",!0),q("div",Tp,[(G(),ri("svg",_p,[q("title",Np,ki(o.mapText),1),r.loading?qi("",!0):(G(),ri("g",Mp,[(G(!0),ri(Bi,null,$i(t.bluePaths,l=>(G(),ri("path",{id:l.key,key:l.key,stroke:t.strokeColor,"stroke-width":l.strokeWidth,"stroke-opacity":o.strokeOpacity,fill:l.fill,d:l.d,opacity:l.opacity,"pointer-events":"fill","data-region":l.dataRegion,"data-severity":l.dataSeverity,class:"region-path",onClick:e[0]||(e[0]=(...m)=>s.regionClicked&&s.regionClicked(...m))},null,8,Rp))),128)),(G(!0),ri(Bi,null,$i(t.greenPaths,l=>(G(),ri("path",{id:l.key,key:l.key,"stroke-width":l.strokeWidth,fill:l.fill,d:l.d,opacity:l.opacity,"pointer-events":"fill","data-region":l.dataRegion,"data-severity":l.dataSeverity,class:"region-path",onClick:e[1]||(e[1]=(...m)=>s.regionClicked&&s.regionClicked(...m))},null,8,Pp))),128)),(G(!0),ri(Bi,null,$i(t.yellowPaths,l=>(G(),ri("path",{id:l.key,key:l.key,"stroke-width":l.strokeWidth,fill:l.fill,d:l.d,opacity:l.opacity,"pointer-events":"fill","data-region":l.dataRegion,"data-severity":l.dataSeverity,class:"region-path",onClick:e[2]||(e[2]=(...m)=>s.regionClicked&&s.regionClicked(...m))},null,8,Op))),128)),(G(!0),ri(Bi,null,$i(t.yellowCoverages,l=>(G(),ri("path",{id:l.key,key:l.key,"stroke-width":l.strokeWidth,fill:l.fill,d:l.d,"fill-opacity":l.fillOpacity,style:{cursor:"pointer","pointer-events":"none"}},null,8,zp))),128)),(G(!0),ri(Bi,null,$i(t.orangePaths,l=>(G(),ri("path",{id:l.key,key:l.key,"stroke-width":l.strokeWidth,fill:l.fill,d:l.d,opacity:l.opacity,"pointer-events":"fill","data-region":l.dataRegion,"data-severity":l.dataSeverity,class:"region-path",onClick:e[3]||(e[3]=(...m)=>s.regionClicked&&s.regionClicked(...m))},null,8,jp))),128)),(G(!0),ri(Bi,null,$i(t.orangeCoverages,l=>(G(),ri("path",{id:l.key,key:l.key,"stroke-width":l.strokeWidth,fill:l.fill,d:l.d,"fill-opacity":l.fillOpacity,style:{cursor:"pointer","pointer-events":"none"}},null,8,Wp))),128)),(G(!0),ri(Bi,null,$i(t.redPaths,l=>(G(),ri("path",{id:l.key,key:l.key,"stroke-width":l.strokeWidth,fill:l.fill,d:l.d,opacity:l.opacity,"pointer-events":"fill","data-region":l.dataRegion,"data-severity":l.dataSeverity,class:"region-path",onClick:e[4]||(e[4]=(...m)=>s.regionClicked&&s.regionClicked(...m))},null,8,Zp))),128)),(G(!0),ri(Bi,null,$i(t.redCoverages,l=>(G(),ri("path",{id:l.key,key:l.key,"stroke-width":l.strokeWidth,fill:l.fill,d:l.d,"fill-opacity":l.fillOpacity,style:{cursor:"pointer","pointer-events":"none"}},null,8,Up))),128))])),q("g",null,[(G(!0),ri(Bi,null,$i(t.overlayPaths,l=>(G(),ri("path",{id:l.key,key:l.key,stroke:t.strokeColor,"stroke-width":l.strokeWidth,"stroke-opacity":o.strokeOpacity,d:l.d,"fill-opacity":"0",style:{cursor:"pointer","pointer-events":"none"}},null,8,Gp))),128))]),r.loading?qi("",!0):(G(),ri("g",qp,[(G(!0),ri(Bi,null,$i(t.overlayCoverages,l=>(G(),ri("path",{id:l.key,key:l.key,stroke:t.strokeColor,"stroke-width":l.strokeWidth,"stroke-opacity":o.strokeOpacity,fill:l.fill,d:l.d,"fill-opacity":l.fillOpacity,style:{cursor:"pointer","pointer-events":"none"}},null,8,Hp))),128))])),(G(!0),ri(Bi,null,$i(s.icons,l=>(G(),ri("svg",{key:l.key,version:"1.2",x:l.x,y:l.y,width:l.width,height:l.height,viewBox:l.viewBox,"pointer-events":"none","aria-hidden":"true",innerHTML:l.geom},null,8,Vp))),128)),(G(!0),ri(Bi,null,$i(s.coverageIcons,l=>(G(),ri("svg",{key:l.key,version:"1.2",x:l.x,y:l.y,width:l.width,height:l.height,viewBox:l.viewBox,"pointer-events":"none","aria-hidden":"true",innerHTML:l.geom},null,8,$p))),128))])),q("button",{id:"fmi-warnings-zoom-in",ref:"zoomButton",class:"btn btn-md btn-secondary fmi-warnings-map-tool",type:"button",disabled:o.scale>2,"aria-label":s.zoomInText,onClick:e[5]||(e[5]=(...l)=>s.zoomIn&&s.zoomIn(...l))},null,8,Yp),q("button",{id:"fmi-warnings-zoom-out",class:"btn btn-md btn-secondary fmi-warnings-map-tool",type:"button",disabled:o.scale<2,"aria-label":s.zoomOutText,onClick:e[6]||(e[6]=(...l)=>s.zoomOut&&s.zoomOut(...l))},null,8,Jp),q("button",{id:"fmi-warnings-move",class:wi(["btn","btn-md","fmi-warnings-map-tool",o.scale<2?"hidden":"btn-secondary"]),type:"button",tabindex:o.scale<2?-1:0,"aria-label":s.moveText,onKeydown:[e[7]||(e[7]=De((...l)=>s.moveWest&&s.moveWest(...l),["left"])),e[8]||(e[8]=De((...l)=>s.moveEast&&s.moveEast(...l),["right"])),e[9]||(e[9]=De((...l)=>s.moveNorth&&s.moveNorth(...l),["up"])),e[10]||(e[10]=De((...l)=>s.moveSouth&&s.moveSouth(...l),["down"]))]},null,42,Kp),q("div",{id:"fmi-warnings-region-tooltip-reference",style:Gr(s.tooltipStyle)},[q("div",{id:"fmi-warnings-region-tooltip",class:wi(["tooltip b-tooltip bs-tooltip-top",[o.showTooltip?"":"d-none",r.theme]])},[Xp,q("div",Qp,[q("a",{id:"day-map-large-base-popup-closer",class:wi(["fmi-warnings-popup-closer",`shadow-${o.popupLevel}`]),href:"#",onClick:e[11]||(e[11]=(...l)=>s.closeTooltip&&s.closeTooltip(...l))},null,2),q("div",ib,[q("div",tb,[q("div",{class:wi(["region-popup-header",`${o.popupLevel}`])},[q("span",eb,ki(s.regionTitle),1)],2),q("div",rb,[q("div",nb,[q("div",ab,[q("div",ob,[(G(!0),ri(Bi,null,$i(o.popupWarnings,l=>(G(),zi(u,{key:l.id,input:l},null,8,["input"]))),128))])])])])])])])],2)],4)],512),q("div",{class:wi({"prevent-tooltip":o.dragging})},null,2)],2)}const Cs=Dt(Lp,[["render",sb],["styles",[Bp]],["__scopeId","data-v-42768ba4"]]),db="div#fmi-warnings div div[data-v-1622a403],div#fmi-warnings div span[data-v-1622a403]{background-color:#0000}div#fmi-warnings div p[data-v-1622a403]{background:transparent;margin:0 0 10px;padding:0;white-space:normal!important}div#fmi-warnings div br[data-v-1622a403]{white-space:normal}div#fmi-warnings div div.map-container[data-v-1622a403]{text-align:center;margin-left:0;margin-right:0;position:relative;max-height:550px;background:transparent;top:0}div#fmi-warnings div div.warning-map-status[data-v-1622a403]{position:absolute;margin-left:15px;text-align:left;z-index:6;pointer-events:none}div#fmi-warnings div div.data-providers[data-v-1622a403]{position:absolute;bottom:4px;right:16px;text-align:left;z-index:5;pointer-events:none}@media screen and (orientation: landscape){div#fmi-warnings div div.map-container[data-v-1622a403]{height:550px}}",lb={name:"DayLarge",components:{MapLarge:Cs},mixins:[te,pe],props:{index:{type:Number},input:{type:Object,default:()=>({})},visibleWarnings:{type:Array,default:()=>[]},warnings:{type:Object,default:null},regions:{type:Object},geometryId:{type:Number},staticDays:{type:Boolean,default:!0},timeOffset:{type:Number,default:0},loading:{type:Boolean,default:!0},theme:{type:String},language:{type:String},spinnerEnabled:{type:Boolean,default:!0}},computed:{warningsTitle(){return this.t("warnings")||""},updatedTitle(){return this.t("updated")||""},atTime(){return this.t("atTime")||""},warningsDate(){if(this.input.day==null||this.input.month==null||this.input.year==null)return"";if(this.staticDays)return`${this.input.day}.${this.input.month}.${this.input.year}`;const t=new Date(this.input.year,this.input.month-1,this.input.day),e=new Date(t.getTime());e.setDate(e.getDate()+1);const r=this.timeOffset,n=new Date(t.getTime());n.setMilliseconds(r);const o=this.twoDigits(n.getHours()),s=this.twoDigits(n.getMinutes());return`${this.input.day}.${this.input.month}.${this.input.year} ${this.atTime} ${o}:${s} –
|
|
272
|
+
<br> ${e.getDate()}.${e.getMonth()+1}.${e.getFullYear()} ${this.atTime} ${o}:${s}`},updatedDate(){return this.input.updatedDate||""},updatedTime(){return this.input.updatedTime||""},dataProviderFirst(){return this.t("dataProviderFirst")},dataProviderSecond(){return this.t("dataProviderSecond")}},methods:{onLoaded(t){t&&this.$emit("loaded",!0)}}},on=t=>(Ue("data-v-1622a403"),t=t(),Ge(),t),ub={class:"map-container"},gb={class:"warning-map-status","aria-hidden":"true"},mb={class:"bold-text"},cb=on(()=>q("br",null,null,-1)),fb=["innerHTML"],vb={class:"bold-text"},pb=on(()=>q("br",null,null,-1)),bb=on(()=>q("br",null,null,-1)),hb={class:"data-providers noselect","aria-hidden":"true"},wb=on(()=>q("br",null,null,-1));function Cb(t,e,r,n,o,s){const d=Cs;return G(),ri("div",ub,[q("div",gb,[q("p",null,[q("span",mb,ki(s.warningsTitle),1),cb,q("span",{innerHTML:s.warningsDate},null,8,fb)]),q("p",null,[q("span",vb,ki(s.updatedTitle),1),pb,lt(" "+ki(s.updatedDate),1),bb,lt(" "+ki(s.atTime)+" "+ki(s.updatedTime),1)])]),q("div",hb,[q("span",null,ki(s.dataProviderFirst),1),wb,q("span",null,ki(s.dataProviderSecond),1)]),Pi(d,{index:r.index,input:r.regions,"visible-warnings":r.visibleWarnings,warnings:r.warnings,"geometry-id":r.geometryId,loading:r.loading,theme:r.theme,language:r.language,"spinner-enabled":r.spinnerEnabled,onLoaded:s.onLoaded},null,8,["index","input","visible-warnings","warnings","geometry-id","loading","theme","language","spinner-enabled","onLoaded"])])}const xs=Dt(lb,[["render",Cb],["styles",[db]],["__scopeId","data-v-1622a403"]]),xb="div#fmi-warnings div div.map-small[data-v-4638f356]{position:relative;bottom:-5px!important;display:inline-block;width:75px!important;height:120px!important}div#fmi-warnings div div.map-small .day-map-small-base-0[data-v-4638f356],div#fmi-warnings div div.map-small .day-map-small-base-0 .ol-viewport[data-v-4638f356],div#fmi-warnings div div.map-small .day-map-small-base-1[data-v-4638f356],div#fmi-warnings div div.map-small .day-map-small-base-1 .ol-viewport[data-v-4638f356],div#fmi-warnings div div.map-small .day-map-small-base-2[data-v-4638f356],div#fmi-warnings div div.map-small .day-map-small-base-2 .ol-viewport[data-v-4638f356],div#fmi-warnings div div.map-small .day-map-small-base-3[data-v-4638f356],div#fmi-warnings div div.map-small .day-map-small-base-3 .ol-viewport[data-v-4638f356],div#fmi-warnings div div.map-small .day-map-small-base-4[data-v-4638f356],div#fmi-warnings div div.map-small .day-map-small-base-4 .ol-viewport[data-v-4638f356]{width:75px!important;height:120px!important}div#fmi-warnings div *[id^=day-map-small-base-][data-v-4638f356]{height:100%}@media (max-width: 575px){div#fmi-warnings div #fmi-day-small-view .map-small[data-v-4638f356],div#fmi-warnings div #fmi-day-small-view .map-container[data-v-4638f356]{display:none}}",yb={name:"MapSmall",mixins:[ce,pe],props:{index:{type:Number},input:{type:Object,default:()=>({})},visibleWarnings:{type:Array,default:()=>[]},warnings:{type:Object,default:null},geometryId:{type:Number},loading:{type:Boolean,default:!0},theme:{type:String,default:"light-theme"}},setup(){const t=_t(window.innerWidth),e=()=>{t.value=window.innerWidth};return mr(()=>{window.addEventListener("resize",e)}),qr(()=>{window.removeEventListener("resize",e)}),{windowWidth:t}},data(){return{coverageRegions:{},coverageWarnings:[],pathsNeeded:!1}},computed:{size(){return"Small"},strokeWidth(){return .4}},watch:{windowWidth(){this.pathsNeeded=this.isFullMode()},input(){this.coverageRegions={},this.coverageWarnings=[]}},mounted(){this.pathsNeeded=this.isFullMode()},methods:{paths(t){return this.pathsNeeded?this.regionIds.reduce((e,r)=>{if(this.geometries[this.geometryId][r].pathSmall&&this.geometries[this.geometryId][r].type===t.type==(this.geometries[this.geometryId][r].subType==null)){const n=this.regionVisualization(r);(t.severity==null||n.severity===t.severity)&&e.push({key:`${r}${this.size}${this.index}Path`,fill:this.loading?this.colors[this.theme].missing:n.color,d:n.geom.pathSmall,opacity:n.visible?"1":"0",strokeWidth:this.geometries[this.geometryId][r].type==="sea"&&this.geometries[this.geometryId][r].subType!=="lake"?this.strokeWidth:0})}return e},[]):[]},isFullMode(){return!0}}},Ab=["id"],Db={class:"finland-small",xmlns:"http://www.w3.org/2000/svg",version:"1.2",baseProfile:"tiny",width:"75",height:"120",viewBox:"0 0 75 120","stroke-linecap":"round","stroke-linejoin":"round"},kb=["id"],Eb=["stroke","stroke-width","fill","d","opacity"],Fb=["stroke","stroke-width","fill","d","opacity"],Bb=["stroke","stroke-width","fill","d","opacity"],Lb=["stroke","stroke-width","fill","d","fill-opacity"],Ib=["stroke","stroke-width","fill","d","opacity"],Sb=["stroke","stroke-width","fill","d","fill-opacity"],Tb=["stroke","stroke-width","fill","d","opacity"],_b=["stroke","stroke-width","fill","d","fill-opacity"],Nb=["stroke","stroke-width","d"],Mb=["stroke","stroke-width","fill","d","fill-opacity"];function Rb(t,e,r,n,o,s){return G(),ri("div",{id:`day-map-small-${r.index}`,class:"map-small"},[(G(),ri("svg",Db,[o.pathsNeeded?(G(),ri("g",{key:0,id:`finland-small-${r.index}`},[(G(!0),ri(Bi,null,$i(t.bluePaths,d=>(G(),ri("path",{key:d.key,stroke:t.strokeColor,"stroke-width":d.strokeWidth,fill:d.fill,d:d.d,opacity:d.opacity},null,8,Eb))),128)),(G(!0),ri(Bi,null,$i(t.greenPaths,d=>(G(),ri("path",{key:d.key,stroke:t.strokeColor,"stroke-width":d.strokeWidth,fill:d.fill,d:d.d,opacity:d.opacity},null,8,Fb))),128)),(G(!0),ri(Bi,null,$i(t.yellowPaths,d=>(G(),ri("path",{key:d.key,stroke:t.strokeColor,"stroke-width":d.strokeWidth,fill:d.fill,d:d.d,opacity:d.opacity},null,8,Bb))),128)),(G(!0),ri(Bi,null,$i(t.yellowCoverages,d=>(G(),ri("path",{key:d.key,stroke:t.strokeColor,"stroke-width":d.strokeWidth,fill:d.fill,d:d.d,"fill-opacity":d.fillOpacity,"pointer-events":"fill"},null,8,Lb))),128)),(G(!0),ri(Bi,null,$i(t.orangePaths,d=>(G(),ri("path",{key:d.key,stroke:t.strokeColor,"stroke-width":d.strokeWidth,fill:d.fill,d:d.d,opacity:d.opacity},null,8,Ib))),128)),(G(!0),ri(Bi,null,$i(t.orangeCoverages,d=>(G(),ri("path",{key:d.key,stroke:t.strokeColor,"stroke-width":d.strokeWidth,fill:d.fill,d:d.d,"fill-opacity":d.fillOpacity,"pointer-events":"fill"},null,8,Sb))),128)),(G(!0),ri(Bi,null,$i(t.redPaths,d=>(G(),ri("path",{key:d.key,stroke:t.strokeColor,"stroke-width":d.strokeWidth,fill:d.fill,d:d.d,opacity:d.opacity},null,8,Tb))),128)),(G(!0),ri(Bi,null,$i(t.redCoverages,d=>(G(),ri("path",{key:d.key,stroke:t.strokeColor,"stroke-width":d.strokeWidth,fill:d.fill,d:d.d,"fill-opacity":d.fillOpacity,"pointer-events":"fill"},null,8,_b))),128)),(G(!0),ri(Bi,null,$i(t.overlayPaths,d=>(G(),ri("path",{key:d.key,stroke:t.strokeColor,"stroke-width":d.strokeWidth,d:d.d,"fill-opacity":"0"},null,8,Nb))),128)),(G(!0),ri(Bi,null,$i(t.overlayCoverages,d=>(G(),ri("path",{key:d.key,stroke:t.strokeColor,"stroke-width":d.strokeWidth,fill:d.fill,d:d.d,"fill-opacity":d.fillOpacity,"pointer-events":"fill"},null,8,Mb))),128))],8,kb)):qi("",!0)]))],8,Ab)}const ys=Dt(yb,[["render",Rb],["styles",[xb]],["__scopeId","data-v-4638f356"]]),Pb='div#fmi-warnings div div.date-selector-cell.active.light-theme[data-v-02d77569]{background-color:#f8f8f8}div#fmi-warnings div div.date-selector-cell.active.light-theme div.date-selector-cell-footer[data-v-02d77569]{background-color:#303193}div#fmi-warnings div div.date-selector-cell.active.light-theme div.date-selector-cell-footer[data-v-02d77569]:after{border-top:solid 7px #303193}div#fmi-warnings div div.date-selector-cell.active.dark-theme[data-v-02d77569]{background-color:#282b34}div#fmi-warnings div div.date-selector-cell.active.dark-theme div.date-selector-cell-footer[data-v-02d77569]{background-color:#fff}div#fmi-warnings div div.date-selector-cell.active.dark-theme div.date-selector-cell-footer[data-v-02d77569]:after{border-top:solid 7px #ffffff}div#fmi-warnings div div.date-selector-cell.active.light-gray-theme[data-v-02d77569]{background-color:#f8f8f8}div#fmi-warnings div div.date-selector-cell.active.light-gray-theme div.date-selector-cell-footer[data-v-02d77569]{background-color:#191b22}div#fmi-warnings div div.date-selector-cell.active.light-gray-theme div.date-selector-cell-footer[data-v-02d77569]:after{border-top:solid 7px #191b22}div#fmi-warnings div div.date-selector-cell.active.dark-gray-theme[data-v-02d77569]{background-color:#282b34}div#fmi-warnings div div.date-selector-cell.active.dark-gray-theme div.date-selector-cell-footer[data-v-02d77569]{background-color:#fff}div#fmi-warnings div div.date-selector-cell.active.dark-gray-theme div.date-selector-cell-footer[data-v-02d77569]:after{border-top:solid 7px #ffffff}div#fmi-warnings div div.date-selector-cell.active .date-selector-cell-footer[data-v-02d77569]:after{display:inline;content:"";position:absolute;border-left:solid 5px transparent;border-right:solid 5px transparent;top:4px;left:-webkit-calc(50% - 5px);left:-moz-calc(50% - 5px);left:calc(50% - 5px)}div#fmi-warnings div div.date-selector-cell .date-selector-cell-header[data-v-02d77569]{position:relative;height:2px;background-color:transparent}div#fmi-warnings div div.date-selector-cell .date-selector-cell-footer[data-v-02d77569]{position:relative;height:4px;margin-bottom:20px}div#fmi-warnings div div.date-selector-cell.light-theme>.date-selector-cell-footer[data-v-02d77569]{background-color:#e3e3e3}div#fmi-warnings div div.date-selector-cell.dark-theme>.date-selector-cell-footer[data-v-02d77569]{background-color:#979797}div#fmi-warnings div div.date-selector-cell.light-gray-theme>.date-selector-cell-footer[data-v-02d77569]{background-color:#e3e3e3}div#fmi-warnings div div.date-selector-cell.dark-gray-theme>.date-selector-cell-footer[data-v-02d77569]{background-color:#979797}div#fmi-warnings div div.date-selector-cell .date-selector-cell-body[data-v-02d77569]{height:130px}div#fmi-warnings div div.date-selector-cell div.map-container[data-v-02d77569]{text-align:center;margin-left:0;margin-right:0}div#fmi-warnings div div.date-selector-cell .date-selector-text[data-v-02d77569]{text-align:center;display:table-cell;vertical-align:middle;white-space:nowrap}div#fmi-warnings div div.date-selector-cell .date-selector-cell-date[data-v-02d77569]{width:100%;display:table;height:30px}@media (max-width: 575px){div#fmi-warnings div .map-small[data-v-02d77569],div#fmi-warnings div .map-container[data-v-02d77569]{display:none}div#fmi-warnings div .light-theme div.date-selector-cell-date *[data-v-02d77569],div#fmi-warnings div .dark-theme div.date-selector-cell-date *[data-v-02d77569],div#fmi-warnings div .light-gray-theme div.date-selector-cell-date *[data-v-02d77569],div#fmi-warnings div .dark-gray-theme div.date-selector-cell-date *[data-v-02d77569]{color:#191b22!important}div#fmi-warnings div div.date-selector-cell-date[data-v-02d77569]{height:60px!important}div#fmi-warnings div .light-theme div.mobile-level-0[data-v-02d77569],div#fmi-warnings div .dark-theme div.mobile-level-0[data-v-02d77569]{color:#191b22!important;background-color:#6af86a!important}div#fmi-warnings div .light-theme div.mobile-level-0 .weekday-text[data-v-02d77569],div#fmi-warnings div .dark-theme div.mobile-level-0 .weekday-text[data-v-02d77569]{color:#191b22!important}div#fmi-warnings div .light-theme div.mobile-level-1[data-v-02d77569],div#fmi-warnings div .dark-theme div.mobile-level-1[data-v-02d77569]{color:#191b22!important;background-color:#6af86a!important}div#fmi-warnings div .light-theme div.mobile-level-1 .weekday-text[data-v-02d77569],div#fmi-warnings div .dark-theme div.mobile-level-1 .weekday-text[data-v-02d77569]{color:#191b22!important}div#fmi-warnings div .light-theme div.mobile-level-2[data-v-02d77569],div#fmi-warnings div .dark-theme div.mobile-level-2[data-v-02d77569]{color:#191b22!important;background-color:#f8f800!important}div#fmi-warnings div .light-theme div.mobile-level-2 .weekday-text[data-v-02d77569],div#fmi-warnings div .dark-theme div.mobile-level-2 .weekday-text[data-v-02d77569]{color:#191b22!important}div#fmi-warnings div .light-theme div.mobile-level-3[data-v-02d77569],div#fmi-warnings div .dark-theme div.mobile-level-3[data-v-02d77569]{color:#191b22!important;background-color:#f9bf2e!important}div#fmi-warnings div .light-theme div.mobile-level-3 .weekday-text[data-v-02d77569],div#fmi-warnings div .dark-theme div.mobile-level-3 .weekday-text[data-v-02d77569]{color:#191b22!important}div#fmi-warnings div .light-theme div.mobile-level-4[data-v-02d77569],div#fmi-warnings div .dark-theme div.mobile-level-4[data-v-02d77569]{color:#191b22!important;background-color:#ff0909!important}div#fmi-warnings div .light-theme div.mobile-level-4 .weekday-text[data-v-02d77569],div#fmi-warnings div .dark-theme div.mobile-level-4 .weekday-text[data-v-02d77569]{color:#191b22!important}div#fmi-warnings div .light-gray-theme div.mobile-level-0[data-v-02d77569]{color:#191b22!important;background-color:#fff!important}div#fmi-warnings div .light-gray-theme div.mobile-level-0 .weekday-text[data-v-02d77569]{color:#191b22!important}div#fmi-warnings div .light-gray-theme div.mobile-level-1[data-v-02d77569]{color:#191b22!important;background-color:#fff!important}div#fmi-warnings div .light-gray-theme div.mobile-level-1 .weekday-text[data-v-02d77569]{color:#191b22!important}div#fmi-warnings div .light-gray-theme div.mobile-level-2[data-v-02d77569]{color:#191b22!important;background-color:#aaa!important}div#fmi-warnings div .light-gray-theme div.mobile-level-2 .weekday-text[data-v-02d77569]{color:#191b22!important}div#fmi-warnings div .light-gray-theme div.mobile-level-3[data-v-02d77569]{color:#fff!important;background-color:#555!important}div#fmi-warnings div .light-gray-theme div.mobile-level-3 .weekday-text[data-v-02d77569]{color:#fff!important}div#fmi-warnings div .light-gray-theme div.mobile-level-4[data-v-02d77569]{color:#fff!important;background-color:#000!important}div#fmi-warnings div .light-gray-theme div.mobile-level-4 .weekday-text[data-v-02d77569]{color:#fff!important}div#fmi-warnings div .dark-gray-theme div.mobile-level-0[data-v-02d77569]{color:#191b22!important;background-color:#fff!important}div#fmi-warnings div .dark-gray-theme div.mobile-level-0 .weekday-text[data-v-02d77569]{color:#191b22!important}div#fmi-warnings div .dark-gray-theme div.mobile-level-1[data-v-02d77569]{color:#191b22!important;background-color:#fff!important}div#fmi-warnings div .dark-gray-theme div.mobile-level-1 .weekday-text[data-v-02d77569]{color:#191b22!important}div#fmi-warnings div .dark-gray-theme div.mobile-level-2[data-v-02d77569]{color:#191b22!important;background-color:#aaa!important}div#fmi-warnings div .dark-gray-theme div.mobile-level-2 .weekday-text[data-v-02d77569]{color:#191b22!important}div#fmi-warnings div .dark-gray-theme div.mobile-level-3[data-v-02d77569]{color:#fff!important;background-color:#555!important}div#fmi-warnings div .dark-gray-theme div.mobile-level-3 .weekday-text[data-v-02d77569]{color:#fff!important}div#fmi-warnings div .dark-gray-theme div.mobile-level-4[data-v-02d77569]{color:#fff!important;background-color:#000!important}div#fmi-warnings div .dark-gray-theme div.mobile-level-4 .weekday-text[data-v-02d77569]{color:#fff!important}}',Ob={name:"DaySmall",components:{MapSmall:ys},mixins:[te],props:{index:{type:Number},input:{type:Object,default:()=>({})},visibleWarnings:{type:Array,default:()=>[]},warnings:{type:Object,default:null},regions:{type:Object,default:()=>({})},geometryId:{type:Number},active:{type:Boolean},staticDays:{type:Boolean,default:!0},loading:{type:Boolean,default:!0},theme:{type:String,default:"light-theme"},language:{type:String}},computed:{weekday(){return this.t(this.input.weekdayName)||""},severity(){return this.input.severity},date(){return this.staticDays?this.input.day!=null&&this.input.month!=null?`${this.input.day}.${this.input.month}.`:"":["0...24 h","24...48 h","48...72 h","72...96 h","96...120 h"][this.index]},ariaLabel(){return`${this.t(this.input.weekdayName)} ${this.input.day}.${this.input.month}. ${this.t("warningsInEffect")} ${this.regions.land.length} ${this.t("landAreas")} ${this.regions.sea.length} ${this.t("seaAreas")}.`}}},zb=t=>(Ue("data-v-02d77569"),t=t(),Ge(),t),jb=["aria-label"],Wb=zb(()=>q("div",{class:"date-selector-cell-header"},null,-1)),Zb={class:"date-selector-cell-body map-container"},Ub={class:"date-selector-cell-date"},Gb={key:0,class:"bold-text weekday-text"},qb={key:1,class:"d-inline d-sm-none"};function Hb(t,e,r,n,o,s){const d=ys;return G(),ri("div",{class:wi(["date-selector-cell",r.theme,{active:r.active}]),"aria-label":s.ariaLabel},[Wb,q("div",Zb,[Pi(d,{index:r.index,input:r.regions,"visible-warnings":r.visibleWarnings,warnings:r.warnings,"geometry-id":r.geometryId,loading:r.loading,theme:r.theme},null,8,["index","input","visible-warnings","warnings","geometry-id","loading","theme"])]),q("div",Ub,[q("div",{class:wi(`date-selector-text mobile-level-${s.severity}`)},[r.staticDays?(G(),ri("span",Gb,ki(s.weekday),1)):qi("",!0),r.staticDays?(G(),ri("br",qb)):qi("",!0),lt(" "+ki(s.date),1)],2)]),q("div",{class:wi(`date-selector-cell-footer dark-level-${s.severity}`)},null,2)],10,jb)}const As=Dt(Ob,[["render",Hb],["styles",[Pb]],["__scopeId","data-v-02d77569"]]),Vb={data(){return{KEY_CODE_END:35,KEY_CODE_HOME:36,KEY_CODE_LEFT:37,KEY_CODE_RIGHT:39}}},$b="div#fmi-warnings-date-selector.tabs[data-v-37145103]{padding:0}div#fmi-warnings div .date-selector[data-v-37145103]{margin:0}div#fmi-warnings div .date-selector.light-theme[data-v-37145103]{background-color:#f8f8f8}div#fmi-warnings div .date-selector.dark-theme[data-v-37145103]{background-color:#282b34}div#fmi-warnings div .date-selector.light-gray-theme[data-v-37145103]{background-color:#f8f8f8}div#fmi-warnings div .date-selector.dark-gray-theme[data-v-37145103]{background-color:#282b34}div#fmi-warnings div .row[data-v-37145103]{display:block;margin-left:0;margin-right:0}div#fmi-warnings div[data-v-37145103] .fmi-warnings-date-nav{border-bottom:none;flex-wrap:nowrap}div#fmi-warnings div[data-v-37145103] div.fmi-warnings-date-wrapper li.nav-item button.day{width:88px;height:180px;border-radius:0;border:0;padding:0;margin:0;text-align:center;color:transparent}div#fmi-warnings div[data-v-37145103] button.day div.date-selector-cell{height:180px;overflow:hidden}div#fmi-warnings div[data-v-37145103] button.day{border:none!important}div#fmi-warnings div[data-v-37145103] button.day div.date-selector-cell>div{border-top:none!important;border-bottom:none!important;border-left:none!important;border-right:none!important}div#fmi-warnings div[data-v-37145103] button.day div.date-selector-cell.light-theme>div{border-left:1px solid #ffffff!important;border-right:1px solid #ffffff!important}div#fmi-warnings div[data-v-37145103] button.day div.date-selector-cell.dark-theme>div{border-left:1px solid #191b22!important;border-right:1px solid #191b22!important}div#fmi-warnings div[data-v-37145103] button.day div.date-selector-cell.light-gray-theme>div{border-left:1px solid #ffffff!important;border-right:1px solid #ffffff!important}div#fmi-warnings div[data-v-37145103] button.day div.date-selector-cell.dark-gray-theme>div{border-left:1px solid #191b22!important;border-right:1px solid #191b22!important}div#fmi-warnings div[data-v-37145103] button.day.active div.date-selector-cell.active.light-theme div.date-selector-cell-header{border-top:2px solid #303193!important}div#fmi-warnings div[data-v-37145103] button.day.active div.date-selector-cell.active.light-theme>div{border-left:2px solid #303193!important;border-right:2px solid #303193!important}div#fmi-warnings div[data-v-37145103] button.day.active div.date-selector-cell.active.dark-theme div.date-selector-cell-header{border-top:2px solid #303193!important}div#fmi-warnings div[data-v-37145103] button.day.active div.date-selector-cell.active.dark-theme>div{border-left:2px solid #303193!important;border-right:2px solid #303193!important}div#fmi-warnings div[data-v-37145103] button.day.active div.date-selector-cell.active.light-gray-theme div.date-selector-cell-header{border-top:2px solid #191b22!important}div#fmi-warnings div[data-v-37145103] button.day.active div.date-selector-cell.active.light-gray-theme>div{border-left:2px solid #191b22!important;border-right:2px solid #191b22!important}div#fmi-warnings div[data-v-37145103] button.day.active div.date-selector-cell.active.dark-gray-theme div.date-selector-cell-header{border-top:2px solid #ffffff!important}div#fmi-warnings div[data-v-37145103] button.day.active div.date-selector-cell.active.dark-gray-theme>div{border-left:2px solid #ffffff!important;border-right:2px solid #ffffff!important}div#fmi-warnings div[data-v-37145103] .nav-tabs button.day.nav-link.active{background:transparent!important}div#fmi-warnings div[data-v-37145103] div.tab-content{margin-top:4px}@media (max-width: 767px){div#fmi-warnings div[data-v-37145103] div.fmi-warnings-date-wrapper li.nav-item button.day{width:100%}}@media (max-width: 575px){div#fmi-warnings div[data-v-37145103] div.fmi-warnings-date-wrapper li.nav-item button.day{border-bottom:0;border-radius:0;margin-bottom:0;height:84px}div#fmi-warnings div[data-v-37145103] button.day div.date-selector-cell{height:84px}}",Yb={name:"Days",mixins:[Vb],components:{DaySmall:As,DayLarge:xs},props:{input:{type:Array,default:()=>[]},visibleWarnings:{type:Array,default:()=>[]},selectedDay:{type:Number,default:0,validator(t){return[0,1,2,3,4].includes(t)}},staticDays:{type:Boolean,default:!0},timeOffset:{type:Number,default:0},warnings:{type:Object,default:null},regions:Array,geometryId:Number,loading:{type:Boolean,default:!0},theme:{type:String,default:"light-theme"},language:{type:String},spinnerEnabled:{type:Boolean,default:!0}},data(){return{day:this.selectedDay}},computed:{numberOfDays(){return 5}},watch:{day(t){this.onDaySelected(t)}},mounted(){Array.from(this.$el.querySelectorAll("button.day")).forEach(t=>{t.addEventListener("keydown",this.switchDay,!0)})},beforeUnmount(){Array.from(this.$el.querySelectorAll("button.day")).forEach(t=>{t.removeEventListener("keydown",this.switchDay,!0)})},updated(){Array.from(this.$el.querySelectorAll("button.day")).forEach(t=>{t.classList.contains("active")?t.removeAttribute("tabindex"):t.setAttribute("tabindex",-1)})},methods:{onDaySelected(t){this.$emit("daySelected",t)},onLoaded(t){t&&this.$emit("loaded",!0)},switchDay(t){switch(t.keyCode){case this.KEY_CODE_LEFT:this.day=Math.max(this.day-1,0),t.preventDefault();break;case this.KEY_CODE_RIGHT:this.day=Math.min(this.day+1,4),t.preventDefault();break;case this.KEY_CODE_HOME:this.day=0,t.preventDefault();break;case this.KEY_CODE_END:this.day=4,t.preventDefault();break}this.$el.querySelector(`button.day.day${this.day}`).focus()}}};function Jb(t,e,r,n,o,s){const d=As,u=xs,l=ql,m=Vl;return G(),ri("div",{class:wi(["row date-selector",r.theme])},[Pi(m,{id:"fmi-warnings-date-selector",modelValue:o.day,"onUpdate:modelValue":e[0]||(e[0]=c=>o.day=c),lazy:!0,"no-fade":!0,"nav-class":"fmi-warnings-date-nav","nav-wrapper-class":"fmi-warnings-date-wrapper",justified:!0},{default:Yi(()=>[(G(!0),ri(Bi,null,$i(s.numberOfDays,(c,p)=>(G(),zi(l,{key:p,active:p===o.day,"title-link-class":["day",`day${p}`]},{title:Yi(()=>[Pi(d,{index:p,input:r.input[p],"visible-warnings":r.visibleWarnings,warnings:r.warnings,regions:r.regions[p],"geometry-id":r.geometryId,active:p===o.day,"static-days":r.staticDays,loading:r.loading,theme:r.theme,language:r.language},null,8,["index","input","visible-warnings","warnings","regions","geometry-id","active","static-days","loading","theme","language"])]),default:Yi(()=>[Pi(u,{index:p,input:r.input[p],"visible-warnings":r.visibleWarnings,warnings:r.warnings,regions:r.regions[p],"geometry-id":r.geometryId,"static-days":r.staticDays,"time-offset":r.timeOffset,loading:r.loading,theme:r.theme,language:r.language,"spinner-enabled":r.spinnerEnabled,onLoaded:s.onLoaded},null,8,["index","input","visible-warnings","warnings","regions","geometry-id","static-days","time-offset","loading","theme","language","spinner-enabled","onLoaded"])]),_:2},1032,["active","title-link-class"]))),128))]),_:1},8,["modelValue"])],2)}const Ds=Dt(Yb,[["render",Jb],["styles",[$b]],["__scopeId","data-v-37145103"]]),Kb="div#fmi-warnings div[data-v-3a40f99f] *{box-sizing:border-box;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none;font-family:Roboto,Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.42857143;background-color:transparent;font-weight:400}div#fmi-warnings div[data-v-3a40f99f] * *:focus{outline-offset:2px;z-index:10}div#fmi-warnings div[data-v-3a40f99f] * .bold-text{font-weight:700!important}div#fmi-warnings div[data-v-3a40f99f] * .noselect{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}div#fmi-warnings div[data-v-3a40f99f] * h3{font-weight:700}div#fmi-warnings div[data-v-3a40f99f] .light-theme *{color:#191b22}div#fmi-warnings div[data-v-3a40f99f] .dark-theme *{color:#fff}div#fmi-warnings div[data-v-3a40f99f] .light-gray-theme *{color:#191b22}div#fmi-warnings div[data-v-3a40f99f] .dark-gray-theme *{color:#fff}div#fmi-warnings[data-v-3a40f99f]{width:690px;padding:0;margin-bottom:20px}div#fmi-warnings h2.valid-warnings[data-v-3a40f99f]{text-align:left;font-weight:700;margin-bottom:3px}div#fmi-warnings div.not-ready[data-v-3a40f99f]{width:100%;padding:15px}div#fmi-warnings div.not-ready a.supported-browsers[data-v-3a40f99f]{font-weight:700;text-decoration:none}div#fmi-warnings .light-theme div.not-ready[data-v-3a40f99f]{background-color:#e7f0fa;border:1px solid #303193}div#fmi-warnings .light-theme div.not-ready a.supported-browsers[data-v-3a40f99f]{color:#303193;border-bottom:1px solid #303193}div#fmi-warnings .light-theme div.not-ready a.supported-browsers[data-v-3a40f99f]:hover{border-color:#303193}div#fmi-warnings .dark-theme div.not-ready[data-v-3a40f99f]{background-color:#282b34;border:1px solid #e7f0fa}div#fmi-warnings .dark-theme div.not-ready a.supported-browsers[data-v-3a40f99f]{color:#e7f0fa;border-bottom:1px solid #e7f0fa}div#fmi-warnings .dark-theme div.not-ready a.supported-browsers[data-v-3a40f99f]:hover{border-color:#e7f0fa}div#fmi-warnings .light-gray-theme div.not-ready[data-v-3a40f99f]{background-color:#e7f0fa;border:1px solid #303193}div#fmi-warnings .light-gray-theme div.not-ready a.supported-browsers[data-v-3a40f99f]{color:#434752;border-bottom:1px solid #434752}div#fmi-warnings .light-gray-theme div.not-ready a.supported-browsers[data-v-3a40f99f]:hover{border-color:#303193}div#fmi-warnings .dark-gray-theme div.not-ready[data-v-3a40f99f]{background-color:#e7f0fa;border:1px solid #e7f0fa}div#fmi-warnings .dark-gray-theme div.not-ready a.supported-browsers[data-v-3a40f99f]{color:#eee;border-bottom:1px solid #eee}div#fmi-warnings .dark-gray-theme div.not-ready a.supported-browsers[data-v-3a40f99f]:hover{border-color:#e7f0fa}div#fmi-warnings div[data-v-3a40f99f]{background-color:transparent}div#fmi-warnings div.container-fluid[data-v-3a40f99f]{padding:0;margin:5px 0 0}div#fmi-warnings a#fmi-warnings-to-text-content[data-v-3a40f99f]{font-family:Roboto,Helvetica,Arial,sans-serif;font-size:1rem;height:20px}div#fmi-warnings a#fmi-warnings-to-text-content[data-v-3a40f99f]:focus{outline-offset:2px}div#fmi-warnings div .row[data-v-3a40f99f]{margin-left:0;margin-right:0}div#fmi-warnings div div.day-region-views[data-v-3a40f99f]{max-width:440px;width:440px;padding-left:0;padding-right:0}div#fmi-warnings div div.symbol-list[data-v-3a40f99f]{top:0;z-index:1;padding-left:20px;padding-right:0;box-sizing:border-box;width:250px;max-width:250px;min-width:250px}div#fmi-warnings div .light-gray-theme a.supported-browsers[data-v-3a40f99f]{color:#434752}div#fmi-warnings div .dark-gray-theme a.supported-browsers[data-v-3a40f99f]{color:#eee}@media (max-width: 767px){div#fmi-warnings[data-v-3a40f99f]{width:100%}div#fmi-warnings div div.day-region-views[data-v-3a40f99f]{min-width:100%;width:100%;max-width:100%}div#fmi-warnings div div.symbol-list[data-v-3a40f99f]{position:static;padding-left:0;margin-top:0;margin-bottom:0;min-width:100%;width:100%;max-width:100%}}@media print{div#fmi-warnings div .symbol-list[data-v-3a40f99f]{display:none}}",Xb={name:"AlertClient",props:{refreshInterval:{type:Number,default:1e3*60*15},defaultDay:{type:Number,default:0},staticDays:{type:Boolean,default:!0},startFrom:{type:String,default:""},regionListEnabled:{type:Boolean,default:!0},grayScaleSelector:{type:Boolean,default:!1},currentTime:{type:Number,default:Date.now()},warningsData:Object,dailyWarningTypes:{type:Array,default:()=>[]},geometryId:{type:Number,default:ce.props.defaultGeometryId},language:{type:String,default:"en"},theme:{type:String,default:"light-theme"},loading:{type:Number,default:!0},sleep:{type:Boolean,default:!0},spinnerEnabled:{type:Boolean,default:!0}},components:{Days:Ds,Regions:cs,Legend:ps},mixins:[ce,te,pe],data(){return{selectedDay:this.defaultDay,visibleWarnings:[],timer:null,visibilityListener:null,warnings:null,days:[],regions:this.regionsDefault(),parents:{},legend:[],timeOffset:0,version:"4.1.2",errors:[]}},computed:{toContentText(){return[this.REGION_LAND,this.REGION_SEA].some(t=>{var e,r,n;return((n=(r=(e=this==null?void 0:this.regions)==null?void 0:e[this.selectedDay])==null?void 0:r[t])==null?void 0:n.length)>0})?this.t("toContent")||"":this.t("toNextContent")||""},toContentId(){return[this.REGION_LAND,this.REGION_SEA].some(t=>{var e,r,n;return((n=(r=(e=this==null?void 0:this.regions)==null?void 0:e[this.selectedDay])==null?void 0:r[t])==null?void 0:n.length)>0})?"#fmi-warnings-region-content":"#fmi-warnings-end-of-regions"},noWarningsText(){return this.t("noWarnings")},validWarningsText(){return this.legend.length>0?this.t("validWarnings"):this.t("noWarnings")},supportedBrowsersLink(){return this.t("supportedBrowsersLink")},supportedBrowsers(){return this.t("supportedBrowsers")},mainInfoText(){return this.loading===-1?this.t("failed"):this.t("notInitializedStart")},additionalInfoText(){return this.loading===-1?"":this.t("notInitializedEnd")},numWarnings(){return this.warnings!=null?Object.keys(this.warnings).length:0},validData(){return this.days!=null&&this.days.length===5&&this.days[0].updatedDate!=null&&this.days[0].updatedDate.length>0}},watch:{warningsData(){this.createDataForChildren()}},created(){this.createDataForChildren(),this.warningsData==null&&this.update()},mounted(){this.initTimer(),this.isClientSide()&&this.sleep&&(this.visibilityListener=document.addEventListener("visibilitychange",this.visibilityChange))},beforeDestroy(){this.isClientSide()&&document.removeEventListener("visibilitychange",this.visibilityListener),this.cancelTimer()},serverPrefetch(){this.createDataForChildren()},methods:{onDaySelected(t){this.selectedDay=t},onWarningsToggled(t){this.visibleWarnings=t,this.legend.forEach((e,r)=>{const n=t.includes(e.type);n!==e.visible&&(this.legend[r].visible=n)})},onLoaded(t){this.loading!==-1&&t&&this.$emit("loaded",1)},onDataError(){this.$emit("loaded",-1)},onThemeChanged(t){this.theme!==t&&this.$emit("themeChanged",t)},toContentClicked(){const t=this.$el.querySelector(this.toContentId);t.scrollIntoView(),t.focus()},createDataForChildren(){if(this.warningsData!=null){const t=this.handleMapWarnings(this.warningsData);this.warnings=t.warnings,this.days=t.days,this.regions=t.regions,this.parents=t.parents,this.legend=t.legend,this.visibleWarnings=this.legend.filter(e=>e.visible).map(e=>e.type)}},visibilityChange(){this.isClientSide()&&this.refreshInterval&&(document.hidden?this.cancelTimer():(this.cancelTimer(),this.update(),this.initTimer()))},initTimer(){this.refreshInterval&&(this.timer=setInterval(this.update,this.refreshInterval))},cancelTimer(){this.timer!=null&&clearInterval(this.timer)},update(){this.refreshInterval>0&&this.$emit("update-warnings")},handleError(t){this.errors.includes(t)||this.errors.push(t),console.log(t)}}},Qb=t=>(Ue("data-v-3a40f99f"),t=t(),Ge(),t),ih=["data-smartmet-alert-client-version"],th={class:"row"},eh={class:"col-12 col-md-8 col-lg-8 col-xl-8 day-region-views"},rh={key:0,class:"valid-warnings"},nh={key:1,class:"not-ready"},ah=["href"],oh={key:2},sh=["href"],dh=["aria-label"],lh={class:"col-12 col-md-4 col-lg-4 col-xl-4 symbol-list"},uh={key:0,class:"row"},gh={class:"col-12 col-md-8 col-lg-8 col-xl-8 day-region-views"},mh=Qb(()=>q("div",{class:"col-12 col-md-4 col-lg-4 col-xl-4 symbol-list"},null,-1));function ch(t,e,r,n,o,s){const d=Ds,u=ps,l=cs;return G(),ri("div",{id:"fmi-warnings",class:wi(r.theme),"data-smartmet-alert-client-version":o.version},[q("div",{id:"fmi-warnings-errors",class:wi(o.errors)},null,2),q("div",null,[q("div",{class:wi(["container-fluid",r.theme])},[q("div",th,[q("div",eh,[r.loading?qi("",!0):(G(),ri("h2",rh,ki(s.validWarningsText),1)),r.loading?(G(),ri("div",nh,[q("p",null,ki(s.mainInfoText)+" "+ki(s.additionalInfoText),1),q("a",{href:s.supportedBrowsersLink,target:"_blank",rel:"noopener noreferrer",class:"supported-browsers"},ki(s.supportedBrowsers),9,ah)])):qi("",!0),r.regionListEnabled?(G(),ri("div",oh,[s.numWarnings?(G(),ri("a",{key:0,id:"fmi-warnings-to-text-content",href:s.toContentId,tabindex:"0",class:"visually-hidden-focusable focus-ring",onClick:e[0]||(e[0]=(...m)=>s.toContentClicked&&s.toContentClicked(...m))},ki(s.toContentText),9,sh)):(G(),ri("div",{key:1,"aria-label":s.noWarningsText},null,8,dh))])):qi("",!0),Pi(d,{input:o.days,"visible-warnings":o.visibleWarnings,"selected-day":o.selectedDay,"static-days":r.staticDays,"time-offset":o.timeOffset,warnings:o.warnings,regions:o.regions,"geometry-id":r.geometryId,loading:!!r.loading,theme:r.theme,language:r.language,"spinner-enabled":r.spinnerEnabled,onDaySelected:s.onDaySelected,onLoaded:s.onLoaded},null,8,["input","visible-warnings","selected-day","static-days","time-offset","warnings","regions","geometry-id","loading","theme","language","spinner-enabled","onDaySelected","onLoaded"])]),q("div",lh,[Td(Pi(u,{input:o.legend,"visible-warnings":o.visibleWarnings,"gray-scale-selector":r.grayScaleSelector,theme:r.theme,language:r.language,onThemeChanged:s.onThemeChanged,onWarningsToggled:s.onWarningsToggled},null,8,["input","visible-warnings","gray-scale-selector","theme","language","onThemeChanged","onWarningsToggled"]),[[B5,s.validData]])])]),r.regionListEnabled?(G(),ri("div",uh,[q("div",gh,[Pi(l,{input:o.regions,"selected-day":o.selectedDay,warnings:o.warnings,parents:o.parents,"geometry-id":r.geometryId,theme:r.theme,language:r.language},null,8,["input","selected-day","warnings","parents","geometry-id","theme","language"])]),mh])):qi("",!0)],2)])],10,ih)}const ks=Dt(Xb,[["render",ch],["styles",[Kb]],["__scopeId","data-v-3a40f99f"]]);var ea={exports:{}};(function(t,e){var r=typeof self!="undefined"?self:ze,n=function(){function s(){this.fetch=!1,this.DOMException=r.DOMException}return s.prototype=r,new s}();(function(s){(function(d){var u={searchParams:"URLSearchParams"in s,iterable:"Symbol"in s&&"iterator"in Symbol,blob:"FileReader"in s&&"Blob"in s&&function(){try{return new Blob,!0}catch{return!1}}(),formData:"FormData"in s,arrayBuffer:"ArrayBuffer"in s};function l(L){return L&&DataView.prototype.isPrototypeOf(L)}if(u.arrayBuffer)var m=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],c=ArrayBuffer.isView||function(L){return L&&m.indexOf(Object.prototype.toString.call(L))>-1};function p(L){if(typeof L!="string"&&(L=String(L)),/[^a-z0-9\-#$%&'*+.^_`|~]/i.test(L))throw new TypeError("Invalid character in header field name");return L.toLowerCase()}function v(L){return typeof L!="string"&&(L=String(L)),L}function k(L){var Z={next:function(){var $=L.shift();return{done:$===void 0,value:$}}};return u.iterable&&(Z[Symbol.iterator]=function(){return Z}),Z}function I(L){this.map={},L instanceof I?L.forEach(function(Z,$){this.append($,Z)},this):Array.isArray(L)?L.forEach(function(Z){this.append(Z[0],Z[1])},this):L&&Object.getOwnPropertyNames(L).forEach(function(Z){this.append(Z,L[Z])},this)}I.prototype.append=function(L,Z){L=p(L),Z=v(Z);var $=this.map[L];this.map[L]=$?$+", "+Z:Z},I.prototype.delete=function(L){delete this.map[p(L)]},I.prototype.get=function(L){return L=p(L),this.has(L)?this.map[L]:null},I.prototype.has=function(L){return this.map.hasOwnProperty(p(L))},I.prototype.set=function(L,Z){this.map[p(L)]=v(Z)},I.prototype.forEach=function(L,Z){for(var $ in this.map)this.map.hasOwnProperty($)&&L.call(Z,this.map[$],$,this)},I.prototype.keys=function(){var L=[];return this.forEach(function(Z,$){L.push($)}),k(L)},I.prototype.values=function(){var L=[];return this.forEach(function(Z){L.push(Z)}),k(L)},I.prototype.entries=function(){var L=[];return this.forEach(function(Z,$){L.push([$,Z])}),k(L)},u.iterable&&(I.prototype[Symbol.iterator]=I.prototype.entries);function _(L){if(L.bodyUsed)return Promise.reject(new TypeError("Already read"));L.bodyUsed=!0}function R(L){return new Promise(function(Z,$){L.onload=function(){Z(L.result)},L.onerror=function(){$(L.error)}})}function E(L){var Z=new FileReader,$=R(Z);return Z.readAsArrayBuffer(L),$}function y(L){var Z=new FileReader,$=R(Z);return Z.readAsText(L),$}function b(L){for(var Z=new Uint8Array(L),$=new Array(Z.length),oi=0;oi<Z.length;oi++)$[oi]=String.fromCharCode(Z[oi]);return $.join("")}function f(L){if(L.slice)return L.slice(0);var Z=new Uint8Array(L.byteLength);return Z.set(new Uint8Array(L)),Z.buffer}function h(){return this.bodyUsed=!1,this._initBody=function(L){this._bodyInit=L,L?typeof L=="string"?this._bodyText=L:u.blob&&Blob.prototype.isPrototypeOf(L)?this._bodyBlob=L:u.formData&&FormData.prototype.isPrototypeOf(L)?this._bodyFormData=L:u.searchParams&&URLSearchParams.prototype.isPrototypeOf(L)?this._bodyText=L.toString():u.arrayBuffer&&u.blob&&l(L)?(this._bodyArrayBuffer=f(L.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):u.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(L)||c(L))?this._bodyArrayBuffer=f(L):this._bodyText=L=Object.prototype.toString.call(L):this._bodyText="",this.headers.get("content-type")||(typeof L=="string"?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):u.searchParams&&URLSearchParams.prototype.isPrototypeOf(L)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},u.blob&&(this.blob=function(){var L=_(this);if(L)return L;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){return this._bodyArrayBuffer?_(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(E)}),this.text=function(){var L=_(this);if(L)return L;if(this._bodyBlob)return y(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(b(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},u.formData&&(this.formData=function(){return this.text().then(z)}),this.json=function(){return this.text().then(JSON.parse)},this}var x=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function S(L){var Z=L.toUpperCase();return x.indexOf(Z)>-1?Z:L}function F(L,Z){Z=Z||{};var $=Z.body;if(L instanceof F){if(L.bodyUsed)throw new TypeError("Already read");this.url=L.url,this.credentials=L.credentials,Z.headers||(this.headers=new I(L.headers)),this.method=L.method,this.mode=L.mode,this.signal=L.signal,!$&&L._bodyInit!=null&&($=L._bodyInit,L.bodyUsed=!0)}else this.url=String(L);if(this.credentials=Z.credentials||this.credentials||"same-origin",(Z.headers||!this.headers)&&(this.headers=new I(Z.headers)),this.method=S(Z.method||this.method||"GET"),this.mode=Z.mode||this.mode||null,this.signal=Z.signal||this.signal,this.referrer=null,(this.method==="GET"||this.method==="HEAD")&&$)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody($)}F.prototype.clone=function(){return new F(this,{body:this._bodyInit})};function z(L){var Z=new FormData;return L.trim().split("&").forEach(function($){if($){var oi=$.split("="),gi=oi.shift().replace(/\+/g," "),N=oi.join("=").replace(/\+/g," ");Z.append(decodeURIComponent(gi),decodeURIComponent(N))}}),Z}function T(L){var Z=new I,$=L.replace(/\r?\n[\t ]+/g," ");return $.split(/\r?\n/).forEach(function(oi){var gi=oi.split(":"),N=gi.shift().trim();if(N){var Q=gi.join(":").trim();Z.append(N,Q)}}),Z}h.call(F.prototype);function W(L,Z){Z||(Z={}),this.type="default",this.status=Z.status===void 0?200:Z.status,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in Z?Z.statusText:"OK",this.headers=new I(Z.headers),this.url=Z.url||"",this._initBody(L)}h.call(W.prototype),W.prototype.clone=function(){return new W(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new I(this.headers),url:this.url})},W.error=function(){var L=new W(null,{status:0,statusText:""});return L.type="error",L};var V=[301,302,303,307,308];W.redirect=function(L,Z){if(V.indexOf(Z)===-1)throw new RangeError("Invalid status code");return new W(null,{status:Z,headers:{location:L}})},d.DOMException=s.DOMException;try{new d.DOMException}catch{d.DOMException=function(Z,$){this.message=Z,this.name=$;var oi=Error(Z);this.stack=oi.stack},d.DOMException.prototype=Object.create(Error.prototype),d.DOMException.prototype.constructor=d.DOMException}function ii(L,Z){return new Promise(function($,oi){var gi=new F(L,Z);if(gi.signal&&gi.signal.aborted)return oi(new d.DOMException("Aborted","AbortError"));var N=new XMLHttpRequest;function Q(){N.abort()}N.onload=function(){var J={status:N.status,statusText:N.statusText,headers:T(N.getAllResponseHeaders()||"")};J.url="responseURL"in N?N.responseURL:J.headers.get("X-Request-URL");var ci="response"in N?N.response:N.responseText;$(new W(ci,J))},N.onerror=function(){oi(new TypeError("Network request failed"))},N.ontimeout=function(){oi(new TypeError("Network request failed"))},N.onabort=function(){oi(new d.DOMException("Aborted","AbortError"))},N.open(gi.method,gi.url,!0),gi.credentials==="include"?N.withCredentials=!0:gi.credentials==="omit"&&(N.withCredentials=!1),"responseType"in N&&u.blob&&(N.responseType="blob"),gi.headers.forEach(function(J,ci){N.setRequestHeader(ci,J)}),gi.signal&&(gi.signal.addEventListener("abort",Q),N.onreadystatechange=function(){N.readyState===4&&gi.signal.removeEventListener("abort",Q)}),N.send(typeof gi._bodyInit=="undefined"?null:gi._bodyInit)})}return ii.polyfill=!0,s.fetch||(s.fetch=ii,s.Headers=I,s.Request=F,s.Response=W),d.Headers=I,d.Request=F,d.Response=W,d.fetch=ii,Object.defineProperty(d,"__esModule",{value:!0}),d})({})})(n),n.fetch.ponyfill=!0,delete n.fetch.polyfill;var o=n;e=o.fetch,e.default=o.fetch,e.fetch=o.fetch,e.Headers=o.Headers,e.Request=o.Request,e.Response=o.Response,t.exports=e})(ea,ea.exports);var fh=ea.exports;const vh=en(fh),ph=`@charset "UTF-8";/*!
|
|
273
|
+
* Bootstrap v5.3.2 (https://getbootstrap.com/)
|
|
274
|
+
* Copyright 2011-2023 The Bootstrap Authors
|
|
275
|
+
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
|
276
|
+
*/div#fmi-warnings div,div#fmi-warnings div [data-bs-theme=light]{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-primary-text-emphasis:#052c65;--bs-secondary-text-emphasis:#2b2f32;--bs-success-text-emphasis:#0a3622;--bs-info-text-emphasis:#055160;--bs-warning-text-emphasis:#664d03;--bs-danger-text-emphasis:#58151c;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#cfe2ff;--bs-secondary-bg-subtle:#e2e3e5;--bs-success-bg-subtle:#d1e7dd;--bs-info-bg-subtle:#cff4fc;--bs-warning-bg-subtle:#fff3cd;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#9ec5fe;--bs-secondary-border-subtle:#c4c8cb;--bs-success-border-subtle:#a3cfbb;--bs-info-border-subtle:#9eeaf9;--bs-warning-border-subtle:#ffe69c;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-color-rgb:33,37,41;--bs-body-bg:#fff;--bs-body-bg-rgb:255,255,255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;--bs-secondary-color:rgba(33, 37, 41, .75);--bs-secondary-color-rgb:33,37,41;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233,236,239;--bs-tertiary-color:rgba(33, 37, 41, .5);--bs-tertiary-color-rgb:33,37,41;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248,249,250;--bs-heading-color:inherit;--bs-link-color:#0d6efd;--bs-link-color-rgb:13,110,253;--bs-link-decoration:underline;--bs-link-hover-color:#0a58ca;--bs-link-hover-color-rgb:10,88,202;--bs-code-color:#d63384;--bs-highlight-color:#212529;--bs-highlight-bg:#fff3cd;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0, 0, 0, .175);--bs-border-radius:.375rem;--bs-border-radius-sm:.25rem;--bs-border-radius-lg:.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 .5rem 1rem rgba(0, 0, 0, .15);--bs-box-shadow-sm:0 .125rem .25rem rgba(0, 0, 0, .075);--bs-box-shadow-lg:0 1rem 3rem rgba(0, 0, 0, .175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0, 0, 0, .075);--bs-focus-ring-width:.25rem;--bs-focus-ring-opacity:.25;--bs-focus-ring-color:rgba(13, 110, 253, .25);--bs-form-valid-color:#198754;--bs-form-valid-border-color:#198754;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545}div#fmi-warnings div [data-bs-theme=dark]{color-scheme:dark;--bs-body-color:#dee2e6;--bs-body-color-rgb:222,226,230;--bs-body-bg:#212529;--bs-body-bg-rgb:33,37,41;--bs-emphasis-color:#fff;--bs-emphasis-color-rgb:255,255,255;--bs-secondary-color:rgba(222, 226, 230, .75);--bs-secondary-color-rgb:222,226,230;--bs-secondary-bg:#343a40;--bs-secondary-bg-rgb:52,58,64;--bs-tertiary-color:rgba(222, 226, 230, .5);--bs-tertiary-color-rgb:222,226,230;--bs-tertiary-bg:#2b3035;--bs-tertiary-bg-rgb:43,48,53;--bs-primary-text-emphasis:#6ea8fe;--bs-secondary-text-emphasis:#a7acb1;--bs-success-text-emphasis:#75b798;--bs-info-text-emphasis:#6edff6;--bs-warning-text-emphasis:#ffda6a;--bs-danger-text-emphasis:#ea868f;--bs-light-text-emphasis:#f8f9fa;--bs-dark-text-emphasis:#dee2e6;--bs-primary-bg-subtle:#031633;--bs-secondary-bg-subtle:#161719;--bs-success-bg-subtle:#051b11;--bs-info-bg-subtle:#032830;--bs-warning-bg-subtle:#332701;--bs-danger-bg-subtle:#2c0b0e;--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:#084298;--bs-secondary-border-subtle:#41464b;--bs-success-border-subtle:#0f5132;--bs-info-border-subtle:#087990;--bs-warning-border-subtle:#997404;--bs-danger-border-subtle:#842029;--bs-light-border-subtle:#495057;--bs-dark-border-subtle:#343a40;--bs-heading-color:inherit;--bs-link-color:#6ea8fe;--bs-link-hover-color:#8bb9fe;--bs-link-color-rgb:110,168,254;--bs-link-hover-color-rgb:139,185,254;--bs-code-color:#e685b5;--bs-highlight-color:#dee2e6;--bs-highlight-bg:#664d03;--bs-border-color:#495057;--bs-border-color-translucent:rgba(255, 255, 255, .15);--bs-form-valid-color:#75b798;--bs-form-valid-border-color:#75b798;--bs-form-invalid-color:#ea868f;--bs-form-invalid-border-color:#ea868f}div#fmi-warnings div *,div#fmi-warnings div :after,div#fmi-warnings div :before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){div#fmi-warnings div{scroll-behavior:smooth}}div#fmi-warnings div{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}div#fmi-warnings div hr{margin:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25}div#fmi-warnings div .h1,div#fmi-warnings div .h2,div#fmi-warnings div .h3,div#fmi-warnings div .h4,div#fmi-warnings div .h5,div#fmi-warnings div .h6,div#fmi-warnings div h1,div#fmi-warnings div h2,div#fmi-warnings div h3,div#fmi-warnings div h4,div#fmi-warnings div h5,div#fmi-warnings div h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color)}div#fmi-warnings div .h1,div#fmi-warnings div h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){div#fmi-warnings div .h1,div#fmi-warnings div h1{font-size:2.5rem}}div#fmi-warnings div .h2,div#fmi-warnings div h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){div#fmi-warnings div .h2,div#fmi-warnings div h2{font-size:2rem}}div#fmi-warnings div .h3,div#fmi-warnings div h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){div#fmi-warnings div .h3,div#fmi-warnings div h3{font-size:1.75rem}}div#fmi-warnings div .h4,div#fmi-warnings div h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){div#fmi-warnings div .h4,div#fmi-warnings div h4{font-size:1.5rem}}div#fmi-warnings div .h5,div#fmi-warnings div h5{font-size:1.25rem}div#fmi-warnings div .h6,div#fmi-warnings div h6{font-size:1rem}div#fmi-warnings div p{margin-top:0;margin-bottom:1rem}div#fmi-warnings div abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}div#fmi-warnings div address{margin-bottom:1rem;font-style:normal;line-height:inherit}div#fmi-warnings div ol,div#fmi-warnings div ul{padding-left:2rem}div#fmi-warnings div dl,div#fmi-warnings div ol,div#fmi-warnings div ul{margin-top:0;margin-bottom:1rem}div#fmi-warnings div ol ol,div#fmi-warnings div ol ul,div#fmi-warnings div ul ol,div#fmi-warnings div ul ul{margin-bottom:0}div#fmi-warnings div dt{font-weight:700}div#fmi-warnings div dd{margin-bottom:.5rem;margin-left:0}div#fmi-warnings div blockquote{margin:0 0 1rem}div#fmi-warnings div b,div#fmi-warnings div strong{font-weight:bolder}div#fmi-warnings div .small,div#fmi-warnings div small{font-size:.875em}div#fmi-warnings div .mark,div#fmi-warnings div mark{padding:.1875em;color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg)}div#fmi-warnings div sub,div#fmi-warnings div sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}div#fmi-warnings div sub{bottom:-.25em}div#fmi-warnings div sup{top:-.5em}div#fmi-warnings div a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:underline}div#fmi-warnings div a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb)}div#fmi-warnings div a:not([href]):not([class]),div#fmi-warnings div a:not([href]):not([class]):hover{color:inherit;text-decoration:none}div#fmi-warnings div code,div#fmi-warnings div kbd,div#fmi-warnings div pre,div#fmi-warnings div samp{font-family:var(--bs-font-monospace);font-size:1em}div#fmi-warnings div pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}div#fmi-warnings div pre code{font-size:inherit;color:inherit;word-break:normal}div#fmi-warnings div code{font-size:.875em;color:var(--bs-code-color);word-wrap:break-word}div#fmi-warnings div a>code{color:inherit}div#fmi-warnings div kbd{padding:.1875rem .375rem;font-size:.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}div#fmi-warnings div kbd kbd{padding:0;font-size:1em}div#fmi-warnings div figure{margin:0 0 1rem}div#fmi-warnings div img,div#fmi-warnings div svg{vertical-align:middle}div#fmi-warnings div table{caption-side:bottom;border-collapse:collapse}div#fmi-warnings div caption{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-secondary-color);text-align:left}div#fmi-warnings div th{text-align:inherit;text-align:-webkit-match-parent}div#fmi-warnings div tbody,div#fmi-warnings div td,div#fmi-warnings div tfoot,div#fmi-warnings div th,div#fmi-warnings div thead,div#fmi-warnings div tr{border-color:inherit;border-style:solid;border-width:0}div#fmi-warnings div label{display:inline-block}div#fmi-warnings div button{border-radius:0}div#fmi-warnings div button:focus:not(:focus-visible){outline:0}div#fmi-warnings div button,div#fmi-warnings div input,div#fmi-warnings div optgroup,div#fmi-warnings div select,div#fmi-warnings div textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}div#fmi-warnings div button,div#fmi-warnings div select{text-transform:none}div#fmi-warnings div [role=button]{cursor:pointer}div#fmi-warnings div select{word-wrap:normal}div#fmi-warnings div select:disabled{opacity:1}div#fmi-warnings div [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}div#fmi-warnings div [type=button],div#fmi-warnings div [type=reset],div#fmi-warnings div [type=submit],div#fmi-warnings div button{-webkit-appearance:button}div#fmi-warnings div [type=button]:not(:disabled),div#fmi-warnings div [type=reset]:not(:disabled),div#fmi-warnings div [type=submit]:not(:disabled),div#fmi-warnings div button:not(:disabled){cursor:pointer}div#fmi-warnings div ::-moz-focus-inner{padding:0;border-style:none}div#fmi-warnings div textarea{resize:vertical}div#fmi-warnings div fieldset{min-width:0;padding:0;margin:0;border:0}div#fmi-warnings div legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){div#fmi-warnings div legend{font-size:1.5rem}}div#fmi-warnings div legend+*{clear:left}div#fmi-warnings div ::-webkit-datetime-edit-day-field,div#fmi-warnings div ::-webkit-datetime-edit-fields-wrapper,div#fmi-warnings div ::-webkit-datetime-edit-hour-field,div#fmi-warnings div ::-webkit-datetime-edit-minute,div#fmi-warnings div ::-webkit-datetime-edit-month-field,div#fmi-warnings div ::-webkit-datetime-edit-text,div#fmi-warnings div ::-webkit-datetime-edit-year-field{padding:0}div#fmi-warnings div ::-webkit-inner-spin-button{height:auto}div#fmi-warnings div [type=search]{-webkit-appearance:textfield;outline-offset:-2px}div#fmi-warnings div ::-webkit-search-decoration{-webkit-appearance:none}div#fmi-warnings div ::-webkit-color-swatch-wrapper{padding:0}div#fmi-warnings div ::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}div#fmi-warnings div ::file-selector-button{font:inherit;-webkit-appearance:button}div#fmi-warnings div output{display:inline-block}div#fmi-warnings div iframe{border:0}div#fmi-warnings div summary{display:list-item;cursor:pointer}div#fmi-warnings div progress{vertical-align:baseline}div#fmi-warnings div [hidden]{display:none!important}div#fmi-warnings div .lead{font-size:1.25rem;font-weight:300}div#fmi-warnings div .display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){div#fmi-warnings div .display-1{font-size:5rem}}div#fmi-warnings div .display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){div#fmi-warnings div .display-2{font-size:4.5rem}}div#fmi-warnings div .display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){div#fmi-warnings div .display-3{font-size:4rem}}div#fmi-warnings div .display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){div#fmi-warnings div .display-4{font-size:3.5rem}}div#fmi-warnings div .display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){div#fmi-warnings div .display-5{font-size:3rem}}div#fmi-warnings div .display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){div#fmi-warnings div .display-6{font-size:2.5rem}}div#fmi-warnings div .list-unstyled,div#fmi-warnings div .list-inline{padding-left:0;list-style:none}div#fmi-warnings div .list-inline-item{display:inline-block}div#fmi-warnings div .list-inline-item:not(:last-child){margin-right:.5rem}div#fmi-warnings div .initialism{font-size:.875em;text-transform:uppercase}div#fmi-warnings div .blockquote{margin-bottom:1rem;font-size:1.25rem}div#fmi-warnings div .blockquote>:last-child{margin-bottom:0}div#fmi-warnings div .blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}div#fmi-warnings div .blockquote-footer:before{content:"— "}div#fmi-warnings div .img-fluid{max-width:100%;height:auto}div#fmi-warnings div .img-thumbnail{padding:.25rem;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);max-width:100%;height:auto}div#fmi-warnings div .figure{display:inline-block}div#fmi-warnings div .figure-img{margin-bottom:.5rem;line-height:1}div#fmi-warnings div .figure-caption{font-size:.875em;color:var(--bs-secondary-color)}div#fmi-warnings div .container,div#fmi-warnings div .container-fluid,div#fmi-warnings div .container-lg,div#fmi-warnings div .container-md,div#fmi-warnings div .container-sm,div#fmi-warnings div .container-xl,div#fmi-warnings div .container-xxl{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width:576px){div#fmi-warnings div .container,div#fmi-warnings div .container-sm{max-width:540px}}@media (min-width:768px){div#fmi-warnings div .container,div#fmi-warnings div .container-md,div#fmi-warnings div .container-sm{max-width:720px}}@media (min-width:992px){div#fmi-warnings div .container,div#fmi-warnings div .container-lg,div#fmi-warnings div .container-md,div#fmi-warnings div .container-sm{max-width:960px}}@media (min-width:1200px){div#fmi-warnings div .container,div#fmi-warnings div .container-lg,div#fmi-warnings div .container-md,div#fmi-warnings div .container-sm,div#fmi-warnings div .container-xl{max-width:1140px}}@media (min-width:1400px){div#fmi-warnings div .container,div#fmi-warnings div .container-lg,div#fmi-warnings div .container-md,div#fmi-warnings div .container-sm,div#fmi-warnings div .container-xl,div#fmi-warnings div .container-xxl{max-width:1320px}}div#fmi-warnings div{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}div#fmi-warnings div .row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}div#fmi-warnings div .row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}div#fmi-warnings div .col{flex:1 0 0%}div#fmi-warnings div .row-cols-auto>*{flex:0 0 auto;width:auto}div#fmi-warnings div .row-cols-1>*{flex:0 0 auto;width:100%}div#fmi-warnings div .row-cols-2>*{flex:0 0 auto;width:50%}div#fmi-warnings div .row-cols-3>*{flex:0 0 auto;width:33.33333333%}div#fmi-warnings div .row-cols-4>*{flex:0 0 auto;width:25%}div#fmi-warnings div .row-cols-5>*{flex:0 0 auto;width:20%}div#fmi-warnings div .row-cols-6>*{flex:0 0 auto;width:16.66666667%}div#fmi-warnings div .col-auto{flex:0 0 auto;width:auto}div#fmi-warnings div .col-1{flex:0 0 auto;width:8.33333333%}div#fmi-warnings div .col-2{flex:0 0 auto;width:16.66666667%}div#fmi-warnings div .col-3{flex:0 0 auto;width:25%}div#fmi-warnings div .col-4{flex:0 0 auto;width:33.33333333%}div#fmi-warnings div .col-5{flex:0 0 auto;width:41.66666667%}div#fmi-warnings div .col-6{flex:0 0 auto;width:50%}div#fmi-warnings div .col-7{flex:0 0 auto;width:58.33333333%}div#fmi-warnings div .col-8{flex:0 0 auto;width:66.66666667%}div#fmi-warnings div .col-9{flex:0 0 auto;width:75%}div#fmi-warnings div .col-10{flex:0 0 auto;width:83.33333333%}div#fmi-warnings div .col-11{flex:0 0 auto;width:91.66666667%}div#fmi-warnings div .col-12{flex:0 0 auto;width:100%}div#fmi-warnings div .offset-1{margin-left:8.33333333%}div#fmi-warnings div .offset-2{margin-left:16.66666667%}div#fmi-warnings div .offset-3{margin-left:25%}div#fmi-warnings div .offset-4{margin-left:33.33333333%}div#fmi-warnings div .offset-5{margin-left:41.66666667%}div#fmi-warnings div .offset-6{margin-left:50%}div#fmi-warnings div .offset-7{margin-left:58.33333333%}div#fmi-warnings div .offset-8{margin-left:66.66666667%}div#fmi-warnings div .offset-9{margin-left:75%}div#fmi-warnings div .offset-10{margin-left:83.33333333%}div#fmi-warnings div .offset-11{margin-left:91.66666667%}div#fmi-warnings div .g-0,div#fmi-warnings div .gx-0{--bs-gutter-x:0}div#fmi-warnings div .g-0,div#fmi-warnings div .gy-0{--bs-gutter-y:0}div#fmi-warnings div .g-1,div#fmi-warnings div .gx-1{--bs-gutter-x:.25rem}div#fmi-warnings div .g-1,div#fmi-warnings div .gy-1{--bs-gutter-y:.25rem}div#fmi-warnings div .g-2,div#fmi-warnings div .gx-2{--bs-gutter-x:.5rem}div#fmi-warnings div .g-2,div#fmi-warnings div .gy-2{--bs-gutter-y:.5rem}div#fmi-warnings div .g-3,div#fmi-warnings div .gx-3{--bs-gutter-x:1rem}div#fmi-warnings div .g-3,div#fmi-warnings div .gy-3{--bs-gutter-y:1rem}div#fmi-warnings div .g-4,div#fmi-warnings div .gx-4{--bs-gutter-x:1.5rem}div#fmi-warnings div .g-4,div#fmi-warnings div .gy-4{--bs-gutter-y:1.5rem}div#fmi-warnings div .g-5,div#fmi-warnings div .gx-5{--bs-gutter-x:3rem}div#fmi-warnings div .g-5,div#fmi-warnings div .gy-5{--bs-gutter-y:3rem}@media (min-width:576px){div#fmi-warnings div .col-sm{flex:1 0 0%}div#fmi-warnings div .row-cols-sm-auto>*{flex:0 0 auto;width:auto}div#fmi-warnings div .row-cols-sm-1>*{flex:0 0 auto;width:100%}div#fmi-warnings div .row-cols-sm-2>*{flex:0 0 auto;width:50%}div#fmi-warnings div .row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}div#fmi-warnings div .row-cols-sm-4>*{flex:0 0 auto;width:25%}div#fmi-warnings div .row-cols-sm-5>*{flex:0 0 auto;width:20%}div#fmi-warnings div .row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}div#fmi-warnings div .col-sm-auto{flex:0 0 auto;width:auto}div#fmi-warnings div .col-sm-1{flex:0 0 auto;width:8.33333333%}div#fmi-warnings div .col-sm-2{flex:0 0 auto;width:16.66666667%}div#fmi-warnings div .col-sm-3{flex:0 0 auto;width:25%}div#fmi-warnings div .col-sm-4{flex:0 0 auto;width:33.33333333%}div#fmi-warnings div .col-sm-5{flex:0 0 auto;width:41.66666667%}div#fmi-warnings div .col-sm-6{flex:0 0 auto;width:50%}div#fmi-warnings div .col-sm-7{flex:0 0 auto;width:58.33333333%}div#fmi-warnings div .col-sm-8{flex:0 0 auto;width:66.66666667%}div#fmi-warnings div .col-sm-9{flex:0 0 auto;width:75%}div#fmi-warnings div .col-sm-10{flex:0 0 auto;width:83.33333333%}div#fmi-warnings div .col-sm-11{flex:0 0 auto;width:91.66666667%}div#fmi-warnings div .col-sm-12{flex:0 0 auto;width:100%}div#fmi-warnings div .offset-sm-0{margin-left:0}div#fmi-warnings div .offset-sm-1{margin-left:8.33333333%}div#fmi-warnings div .offset-sm-2{margin-left:16.66666667%}div#fmi-warnings div .offset-sm-3{margin-left:25%}div#fmi-warnings div .offset-sm-4{margin-left:33.33333333%}div#fmi-warnings div .offset-sm-5{margin-left:41.66666667%}div#fmi-warnings div .offset-sm-6{margin-left:50%}div#fmi-warnings div .offset-sm-7{margin-left:58.33333333%}div#fmi-warnings div .offset-sm-8{margin-left:66.66666667%}div#fmi-warnings div .offset-sm-9{margin-left:75%}div#fmi-warnings div .offset-sm-10{margin-left:83.33333333%}div#fmi-warnings div .offset-sm-11{margin-left:91.66666667%}div#fmi-warnings div .g-sm-0,div#fmi-warnings div .gx-sm-0{--bs-gutter-x:0}div#fmi-warnings div .g-sm-0,div#fmi-warnings div .gy-sm-0{--bs-gutter-y:0}div#fmi-warnings div .g-sm-1,div#fmi-warnings div .gx-sm-1{--bs-gutter-x:.25rem}div#fmi-warnings div .g-sm-1,div#fmi-warnings div .gy-sm-1{--bs-gutter-y:.25rem}div#fmi-warnings div .g-sm-2,div#fmi-warnings div .gx-sm-2{--bs-gutter-x:.5rem}div#fmi-warnings div .g-sm-2,div#fmi-warnings div .gy-sm-2{--bs-gutter-y:.5rem}div#fmi-warnings div .g-sm-3,div#fmi-warnings div .gx-sm-3{--bs-gutter-x:1rem}div#fmi-warnings div .g-sm-3,div#fmi-warnings div .gy-sm-3{--bs-gutter-y:1rem}div#fmi-warnings div .g-sm-4,div#fmi-warnings div .gx-sm-4{--bs-gutter-x:1.5rem}div#fmi-warnings div .g-sm-4,div#fmi-warnings div .gy-sm-4{--bs-gutter-y:1.5rem}div#fmi-warnings div .g-sm-5,div#fmi-warnings div .gx-sm-5{--bs-gutter-x:3rem}div#fmi-warnings div .g-sm-5,div#fmi-warnings div .gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){div#fmi-warnings div .col-md{flex:1 0 0%}div#fmi-warnings div .row-cols-md-auto>*{flex:0 0 auto;width:auto}div#fmi-warnings div .row-cols-md-1>*{flex:0 0 auto;width:100%}div#fmi-warnings div .row-cols-md-2>*{flex:0 0 auto;width:50%}div#fmi-warnings div .row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}div#fmi-warnings div .row-cols-md-4>*{flex:0 0 auto;width:25%}div#fmi-warnings div .row-cols-md-5>*{flex:0 0 auto;width:20%}div#fmi-warnings div .row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}div#fmi-warnings div .col-md-auto{flex:0 0 auto;width:auto}div#fmi-warnings div .col-md-1{flex:0 0 auto;width:8.33333333%}div#fmi-warnings div .col-md-2{flex:0 0 auto;width:16.66666667%}div#fmi-warnings div .col-md-3{flex:0 0 auto;width:25%}div#fmi-warnings div .col-md-4{flex:0 0 auto;width:33.33333333%}div#fmi-warnings div .col-md-5{flex:0 0 auto;width:41.66666667%}div#fmi-warnings div .col-md-6{flex:0 0 auto;width:50%}div#fmi-warnings div .col-md-7{flex:0 0 auto;width:58.33333333%}div#fmi-warnings div .col-md-8{flex:0 0 auto;width:66.66666667%}div#fmi-warnings div .col-md-9{flex:0 0 auto;width:75%}div#fmi-warnings div .col-md-10{flex:0 0 auto;width:83.33333333%}div#fmi-warnings div .col-md-11{flex:0 0 auto;width:91.66666667%}div#fmi-warnings div .col-md-12{flex:0 0 auto;width:100%}div#fmi-warnings div .offset-md-0{margin-left:0}div#fmi-warnings div .offset-md-1{margin-left:8.33333333%}div#fmi-warnings div .offset-md-2{margin-left:16.66666667%}div#fmi-warnings div .offset-md-3{margin-left:25%}div#fmi-warnings div .offset-md-4{margin-left:33.33333333%}div#fmi-warnings div .offset-md-5{margin-left:41.66666667%}div#fmi-warnings div .offset-md-6{margin-left:50%}div#fmi-warnings div .offset-md-7{margin-left:58.33333333%}div#fmi-warnings div .offset-md-8{margin-left:66.66666667%}div#fmi-warnings div .offset-md-9{margin-left:75%}div#fmi-warnings div .offset-md-10{margin-left:83.33333333%}div#fmi-warnings div .offset-md-11{margin-left:91.66666667%}div#fmi-warnings div .g-md-0,div#fmi-warnings div .gx-md-0{--bs-gutter-x:0}div#fmi-warnings div .g-md-0,div#fmi-warnings div .gy-md-0{--bs-gutter-y:0}div#fmi-warnings div .g-md-1,div#fmi-warnings div .gx-md-1{--bs-gutter-x:.25rem}div#fmi-warnings div .g-md-1,div#fmi-warnings div .gy-md-1{--bs-gutter-y:.25rem}div#fmi-warnings div .g-md-2,div#fmi-warnings div .gx-md-2{--bs-gutter-x:.5rem}div#fmi-warnings div .g-md-2,div#fmi-warnings div .gy-md-2{--bs-gutter-y:.5rem}div#fmi-warnings div .g-md-3,div#fmi-warnings div .gx-md-3{--bs-gutter-x:1rem}div#fmi-warnings div .g-md-3,div#fmi-warnings div .gy-md-3{--bs-gutter-y:1rem}div#fmi-warnings div .g-md-4,div#fmi-warnings div .gx-md-4{--bs-gutter-x:1.5rem}div#fmi-warnings div .g-md-4,div#fmi-warnings div .gy-md-4{--bs-gutter-y:1.5rem}div#fmi-warnings div .g-md-5,div#fmi-warnings div .gx-md-5{--bs-gutter-x:3rem}div#fmi-warnings div .g-md-5,div#fmi-warnings div .gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){div#fmi-warnings div .col-lg{flex:1 0 0%}div#fmi-warnings div .row-cols-lg-auto>*{flex:0 0 auto;width:auto}div#fmi-warnings div .row-cols-lg-1>*{flex:0 0 auto;width:100%}div#fmi-warnings div .row-cols-lg-2>*{flex:0 0 auto;width:50%}div#fmi-warnings div .row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}div#fmi-warnings div .row-cols-lg-4>*{flex:0 0 auto;width:25%}div#fmi-warnings div .row-cols-lg-5>*{flex:0 0 auto;width:20%}div#fmi-warnings div .row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}div#fmi-warnings div .col-lg-auto{flex:0 0 auto;width:auto}div#fmi-warnings div .col-lg-1{flex:0 0 auto;width:8.33333333%}div#fmi-warnings div .col-lg-2{flex:0 0 auto;width:16.66666667%}div#fmi-warnings div .col-lg-3{flex:0 0 auto;width:25%}div#fmi-warnings div .col-lg-4{flex:0 0 auto;width:33.33333333%}div#fmi-warnings div .col-lg-5{flex:0 0 auto;width:41.66666667%}div#fmi-warnings div .col-lg-6{flex:0 0 auto;width:50%}div#fmi-warnings div .col-lg-7{flex:0 0 auto;width:58.33333333%}div#fmi-warnings div .col-lg-8{flex:0 0 auto;width:66.66666667%}div#fmi-warnings div .col-lg-9{flex:0 0 auto;width:75%}div#fmi-warnings div .col-lg-10{flex:0 0 auto;width:83.33333333%}div#fmi-warnings div .col-lg-11{flex:0 0 auto;width:91.66666667%}div#fmi-warnings div .col-lg-12{flex:0 0 auto;width:100%}div#fmi-warnings div .offset-lg-0{margin-left:0}div#fmi-warnings div .offset-lg-1{margin-left:8.33333333%}div#fmi-warnings div .offset-lg-2{margin-left:16.66666667%}div#fmi-warnings div .offset-lg-3{margin-left:25%}div#fmi-warnings div .offset-lg-4{margin-left:33.33333333%}div#fmi-warnings div .offset-lg-5{margin-left:41.66666667%}div#fmi-warnings div .offset-lg-6{margin-left:50%}div#fmi-warnings div .offset-lg-7{margin-left:58.33333333%}div#fmi-warnings div .offset-lg-8{margin-left:66.66666667%}div#fmi-warnings div .offset-lg-9{margin-left:75%}div#fmi-warnings div .offset-lg-10{margin-left:83.33333333%}div#fmi-warnings div .offset-lg-11{margin-left:91.66666667%}div#fmi-warnings div .g-lg-0,div#fmi-warnings div .gx-lg-0{--bs-gutter-x:0}div#fmi-warnings div .g-lg-0,div#fmi-warnings div .gy-lg-0{--bs-gutter-y:0}div#fmi-warnings div .g-lg-1,div#fmi-warnings div .gx-lg-1{--bs-gutter-x:.25rem}div#fmi-warnings div .g-lg-1,div#fmi-warnings div .gy-lg-1{--bs-gutter-y:.25rem}div#fmi-warnings div .g-lg-2,div#fmi-warnings div .gx-lg-2{--bs-gutter-x:.5rem}div#fmi-warnings div .g-lg-2,div#fmi-warnings div .gy-lg-2{--bs-gutter-y:.5rem}div#fmi-warnings div .g-lg-3,div#fmi-warnings div .gx-lg-3{--bs-gutter-x:1rem}div#fmi-warnings div .g-lg-3,div#fmi-warnings div .gy-lg-3{--bs-gutter-y:1rem}div#fmi-warnings div .g-lg-4,div#fmi-warnings div .gx-lg-4{--bs-gutter-x:1.5rem}div#fmi-warnings div .g-lg-4,div#fmi-warnings div .gy-lg-4{--bs-gutter-y:1.5rem}div#fmi-warnings div .g-lg-5,div#fmi-warnings div .gx-lg-5{--bs-gutter-x:3rem}div#fmi-warnings div .g-lg-5,div#fmi-warnings div .gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){div#fmi-warnings div .col-xl{flex:1 0 0%}div#fmi-warnings div .row-cols-xl-auto>*{flex:0 0 auto;width:auto}div#fmi-warnings div .row-cols-xl-1>*{flex:0 0 auto;width:100%}div#fmi-warnings div .row-cols-xl-2>*{flex:0 0 auto;width:50%}div#fmi-warnings div .row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}div#fmi-warnings div .row-cols-xl-4>*{flex:0 0 auto;width:25%}div#fmi-warnings div .row-cols-xl-5>*{flex:0 0 auto;width:20%}div#fmi-warnings div .row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}div#fmi-warnings div .col-xl-auto{flex:0 0 auto;width:auto}div#fmi-warnings div .col-xl-1{flex:0 0 auto;width:8.33333333%}div#fmi-warnings div .col-xl-2{flex:0 0 auto;width:16.66666667%}div#fmi-warnings div .col-xl-3{flex:0 0 auto;width:25%}div#fmi-warnings div .col-xl-4{flex:0 0 auto;width:33.33333333%}div#fmi-warnings div .col-xl-5{flex:0 0 auto;width:41.66666667%}div#fmi-warnings div .col-xl-6{flex:0 0 auto;width:50%}div#fmi-warnings div .col-xl-7{flex:0 0 auto;width:58.33333333%}div#fmi-warnings div .col-xl-8{flex:0 0 auto;width:66.66666667%}div#fmi-warnings div .col-xl-9{flex:0 0 auto;width:75%}div#fmi-warnings div .col-xl-10{flex:0 0 auto;width:83.33333333%}div#fmi-warnings div .col-xl-11{flex:0 0 auto;width:91.66666667%}div#fmi-warnings div .col-xl-12{flex:0 0 auto;width:100%}div#fmi-warnings div .offset-xl-0{margin-left:0}div#fmi-warnings div .offset-xl-1{margin-left:8.33333333%}div#fmi-warnings div .offset-xl-2{margin-left:16.66666667%}div#fmi-warnings div .offset-xl-3{margin-left:25%}div#fmi-warnings div .offset-xl-4{margin-left:33.33333333%}div#fmi-warnings div .offset-xl-5{margin-left:41.66666667%}div#fmi-warnings div .offset-xl-6{margin-left:50%}div#fmi-warnings div .offset-xl-7{margin-left:58.33333333%}div#fmi-warnings div .offset-xl-8{margin-left:66.66666667%}div#fmi-warnings div .offset-xl-9{margin-left:75%}div#fmi-warnings div .offset-xl-10{margin-left:83.33333333%}div#fmi-warnings div .offset-xl-11{margin-left:91.66666667%}div#fmi-warnings div .g-xl-0,div#fmi-warnings div .gx-xl-0{--bs-gutter-x:0}div#fmi-warnings div .g-xl-0,div#fmi-warnings div .gy-xl-0{--bs-gutter-y:0}div#fmi-warnings div .g-xl-1,div#fmi-warnings div .gx-xl-1{--bs-gutter-x:.25rem}div#fmi-warnings div .g-xl-1,div#fmi-warnings div .gy-xl-1{--bs-gutter-y:.25rem}div#fmi-warnings div .g-xl-2,div#fmi-warnings div .gx-xl-2{--bs-gutter-x:.5rem}div#fmi-warnings div .g-xl-2,div#fmi-warnings div .gy-xl-2{--bs-gutter-y:.5rem}div#fmi-warnings div .g-xl-3,div#fmi-warnings div .gx-xl-3{--bs-gutter-x:1rem}div#fmi-warnings div .g-xl-3,div#fmi-warnings div .gy-xl-3{--bs-gutter-y:1rem}div#fmi-warnings div .g-xl-4,div#fmi-warnings div .gx-xl-4{--bs-gutter-x:1.5rem}div#fmi-warnings div .g-xl-4,div#fmi-warnings div .gy-xl-4{--bs-gutter-y:1.5rem}div#fmi-warnings div .g-xl-5,div#fmi-warnings div .gx-xl-5{--bs-gutter-x:3rem}div#fmi-warnings div .g-xl-5,div#fmi-warnings div .gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){div#fmi-warnings div .col-xxl{flex:1 0 0%}div#fmi-warnings div .row-cols-xxl-auto>*{flex:0 0 auto;width:auto}div#fmi-warnings div .row-cols-xxl-1>*{flex:0 0 auto;width:100%}div#fmi-warnings div .row-cols-xxl-2>*{flex:0 0 auto;width:50%}div#fmi-warnings div .row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}div#fmi-warnings div .row-cols-xxl-4>*{flex:0 0 auto;width:25%}div#fmi-warnings div .row-cols-xxl-5>*{flex:0 0 auto;width:20%}div#fmi-warnings div .row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}div#fmi-warnings div .col-xxl-auto{flex:0 0 auto;width:auto}div#fmi-warnings div .col-xxl-1{flex:0 0 auto;width:8.33333333%}div#fmi-warnings div .col-xxl-2{flex:0 0 auto;width:16.66666667%}div#fmi-warnings div .col-xxl-3{flex:0 0 auto;width:25%}div#fmi-warnings div .col-xxl-4{flex:0 0 auto;width:33.33333333%}div#fmi-warnings div .col-xxl-5{flex:0 0 auto;width:41.66666667%}div#fmi-warnings div .col-xxl-6{flex:0 0 auto;width:50%}div#fmi-warnings div .col-xxl-7{flex:0 0 auto;width:58.33333333%}div#fmi-warnings div .col-xxl-8{flex:0 0 auto;width:66.66666667%}div#fmi-warnings div .col-xxl-9{flex:0 0 auto;width:75%}div#fmi-warnings div .col-xxl-10{flex:0 0 auto;width:83.33333333%}div#fmi-warnings div .col-xxl-11{flex:0 0 auto;width:91.66666667%}div#fmi-warnings div .col-xxl-12{flex:0 0 auto;width:100%}div#fmi-warnings div .offset-xxl-0{margin-left:0}div#fmi-warnings div .offset-xxl-1{margin-left:8.33333333%}div#fmi-warnings div .offset-xxl-2{margin-left:16.66666667%}div#fmi-warnings div .offset-xxl-3{margin-left:25%}div#fmi-warnings div .offset-xxl-4{margin-left:33.33333333%}div#fmi-warnings div .offset-xxl-5{margin-left:41.66666667%}div#fmi-warnings div .offset-xxl-6{margin-left:50%}div#fmi-warnings div .offset-xxl-7{margin-left:58.33333333%}div#fmi-warnings div .offset-xxl-8{margin-left:66.66666667%}div#fmi-warnings div .offset-xxl-9{margin-left:75%}div#fmi-warnings div .offset-xxl-10{margin-left:83.33333333%}div#fmi-warnings div .offset-xxl-11{margin-left:91.66666667%}div#fmi-warnings div .g-xxl-0,div#fmi-warnings div .gx-xxl-0{--bs-gutter-x:0}div#fmi-warnings div .g-xxl-0,div#fmi-warnings div .gy-xxl-0{--bs-gutter-y:0}div#fmi-warnings div .g-xxl-1,div#fmi-warnings div .gx-xxl-1{--bs-gutter-x:.25rem}div#fmi-warnings div .g-xxl-1,div#fmi-warnings div .gy-xxl-1{--bs-gutter-y:.25rem}div#fmi-warnings div .g-xxl-2,div#fmi-warnings div .gx-xxl-2{--bs-gutter-x:.5rem}div#fmi-warnings div .g-xxl-2,div#fmi-warnings div .gy-xxl-2{--bs-gutter-y:.5rem}div#fmi-warnings div .g-xxl-3,div#fmi-warnings div .gx-xxl-3{--bs-gutter-x:1rem}div#fmi-warnings div .g-xxl-3,div#fmi-warnings div .gy-xxl-3{--bs-gutter-y:1rem}div#fmi-warnings div .g-xxl-4,div#fmi-warnings div .gx-xxl-4{--bs-gutter-x:1.5rem}div#fmi-warnings div .g-xxl-4,div#fmi-warnings div .gy-xxl-4{--bs-gutter-y:1.5rem}div#fmi-warnings div .g-xxl-5,div#fmi-warnings div .gx-xxl-5{--bs-gutter-x:3rem}div#fmi-warnings div .g-xxl-5,div#fmi-warnings div .gy-xxl-5{--bs-gutter-y:3rem}}div#fmi-warnings div .table{--bs-table-color-type:initial;--bs-table-bg-type:initial;--bs-table-color-state:initial;--bs-table-bg-state:initial;--bs-table-color:var(--bs-emphasis-color);--bs-table-bg:var(--bs-body-bg);--bs-table-border-color:var(--bs-border-color);--bs-table-accent-bg:transparent;--bs-table-striped-color:var(--bs-emphasis-color);--bs-table-striped-bg:rgba(var(--bs-emphasis-color-rgb), .05);--bs-table-active-color:var(--bs-emphasis-color);--bs-table-active-bg:rgba(var(--bs-emphasis-color-rgb), .1);--bs-table-hover-color:var(--bs-emphasis-color);--bs-table-hover-bg:rgba(var(--bs-emphasis-color-rgb), .075);width:100%;margin-bottom:1rem;vertical-align:top;border-color:var(--bs-table-border-color)}div#fmi-warnings div .table>:not(caption)>*>*{padding:.5rem;color:var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)))}div#fmi-warnings div .table>tbody{vertical-align:inherit}div#fmi-warnings div .table>thead{vertical-align:bottom}div#fmi-warnings div .table-group-divider{border-top:calc(var(--bs-border-width) * 2) solid currentcolor}div#fmi-warnings div .caption-top{caption-side:top}div#fmi-warnings div .table-sm>:not(caption)>*>*{padding:.25rem}div#fmi-warnings div .table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}div#fmi-warnings div .table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}div#fmi-warnings div .table-borderless>:not(caption)>*>*{border-bottom-width:0}div#fmi-warnings div .table-borderless>:not(:first-child){border-top-width:0}div#fmi-warnings div .table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-color-type:var(--bs-table-striped-color);--bs-table-bg-type:var(--bs-table-striped-bg)}div#fmi-warnings div .table-striped-columns>:not(caption)>tr>:nth-child(2n){--bs-table-color-type:var(--bs-table-striped-color);--bs-table-bg-type:var(--bs-table-striped-bg)}div#fmi-warnings div .table-active{--bs-table-color-state:var(--bs-table-active-color);--bs-table-bg-state:var(--bs-table-active-bg)}div#fmi-warnings div .table-hover>tbody>tr:hover>*{--bs-table-color-state:var(--bs-table-hover-color);--bs-table-bg-state:var(--bs-table-hover-bg)}div#fmi-warnings div .table-primary{--bs-table-color:#000;--bs-table-bg:#cfe2ff;--bs-table-border-color:#a6b5cc;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}div#fmi-warnings div .table-secondary{--bs-table-color:#000;--bs-table-bg:#e2e3e5;--bs-table-border-color:#b5b6b7;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}div#fmi-warnings div .table-success{--bs-table-color:#000;--bs-table-bg:#d1e7dd;--bs-table-border-color:#a7b9b1;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}div#fmi-warnings div .table-info{--bs-table-color:#000;--bs-table-bg:#cff4fc;--bs-table-border-color:#a6c3ca;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}div#fmi-warnings div .table-warning{--bs-table-color:#000;--bs-table-bg:#fff3cd;--bs-table-border-color:#ccc2a4;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}div#fmi-warnings div .table-danger{--bs-table-color:#000;--bs-table-bg:#f8d7da;--bs-table-border-color:#c6acae;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}div#fmi-warnings div .table-light{--bs-table-color:#000;--bs-table-bg:#f8f9fa;--bs-table-border-color:#c6c7c8;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}div#fmi-warnings div .table-dark{--bs-table-color:#fff;--bs-table-bg:#212529;--bs-table-border-color:#4d5154;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}div#fmi-warnings div .table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){div#fmi-warnings div .table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){div#fmi-warnings div .table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){div#fmi-warnings div .table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){div#fmi-warnings div .table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){div#fmi-warnings div .table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}div#fmi-warnings div .form-label{margin-bottom:.5rem}div#fmi-warnings div .col-form-label{padding-top:calc(.375rem + var(--bs-border-width));padding-bottom:calc(.375rem + var(--bs-border-width));margin-bottom:0;font-size:inherit;line-height:1.5}div#fmi-warnings div .col-form-label-lg{padding-top:calc(.5rem + var(--bs-border-width));padding-bottom:calc(.5rem + var(--bs-border-width));font-size:1.25rem}div#fmi-warnings div .col-form-label-sm{padding-top:calc(.25rem + var(--bs-border-width));padding-bottom:calc(.25rem + var(--bs-border-width));font-size:.875rem}div#fmi-warnings div .form-text{margin-top:.25rem;font-size:.875em;color:var(--bs-secondary-color)}div#fmi-warnings div .form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bs-body-bg);background-clip:padding-box;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){div#fmi-warnings div .form-control{transition:none}}div#fmi-warnings div .form-control[type=file]{overflow:hidden}div#fmi-warnings div .form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}div#fmi-warnings div .form-control:focus{color:var(--bs-body-color);background-color:var(--bs-body-bg);border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}div#fmi-warnings div .form-control::-webkit-date-and-time-value{min-width:85px;height:1.5em;margin:0}div#fmi-warnings div .form-control::-webkit-datetime-edit{display:block;padding:0}div#fmi-warnings div .form-control::-moz-placeholder{color:var(--bs-secondary-color);opacity:1}div#fmi-warnings div .form-control::placeholder{color:var(--bs-secondary-color);opacity:1}div#fmi-warnings div .form-control:disabled{background-color:var(--bs-secondary-bg);opacity:1}div#fmi-warnings div .form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--bs-border-width);border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}div#fmi-warnings div .form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--bs-border-width);border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){div#fmi-warnings div .form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}div#fmi-warnings div .form-control::file-selector-button{transition:none}}div#fmi-warnings div .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:var(--bs-secondary-bg)}div#fmi-warnings div .form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-bg)}div#fmi-warnings div .form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:var(--bs-body-color);background-color:transparent;border:solid transparent;border-width:var(--bs-border-width) 0}div#fmi-warnings div .form-control-plaintext:focus{outline:0}div#fmi-warnings div .form-control-plaintext.form-control-lg,div#fmi-warnings div .form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}div#fmi-warnings div .form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));padding:.25rem .5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}div#fmi-warnings div .form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}div#fmi-warnings div .form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}div#fmi-warnings div .form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}div#fmi-warnings div .form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}div#fmi-warnings div .form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}div#fmi-warnings div textarea.form-control{min-height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2))}div#fmi-warnings div textarea.form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}div#fmi-warnings div textarea.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}div#fmi-warnings div .form-control-color{width:3rem;height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));padding:.375rem}div#fmi-warnings div .form-control-color:not(:disabled):not([readonly]){cursor:pointer}div#fmi-warnings div .form-control-color::-moz-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}div#fmi-warnings div .form-control-color::-webkit-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}div#fmi-warnings div .form-control-color.form-control-sm{height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}div#fmi-warnings div .form-control-color.form-control-lg{height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}div#fmi-warnings div .form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bs-body-bg);background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){div#fmi-warnings div .form-select{transition:none}}div#fmi-warnings div .form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}div#fmi-warnings div .form-select[multiple],div#fmi-warnings div .form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}div#fmi-warnings div .form-select:disabled{background-color:var(--bs-secondary-bg)}div#fmi-warnings div .form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 var(--bs-body-color)}div#fmi-warnings div .form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}div#fmi-warnings div .form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}div#fmi-warnings div [data-bs-theme=dark] .form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")}div#fmi-warnings div .form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}div#fmi-warnings div .form-check .form-check-input{float:left;margin-left:-1.5em}div#fmi-warnings div .form-check-reverse{padding-right:1.5em;padding-left:0;text-align:right}div#fmi-warnings div .form-check-reverse .form-check-input{float:right;margin-right:-1.5em;margin-left:0}div#fmi-warnings div .form-check-input{--bs-form-check-bg:var(--bs-body-bg);flex-shrink:0;width:1em;height:1em;margin-top:.25em;vertical-align:top;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-repeat:no-repeat;background-position:center;background-size:contain;border:var(--bs-border-width) solid var(--bs-border-color);-webkit-print-color-adjust:exact;color-adjust:exact;print-color-adjust:exact}div#fmi-warnings div .form-check-input[type=checkbox]{border-radius:.25em}div#fmi-warnings div .form-check-input[type=radio]{border-radius:50%}div#fmi-warnings div .form-check-input:active{filter:brightness(90%)}div#fmi-warnings div .form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}div#fmi-warnings div .form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}div#fmi-warnings div .form-check-input:checked[type=checkbox]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}div#fmi-warnings div .form-check-input:checked[type=radio]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}div#fmi-warnings div .form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}div#fmi-warnings div .form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}div#fmi-warnings div .form-check-input:disabled~.form-check-label,div#fmi-warnings div .form-check-input[disabled]~.form-check-label{cursor:default;opacity:.5}div#fmi-warnings div .form-switch{padding-left:2.5em}div#fmi-warnings div .form-switch .form-check-input{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");width:2em;margin-left:-2.5em;background-image:var(--bs-form-switch-bg);background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){div#fmi-warnings div .form-switch .form-check-input{transition:none}}div#fmi-warnings div .form-switch .form-check-input:focus{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")}div#fmi-warnings div .form-switch .form-check-input:checked{background-position:right center;--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}div#fmi-warnings div .form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}div#fmi-warnings div .form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}div#fmi-warnings div .form-check-inline{display:inline-block;margin-right:1rem}div#fmi-warnings div .btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}div#fmi-warnings div .btn-check:disabled+.btn,div#fmi-warnings div .btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}div#fmi-warnings div [data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")}div#fmi-warnings div .form-range{width:100%;height:1.5rem;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent}div#fmi-warnings div .form-range:focus{outline:0}div#fmi-warnings div .form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem #0d6efd40}div#fmi-warnings div .form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem #0d6efd40}div#fmi-warnings div .form-range::-moz-focus-outer{border:0}div#fmi-warnings div .form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;-webkit-appearance:none;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){div#fmi-warnings div .form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}div#fmi-warnings div .form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}div#fmi-warnings div .form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem}div#fmi-warnings div .form-range::-moz-range-thumb{width:1rem;height:1rem;-moz-appearance:none;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){div#fmi-warnings div .form-range::-moz-range-thumb{-moz-transition:none;transition:none}}div#fmi-warnings div .form-range::-moz-range-thumb:active{background-color:#b6d4fe}div#fmi-warnings div .form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem}div#fmi-warnings div .form-range:disabled{pointer-events:none}div#fmi-warnings div .form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}div#fmi-warnings div .form-range:disabled::-moz-range-thumb{background-color:var(--bs-secondary-color)}div#fmi-warnings div .form-floating{position:relative}div#fmi-warnings div .form-floating>.form-control,div#fmi-warnings div .form-floating>.form-control-plaintext,div#fmi-warnings div .form-floating>.form-select{height:calc(3.5rem + calc(var(--bs-border-width) * 2));min-height:calc(3.5rem + calc(var(--bs-border-width) * 2));line-height:1.25}div#fmi-warnings div .form-floating>label{position:absolute;top:0;left:0;z-index:2;height:100%;padding:1rem .75rem;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:var(--bs-border-width) solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){div#fmi-warnings div .form-floating>label{transition:none}}div#fmi-warnings div .form-floating>.form-control,div#fmi-warnings div .form-floating>.form-control-plaintext{padding:1rem .75rem}div#fmi-warnings div .form-floating>.form-control-plaintext::-moz-placeholder,div#fmi-warnings div .form-floating>.form-control::-moz-placeholder{color:transparent}div#fmi-warnings div .form-floating>.form-control-plaintext::placeholder,div#fmi-warnings div .form-floating>.form-control::placeholder{color:transparent}div#fmi-warnings div .form-floating>.form-control-plaintext:not(:-moz-placeholder-shown),div#fmi-warnings div .form-floating>.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}div#fmi-warnings div .form-floating>.form-control-plaintext:focus,div#fmi-warnings div .form-floating>.form-control-plaintext:not(:placeholder-shown),div#fmi-warnings div .form-floating>.form-control:focus,div#fmi-warnings div .form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}div#fmi-warnings div .form-floating>.form-control-plaintext:-webkit-autofill,div#fmi-warnings div .form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}div#fmi-warnings div .form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}div#fmi-warnings div .form-floating>.form-control:not(:-moz-placeholder-shown)~label{color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translate(.15rem)}div#fmi-warnings div .form-floating>.form-control-plaintext~label,div#fmi-warnings div .form-floating>.form-control:focus~label,div#fmi-warnings div .form-floating>.form-control:not(:placeholder-shown)~label,div#fmi-warnings div .form-floating>.form-select~label{color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translate(.15rem)}div#fmi-warnings div .form-floating>.form-control:not(:-moz-placeholder-shown)~label:after{position:absolute;inset:1rem .375rem;z-index:-1;height:1.5em;content:"";background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius)}div#fmi-warnings div .form-floating>.form-control-plaintext~label:after,div#fmi-warnings div .form-floating>.form-control:focus~label:after,div#fmi-warnings div .form-floating>.form-control:not(:placeholder-shown)~label:after,div#fmi-warnings div .form-floating>.form-select~label:after{position:absolute;inset:1rem .375rem;z-index:-1;height:1.5em;content:"";background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius)}div#fmi-warnings div .form-floating>.form-control:-webkit-autofill~label{color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translate(.15rem)}div#fmi-warnings div .form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}div#fmi-warnings div .form-floating>.form-control:disabled~label,div#fmi-warnings div .form-floating>:disabled~label{color:#6c757d}div#fmi-warnings div .form-floating>.form-control:disabled~label:after,div#fmi-warnings div .form-floating>:disabled~label:after{background-color:var(--bs-secondary-bg)}div#fmi-warnings div .input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}div#fmi-warnings div .input-group>.form-control,div#fmi-warnings div .input-group>.form-floating,div#fmi-warnings div .input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}div#fmi-warnings div .input-group>.form-control:focus,div#fmi-warnings div .input-group>.form-floating:focus-within,div#fmi-warnings div .input-group>.form-select:focus{z-index:5}div#fmi-warnings div .input-group .btn{position:relative;z-index:2}div#fmi-warnings div .input-group .btn:focus{z-index:5}div#fmi-warnings div .input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);text-align:center;white-space:nowrap;background-color:var(--bs-tertiary-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius)}div#fmi-warnings div .input-group-lg>.btn,div#fmi-warnings div .input-group-lg>.form-control,div#fmi-warnings div .input-group-lg>.form-select,div#fmi-warnings div .input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}div#fmi-warnings div .input-group-sm>.btn,div#fmi-warnings div .input-group-sm>.form-control,div#fmi-warnings div .input-group-sm>.form-select,div#fmi-warnings div .input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}div#fmi-warnings div .input-group-lg>.form-select,div#fmi-warnings div .input-group-sm>.form-select{padding-right:3rem}div#fmi-warnings div .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),div#fmi-warnings div .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,div#fmi-warnings div .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,div#fmi-warnings div .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-top-right-radius:0;border-bottom-right-radius:0}div#fmi-warnings div .input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),div#fmi-warnings div .input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,div#fmi-warnings div .input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,div#fmi-warnings div .input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-top-right-radius:0;border-bottom-right-radius:0}div#fmi-warnings div .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:calc(var(--bs-border-width) * -1);border-top-left-radius:0;border-bottom-left-radius:0}div#fmi-warnings div .input-group>.form-floating:not(:first-child)>.form-control,div#fmi-warnings div .input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}div#fmi-warnings div .valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:var(--bs-form-valid-color)}div#fmi-warnings div .valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:var(--bs-success);border-radius:var(--bs-border-radius)}div#fmi-warnings div .is-valid~.valid-feedback,div#fmi-warnings div .is-valid~.valid-tooltip,div#fmi-warnings div .was-validated :valid~.valid-feedback,div#fmi-warnings div .was-validated :valid~.valid-tooltip{display:block}div#fmi-warnings div .form-control.is-valid,div#fmi-warnings div .was-validated .form-control:valid{border-color:var(--bs-form-valid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}div#fmi-warnings div .form-control.is-valid:focus,div#fmi-warnings div .was-validated .form-control:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}div#fmi-warnings div .was-validated textarea.form-control:valid,div#fmi-warnings div textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}div#fmi-warnings div .form-select.is-valid,div#fmi-warnings div .was-validated .form-select:valid{border-color:var(--bs-form-valid-border-color)}div#fmi-warnings div .form-select.is-valid:not([multiple]):not([size]),div#fmi-warnings div .form-select.is-valid:not([multiple])[size="1"],div#fmi-warnings div .was-validated .form-select:valid:not([multiple]):not([size]),div#fmi-warnings div .was-validated .form-select:valid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}div#fmi-warnings div .form-select.is-valid:focus,div#fmi-warnings div .was-validated .form-select:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}div#fmi-warnings div .form-control-color.is-valid,div#fmi-warnings div .was-validated .form-control-color:valid{width:calc(3.75rem + 1.5em)}div#fmi-warnings div .form-check-input.is-valid,div#fmi-warnings div .was-validated .form-check-input:valid{border-color:var(--bs-form-valid-border-color)}div#fmi-warnings div .form-check-input.is-valid:checked,div#fmi-warnings div .was-validated .form-check-input:valid:checked{background-color:var(--bs-form-valid-color)}div#fmi-warnings div .form-check-input.is-valid:focus,div#fmi-warnings div .was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}div#fmi-warnings div .form-check-input.is-valid~.form-check-label,div#fmi-warnings div .was-validated .form-check-input:valid~.form-check-label{color:var(--bs-form-valid-color)}div#fmi-warnings div .form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}div#fmi-warnings div .input-group>.form-control:not(:focus).is-valid,div#fmi-warnings div .input-group>.form-floating:not(:focus-within).is-valid,div#fmi-warnings div .input-group>.form-select:not(:focus).is-valid,div#fmi-warnings div .was-validated .input-group>.form-control:not(:focus):valid,div#fmi-warnings div .was-validated .input-group>.form-floating:not(:focus-within):valid,div#fmi-warnings div .was-validated .input-group>.form-select:not(:focus):valid{z-index:3}div#fmi-warnings div .invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:var(--bs-form-invalid-color)}div#fmi-warnings div .invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:var(--bs-danger);border-radius:var(--bs-border-radius)}div#fmi-warnings div .is-invalid~.invalid-feedback,div#fmi-warnings div .is-invalid~.invalid-tooltip,div#fmi-warnings div .was-validated :invalid~.invalid-feedback,div#fmi-warnings div .was-validated :invalid~.invalid-tooltip{display:block}div#fmi-warnings div .form-control.is-invalid,div#fmi-warnings div .was-validated .form-control:invalid{border-color:var(--bs-form-invalid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}div#fmi-warnings div .form-control.is-invalid:focus,div#fmi-warnings div .was-validated .form-control:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}div#fmi-warnings div .was-validated textarea.form-control:invalid,div#fmi-warnings div textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}div#fmi-warnings div .form-select.is-invalid,div#fmi-warnings div .was-validated .form-select:invalid{border-color:var(--bs-form-invalid-border-color)}div#fmi-warnings div .form-select.is-invalid:not([multiple]):not([size]),div#fmi-warnings div .form-select.is-invalid:not([multiple])[size="1"],div#fmi-warnings div .was-validated .form-select:invalid:not([multiple]):not([size]),div#fmi-warnings div .was-validated .form-select:invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}div#fmi-warnings div .form-select.is-invalid:focus,div#fmi-warnings div .was-validated .form-select:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}div#fmi-warnings div .form-control-color.is-invalid,div#fmi-warnings div .was-validated .form-control-color:invalid{width:calc(3.75rem + 1.5em)}div#fmi-warnings div .form-check-input.is-invalid,div#fmi-warnings div .was-validated .form-check-input:invalid{border-color:var(--bs-form-invalid-border-color)}div#fmi-warnings div .form-check-input.is-invalid:checked,div#fmi-warnings div .was-validated .form-check-input:invalid:checked{background-color:var(--bs-form-invalid-color)}div#fmi-warnings div .form-check-input.is-invalid:focus,div#fmi-warnings div .was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}div#fmi-warnings div .form-check-input.is-invalid~.form-check-label,div#fmi-warnings div .was-validated .form-check-input:invalid~.form-check-label{color:var(--bs-form-invalid-color)}div#fmi-warnings div .form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}div#fmi-warnings div .input-group>.form-control:not(:focus).is-invalid,div#fmi-warnings div .input-group>.form-floating:not(:focus-within).is-invalid,div#fmi-warnings div .input-group>.form-select:not(:focus).is-invalid,div#fmi-warnings div .was-validated .input-group>.form-control:not(:focus):invalid,div#fmi-warnings div .was-validated .input-group>.form-floating:not(:focus-within):invalid,div#fmi-warnings div .was-validated .input-group>.form-select:not(:focus):invalid{z-index:4}div#fmi-warnings div .btn{--bs-btn-padding-x:.75rem;--bs-btn-padding-y:.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1rem;--bs-btn-font-weight:400;--bs-btn-line-height:1.5;--bs-btn-color:var(--bs-body-color);--bs-btn-bg:transparent;--bs-btn-border-width:var(--bs-border-width);--bs-btn-border-color:transparent;--bs-btn-border-radius:var(--bs-border-radius);--bs-btn-hover-border-color:transparent;--bs-btn-box-shadow:inset 0 1px 0 rgba(255, 255, 255, .15),0 1px 1px rgba(0, 0, 0, .075);--bs-btn-disabled-opacity:.65;--bs-btn-focus-box-shadow:0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){div#fmi-warnings div .btn{transition:none}}div#fmi-warnings div .btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}div#fmi-warnings div .btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}div#fmi-warnings div .btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}div#fmi-warnings div .btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}div#fmi-warnings div .btn-check:checked+.btn,div#fmi-warnings div .btn.active,div#fmi-warnings div .btn.show,div#fmi-warnings div .btn:first-child:active,div#fmi-warnings div :not(.btn-check)+.btn:active{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}div#fmi-warnings div .btn-check:checked+.btn:focus-visible,div#fmi-warnings div .btn.active:focus-visible,div#fmi-warnings div .btn.show:focus-visible,div#fmi-warnings div .btn:first-child:active:focus-visible,div#fmi-warnings div :not(.btn-check)+.btn:active:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}div#fmi-warnings div .btn.disabled,div#fmi-warnings div .btn:disabled,div#fmi-warnings div fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}div#fmi-warnings div .btn-primary{--bs-btn-color:#fff;--bs-btn-bg:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0b5ed7;--bs-btn-hover-border-color:#0a58ca;--bs-btn-focus-shadow-rgb:49,132,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0a58ca;--bs-btn-active-border-color:#0a53be;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#0d6efd;--bs-btn-disabled-border-color:#0d6efd}div#fmi-warnings div .btn-secondary{--bs-btn-color:#fff;--bs-btn-bg:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#5c636a;--bs-btn-hover-border-color:#565e64;--bs-btn-focus-shadow-rgb:130,138,145;--bs-btn-active-color:#fff;--bs-btn-active-bg:#565e64;--bs-btn-active-border-color:#51585e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#6c757d;--bs-btn-disabled-border-color:#6c757d}div#fmi-warnings div .btn-success{--bs-btn-color:#fff;--bs-btn-bg:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#157347;--bs-btn-hover-border-color:#146c43;--bs-btn-focus-shadow-rgb:60,153,110;--bs-btn-active-color:#fff;--bs-btn-active-bg:#146c43;--bs-btn-active-border-color:#13653f;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#198754;--bs-btn-disabled-border-color:#198754}div#fmi-warnings div .btn-info{--bs-btn-color:#000;--bs-btn-bg:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#31d2f2;--bs-btn-hover-border-color:#25cff2;--bs-btn-focus-shadow-rgb:11,172,204;--bs-btn-active-color:#000;--bs-btn-active-bg:#3dd5f3;--bs-btn-active-border-color:#25cff2;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#0dcaf0;--bs-btn-disabled-border-color:#0dcaf0}div#fmi-warnings div .btn-warning{--bs-btn-color:#000;--bs-btn-bg:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffca2c;--bs-btn-hover-border-color:#ffc720;--bs-btn-focus-shadow-rgb:217,164,6;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffcd39;--bs-btn-active-border-color:#ffc720;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#ffc107;--bs-btn-disabled-border-color:#ffc107}div#fmi-warnings div .btn-danger{--bs-btn-color:#fff;--bs-btn-bg:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#bb2d3b;--bs-btn-hover-border-color:#b02a37;--bs-btn-focus-shadow-rgb:225,83,97;--bs-btn-active-color:#fff;--bs-btn-active-bg:#b02a37;--bs-btn-active-border-color:#a52834;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#dc3545;--bs-btn-disabled-border-color:#dc3545}div#fmi-warnings div .btn-light{--bs-btn-color:#000;--bs-btn-bg:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#d3d4d5;--bs-btn-hover-border-color:#c6c7c8;--bs-btn-focus-shadow-rgb:211,212,213;--bs-btn-active-color:#000;--bs-btn-active-bg:#c6c7c8;--bs-btn-active-border-color:#babbbc;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#f8f9fa;--bs-btn-disabled-border-color:#f8f9fa}div#fmi-warnings div .btn-dark{--bs-btn-color:#fff;--bs-btn-bg:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#424649;--bs-btn-hover-border-color:#373b3e;--bs-btn-focus-shadow-rgb:66,70,73;--bs-btn-active-color:#fff;--bs-btn-active-bg:#4d5154;--bs-btn-active-border-color:#373b3e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#212529;--bs-btn-disabled-border-color:#212529}div#fmi-warnings div .btn-outline-primary{--bs-btn-color:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0d6efd;--bs-btn-hover-border-color:#0d6efd;--bs-btn-focus-shadow-rgb:13,110,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0d6efd;--bs-btn-active-border-color:#0d6efd;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#0d6efd;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0d6efd;--bs-gradient:none}div#fmi-warnings div .btn-outline-secondary{--bs-btn-color:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#6c757d;--bs-btn-hover-border-color:#6c757d;--bs-btn-focus-shadow-rgb:108,117,125;--bs-btn-active-color:#fff;--bs-btn-active-bg:#6c757d;--bs-btn-active-border-color:#6c757d;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#6c757d;--bs-gradient:none}div#fmi-warnings div .btn-outline-success{--bs-btn-color:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#198754;--bs-btn-hover-border-color:#198754;--bs-btn-focus-shadow-rgb:25,135,84;--bs-btn-active-color:#fff;--bs-btn-active-bg:#198754;--bs-btn-active-border-color:#198754;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#198754;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#198754;--bs-gradient:none}div#fmi-warnings div .btn-outline-info{--bs-btn-color:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#0dcaf0;--bs-btn-hover-border-color:#0dcaf0;--bs-btn-focus-shadow-rgb:13,202,240;--bs-btn-active-color:#000;--bs-btn-active-bg:#0dcaf0;--bs-btn-active-border-color:#0dcaf0;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#0dcaf0;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0dcaf0;--bs-gradient:none}div#fmi-warnings div .btn-outline-warning{--bs-btn-color:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffc107;--bs-btn-hover-border-color:#ffc107;--bs-btn-focus-shadow-rgb:255,193,7;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffc107;--bs-btn-active-border-color:#ffc107;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#ffc107;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#ffc107;--bs-gradient:none}div#fmi-warnings div .btn-outline-danger{--bs-btn-color:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#dc3545;--bs-btn-hover-border-color:#dc3545;--bs-btn-focus-shadow-rgb:220,53,69;--bs-btn-active-color:#fff;--bs-btn-active-bg:#dc3545;--bs-btn-active-border-color:#dc3545;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#dc3545;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#dc3545;--bs-gradient:none}div#fmi-warnings div .btn-outline-light{--bs-btn-color:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f8f9fa;--bs-btn-hover-border-color:#f8f9fa;--bs-btn-focus-shadow-rgb:248,249,250;--bs-btn-active-color:#000;--bs-btn-active-bg:#f8f9fa;--bs-btn-active-border-color:#f8f9fa;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#f8f9fa;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f8f9fa;--bs-gradient:none}div#fmi-warnings div .btn-outline-dark{--bs-btn-color:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#212529;--bs-btn-hover-border-color:#212529;--bs-btn-focus-shadow-rgb:33,37,41;--bs-btn-active-color:#fff;--bs-btn-active-bg:#212529;--bs-btn-active-border-color:#212529;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#212529;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#212529;--bs-gradient:none}div#fmi-warnings div .btn-link{--bs-btn-font-weight:400;--bs-btn-color:var(--bs-link-color);--bs-btn-bg:transparent;--bs-btn-border-color:transparent;--bs-btn-hover-color:var(--bs-link-hover-color);--bs-btn-hover-border-color:transparent;--bs-btn-active-color:var(--bs-link-hover-color);--bs-btn-active-border-color:transparent;--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-border-color:transparent;--bs-btn-box-shadow:0 0 0 #000;--bs-btn-focus-shadow-rgb:49,132,253;text-decoration:underline}div#fmi-warnings div .btn-link:focus-visible{color:var(--bs-btn-color)}div#fmi-warnings div .btn-link:hover{color:var(--bs-btn-hover-color)}div#fmi-warnings div .btn-group-lg>.btn,div#fmi-warnings div .btn-lg{--bs-btn-padding-y:.5rem;--bs-btn-padding-x:1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius:var(--bs-border-radius-lg)}div#fmi-warnings div .btn-group-sm>.btn,div#fmi-warnings div .btn-sm{--bs-btn-padding-y:.25rem;--bs-btn-padding-x:.5rem;--bs-btn-font-size:.875rem;--bs-btn-border-radius:var(--bs-border-radius-sm)}div#fmi-warnings div .fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){div#fmi-warnings div .fade{transition:none}}div#fmi-warnings div .fade:not(.show){opacity:0}div#fmi-warnings div .collapse:not(.show){display:none}div#fmi-warnings div .collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){div#fmi-warnings div .collapsing{transition:none}}div#fmi-warnings div .collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion:reduce){div#fmi-warnings div .collapsing.collapse-horizontal{transition:none}}div#fmi-warnings div .dropdown,div#fmi-warnings div .dropdown-center,div#fmi-warnings div .dropend,div#fmi-warnings div .dropstart,div#fmi-warnings div .dropup,div#fmi-warnings div .dropup-center{position:relative}div#fmi-warnings div .dropdown-toggle{white-space:nowrap}div#fmi-warnings div .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}div#fmi-warnings div .dropdown-toggle:empty:after{margin-left:0}div#fmi-warnings div .dropdown-menu{--bs-dropdown-zindex:1000;--bs-dropdown-min-width:10rem;--bs-dropdown-padding-x:0;--bs-dropdown-padding-y:.5rem;--bs-dropdown-spacer:.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color:var(--bs-body-color);--bs-dropdown-bg:var(--bs-body-bg);--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-border-radius:var(--bs-border-radius);--bs-dropdown-border-width:var(--bs-border-width);--bs-dropdown-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y:.5rem;--bs-dropdown-box-shadow:var(--bs-box-shadow);--bs-dropdown-link-color:var(--bs-body-color);--bs-dropdown-link-hover-color:var(--bs-body-color);--bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:var(--bs-tertiary-color);--bs-dropdown-item-padding-x:1rem;--bs-dropdown-item-padding-y:.25rem;--bs-dropdown-header-color:#6c757d;--bs-dropdown-header-padding-x:1rem;--bs-dropdown-header-padding-y:.5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}div#fmi-warnings div .dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}div#fmi-warnings div .dropdown-menu-start{--bs-position:start}div#fmi-warnings div .dropdown-menu-start[data-bs-popper]{right:auto;left:0}div#fmi-warnings div .dropdown-menu-end{--bs-position:end}div#fmi-warnings div .dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){div#fmi-warnings div .dropdown-menu-sm-start{--bs-position:start}div#fmi-warnings div .dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}div#fmi-warnings div .dropdown-menu-sm-end{--bs-position:end}div#fmi-warnings div .dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){div#fmi-warnings div .dropdown-menu-md-start{--bs-position:start}div#fmi-warnings div .dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}div#fmi-warnings div .dropdown-menu-md-end{--bs-position:end}div#fmi-warnings div .dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){div#fmi-warnings div .dropdown-menu-lg-start{--bs-position:start}div#fmi-warnings div .dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}div#fmi-warnings div .dropdown-menu-lg-end{--bs-position:end}div#fmi-warnings div .dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){div#fmi-warnings div .dropdown-menu-xl-start{--bs-position:start}div#fmi-warnings div .dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}div#fmi-warnings div .dropdown-menu-xl-end{--bs-position:end}div#fmi-warnings div .dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){div#fmi-warnings div .dropdown-menu-xxl-start{--bs-position:start}div#fmi-warnings div .dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}div#fmi-warnings div .dropdown-menu-xxl-end{--bs-position:end}div#fmi-warnings div .dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}div#fmi-warnings div .dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer)}div#fmi-warnings div .dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}div#fmi-warnings div .dropup .dropdown-toggle:empty:after{margin-left:0}div#fmi-warnings div .dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}div#fmi-warnings div .dropend .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}div#fmi-warnings div .dropend .dropdown-toggle:empty:after{margin-left:0}div#fmi-warnings div .dropend .dropdown-toggle:after{vertical-align:0}div#fmi-warnings div .dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}div#fmi-warnings div .dropstart .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}div#fmi-warnings div .dropstart .dropdown-toggle:after{display:none}div#fmi-warnings div .dropstart .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}div#fmi-warnings div .dropstart .dropdown-toggle:empty:after{margin-left:0}div#fmi-warnings div .dropstart .dropdown-toggle:before{vertical-align:0}div#fmi-warnings div .dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}div#fmi-warnings div .dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0;border-radius:var(--bs-dropdown-item-border-radius,0)}div#fmi-warnings div .dropdown-item:focus,div#fmi-warnings div .dropdown-item:hover{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}div#fmi-warnings div .dropdown-item.active,div#fmi-warnings div .dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}div#fmi-warnings div .dropdown-item.disabled,div#fmi-warnings div .dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:transparent}div#fmi-warnings div .dropdown-menu.show{display:block}div#fmi-warnings div .dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:.875rem;color:var(--bs-dropdown-header-color);white-space:nowrap}div#fmi-warnings div .dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}div#fmi-warnings div .dropdown-menu-dark{--bs-dropdown-color:#dee2e6;--bs-dropdown-bg:#343a40;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color:#dee2e6;--bs-dropdown-link-hover-color:#fff;--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg:rgba(255, 255, 255, .15);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-header-color:#adb5bd}div#fmi-warnings div .btn-group,div#fmi-warnings div .btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}div#fmi-warnings div .btn-group-vertical>.btn,div#fmi-warnings div .btn-group>.btn{position:relative;flex:1 1 auto}div#fmi-warnings div .btn-group-vertical>.btn-check:checked+.btn,div#fmi-warnings div .btn-group-vertical>.btn-check:focus+.btn,div#fmi-warnings div .btn-group-vertical>.btn.active,div#fmi-warnings div .btn-group-vertical>.btn:active,div#fmi-warnings div .btn-group-vertical>.btn:focus,div#fmi-warnings div .btn-group-vertical>.btn:hover,div#fmi-warnings div .btn-group>.btn-check:checked+.btn,div#fmi-warnings div .btn-group>.btn-check:focus+.btn,div#fmi-warnings div .btn-group>.btn.active,div#fmi-warnings div .btn-group>.btn:active,div#fmi-warnings div .btn-group>.btn:focus,div#fmi-warnings div .btn-group>.btn:hover{z-index:1}div#fmi-warnings div .btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}div#fmi-warnings div .btn-toolbar .input-group{width:auto}div#fmi-warnings div .btn-group{border-radius:var(--bs-border-radius)}div#fmi-warnings div .btn-group>.btn-group:not(:first-child),div#fmi-warnings div .btn-group>:not(.btn-check:first-child)+.btn{margin-left:calc(var(--bs-border-width) * -1)}div#fmi-warnings div .btn-group>.btn-group:not(:last-child)>.btn,div#fmi-warnings div .btn-group>.btn.dropdown-toggle-split:first-child,div#fmi-warnings div .btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}div#fmi-warnings div .btn-group>.btn-group:not(:first-child)>.btn,div#fmi-warnings div .btn-group>.btn:nth-child(n+3),div#fmi-warnings div .btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}div#fmi-warnings div .dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}div#fmi-warnings div .dropdown-toggle-split:after,div#fmi-warnings div .dropend .dropdown-toggle-split:after,div#fmi-warnings div .dropup .dropdown-toggle-split:after{margin-left:0}div#fmi-warnings div .dropstart .dropdown-toggle-split:before{margin-right:0}div#fmi-warnings div .btn-group-sm>.btn+.dropdown-toggle-split,div#fmi-warnings div .btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}div#fmi-warnings div .btn-group-lg>.btn+.dropdown-toggle-split,div#fmi-warnings div .btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}div#fmi-warnings div .btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}div#fmi-warnings div .btn-group-vertical>.btn,div#fmi-warnings div .btn-group-vertical>.btn-group{width:100%}div#fmi-warnings div .btn-group-vertical>.btn-group:not(:first-child),div#fmi-warnings div .btn-group-vertical>.btn:not(:first-child){margin-top:calc(var(--bs-border-width) * -1)}div#fmi-warnings div .btn-group-vertical>.btn-group:not(:last-child)>.btn,div#fmi-warnings div .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}div#fmi-warnings div .btn-group-vertical>.btn-group:not(:first-child)>.btn,div#fmi-warnings div .btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}div#fmi-warnings div .nav{--bs-nav-link-padding-x:1rem;--bs-nav-link-padding-y:.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-link-color);--bs-nav-link-hover-color:var(--bs-link-hover-color);--bs-nav-link-disabled-color:var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}div#fmi-warnings div .nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;background:0 0;border:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){div#fmi-warnings div .nav-link{transition:none}}div#fmi-warnings div .nav-link:focus,div#fmi-warnings div .nav-link:hover{color:var(--bs-nav-link-hover-color)}div#fmi-warnings div .nav-link:focus-visible{outline:0;box-shadow:0 0 0 .25rem #0d6efd40}div#fmi-warnings div .nav-link.disabled,div#fmi-warnings div .nav-link:disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}div#fmi-warnings div .nav-tabs{--bs-nav-tabs-border-width:var(--bs-border-width);--bs-nav-tabs-border-color:var(--bs-border-color);--bs-nav-tabs-border-radius:var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color:var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);--bs-nav-tabs-link-active-color:var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg:var(--bs-body-bg);--bs-nav-tabs-link-active-border-color:var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}div#fmi-warnings div .nav-tabs .nav-link{margin-bottom:calc(-1 * var(--bs-nav-tabs-border-width));border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}div#fmi-warnings div .nav-tabs .nav-link:focus,div#fmi-warnings div .nav-tabs .nav-link:hover{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}div#fmi-warnings div .nav-tabs .nav-item.show .nav-link,div#fmi-warnings div .nav-tabs .nav-link.active{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}div#fmi-warnings div .nav-tabs .dropdown-menu{margin-top:calc(-1 * var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}div#fmi-warnings div .nav-pills{--bs-nav-pills-border-radius:var(--bs-border-radius);--bs-nav-pills-link-active-color:#fff;--bs-nav-pills-link-active-bg:#0d6efd}div#fmi-warnings div .nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}div#fmi-warnings div .nav-pills .nav-link.active,div#fmi-warnings div .nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}div#fmi-warnings div .nav-underline{--bs-nav-underline-gap:1rem;--bs-nav-underline-border-width:.125rem;--bs-nav-underline-link-active-color:var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}div#fmi-warnings div .nav-underline .nav-link{padding-right:0;padding-left:0;border-bottom:var(--bs-nav-underline-border-width) solid transparent}div#fmi-warnings div .nav-underline .nav-link:focus,div#fmi-warnings div .nav-underline .nav-link:hover{border-bottom-color:currentcolor}div#fmi-warnings div .nav-underline .nav-link.active,div#fmi-warnings div .nav-underline .show>.nav-link{font-weight:700;color:var(--bs-nav-underline-link-active-color);border-bottom-color:currentcolor}div#fmi-warnings div .nav-fill .nav-item,div#fmi-warnings div .nav-fill>.nav-link{flex:1 1 auto;text-align:center}div#fmi-warnings div .nav-justified .nav-item,div#fmi-warnings div .nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}div#fmi-warnings div .nav-fill .nav-item .nav-link,div#fmi-warnings div .nav-justified .nav-item .nav-link{width:100%}div#fmi-warnings div .tab-content>.tab-pane{display:none}div#fmi-warnings div .tab-content>.active{display:block}div#fmi-warnings div .navbar{--bs-navbar-padding-x:0;--bs-navbar-padding-y:.5rem;--bs-navbar-color:rgba(var(--bs-emphasis-color-rgb), .65);--bs-navbar-hover-color:rgba(var(--bs-emphasis-color-rgb), .8);--bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb), .3);--bs-navbar-active-color:rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-padding-y:.3125rem;--bs-navbar-brand-margin-end:1rem;--bs-navbar-brand-font-size:1.25rem;--bs-navbar-brand-color:rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-hover-color:rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-nav-link-padding-x:.5rem;--bs-navbar-toggler-padding-y:.25rem;--bs-navbar-toggler-padding-x:.75rem;--bs-navbar-toggler-font-size:1.25rem;--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--bs-navbar-toggler-border-color:rgba(var(--bs-emphasis-color-rgb), .15);--bs-navbar-toggler-border-radius:var(--bs-border-radius);--bs-navbar-toggler-focus-width:.25rem;--bs-navbar-toggler-transition:box-shadow .15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}div#fmi-warnings div .navbar>.container,div#fmi-warnings div .navbar>.container-fluid,div#fmi-warnings div .navbar>.container-lg,div#fmi-warnings div .navbar>.container-md,div#fmi-warnings div .navbar>.container-sm,div#fmi-warnings div .navbar>.container-xl,div#fmi-warnings div .navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}div#fmi-warnings div .navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);text-decoration:none;white-space:nowrap}div#fmi-warnings div .navbar-brand:focus,div#fmi-warnings div .navbar-brand:hover{color:var(--bs-navbar-brand-hover-color)}div#fmi-warnings div .navbar-nav{--bs-nav-link-padding-x:0;--bs-nav-link-padding-y:.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-navbar-color);--bs-nav-link-hover-color:var(--bs-navbar-hover-color);--bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}div#fmi-warnings div .navbar-nav .nav-link.active,div#fmi-warnings div .navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}div#fmi-warnings div .navbar-nav .dropdown-menu{position:static}div#fmi-warnings div .navbar-text{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-navbar-color)}div#fmi-warnings div .navbar-text a,div#fmi-warnings div .navbar-text a:focus,div#fmi-warnings div .navbar-text a:hover{color:var(--bs-navbar-active-color)}div#fmi-warnings div .navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}div#fmi-warnings div .navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:transparent;border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition)}@media (prefers-reduced-motion:reduce){div#fmi-warnings div .navbar-toggler{transition:none}}div#fmi-warnings div .navbar-toggler:hover{text-decoration:none}div#fmi-warnings div .navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width)}div#fmi-warnings div .navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:center;background-size:100%}div#fmi-warnings div .navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){div#fmi-warnings div .navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}div#fmi-warnings div .navbar-expand-sm .navbar-nav{flex-direction:row}div#fmi-warnings div .navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}div#fmi-warnings div .navbar-expand-sm .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}div#fmi-warnings div .navbar-expand-sm .navbar-nav-scroll{overflow:visible}div#fmi-warnings div .navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}div#fmi-warnings div .navbar-expand-sm .navbar-toggler{display:none}div#fmi-warnings div .navbar-expand-sm .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}div#fmi-warnings div .navbar-expand-sm .offcanvas .offcanvas-header{display:none}div#fmi-warnings div .navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:768px){div#fmi-warnings div .navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}div#fmi-warnings div .navbar-expand-md .navbar-nav{flex-direction:row}div#fmi-warnings div .navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}div#fmi-warnings div .navbar-expand-md .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}div#fmi-warnings div .navbar-expand-md .navbar-nav-scroll{overflow:visible}div#fmi-warnings div .navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}div#fmi-warnings div .navbar-expand-md .navbar-toggler{display:none}div#fmi-warnings div .navbar-expand-md .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}div#fmi-warnings div .navbar-expand-md .offcanvas .offcanvas-header{display:none}div#fmi-warnings div .navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:992px){div#fmi-warnings div .navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}div#fmi-warnings div .navbar-expand-lg .navbar-nav{flex-direction:row}div#fmi-warnings div .navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}div#fmi-warnings div .navbar-expand-lg .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}div#fmi-warnings div .navbar-expand-lg .navbar-nav-scroll{overflow:visible}div#fmi-warnings div .navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}div#fmi-warnings div .navbar-expand-lg .navbar-toggler{display:none}div#fmi-warnings div .navbar-expand-lg .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}div#fmi-warnings div .navbar-expand-lg .offcanvas .offcanvas-header{display:none}div#fmi-warnings div .navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1200px){div#fmi-warnings div .navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}div#fmi-warnings div .navbar-expand-xl .navbar-nav{flex-direction:row}div#fmi-warnings div .navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}div#fmi-warnings div .navbar-expand-xl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}div#fmi-warnings div .navbar-expand-xl .navbar-nav-scroll{overflow:visible}div#fmi-warnings div .navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}div#fmi-warnings div .navbar-expand-xl .navbar-toggler{display:none}div#fmi-warnings div .navbar-expand-xl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}div#fmi-warnings div .navbar-expand-xl .offcanvas .offcanvas-header{display:none}div#fmi-warnings div .navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1400px){div#fmi-warnings div .navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}div#fmi-warnings div .navbar-expand-xxl .navbar-nav{flex-direction:row}div#fmi-warnings div .navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}div#fmi-warnings div .navbar-expand-xxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}div#fmi-warnings div .navbar-expand-xxl .navbar-nav-scroll{overflow:visible}div#fmi-warnings div .navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}div#fmi-warnings div .navbar-expand-xxl .navbar-toggler{display:none}div#fmi-warnings div .navbar-expand-xxl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}div#fmi-warnings div .navbar-expand-xxl .offcanvas .offcanvas-header{display:none}div#fmi-warnings div .navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}div#fmi-warnings div .navbar-expand{flex-wrap:nowrap;justify-content:flex-start}div#fmi-warnings div .navbar-expand .navbar-nav{flex-direction:row}div#fmi-warnings div .navbar-expand .navbar-nav .dropdown-menu{position:absolute}div#fmi-warnings div .navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}div#fmi-warnings div .navbar-expand .navbar-nav-scroll{overflow:visible}div#fmi-warnings div .navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}div#fmi-warnings div .navbar-expand .navbar-toggler{display:none}div#fmi-warnings div .navbar-expand .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}div#fmi-warnings div .navbar-expand .offcanvas .offcanvas-header{display:none}div#fmi-warnings div .navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}div#fmi-warnings div .navbar-dark,div#fmi-warnings div .navbar[data-bs-theme=dark]{--bs-navbar-color:rgba(255, 255, 255, .55);--bs-navbar-hover-color:rgba(255, 255, 255, .75);--bs-navbar-disabled-color:rgba(255, 255, 255, .25);--bs-navbar-active-color:#fff;--bs-navbar-brand-color:#fff;--bs-navbar-brand-hover-color:#fff;--bs-navbar-toggler-border-color:rgba(255, 255, 255, .1);--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}div#fmi-warnings div [data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}div#fmi-warnings div .card{--bs-card-spacer-y:1rem;--bs-card-spacer-x:1rem;--bs-card-title-spacer-y:.5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width:var(--bs-border-width);--bs-card-border-color:var(--bs-border-color-translucent);--bs-card-border-radius:var(--bs-border-radius);--bs-card-box-shadow: ;--bs-card-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-card-cap-padding-y:.5rem;--bs-card-cap-padding-x:1rem;--bs-card-cap-bg:rgba(var(--bs-body-color-rgb), .03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg:var(--bs-body-bg);--bs-card-img-overlay-padding:1rem;--bs-card-group-margin:.75rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);color:var(--bs-body-color);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}div#fmi-warnings div .card>hr{margin-right:0;margin-left:0}div#fmi-warnings div .card>.list-group{border-top:inherit;border-bottom:inherit}div#fmi-warnings div .card>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}div#fmi-warnings div .card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}div#fmi-warnings div .card>.card-header+.list-group,div#fmi-warnings div .card>.list-group+.card-footer{border-top:0}div#fmi-warnings div .card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}div#fmi-warnings div .card-title{margin-bottom:var(--bs-card-title-spacer-y);color:var(--bs-card-title-color)}div#fmi-warnings div .card-subtitle{margin-top:calc(-.5 * var(--bs-card-title-spacer-y));margin-bottom:0;color:var(--bs-card-subtitle-color)}div#fmi-warnings div .card-text:last-child{margin-bottom:0}div#fmi-warnings div .card-link+.card-link{margin-left:var(--bs-card-spacer-x)}div#fmi-warnings div .card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}div#fmi-warnings div .card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}div#fmi-warnings div .card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}div#fmi-warnings div .card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}div#fmi-warnings div .card-header-tabs{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-bottom:calc(-1 * var(--bs-card-cap-padding-y));margin-left:calc(-.5 * var(--bs-card-cap-padding-x));border-bottom:0}div#fmi-warnings div .card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}div#fmi-warnings div .card-header-pills{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-left:calc(-.5 * var(--bs-card-cap-padding-x))}div#fmi-warnings div .card-img-overlay{position:absolute;inset:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}div#fmi-warnings div .card-img,div#fmi-warnings div .card-img-bottom,div#fmi-warnings div .card-img-top{width:100%}div#fmi-warnings div .card-img,div#fmi-warnings div .card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}div#fmi-warnings div .card-img,div#fmi-warnings div .card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}div#fmi-warnings div .card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media (min-width:576px){div#fmi-warnings div .card-group{display:flex;flex-flow:row wrap}div#fmi-warnings div .card-group>.card{flex:1 0 0%;margin-bottom:0}div#fmi-warnings div .card-group>.card+.card{margin-left:0;border-left:0}div#fmi-warnings div .card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}div#fmi-warnings div .card-group>.card:not(:last-child) .card-header,div#fmi-warnings div .card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}div#fmi-warnings div .card-group>.card:not(:last-child) .card-footer,div#fmi-warnings div .card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}div#fmi-warnings div .card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}div#fmi-warnings div .card-group>.card:not(:first-child) .card-header,div#fmi-warnings div .card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}div#fmi-warnings div .card-group>.card:not(:first-child) .card-footer,div#fmi-warnings div .card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}div#fmi-warnings div .accordion{--bs-accordion-color:var(--bs-body-color);--bs-accordion-bg:var(--bs-body-bg);--bs-accordion-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;--bs-accordion-border-color:var(--bs-border-color);--bs-accordion-border-width:var(--bs-border-width);--bs-accordion-border-radius:var(--bs-border-radius);--bs-accordion-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-accordion-btn-padding-x:1.25rem;--bs-accordion-btn-padding-y:1rem;--bs-accordion-btn-color:var(--bs-body-color);--bs-accordion-btn-bg:var(--bs-accordion-bg);--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-icon-width:1.25rem;--bs-accordion-btn-icon-transform:rotate(-180deg);--bs-accordion-btn-icon-transition:transform .2s ease-in-out;--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-focus-border-color:#86b7fe;--bs-accordion-btn-focus-box-shadow:0 0 0 .25rem rgba(13, 110, 253, .25);--bs-accordion-body-padding-x:1.25rem;--bs-accordion-body-padding-y:1rem;--bs-accordion-active-color:var(--bs-primary-text-emphasis);--bs-accordion-active-bg:var(--bs-primary-bg-subtle)}div#fmi-warnings div .accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media (prefers-reduced-motion:reduce){div#fmi-warnings div .accordion-button{transition:none}}div#fmi-warnings div .accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}div#fmi-warnings div .accordion-button:not(.collapsed):after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}div#fmi-warnings div .accordion-button:after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media (prefers-reduced-motion:reduce){div#fmi-warnings div .accordion-button:after{transition:none}}div#fmi-warnings div .accordion-button:hover{z-index:2}div#fmi-warnings div .accordion-button:focus{z-index:3;border-color:var(--bs-accordion-btn-focus-border-color);outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}div#fmi-warnings div .accordion-header{margin-bottom:0}div#fmi-warnings div .accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}div#fmi-warnings div .accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}div#fmi-warnings div .accordion-item:first-of-type .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}div#fmi-warnings div .accordion-item:not(:first-of-type){border-top:0}div#fmi-warnings div .accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}div#fmi-warnings div .accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}div#fmi-warnings div .accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}div#fmi-warnings div .accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}div#fmi-warnings div .accordion-flush .accordion-collapse{border-width:0}div#fmi-warnings div .accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}div#fmi-warnings div .accordion-flush .accordion-item:first-child{border-top:0}div#fmi-warnings div .accordion-flush .accordion-item:last-child{border-bottom:0}div#fmi-warnings div .accordion-flush .accordion-item .accordion-button,div#fmi-warnings div .accordion-flush .accordion-item .accordion-button.collapsed{border-radius:0}div#fmi-warnings div [data-bs-theme=dark] .accordion-button:after{--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}div#fmi-warnings div .breadcrumb{--bs-breadcrumb-padding-x:0;--bs-breadcrumb-padding-y:0;--bs-breadcrumb-margin-bottom:1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color:var(--bs-secondary-color);--bs-breadcrumb-item-padding-x:.5rem;--bs-breadcrumb-item-active-color:var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);list-style:none;background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius)}div#fmi-warnings div .breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}div#fmi-warnings div .breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider, "/")}div#fmi-warnings div .breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}div#fmi-warnings div .pagination{--bs-pagination-padding-x:.75rem;--bs-pagination-padding-y:.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color:var(--bs-link-color);--bs-pagination-bg:var(--bs-body-bg);--bs-pagination-border-width:var(--bs-border-width);--bs-pagination-border-color:var(--bs-border-color);--bs-pagination-border-radius:var(--bs-border-radius);--bs-pagination-hover-color:var(--bs-link-hover-color);--bs-pagination-hover-bg:var(--bs-tertiary-bg);--bs-pagination-hover-border-color:var(--bs-border-color);--bs-pagination-focus-color:var(--bs-link-hover-color);--bs-pagination-focus-bg:var(--bs-secondary-bg);--bs-pagination-focus-box-shadow:0 0 0 .25rem rgba(13, 110, 253, .25);--bs-pagination-active-color:#fff;--bs-pagination-active-bg:#0d6efd;--bs-pagination-active-border-color:#0d6efd;--bs-pagination-disabled-color:var(--bs-secondary-color);--bs-pagination-disabled-bg:var(--bs-secondary-bg);--bs-pagination-disabled-border-color:var(--bs-border-color);display:flex;padding-left:0;list-style:none}div#fmi-warnings div .page-link{position:relative;display:block;padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);text-decoration:none;background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){div#fmi-warnings div .page-link{transition:none}}div#fmi-warnings div .page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}div#fmi-warnings div .page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)}div#fmi-warnings div .active>.page-link,div#fmi-warnings div .page-link.active{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}div#fmi-warnings div .disabled>.page-link,div#fmi-warnings div .page-link.disabled{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}div#fmi-warnings div .page-item:not(:first-child) .page-link{margin-left:calc(var(--bs-border-width) * -1)}div#fmi-warnings div .page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}div#fmi-warnings div .page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}div#fmi-warnings div .pagination-lg{--bs-pagination-padding-x:1.5rem;--bs-pagination-padding-y:.75rem;--bs-pagination-font-size:1.25rem;--bs-pagination-border-radius:var(--bs-border-radius-lg)}div#fmi-warnings div .pagination-sm{--bs-pagination-padding-x:.5rem;--bs-pagination-padding-y:.25rem;--bs-pagination-font-size:.875rem;--bs-pagination-border-radius:var(--bs-border-radius-sm)}div#fmi-warnings div .badge{--bs-badge-padding-x:.65em;--bs-badge-padding-y:.35em;--bs-badge-font-size:.75em;--bs-badge-font-weight:700;--bs-badge-color:#fff;--bs-badge-border-radius:var(--bs-border-radius);display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}div#fmi-warnings div .badge:empty{display:none}div#fmi-warnings div .btn .badge{position:relative;top:-1px}div#fmi-warnings div .alert{--bs-alert-bg:transparent;--bs-alert-padding-x:1rem;--bs-alert-padding-y:1rem;--bs-alert-margin-bottom:1rem;--bs-alert-color:inherit;--bs-alert-border-color:transparent;--bs-alert-border:var(--bs-border-width) solid var(--bs-alert-border-color);--bs-alert-border-radius:var(--bs-border-radius);--bs-alert-link-color:inherit;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}div#fmi-warnings div .alert-heading{color:inherit}div#fmi-warnings div .alert-link{font-weight:700;color:var(--bs-alert-link-color)}div#fmi-warnings div .alert-dismissible{padding-right:3rem}div#fmi-warnings div .alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}div#fmi-warnings div .alert-primary{--bs-alert-color:var(--bs-primary-text-emphasis);--bs-alert-bg:var(--bs-primary-bg-subtle);--bs-alert-border-color:var(--bs-primary-border-subtle);--bs-alert-link-color:var(--bs-primary-text-emphasis)}div#fmi-warnings div .alert-secondary{--bs-alert-color:var(--bs-secondary-text-emphasis);--bs-alert-bg:var(--bs-secondary-bg-subtle);--bs-alert-border-color:var(--bs-secondary-border-subtle);--bs-alert-link-color:var(--bs-secondary-text-emphasis)}div#fmi-warnings div .alert-success{--bs-alert-color:var(--bs-success-text-emphasis);--bs-alert-bg:var(--bs-success-bg-subtle);--bs-alert-border-color:var(--bs-success-border-subtle);--bs-alert-link-color:var(--bs-success-text-emphasis)}div#fmi-warnings div .alert-info{--bs-alert-color:var(--bs-info-text-emphasis);--bs-alert-bg:var(--bs-info-bg-subtle);--bs-alert-border-color:var(--bs-info-border-subtle);--bs-alert-link-color:var(--bs-info-text-emphasis)}div#fmi-warnings div .alert-warning{--bs-alert-color:var(--bs-warning-text-emphasis);--bs-alert-bg:var(--bs-warning-bg-subtle);--bs-alert-border-color:var(--bs-warning-border-subtle);--bs-alert-link-color:var(--bs-warning-text-emphasis)}div#fmi-warnings div .alert-danger{--bs-alert-color:var(--bs-danger-text-emphasis);--bs-alert-bg:var(--bs-danger-bg-subtle);--bs-alert-border-color:var(--bs-danger-border-subtle);--bs-alert-link-color:var(--bs-danger-text-emphasis)}div#fmi-warnings div .alert-light{--bs-alert-color:var(--bs-light-text-emphasis);--bs-alert-bg:var(--bs-light-bg-subtle);--bs-alert-border-color:var(--bs-light-border-subtle);--bs-alert-link-color:var(--bs-light-text-emphasis)}div#fmi-warnings div .alert-dark{--bs-alert-color:var(--bs-dark-text-emphasis);--bs-alert-bg:var(--bs-dark-bg-subtle);--bs-alert-border-color:var(--bs-dark-border-subtle);--bs-alert-link-color:var(--bs-dark-text-emphasis)}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}div#fmi-warnings div .progress,div#fmi-warnings div .progress-stacked{--bs-progress-height:1rem;--bs-progress-font-size:.75rem;--bs-progress-bg:var(--bs-secondary-bg);--bs-progress-border-radius:var(--bs-border-radius);--bs-progress-box-shadow:var(--bs-box-shadow-inset);--bs-progress-bar-color:#fff;--bs-progress-bar-bg:#0d6efd;--bs-progress-bar-transition:width .6s ease;display:flex;height:var(--bs-progress-height);overflow:hidden;font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius)}div#fmi-warnings div .progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition)}@media (prefers-reduced-motion:reduce){div#fmi-warnings div .progress-bar{transition:none}}div#fmi-warnings div .progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}div#fmi-warnings div .progress-stacked>.progress{overflow:visible}div#fmi-warnings div .progress-stacked>.progress>.progress-bar{width:100%}div#fmi-warnings div .progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){div#fmi-warnings div .progress-bar-animated{animation:none}}div#fmi-warnings div .list-group{--bs-list-group-color:var(--bs-body-color);--bs-list-group-bg:var(--bs-body-bg);--bs-list-group-border-color:var(--bs-border-color);--bs-list-group-border-width:var(--bs-border-width);--bs-list-group-border-radius:var(--bs-border-radius);--bs-list-group-item-padding-x:1rem;--bs-list-group-item-padding-y:.5rem;--bs-list-group-action-color:var(--bs-secondary-color);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-tertiary-bg);--bs-list-group-action-active-color:var(--bs-body-color);--bs-list-group-action-active-bg:var(--bs-secondary-bg);--bs-list-group-disabled-color:var(--bs-secondary-color);--bs-list-group-disabled-bg:var(--bs-body-bg);--bs-list-group-active-color:#fff;--bs-list-group-active-bg:#0d6efd;--bs-list-group-active-border-color:#0d6efd;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}div#fmi-warnings div .list-group-numbered{list-style-type:none;counter-reset:section}div#fmi-warnings div .list-group-numbered>.list-group-item:before{content:counters(section,".") ". ";counter-increment:section}div#fmi-warnings div .list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}div#fmi-warnings div .list-group-item-action:focus,div#fmi-warnings div .list-group-item-action:hover{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}div#fmi-warnings div .list-group-item-action:active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}div#fmi-warnings div .list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}div#fmi-warnings div .list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}div#fmi-warnings div .list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}div#fmi-warnings div .list-group-item.disabled,div#fmi-warnings div .list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}div#fmi-warnings div .list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}div#fmi-warnings div .list-group-item+.list-group-item{border-top-width:0}div#fmi-warnings div .list-group-item+.list-group-item.active{margin-top:calc(-1 * var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}div#fmi-warnings div .list-group-horizontal{flex-direction:row}div#fmi-warnings div .list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}div#fmi-warnings div .list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}div#fmi-warnings div .list-group-horizontal>.list-group-item.active{margin-top:0}div#fmi-warnings div .list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}div#fmi-warnings div .list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media (min-width:576px){div#fmi-warnings div .list-group-horizontal-sm{flex-direction:row}div#fmi-warnings div .list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}div#fmi-warnings div .list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}div#fmi-warnings div .list-group-horizontal-sm>.list-group-item.active{margin-top:0}div#fmi-warnings div .list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}div#fmi-warnings div .list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:768px){div#fmi-warnings div .list-group-horizontal-md{flex-direction:row}div#fmi-warnings div .list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}div#fmi-warnings div .list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}div#fmi-warnings div .list-group-horizontal-md>.list-group-item.active{margin-top:0}div#fmi-warnings div .list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}div#fmi-warnings div .list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:992px){div#fmi-warnings div .list-group-horizontal-lg{flex-direction:row}div#fmi-warnings div .list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}div#fmi-warnings div .list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}div#fmi-warnings div .list-group-horizontal-lg>.list-group-item.active{margin-top:0}div#fmi-warnings div .list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}div#fmi-warnings div .list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:1200px){div#fmi-warnings div .list-group-horizontal-xl{flex-direction:row}div#fmi-warnings div .list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}div#fmi-warnings div .list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}div#fmi-warnings div .list-group-horizontal-xl>.list-group-item.active{margin-top:0}div#fmi-warnings div .list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}div#fmi-warnings div .list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:1400px){div#fmi-warnings div .list-group-horizontal-xxl{flex-direction:row}div#fmi-warnings div .list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}div#fmi-warnings div .list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}div#fmi-warnings div .list-group-horizontal-xxl>.list-group-item.active{margin-top:0}div#fmi-warnings div .list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}div#fmi-warnings div .list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}div#fmi-warnings div .list-group-flush{border-radius:0}div#fmi-warnings div .list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}div#fmi-warnings div .list-group-flush>.list-group-item:last-child{border-bottom-width:0}div#fmi-warnings div .list-group-item-primary{--bs-list-group-color:var(--bs-primary-text-emphasis);--bs-list-group-bg:var(--bs-primary-bg-subtle);--bs-list-group-border-color:var(--bs-primary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-primary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-primary-border-subtle);--bs-list-group-active-color:var(--bs-primary-bg-subtle);--bs-list-group-active-bg:var(--bs-primary-text-emphasis);--bs-list-group-active-border-color:var(--bs-primary-text-emphasis)}div#fmi-warnings div .list-group-item-secondary{--bs-list-group-color:var(--bs-secondary-text-emphasis);--bs-list-group-bg:var(--bs-secondary-bg-subtle);--bs-list-group-border-color:var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-secondary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-secondary-border-subtle);--bs-list-group-active-color:var(--bs-secondary-bg-subtle);--bs-list-group-active-bg:var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color:var(--bs-secondary-text-emphasis)}div#fmi-warnings div .list-group-item-success{--bs-list-group-color:var(--bs-success-text-emphasis);--bs-list-group-bg:var(--bs-success-bg-subtle);--bs-list-group-border-color:var(--bs-success-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-success-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-success-border-subtle);--bs-list-group-active-color:var(--bs-success-bg-subtle);--bs-list-group-active-bg:var(--bs-success-text-emphasis);--bs-list-group-active-border-color:var(--bs-success-text-emphasis)}div#fmi-warnings div .list-group-item-info{--bs-list-group-color:var(--bs-info-text-emphasis);--bs-list-group-bg:var(--bs-info-bg-subtle);--bs-list-group-border-color:var(--bs-info-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-info-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-info-border-subtle);--bs-list-group-active-color:var(--bs-info-bg-subtle);--bs-list-group-active-bg:var(--bs-info-text-emphasis);--bs-list-group-active-border-color:var(--bs-info-text-emphasis)}div#fmi-warnings div .list-group-item-warning{--bs-list-group-color:var(--bs-warning-text-emphasis);--bs-list-group-bg:var(--bs-warning-bg-subtle);--bs-list-group-border-color:var(--bs-warning-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-warning-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-warning-border-subtle);--bs-list-group-active-color:var(--bs-warning-bg-subtle);--bs-list-group-active-bg:var(--bs-warning-text-emphasis);--bs-list-group-active-border-color:var(--bs-warning-text-emphasis)}div#fmi-warnings div .list-group-item-danger{--bs-list-group-color:var(--bs-danger-text-emphasis);--bs-list-group-bg:var(--bs-danger-bg-subtle);--bs-list-group-border-color:var(--bs-danger-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-danger-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-danger-border-subtle);--bs-list-group-active-color:var(--bs-danger-bg-subtle);--bs-list-group-active-bg:var(--bs-danger-text-emphasis);--bs-list-group-active-border-color:var(--bs-danger-text-emphasis)}div#fmi-warnings div .list-group-item-light{--bs-list-group-color:var(--bs-light-text-emphasis);--bs-list-group-bg:var(--bs-light-bg-subtle);--bs-list-group-border-color:var(--bs-light-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-light-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-light-border-subtle);--bs-list-group-active-color:var(--bs-light-bg-subtle);--bs-list-group-active-bg:var(--bs-light-text-emphasis);--bs-list-group-active-border-color:var(--bs-light-text-emphasis)}div#fmi-warnings div .list-group-item-dark{--bs-list-group-color:var(--bs-dark-text-emphasis);--bs-list-group-bg:var(--bs-dark-bg-subtle);--bs-list-group-border-color:var(--bs-dark-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-dark-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-dark-border-subtle);--bs-list-group-active-color:var(--bs-dark-bg-subtle);--bs-list-group-active-bg:var(--bs-dark-text-emphasis);--bs-list-group-active-border-color:var(--bs-dark-text-emphasis)}div#fmi-warnings div .btn-close{--bs-btn-close-color:#000;--bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");--bs-btn-close-opacity:.5;--bs-btn-close-hover-opacity:.75;--bs-btn-close-focus-shadow:0 0 0 .25rem rgba(13, 110, 253, .25);--bs-btn-close-focus-opacity:1;--bs-btn-close-disabled-opacity:.25;--bs-btn-close-white-filter:invert(1) grayscale(100%) brightness(200%);box-sizing:content-box;width:1em;height:1em;padding:.25em;color:var(--bs-btn-close-color);background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;border:0;border-radius:.375rem;opacity:var(--bs-btn-close-opacity)}div#fmi-warnings div .btn-close:hover{color:var(--bs-btn-close-color);text-decoration:none;opacity:var(--bs-btn-close-hover-opacity)}div#fmi-warnings div .btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity)}div#fmi-warnings div .btn-close.disabled,div#fmi-warnings div .btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}div#fmi-warnings div .btn-close-white,div#fmi-warnings div [data-bs-theme=dark] .btn-close{filter:var(--bs-btn-close-white-filter)}div#fmi-warnings div .toast{--bs-toast-zindex:1090;--bs-toast-padding-x:.75rem;--bs-toast-padding-y:.5rem;--bs-toast-spacing:1.5rem;--bs-toast-max-width:350px;--bs-toast-font-size:.875rem;--bs-toast-color: ;--bs-toast-bg:rgba(var(--bs-body-bg-rgb), .85);--bs-toast-border-width:var(--bs-border-width);--bs-toast-border-color:var(--bs-border-color-translucent);--bs-toast-border-radius:var(--bs-border-radius);--bs-toast-box-shadow:var(--bs-box-shadow);--bs-toast-header-color:var(--bs-secondary-color);--bs-toast-header-bg:rgba(var(--bs-body-bg-rgb), .85);--bs-toast-header-border-color:var(--bs-border-color-translucent);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);background-clip:padding-box;border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow);border-radius:var(--bs-toast-border-radius)}div#fmi-warnings div .toast.showing{opacity:0}div#fmi-warnings div .toast:not(.show){display:none}div#fmi-warnings div .toast-container{--bs-toast-zindex:1090;position:absolute;z-index:var(--bs-toast-zindex);width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}div#fmi-warnings div .toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}div#fmi-warnings div .toast-header{display:flex;align-items:center;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);background-clip:padding-box;border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))}div#fmi-warnings div .toast-header .btn-close{margin-right:calc(-.5 * var(--bs-toast-padding-x));margin-left:var(--bs-toast-padding-x)}div#fmi-warnings div .toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}div#fmi-warnings div .modal{--bs-modal-zindex:1055;--bs-modal-width:500px;--bs-modal-padding:1rem;--bs-modal-margin:.5rem;--bs-modal-color: ;--bs-modal-bg:var(--bs-body-bg);--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:var(--bs-border-width);--bs-modal-border-radius:var(--bs-border-radius-lg);--bs-modal-box-shadow:var(--bs-box-shadow-sm);--bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x:1rem;--bs-modal-header-padding-y:1rem;--bs-modal-header-padding:1rem 1rem;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:var(--bs-border-width);--bs-modal-title-line-height:1.5;--bs-modal-footer-gap:.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:var(--bs-border-width);position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}div#fmi-warnings div .modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}div#fmi-warnings div .modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media (prefers-reduced-motion:reduce){div#fmi-warnings div .modal.fade .modal-dialog{transition:none}}div#fmi-warnings div .modal.show .modal-dialog{transform:none}div#fmi-warnings div .modal.modal-static .modal-dialog{transform:scale(1.02)}div#fmi-warnings div .modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin) * 2)}div#fmi-warnings div .modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}div#fmi-warnings div .modal-dialog-scrollable .modal-body{overflow-y:auto}div#fmi-warnings div .modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin) * 2)}div#fmi-warnings div .modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}div#fmi-warnings div .modal-backdrop{--bs-backdrop-zindex:1050;--bs-backdrop-bg:#000;--bs-backdrop-opacity:.5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}div#fmi-warnings div .modal-backdrop.fade{opacity:0}div#fmi-warnings div .modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}div#fmi-warnings div .modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}div#fmi-warnings div .modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);margin:calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto}div#fmi-warnings div .modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}div#fmi-warnings div .modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}div#fmi-warnings div .modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}div#fmi-warnings div .modal-footer>*{margin:calc(var(--bs-modal-footer-gap) * .5)}@media (min-width:576px){div#fmi-warnings div .modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:var(--bs-box-shadow)}div#fmi-warnings div .modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}div#fmi-warnings div .modal-sm{--bs-modal-width:300px}}@media (min-width:992px){div#fmi-warnings div .modal-lg,div#fmi-warnings div .modal-xl{--bs-modal-width:800px}}@media (min-width:1200px){div#fmi-warnings div .modal-xl{--bs-modal-width:1140px}}div#fmi-warnings div .modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}div#fmi-warnings div .modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}div#fmi-warnings div .modal-fullscreen .modal-footer,div#fmi-warnings div .modal-fullscreen .modal-header{border-radius:0}div#fmi-warnings div .modal-fullscreen .modal-body{overflow-y:auto}@media (max-width:575.98px){div#fmi-warnings div .modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}div#fmi-warnings div .modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}div#fmi-warnings div .modal-fullscreen-sm-down .modal-footer,div#fmi-warnings div .modal-fullscreen-sm-down .modal-header{border-radius:0}div#fmi-warnings div .modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (max-width:767.98px){div#fmi-warnings div .modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}div#fmi-warnings div .modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}div#fmi-warnings div .modal-fullscreen-md-down .modal-footer,div#fmi-warnings div .modal-fullscreen-md-down .modal-header{border-radius:0}div#fmi-warnings div .modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (max-width:991.98px){div#fmi-warnings div .modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}div#fmi-warnings div .modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}div#fmi-warnings div .modal-fullscreen-lg-down .modal-footer,div#fmi-warnings div .modal-fullscreen-lg-down .modal-header{border-radius:0}div#fmi-warnings div .modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (max-width:1199.98px){div#fmi-warnings div .modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}div#fmi-warnings div .modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}div#fmi-warnings div .modal-fullscreen-xl-down .modal-footer,div#fmi-warnings div .modal-fullscreen-xl-down .modal-header{border-radius:0}div#fmi-warnings div .modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media (max-width:1399.98px){div#fmi-warnings div .modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}div#fmi-warnings div .modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}div#fmi-warnings div .modal-fullscreen-xxl-down .modal-footer,div#fmi-warnings div .modal-fullscreen-xxl-down .modal-header{border-radius:0}div#fmi-warnings div .modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}div#fmi-warnings div .tooltip{--bs-tooltip-zindex:1080;--bs-tooltip-max-width:200px;--bs-tooltip-padding-x:.5rem;--bs-tooltip-padding-y:.25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size:.875rem;--bs-tooltip-color:var(--bs-body-bg);--bs-tooltip-bg:var(--bs-emphasis-color);--bs-tooltip-border-radius:var(--bs-border-radius);--bs-tooltip-opacity:.9;--bs-tooltip-arrow-width:.8rem;--bs-tooltip-arrow-height:.4rem;z-index:var(--bs-tooltip-zindex);display:block;margin:var(--bs-tooltip-margin);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}div#fmi-warnings div .tooltip.show{opacity:var(--bs-tooltip-opacity)}div#fmi-warnings div .tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}div#fmi-warnings div .tooltip .tooltip-arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}div#fmi-warnings div .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,div#fmi-warnings div .bs-tooltip-top .tooltip-arrow{bottom:calc(-1 * var(--bs-tooltip-arrow-height))}div#fmi-warnings div .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,div#fmi-warnings div .bs-tooltip-top .tooltip-arrow:before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-top-color:var(--bs-tooltip-bg)}div#fmi-warnings div .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,div#fmi-warnings div .bs-tooltip-end .tooltip-arrow{left:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}div#fmi-warnings div .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,div#fmi-warnings div .bs-tooltip-end .tooltip-arrow:before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-right-color:var(--bs-tooltip-bg)}div#fmi-warnings div .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,div#fmi-warnings div .bs-tooltip-bottom .tooltip-arrow{top:calc(-1 * var(--bs-tooltip-arrow-height))}div#fmi-warnings div .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,div#fmi-warnings div .bs-tooltip-bottom .tooltip-arrow:before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}div#fmi-warnings div .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,div#fmi-warnings div .bs-tooltip-start .tooltip-arrow{right:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}div#fmi-warnings div .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,div#fmi-warnings div .bs-tooltip-start .tooltip-arrow:before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}div#fmi-warnings div .tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}div#fmi-warnings div .popover{--bs-popover-zindex:1070;--bs-popover-max-width:276px;--bs-popover-font-size:.875rem;--bs-popover-bg:var(--bs-body-bg);--bs-popover-border-width:var(--bs-border-width);--bs-popover-border-color:var(--bs-border-color-translucent);--bs-popover-border-radius:var(--bs-border-radius-lg);--bs-popover-inner-border-radius:calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-popover-box-shadow:var(--bs-box-shadow);--bs-popover-header-padding-x:1rem;--bs-popover-header-padding-y:.5rem;--bs-popover-header-font-size:1rem;--bs-popover-header-color:inherit;--bs-popover-header-bg:var(--bs-secondary-bg);--bs-popover-body-padding-x:1rem;--bs-popover-body-padding-y:1rem;--bs-popover-body-color:var(--bs-body-color);--bs-popover-arrow-width:1rem;--bs-popover-arrow-height:.5rem;--bs-popover-arrow-border:var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);display:block;max-width:var(--bs-popover-max-width);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);background-clip:padding-box;border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius)}div#fmi-warnings div .popover .popover-arrow{display:block;width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height)}div#fmi-warnings div .popover .popover-arrow:after,div#fmi-warnings div .popover .popover-arrow:before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid;border-width:0}div#fmi-warnings div .bs-popover-auto[data-popper-placement^=top]>.popover-arrow,div#fmi-warnings div .bs-popover-top>.popover-arrow{bottom:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}div#fmi-warnings div .bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,div#fmi-warnings div .bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,div#fmi-warnings div .bs-popover-top>.popover-arrow:after,div#fmi-warnings div .bs-popover-top>.popover-arrow:before{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}div#fmi-warnings div .bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,div#fmi-warnings div .bs-popover-top>.popover-arrow:before{bottom:0;border-top-color:var(--bs-popover-arrow-border)}div#fmi-warnings div .bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,div#fmi-warnings div .bs-popover-top>.popover-arrow:after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}div#fmi-warnings div .bs-popover-auto[data-popper-placement^=right]>.popover-arrow,div#fmi-warnings div .bs-popover-end>.popover-arrow{left:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}div#fmi-warnings div .bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,div#fmi-warnings div .bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,div#fmi-warnings div .bs-popover-end>.popover-arrow:after,div#fmi-warnings div .bs-popover-end>.popover-arrow:before{border-width:calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}div#fmi-warnings div .bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,div#fmi-warnings div .bs-popover-end>.popover-arrow:before{left:0;border-right-color:var(--bs-popover-arrow-border)}div#fmi-warnings div .bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,div#fmi-warnings div .bs-popover-end>.popover-arrow:after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}div#fmi-warnings div .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,div#fmi-warnings div .bs-popover-bottom>.popover-arrow{top:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}div#fmi-warnings div .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,div#fmi-warnings div .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,div#fmi-warnings div .bs-popover-bottom>.popover-arrow:after,div#fmi-warnings div .bs-popover-bottom>.popover-arrow:before{border-width:0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}div#fmi-warnings div .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,div#fmi-warnings div .bs-popover-bottom>.popover-arrow:before{top:0;border-bottom-color:var(--bs-popover-arrow-border)}div#fmi-warnings div .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,div#fmi-warnings div .bs-popover-bottom>.popover-arrow:after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}div#fmi-warnings div .bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,div#fmi-warnings div .bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:var(--bs-popover-arrow-width);margin-left:calc(-.5 * var(--bs-popover-arrow-width));content:"";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg)}div#fmi-warnings div .bs-popover-auto[data-popper-placement^=left]>.popover-arrow,div#fmi-warnings div .bs-popover-start>.popover-arrow{right:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}div#fmi-warnings div .bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,div#fmi-warnings div .bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,div#fmi-warnings div .bs-popover-start>.popover-arrow:after,div#fmi-warnings div .bs-popover-start>.popover-arrow:before{border-width:calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}div#fmi-warnings div .bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,div#fmi-warnings div .bs-popover-start>.popover-arrow:before{right:0;border-left-color:var(--bs-popover-arrow-border)}div#fmi-warnings div .bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,div#fmi-warnings div .bs-popover-start>.popover-arrow:after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}div#fmi-warnings div .popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);margin-bottom:0;font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius)}div#fmi-warnings div .popover-header:empty{display:none}div#fmi-warnings div .popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}div#fmi-warnings div .carousel{position:relative}div#fmi-warnings div .carousel.pointer-event{touch-action:pan-y}div#fmi-warnings div .carousel-inner{position:relative;width:100%;overflow:hidden}div#fmi-warnings div .carousel-inner:after{display:block;clear:both;content:""}div#fmi-warnings div .carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){div#fmi-warnings div .carousel-item{transition:none}}div#fmi-warnings div .carousel-item-next,div#fmi-warnings div .carousel-item-prev,div#fmi-warnings div .carousel-item.active{display:block}div#fmi-warnings div .active.carousel-item-end,div#fmi-warnings div .carousel-item-next:not(.carousel-item-start){transform:translate(100%)}div#fmi-warnings div .active.carousel-item-start,div#fmi-warnings div .carousel-item-prev:not(.carousel-item-end){transform:translate(-100%)}div#fmi-warnings div .carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}div#fmi-warnings div .carousel-fade .carousel-item-next.carousel-item-start,div#fmi-warnings div .carousel-fade .carousel-item-prev.carousel-item-end,div#fmi-warnings div .carousel-fade .carousel-item.active{z-index:1;opacity:1}div#fmi-warnings div .carousel-fade .active.carousel-item-end,div#fmi-warnings div .carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){div#fmi-warnings div .carousel-fade .active.carousel-item-end,div#fmi-warnings div .carousel-fade .active.carousel-item-start{transition:none}}div#fmi-warnings div .carousel-control-next,div#fmi-warnings div .carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){div#fmi-warnings div .carousel-control-next,div#fmi-warnings div .carousel-control-prev{transition:none}}div#fmi-warnings div .carousel-control-next:focus,div#fmi-warnings div .carousel-control-next:hover,div#fmi-warnings div .carousel-control-prev:focus,div#fmi-warnings div .carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}div#fmi-warnings div .carousel-control-prev{left:0}div#fmi-warnings div .carousel-control-next{right:0}div#fmi-warnings div .carousel-control-next-icon,div#fmi-warnings div .carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}div#fmi-warnings div .carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}div#fmi-warnings div .carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}div#fmi-warnings div .carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%}div#fmi-warnings div .carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){div#fmi-warnings div .carousel-indicators [data-bs-target]{transition:none}}div#fmi-warnings div .carousel-indicators .active{opacity:1}div#fmi-warnings div .carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}div#fmi-warnings div .carousel-dark .carousel-control-next-icon,div#fmi-warnings div .carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}div#fmi-warnings div .carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}div#fmi-warnings div .carousel-dark .carousel-caption{color:#000}div#fmi-warnings div [data-bs-theme=dark] .carousel .carousel-control-next-icon,div#fmi-warnings div [data-bs-theme=dark] .carousel .carousel-control-prev-icon,div#fmi-warnings div [data-bs-theme=dark].carousel .carousel-control-next-icon,div#fmi-warnings div [data-bs-theme=dark].carousel .carousel-control-prev-icon{filter:invert(1) grayscale(100)}div#fmi-warnings div [data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],div#fmi-warnings div [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target]{background-color:#000}div#fmi-warnings div [data-bs-theme=dark] .carousel .carousel-caption,div#fmi-warnings div [data-bs-theme=dark].carousel .carousel-caption{color:#000}div#fmi-warnings div .spinner-border,div#fmi-warnings div .spinner-grow{display:inline-block;width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);border-radius:50%;animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(360deg)}}div#fmi-warnings div .spinner-border{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-.125em;--bs-spinner-border-width:.25em;--bs-spinner-animation-speed:.75s;--bs-spinner-animation-name:spinner-border;border:var(--bs-spinner-border-width) solid currentcolor;border-right-color:transparent}div#fmi-warnings div .spinner-border-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem;--bs-spinner-border-width:.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}div#fmi-warnings div .spinner-grow{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-.125em;--bs-spinner-animation-speed:.75s;--bs-spinner-animation-name:spinner-grow;background-color:currentcolor;opacity:0}div#fmi-warnings div .spinner-grow-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem}@media (prefers-reduced-motion:reduce){div#fmi-warnings div .spinner-border,div#fmi-warnings div .spinner-grow{--bs-spinner-animation-speed:1.5s}}div#fmi-warnings div .offcanvas,div#fmi-warnings div .offcanvas-lg,div#fmi-warnings div .offcanvas-md,div#fmi-warnings div .offcanvas-sm,div#fmi-warnings div .offcanvas-xl,div#fmi-warnings div .offcanvas-xxl{--bs-offcanvas-zindex:1045;--bs-offcanvas-width:400px;--bs-offcanvas-height:30vh;--bs-offcanvas-padding-x:1rem;--bs-offcanvas-padding-y:1rem;--bs-offcanvas-color:var(--bs-body-color);--bs-offcanvas-bg:var(--bs-body-bg);--bs-offcanvas-border-width:var(--bs-border-width);--bs-offcanvas-border-color:var(--bs-border-color-translucent);--bs-offcanvas-box-shadow:var(--bs-box-shadow-sm);--bs-offcanvas-transition:transform .3s ease-in-out;--bs-offcanvas-title-line-height:1.5}@media (max-width:575.98px){div#fmi-warnings div .offcanvas-sm{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:575.98px) and (prefers-reduced-motion:reduce){div#fmi-warnings div .offcanvas-sm{transition:none}}@media (max-width:575.98px){div#fmi-warnings div .offcanvas-sm.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}div#fmi-warnings div .offcanvas-sm.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}div#fmi-warnings div .offcanvas-sm.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}div#fmi-warnings div .offcanvas-sm.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}div#fmi-warnings div .offcanvas-sm.show:not(.hiding),div#fmi-warnings div .offcanvas-sm.showing{transform:none}div#fmi-warnings div .offcanvas-sm.hiding,div#fmi-warnings div .offcanvas-sm.show,div#fmi-warnings div .offcanvas-sm.showing{visibility:visible}}@media (min-width:576px){div#fmi-warnings div .offcanvas-sm{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}div#fmi-warnings div .offcanvas-sm .offcanvas-header{display:none}div#fmi-warnings div .offcanvas-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:767.98px){div#fmi-warnings div .offcanvas-md{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:767.98px) and (prefers-reduced-motion:reduce){div#fmi-warnings div .offcanvas-md{transition:none}}@media (max-width:767.98px){div#fmi-warnings div .offcanvas-md.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}div#fmi-warnings div .offcanvas-md.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}div#fmi-warnings div .offcanvas-md.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}div#fmi-warnings div .offcanvas-md.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}div#fmi-warnings div .offcanvas-md.show:not(.hiding),div#fmi-warnings div .offcanvas-md.showing{transform:none}div#fmi-warnings div .offcanvas-md.hiding,div#fmi-warnings div .offcanvas-md.show,div#fmi-warnings div .offcanvas-md.showing{visibility:visible}}@media (min-width:768px){div#fmi-warnings div .offcanvas-md{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}div#fmi-warnings div .offcanvas-md .offcanvas-header{display:none}div#fmi-warnings div .offcanvas-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:991.98px){div#fmi-warnings div .offcanvas-lg{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:991.98px) and (prefers-reduced-motion:reduce){div#fmi-warnings div .offcanvas-lg{transition:none}}@media (max-width:991.98px){div#fmi-warnings div .offcanvas-lg.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}div#fmi-warnings div .offcanvas-lg.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}div#fmi-warnings div .offcanvas-lg.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}div#fmi-warnings div .offcanvas-lg.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}div#fmi-warnings div .offcanvas-lg.show:not(.hiding),div#fmi-warnings div .offcanvas-lg.showing{transform:none}div#fmi-warnings div .offcanvas-lg.hiding,div#fmi-warnings div .offcanvas-lg.show,div#fmi-warnings div .offcanvas-lg.showing{visibility:visible}}@media (min-width:992px){div#fmi-warnings div .offcanvas-lg{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}div#fmi-warnings div .offcanvas-lg .offcanvas-header{display:none}div#fmi-warnings div .offcanvas-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:1199.98px){div#fmi-warnings div .offcanvas-xl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:1199.98px) and (prefers-reduced-motion:reduce){div#fmi-warnings div .offcanvas-xl{transition:none}}@media (max-width:1199.98px){div#fmi-warnings div .offcanvas-xl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}div#fmi-warnings div .offcanvas-xl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}div#fmi-warnings div .offcanvas-xl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}div#fmi-warnings div .offcanvas-xl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}div#fmi-warnings div .offcanvas-xl.show:not(.hiding),div#fmi-warnings div .offcanvas-xl.showing{transform:none}div#fmi-warnings div .offcanvas-xl.hiding,div#fmi-warnings div .offcanvas-xl.show,div#fmi-warnings div .offcanvas-xl.showing{visibility:visible}}@media (min-width:1200px){div#fmi-warnings div .offcanvas-xl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}div#fmi-warnings div .offcanvas-xl .offcanvas-header{display:none}div#fmi-warnings div .offcanvas-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:1399.98px){div#fmi-warnings div .offcanvas-xxl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:1399.98px) and (prefers-reduced-motion:reduce){div#fmi-warnings div .offcanvas-xxl{transition:none}}@media (max-width:1399.98px){div#fmi-warnings div .offcanvas-xxl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}div#fmi-warnings div .offcanvas-xxl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}div#fmi-warnings div .offcanvas-xxl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}div#fmi-warnings div .offcanvas-xxl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}div#fmi-warnings div .offcanvas-xxl.show:not(.hiding),div#fmi-warnings div .offcanvas-xxl.showing{transform:none}div#fmi-warnings div .offcanvas-xxl.hiding,div#fmi-warnings div .offcanvas-xxl.show,div#fmi-warnings div .offcanvas-xxl.showing{visibility:visible}}@media (min-width:1400px){div#fmi-warnings div .offcanvas-xxl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}div#fmi-warnings div .offcanvas-xxl .offcanvas-header{display:none}div#fmi-warnings div .offcanvas-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}div#fmi-warnings div .offcanvas{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}@media (prefers-reduced-motion:reduce){div#fmi-warnings div .offcanvas{transition:none}}div#fmi-warnings div .offcanvas.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}div#fmi-warnings div .offcanvas.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}div#fmi-warnings div .offcanvas.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}div#fmi-warnings div .offcanvas.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}div#fmi-warnings div .offcanvas.show:not(.hiding),div#fmi-warnings div .offcanvas.showing{transform:none}div#fmi-warnings div .offcanvas.hiding,div#fmi-warnings div .offcanvas.show,div#fmi-warnings div .offcanvas.showing{visibility:visible}div#fmi-warnings div .offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}div#fmi-warnings div .offcanvas-backdrop.fade{opacity:0}div#fmi-warnings div .offcanvas-backdrop.show{opacity:.5}div#fmi-warnings div .offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}div#fmi-warnings div .offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);margin-top:calc(-.5 * var(--bs-offcanvas-padding-y));margin-right:calc(-.5 * var(--bs-offcanvas-padding-x));margin-bottom:calc(-.5 * var(--bs-offcanvas-padding-y))}div#fmi-warnings div .offcanvas-title{margin-bottom:0;line-height:var(--bs-offcanvas-title-line-height)}div#fmi-warnings div .offcanvas-body{flex-grow:1;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);overflow-y:auto}div#fmi-warnings div .placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentcolor;opacity:.5}div#fmi-warnings div .placeholder.btn:before{display:inline-block;content:""}div#fmi-warnings div .placeholder-xs{min-height:.6em}div#fmi-warnings div .placeholder-sm{min-height:.8em}div#fmi-warnings div .placeholder-lg{min-height:1.2em}div#fmi-warnings div .placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}div#fmi-warnings div .placeholder-wave{-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,#000c,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{to{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}div#fmi-warnings div .clearfix:after{display:block;clear:both;content:""}div#fmi-warnings div .text-bg-primary{color:#fff!important;background-color:RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity,1))!important}div#fmi-warnings div .text-bg-secondary{color:#fff!important;background-color:RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity,1))!important}div#fmi-warnings div .text-bg-success{color:#fff!important;background-color:RGBA(var(--bs-success-rgb),var(--bs-bg-opacity,1))!important}div#fmi-warnings div .text-bg-info{color:#000!important;background-color:RGBA(var(--bs-info-rgb),var(--bs-bg-opacity,1))!important}div#fmi-warnings div .text-bg-warning{color:#000!important;background-color:RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1))!important}div#fmi-warnings div .text-bg-danger{color:#fff!important;background-color:RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity,1))!important}div#fmi-warnings div .text-bg-light{color:#000!important;background-color:RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1))!important}div#fmi-warnings div .text-bg-dark{color:#fff!important;background-color:RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity,1))!important}div#fmi-warnings div .link-primary{color:RGBA(var(--bs-primary-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important}div#fmi-warnings div .link-primary:focus,div#fmi-warnings div .link-primary:hover{color:RGBA(10,88,202,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(10,88,202,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(10,88,202,var(--bs-link-underline-opacity,1))!important}div#fmi-warnings div .link-secondary{color:RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important}div#fmi-warnings div .link-secondary:focus,div#fmi-warnings div .link-secondary:hover{color:RGBA(86,94,100,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(86,94,100,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(86,94,100,var(--bs-link-underline-opacity,1))!important}div#fmi-warnings div .link-success{color:RGBA(var(--bs-success-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important}div#fmi-warnings div .link-success:focus,div#fmi-warnings div .link-success:hover{color:RGBA(20,108,67,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(20,108,67,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(20,108,67,var(--bs-link-underline-opacity,1))!important}div#fmi-warnings div .link-info{color:RGBA(var(--bs-info-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important}div#fmi-warnings div .link-info:focus,div#fmi-warnings div .link-info:hover{color:RGBA(61,213,243,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(61,213,243,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(61,213,243,var(--bs-link-underline-opacity,1))!important}div#fmi-warnings div .link-warning{color:RGBA(var(--bs-warning-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important}div#fmi-warnings div .link-warning:focus,div#fmi-warnings div .link-warning:hover{color:RGBA(255,205,57,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity,1))!important}div#fmi-warnings div .link-danger{color:RGBA(var(--bs-danger-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important}div#fmi-warnings div .link-danger:focus,div#fmi-warnings div .link-danger:hover{color:RGBA(176,42,55,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-opacity,1))!important}div#fmi-warnings div .link-light{color:RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important}div#fmi-warnings div .link-light:focus,div#fmi-warnings div .link-light:hover{color:RGBA(249,250,251,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity,1))!important}div#fmi-warnings div .link-dark{color:RGBA(var(--bs-dark-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important}div#fmi-warnings div .link-dark:focus,div#fmi-warnings div .link-dark:hover{color:RGBA(26,30,33,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-opacity,1))!important}div#fmi-warnings div .link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important}div#fmi-warnings div .link-body-emphasis:focus,div#fmi-warnings div .link-body-emphasis:hover{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,.75))!important;-webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,.75))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,.75))!important}div#fmi-warnings div .focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}div#fmi-warnings div .icon-link{display:inline-flex;gap:.375rem;align-items:center;-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,.5));text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,.5));text-underline-offset:.25em;-webkit-backface-visibility:hidden;backface-visibility:hidden}div#fmi-warnings div .icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:.2s ease-in-out transform}@media (prefers-reduced-motion:reduce){div#fmi-warnings div .icon-link>.bi{transition:none}}div#fmi-warnings div .icon-link-hover:focus-visible>.bi,div#fmi-warnings div .icon-link-hover:hover>.bi{transform:var(--bs-icon-link-transform,translate3d(.25em,0,0))}div#fmi-warnings div .ratio{position:relative;width:100%}div#fmi-warnings div .ratio:before{display:block;padding-top:var(--bs-aspect-ratio);content:""}div#fmi-warnings div .ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}div#fmi-warnings div .ratio-1x1{--bs-aspect-ratio:100%}div#fmi-warnings div .ratio-4x3{--bs-aspect-ratio:75%}div#fmi-warnings div .ratio-16x9{--bs-aspect-ratio:56.25%}div#fmi-warnings div .ratio-21x9{--bs-aspect-ratio:42.8571428571%}div#fmi-warnings div .fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}div#fmi-warnings div .fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}div#fmi-warnings div .sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}div#fmi-warnings div .sticky-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}@media (min-width:576px){div#fmi-warnings div .sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}div#fmi-warnings div .sticky-sm-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:768px){div#fmi-warnings div .sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}div#fmi-warnings div .sticky-md-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:992px){div#fmi-warnings div .sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}div#fmi-warnings div .sticky-lg-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:1200px){div#fmi-warnings div .sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}div#fmi-warnings div .sticky-xl-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:1400px){div#fmi-warnings div .sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}div#fmi-warnings div .sticky-xxl-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}div#fmi-warnings div .hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}div#fmi-warnings div .vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}div#fmi-warnings div .visually-hidden,div#fmi-warnings div .visually-hidden-focusable:not(:focus):not(:focus-within){width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}div#fmi-warnings div .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),div#fmi-warnings div .visually-hidden:not(caption){position:absolute!important}div#fmi-warnings div .stretched-link:after{position:absolute;inset:0;z-index:1;content:""}div#fmi-warnings div .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}div#fmi-warnings div .vr{display:inline-block;align-self:stretch;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity:.25}div#fmi-warnings div .align-baseline{vertical-align:baseline!important}div#fmi-warnings div .align-top{vertical-align:top!important}div#fmi-warnings div .align-middle{vertical-align:middle!important}div#fmi-warnings div .align-bottom{vertical-align:bottom!important}div#fmi-warnings div .align-text-bottom{vertical-align:text-bottom!important}div#fmi-warnings div .align-text-top{vertical-align:text-top!important}div#fmi-warnings div .float-start{float:left!important}div#fmi-warnings div .float-end{float:right!important}div#fmi-warnings div .float-none{float:none!important}div#fmi-warnings div .object-fit-contain{-o-object-fit:contain!important;object-fit:contain!important}div#fmi-warnings div .object-fit-cover{-o-object-fit:cover!important;object-fit:cover!important}div#fmi-warnings div .object-fit-fill{-o-object-fit:fill!important;object-fit:fill!important}div#fmi-warnings div .object-fit-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}div#fmi-warnings div .object-fit-none{-o-object-fit:none!important;object-fit:none!important}div#fmi-warnings div .opacity-0{opacity:0!important}div#fmi-warnings div .opacity-25{opacity:.25!important}div#fmi-warnings div .opacity-50{opacity:.5!important}div#fmi-warnings div .opacity-75{opacity:.75!important}div#fmi-warnings div .opacity-100{opacity:1!important}div#fmi-warnings div .overflow-auto{overflow:auto!important}div#fmi-warnings div .overflow-hidden{overflow:hidden!important}div#fmi-warnings div .overflow-visible{overflow:visible!important}div#fmi-warnings div .overflow-scroll{overflow:scroll!important}div#fmi-warnings div .overflow-x-auto{overflow-x:auto!important}div#fmi-warnings div .overflow-x-hidden{overflow-x:hidden!important}div#fmi-warnings div .overflow-x-visible{overflow-x:visible!important}div#fmi-warnings div .overflow-x-scroll{overflow-x:scroll!important}div#fmi-warnings div .overflow-y-auto{overflow-y:auto!important}div#fmi-warnings div .overflow-y-hidden{overflow-y:hidden!important}div#fmi-warnings div .overflow-y-visible{overflow-y:visible!important}div#fmi-warnings div .overflow-y-scroll{overflow-y:scroll!important}div#fmi-warnings div .d-inline{display:inline!important}div#fmi-warnings div .d-inline-block{display:inline-block!important}div#fmi-warnings div .d-block{display:block!important}div#fmi-warnings div .d-grid{display:grid!important}div#fmi-warnings div .d-inline-grid{display:inline-grid!important}div#fmi-warnings div .d-table{display:table!important}div#fmi-warnings div .d-table-row{display:table-row!important}div#fmi-warnings div .d-table-cell{display:table-cell!important}div#fmi-warnings div .d-flex{display:flex!important}div#fmi-warnings div .d-inline-flex{display:inline-flex!important}div#fmi-warnings div .d-none{display:none!important}div#fmi-warnings div .shadow{box-shadow:var(--bs-box-shadow)!important}div#fmi-warnings div .shadow-sm{box-shadow:var(--bs-box-shadow-sm)!important}div#fmi-warnings div .shadow-lg{box-shadow:var(--bs-box-shadow-lg)!important}div#fmi-warnings div .shadow-none{box-shadow:none!important}div#fmi-warnings div .focus-ring-primary{--bs-focus-ring-color:rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}div#fmi-warnings div .focus-ring-secondary{--bs-focus-ring-color:rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))}div#fmi-warnings div .focus-ring-success{--bs-focus-ring-color:rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}div#fmi-warnings div .focus-ring-info{--bs-focus-ring-color:rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}div#fmi-warnings div .focus-ring-warning{--bs-focus-ring-color:rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}div#fmi-warnings div .focus-ring-danger{--bs-focus-ring-color:rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))}div#fmi-warnings div .focus-ring-light{--bs-focus-ring-color:rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))}div#fmi-warnings div .focus-ring-dark{--bs-focus-ring-color:rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))}div#fmi-warnings div .position-static{position:static!important}div#fmi-warnings div .position-relative{position:relative!important}div#fmi-warnings div .position-absolute{position:absolute!important}div#fmi-warnings div .position-fixed{position:fixed!important}div#fmi-warnings div .position-sticky{position:-webkit-sticky!important;position:sticky!important}div#fmi-warnings div .top-0{top:0!important}div#fmi-warnings div .top-50{top:50%!important}div#fmi-warnings div .top-100{top:100%!important}div#fmi-warnings div .bottom-0{bottom:0!important}div#fmi-warnings div .bottom-50{bottom:50%!important}div#fmi-warnings div .bottom-100{bottom:100%!important}div#fmi-warnings div .start-0{left:0!important}div#fmi-warnings div .start-50{left:50%!important}div#fmi-warnings div .start-100{left:100%!important}div#fmi-warnings div .end-0{right:0!important}div#fmi-warnings div .end-50{right:50%!important}div#fmi-warnings div .end-100{right:100%!important}div#fmi-warnings div .translate-middle{transform:translate(-50%,-50%)!important}div#fmi-warnings div .translate-middle-x{transform:translate(-50%)!important}div#fmi-warnings div .translate-middle-y{transform:translateY(-50%)!important}div#fmi-warnings div .border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}div#fmi-warnings div .border-0{border:0!important}div#fmi-warnings div .border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}div#fmi-warnings div .border-top-0{border-top:0!important}div#fmi-warnings div .border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}div#fmi-warnings div .border-end-0{border-right:0!important}div#fmi-warnings div .border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}div#fmi-warnings div .border-bottom-0{border-bottom:0!important}div#fmi-warnings div .border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}div#fmi-warnings div .border-start-0{border-left:0!important}div#fmi-warnings div .border-primary{--bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}div#fmi-warnings div .border-secondary{--bs-border-opacity:1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}div#fmi-warnings div .border-success{--bs-border-opacity:1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}div#fmi-warnings div .border-info{--bs-border-opacity:1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}div#fmi-warnings div .border-warning{--bs-border-opacity:1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}div#fmi-warnings div .border-danger{--bs-border-opacity:1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}div#fmi-warnings div .border-light{--bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}div#fmi-warnings div .border-dark{--bs-border-opacity:1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}div#fmi-warnings div .border-black{--bs-border-opacity:1;border-color:rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important}div#fmi-warnings div .border-white{--bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}div#fmi-warnings div .border-primary-subtle{border-color:var(--bs-primary-border-subtle)!important}div#fmi-warnings div .border-secondary-subtle{border-color:var(--bs-secondary-border-subtle)!important}div#fmi-warnings div .border-success-subtle{border-color:var(--bs-success-border-subtle)!important}div#fmi-warnings div .border-info-subtle{border-color:var(--bs-info-border-subtle)!important}div#fmi-warnings div .border-warning-subtle{border-color:var(--bs-warning-border-subtle)!important}div#fmi-warnings div .border-danger-subtle{border-color:var(--bs-danger-border-subtle)!important}div#fmi-warnings div .border-light-subtle{border-color:var(--bs-light-border-subtle)!important}div#fmi-warnings div .border-dark-subtle{border-color:var(--bs-dark-border-subtle)!important}div#fmi-warnings div .border-1{border-width:1px!important}div#fmi-warnings div .border-2{border-width:2px!important}div#fmi-warnings div .border-3{border-width:3px!important}div#fmi-warnings div .border-4{border-width:4px!important}div#fmi-warnings div .border-5{border-width:5px!important}div#fmi-warnings div .border-opacity-10{--bs-border-opacity:.1}div#fmi-warnings div .border-opacity-25{--bs-border-opacity:.25}div#fmi-warnings div .border-opacity-50{--bs-border-opacity:.5}div#fmi-warnings div .border-opacity-75{--bs-border-opacity:.75}div#fmi-warnings div .border-opacity-100{--bs-border-opacity:1}div#fmi-warnings div .w-25{width:25%!important}div#fmi-warnings div .w-50{width:50%!important}div#fmi-warnings div .w-75{width:75%!important}div#fmi-warnings div .w-100{width:100%!important}div#fmi-warnings div .w-auto{width:auto!important}div#fmi-warnings div .mw-100{max-width:100%!important}div#fmi-warnings div .vw-100{width:100vw!important}div#fmi-warnings div .min-vw-100{min-width:100vw!important}div#fmi-warnings div .h-25{height:25%!important}div#fmi-warnings div .h-50{height:50%!important}div#fmi-warnings div .h-75{height:75%!important}div#fmi-warnings div .h-100{height:100%!important}div#fmi-warnings div .h-auto{height:auto!important}div#fmi-warnings div .mh-100{max-height:100%!important}div#fmi-warnings div .vh-100{height:100vh!important}div#fmi-warnings div .min-vh-100{min-height:100vh!important}div#fmi-warnings div .flex-fill{flex:1 1 auto!important}div#fmi-warnings div .flex-row{flex-direction:row!important}div#fmi-warnings div .flex-column{flex-direction:column!important}div#fmi-warnings div .flex-row-reverse{flex-direction:row-reverse!important}div#fmi-warnings div .flex-column-reverse{flex-direction:column-reverse!important}div#fmi-warnings div .flex-grow-0{flex-grow:0!important}div#fmi-warnings div .flex-grow-1{flex-grow:1!important}div#fmi-warnings div .flex-shrink-0{flex-shrink:0!important}div#fmi-warnings div .flex-shrink-1{flex-shrink:1!important}div#fmi-warnings div .flex-wrap{flex-wrap:wrap!important}div#fmi-warnings div .flex-nowrap{flex-wrap:nowrap!important}div#fmi-warnings div .flex-wrap-reverse{flex-wrap:wrap-reverse!important}div#fmi-warnings div .justify-content-start{justify-content:flex-start!important}div#fmi-warnings div .justify-content-end{justify-content:flex-end!important}div#fmi-warnings div .justify-content-center{justify-content:center!important}div#fmi-warnings div .justify-content-between{justify-content:space-between!important}div#fmi-warnings div .justify-content-around{justify-content:space-around!important}div#fmi-warnings div .justify-content-evenly{justify-content:space-evenly!important}div#fmi-warnings div .align-items-start{align-items:flex-start!important}div#fmi-warnings div .align-items-end{align-items:flex-end!important}div#fmi-warnings div .align-items-center{align-items:center!important}div#fmi-warnings div .align-items-baseline{align-items:baseline!important}div#fmi-warnings div .align-items-stretch{align-items:stretch!important}div#fmi-warnings div .align-content-start{align-content:flex-start!important}div#fmi-warnings div .align-content-end{align-content:flex-end!important}div#fmi-warnings div .align-content-center{align-content:center!important}div#fmi-warnings div .align-content-between{align-content:space-between!important}div#fmi-warnings div .align-content-around{align-content:space-around!important}div#fmi-warnings div .align-content-stretch{align-content:stretch!important}div#fmi-warnings div .align-self-auto{align-self:auto!important}div#fmi-warnings div .align-self-start{align-self:flex-start!important}div#fmi-warnings div .align-self-end{align-self:flex-end!important}div#fmi-warnings div .align-self-center{align-self:center!important}div#fmi-warnings div .align-self-baseline{align-self:baseline!important}div#fmi-warnings div .align-self-stretch{align-self:stretch!important}div#fmi-warnings div .order-first{order:-1!important}div#fmi-warnings div .order-0{order:0!important}div#fmi-warnings div .order-1{order:1!important}div#fmi-warnings div .order-2{order:2!important}div#fmi-warnings div .order-3{order:3!important}div#fmi-warnings div .order-4{order:4!important}div#fmi-warnings div .order-5{order:5!important}div#fmi-warnings div .order-last{order:6!important}div#fmi-warnings div .m-0{margin:0!important}div#fmi-warnings div .m-1{margin:.25rem!important}div#fmi-warnings div .m-2{margin:.5rem!important}div#fmi-warnings div .m-3{margin:1rem!important}div#fmi-warnings div .m-4{margin:1.5rem!important}div#fmi-warnings div .m-5{margin:3rem!important}div#fmi-warnings div .m-auto{margin:auto!important}div#fmi-warnings div .mx-0{margin-right:0!important;margin-left:0!important}div#fmi-warnings div .mx-1{margin-right:.25rem!important;margin-left:.25rem!important}div#fmi-warnings div .mx-2{margin-right:.5rem!important;margin-left:.5rem!important}div#fmi-warnings div .mx-3{margin-right:1rem!important;margin-left:1rem!important}div#fmi-warnings div .mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}div#fmi-warnings div .mx-5{margin-right:3rem!important;margin-left:3rem!important}div#fmi-warnings div .mx-auto{margin-right:auto!important;margin-left:auto!important}div#fmi-warnings div .my-0{margin-top:0!important;margin-bottom:0!important}div#fmi-warnings div .my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}div#fmi-warnings div .my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}div#fmi-warnings div .my-3{margin-top:1rem!important;margin-bottom:1rem!important}div#fmi-warnings div .my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}div#fmi-warnings div .my-5{margin-top:3rem!important;margin-bottom:3rem!important}div#fmi-warnings div .my-auto{margin-top:auto!important;margin-bottom:auto!important}div#fmi-warnings div .mt-0{margin-top:0!important}div#fmi-warnings div .mt-1{margin-top:.25rem!important}div#fmi-warnings div .mt-2{margin-top:.5rem!important}div#fmi-warnings div .mt-3{margin-top:1rem!important}div#fmi-warnings div .mt-4{margin-top:1.5rem!important}div#fmi-warnings div .mt-5{margin-top:3rem!important}div#fmi-warnings div .mt-auto{margin-top:auto!important}div#fmi-warnings div .me-0{margin-right:0!important}div#fmi-warnings div .me-1{margin-right:.25rem!important}div#fmi-warnings div .me-2{margin-right:.5rem!important}div#fmi-warnings div .me-3{margin-right:1rem!important}div#fmi-warnings div .me-4{margin-right:1.5rem!important}div#fmi-warnings div .me-5{margin-right:3rem!important}div#fmi-warnings div .me-auto{margin-right:auto!important}div#fmi-warnings div .mb-0{margin-bottom:0!important}div#fmi-warnings div .mb-1{margin-bottom:.25rem!important}div#fmi-warnings div .mb-2{margin-bottom:.5rem!important}div#fmi-warnings div .mb-3{margin-bottom:1rem!important}div#fmi-warnings div .mb-4{margin-bottom:1.5rem!important}div#fmi-warnings div .mb-5{margin-bottom:3rem!important}div#fmi-warnings div .mb-auto{margin-bottom:auto!important}div#fmi-warnings div .ms-0{margin-left:0!important}div#fmi-warnings div .ms-1{margin-left:.25rem!important}div#fmi-warnings div .ms-2{margin-left:.5rem!important}div#fmi-warnings div .ms-3{margin-left:1rem!important}div#fmi-warnings div .ms-4{margin-left:1.5rem!important}div#fmi-warnings div .ms-5{margin-left:3rem!important}div#fmi-warnings div .ms-auto{margin-left:auto!important}div#fmi-warnings div .p-0{padding:0!important}div#fmi-warnings div .p-1{padding:.25rem!important}div#fmi-warnings div .p-2{padding:.5rem!important}div#fmi-warnings div .p-3{padding:1rem!important}div#fmi-warnings div .p-4{padding:1.5rem!important}div#fmi-warnings div .p-5{padding:3rem!important}div#fmi-warnings div .px-0{padding-right:0!important;padding-left:0!important}div#fmi-warnings div .px-1{padding-right:.25rem!important;padding-left:.25rem!important}div#fmi-warnings div .px-2{padding-right:.5rem!important;padding-left:.5rem!important}div#fmi-warnings div .px-3{padding-right:1rem!important;padding-left:1rem!important}div#fmi-warnings div .px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}div#fmi-warnings div .px-5{padding-right:3rem!important;padding-left:3rem!important}div#fmi-warnings div .py-0{padding-top:0!important;padding-bottom:0!important}div#fmi-warnings div .py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}div#fmi-warnings div .py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}div#fmi-warnings div .py-3{padding-top:1rem!important;padding-bottom:1rem!important}div#fmi-warnings div .py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}div#fmi-warnings div .py-5{padding-top:3rem!important;padding-bottom:3rem!important}div#fmi-warnings div .pt-0{padding-top:0!important}div#fmi-warnings div .pt-1{padding-top:.25rem!important}div#fmi-warnings div .pt-2{padding-top:.5rem!important}div#fmi-warnings div .pt-3{padding-top:1rem!important}div#fmi-warnings div .pt-4{padding-top:1.5rem!important}div#fmi-warnings div .pt-5{padding-top:3rem!important}div#fmi-warnings div .pe-0{padding-right:0!important}div#fmi-warnings div .pe-1{padding-right:.25rem!important}div#fmi-warnings div .pe-2{padding-right:.5rem!important}div#fmi-warnings div .pe-3{padding-right:1rem!important}div#fmi-warnings div .pe-4{padding-right:1.5rem!important}div#fmi-warnings div .pe-5{padding-right:3rem!important}div#fmi-warnings div .pb-0{padding-bottom:0!important}div#fmi-warnings div .pb-1{padding-bottom:.25rem!important}div#fmi-warnings div .pb-2{padding-bottom:.5rem!important}div#fmi-warnings div .pb-3{padding-bottom:1rem!important}div#fmi-warnings div .pb-4{padding-bottom:1.5rem!important}div#fmi-warnings div .pb-5{padding-bottom:3rem!important}div#fmi-warnings div .ps-0{padding-left:0!important}div#fmi-warnings div .ps-1{padding-left:.25rem!important}div#fmi-warnings div .ps-2{padding-left:.5rem!important}div#fmi-warnings div .ps-3{padding-left:1rem!important}div#fmi-warnings div .ps-4{padding-left:1.5rem!important}div#fmi-warnings div .ps-5{padding-left:3rem!important}div#fmi-warnings div .gap-0{gap:0!important}div#fmi-warnings div .gap-1{gap:.25rem!important}div#fmi-warnings div .gap-2{gap:.5rem!important}div#fmi-warnings div .gap-3{gap:1rem!important}div#fmi-warnings div .gap-4{gap:1.5rem!important}div#fmi-warnings div .gap-5{gap:3rem!important}div#fmi-warnings div .row-gap-0{row-gap:0!important}div#fmi-warnings div .row-gap-1{row-gap:.25rem!important}div#fmi-warnings div .row-gap-2{row-gap:.5rem!important}div#fmi-warnings div .row-gap-3{row-gap:1rem!important}div#fmi-warnings div .row-gap-4{row-gap:1.5rem!important}div#fmi-warnings div .row-gap-5{row-gap:3rem!important}div#fmi-warnings div .column-gap-0{-moz-column-gap:0!important;column-gap:0!important}div#fmi-warnings div .column-gap-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}div#fmi-warnings div .column-gap-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}div#fmi-warnings div .column-gap-3{-moz-column-gap:1rem!important;column-gap:1rem!important}div#fmi-warnings div .column-gap-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}div#fmi-warnings div .column-gap-5{-moz-column-gap:3rem!important;column-gap:3rem!important}div#fmi-warnings div .font-monospace{font-family:var(--bs-font-monospace)!important}div#fmi-warnings div .fs-1{font-size:calc(1.375rem + 1.5vw)!important}div#fmi-warnings div .fs-2{font-size:calc(1.325rem + .9vw)!important}div#fmi-warnings div .fs-3{font-size:calc(1.3rem + .6vw)!important}div#fmi-warnings div .fs-4{font-size:calc(1.275rem + .3vw)!important}div#fmi-warnings div .fs-5{font-size:1.25rem!important}div#fmi-warnings div .fs-6{font-size:1rem!important}div#fmi-warnings div .fst-italic{font-style:italic!important}div#fmi-warnings div .fst-normal{font-style:normal!important}div#fmi-warnings div .fw-lighter{font-weight:lighter!important}div#fmi-warnings div .fw-light{font-weight:300!important}div#fmi-warnings div .fw-normal{font-weight:400!important}div#fmi-warnings div .fw-medium{font-weight:500!important}div#fmi-warnings div .fw-semibold{font-weight:600!important}div#fmi-warnings div .fw-bold{font-weight:700!important}div#fmi-warnings div .fw-bolder{font-weight:bolder!important}div#fmi-warnings div .lh-1{line-height:1!important}div#fmi-warnings div .lh-sm{line-height:1.25!important}div#fmi-warnings div .lh-base{line-height:1.5!important}div#fmi-warnings div .lh-lg{line-height:2!important}div#fmi-warnings div .text-start{text-align:left!important}div#fmi-warnings div .text-end{text-align:right!important}div#fmi-warnings div .text-center{text-align:center!important}div#fmi-warnings div .text-decoration-none{text-decoration:none!important}div#fmi-warnings div .text-decoration-underline{text-decoration:underline!important}div#fmi-warnings div .text-decoration-line-through{text-decoration:line-through!important}div#fmi-warnings div .text-lowercase{text-transform:lowercase!important}div#fmi-warnings div .text-uppercase{text-transform:uppercase!important}div#fmi-warnings div .text-capitalize{text-transform:capitalize!important}div#fmi-warnings div .text-wrap{white-space:normal!important}div#fmi-warnings div .text-nowrap{white-space:nowrap!important}div#fmi-warnings div .text-break{word-wrap:break-word!important;word-break:break-word!important}div#fmi-warnings div .text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}div#fmi-warnings div .text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}div#fmi-warnings div .text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}div#fmi-warnings div .text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}div#fmi-warnings div .text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}div#fmi-warnings div .text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}div#fmi-warnings div .text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}div#fmi-warnings div .text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}div#fmi-warnings div .text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}div#fmi-warnings div .text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}div#fmi-warnings div .text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}div#fmi-warnings div .text-muted{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}div#fmi-warnings div .text-black-50{--bs-text-opacity:1;color:#00000080!important}div#fmi-warnings div .text-white-50{--bs-text-opacity:1;color:#ffffff80!important}div#fmi-warnings div .text-body-secondary{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}div#fmi-warnings div .text-body-tertiary{--bs-text-opacity:1;color:var(--bs-tertiary-color)!important}div#fmi-warnings div .text-body-emphasis{--bs-text-opacity:1;color:var(--bs-emphasis-color)!important}div#fmi-warnings div .text-reset{--bs-text-opacity:1;color:inherit!important}div#fmi-warnings div .text-opacity-25{--bs-text-opacity:.25}div#fmi-warnings div .text-opacity-50{--bs-text-opacity:.5}div#fmi-warnings div .text-opacity-75{--bs-text-opacity:.75}div#fmi-warnings div .text-opacity-100{--bs-text-opacity:1}div#fmi-warnings div .text-primary-emphasis{color:var(--bs-primary-text-emphasis)!important}div#fmi-warnings div .text-secondary-emphasis{color:var(--bs-secondary-text-emphasis)!important}div#fmi-warnings div .text-success-emphasis{color:var(--bs-success-text-emphasis)!important}div#fmi-warnings div .text-info-emphasis{color:var(--bs-info-text-emphasis)!important}div#fmi-warnings div .text-warning-emphasis{color:var(--bs-warning-text-emphasis)!important}div#fmi-warnings div .text-danger-emphasis{color:var(--bs-danger-text-emphasis)!important}div#fmi-warnings div .text-light-emphasis{color:var(--bs-light-text-emphasis)!important}div#fmi-warnings div .text-dark-emphasis{color:var(--bs-dark-text-emphasis)!important}div#fmi-warnings div .link-opacity-10,div#fmi-warnings div .link-opacity-10-hover:hover{--bs-link-opacity:.1}div#fmi-warnings div .link-opacity-25,div#fmi-warnings div .link-opacity-25-hover:hover{--bs-link-opacity:.25}div#fmi-warnings div .link-opacity-50,div#fmi-warnings div .link-opacity-50-hover:hover{--bs-link-opacity:.5}div#fmi-warnings div .link-opacity-75,div#fmi-warnings div .link-opacity-75-hover:hover{--bs-link-opacity:.75}div#fmi-warnings div .link-opacity-100,div#fmi-warnings div .link-opacity-100-hover:hover{--bs-link-opacity:1}div#fmi-warnings div .link-offset-1,div#fmi-warnings div .link-offset-1-hover:hover{text-underline-offset:.125em!important}div#fmi-warnings div .link-offset-2,div#fmi-warnings div .link-offset-2-hover:hover{text-underline-offset:.25em!important}div#fmi-warnings div .link-offset-3,div#fmi-warnings div .link-offset-3-hover:hover{text-underline-offset:.375em!important}div#fmi-warnings div .link-underline-primary{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important}div#fmi-warnings div .link-underline-secondary{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important}div#fmi-warnings div .link-underline-success{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important}div#fmi-warnings div .link-underline-info{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important}div#fmi-warnings div .link-underline-warning{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important}div#fmi-warnings div .link-underline-danger{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important}div#fmi-warnings div .link-underline-light{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important}div#fmi-warnings div .link-underline-dark{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important}div#fmi-warnings div .link-underline{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important}div#fmi-warnings div .link-underline-opacity-0,div#fmi-warnings div .link-underline-opacity-0-hover:hover{--bs-link-underline-opacity:0}div#fmi-warnings div .link-underline-opacity-10,div#fmi-warnings div .link-underline-opacity-10-hover:hover{--bs-link-underline-opacity:.1}div#fmi-warnings div .link-underline-opacity-25,div#fmi-warnings div .link-underline-opacity-25-hover:hover{--bs-link-underline-opacity:.25}div#fmi-warnings div .link-underline-opacity-50,div#fmi-warnings div .link-underline-opacity-50-hover:hover{--bs-link-underline-opacity:.5}div#fmi-warnings div .link-underline-opacity-75,div#fmi-warnings div .link-underline-opacity-75-hover:hover{--bs-link-underline-opacity:.75}div#fmi-warnings div .link-underline-opacity-100,div#fmi-warnings div .link-underline-opacity-100-hover:hover{--bs-link-underline-opacity:1}div#fmi-warnings div .bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}div#fmi-warnings div .bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}div#fmi-warnings div .bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}div#fmi-warnings div .bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}div#fmi-warnings div .bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}div#fmi-warnings div .bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}div#fmi-warnings div .bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}div#fmi-warnings div .bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}div#fmi-warnings div .bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}div#fmi-warnings div .bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}div#fmi-warnings div .bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}div#fmi-warnings div .bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}div#fmi-warnings div .bg-body-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important}div#fmi-warnings div .bg-body-tertiary{--bs-bg-opacity:1;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important}div#fmi-warnings div .bg-opacity-10{--bs-bg-opacity:.1}div#fmi-warnings div .bg-opacity-25{--bs-bg-opacity:.25}div#fmi-warnings div .bg-opacity-50{--bs-bg-opacity:.5}div#fmi-warnings div .bg-opacity-75{--bs-bg-opacity:.75}div#fmi-warnings div .bg-opacity-100{--bs-bg-opacity:1}div#fmi-warnings div .bg-primary-subtle{background-color:var(--bs-primary-bg-subtle)!important}div#fmi-warnings div .bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle)!important}div#fmi-warnings div .bg-success-subtle{background-color:var(--bs-success-bg-subtle)!important}div#fmi-warnings div .bg-info-subtle{background-color:var(--bs-info-bg-subtle)!important}div#fmi-warnings div .bg-warning-subtle{background-color:var(--bs-warning-bg-subtle)!important}div#fmi-warnings div .bg-danger-subtle{background-color:var(--bs-danger-bg-subtle)!important}div#fmi-warnings div .bg-light-subtle{background-color:var(--bs-light-bg-subtle)!important}div#fmi-warnings div .bg-dark-subtle{background-color:var(--bs-dark-bg-subtle)!important}div#fmi-warnings div .bg-gradient{background-image:var(--bs-gradient)!important}div#fmi-warnings div .user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}div#fmi-warnings div .user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}div#fmi-warnings div .user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}div#fmi-warnings div .pe-none{pointer-events:none!important}div#fmi-warnings div .pe-auto{pointer-events:auto!important}div#fmi-warnings div .rounded{border-radius:var(--bs-border-radius)!important}div#fmi-warnings div .rounded-0{border-radius:0!important}div#fmi-warnings div .rounded-1{border-radius:var(--bs-border-radius-sm)!important}div#fmi-warnings div .rounded-2{border-radius:var(--bs-border-radius)!important}div#fmi-warnings div .rounded-3{border-radius:var(--bs-border-radius-lg)!important}div#fmi-warnings div .rounded-4{border-radius:var(--bs-border-radius-xl)!important}div#fmi-warnings div .rounded-5{border-radius:var(--bs-border-radius-xxl)!important}div#fmi-warnings div .rounded-circle{border-radius:50%!important}div#fmi-warnings div .rounded-pill{border-radius:var(--bs-border-radius-pill)!important}div#fmi-warnings div .rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}div#fmi-warnings div .rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}div#fmi-warnings div .rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}div#fmi-warnings div .rounded-top-2{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}div#fmi-warnings div .rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}div#fmi-warnings div .rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}div#fmi-warnings div .rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}div#fmi-warnings div .rounded-top-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}div#fmi-warnings div .rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}div#fmi-warnings div .rounded-end{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}div#fmi-warnings div .rounded-end-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}div#fmi-warnings div .rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm)!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important}div#fmi-warnings div .rounded-end-2{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}div#fmi-warnings div .rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg)!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important}div#fmi-warnings div .rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl)!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important}div#fmi-warnings div .rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important}div#fmi-warnings div .rounded-end-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}div#fmi-warnings div .rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill)!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important}div#fmi-warnings div .rounded-bottom{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}div#fmi-warnings div .rounded-bottom-0{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}div#fmi-warnings div .rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm)!important;border-bottom-left-radius:var(--bs-border-radius-sm)!important}div#fmi-warnings div .rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}div#fmi-warnings div .rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg)!important;border-bottom-left-radius:var(--bs-border-radius-lg)!important}div#fmi-warnings div .rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl)!important;border-bottom-left-radius:var(--bs-border-radius-xl)!important}div#fmi-warnings div .rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-left-radius:var(--bs-border-radius-xxl)!important}div#fmi-warnings div .rounded-bottom-circle{border-bottom-right-radius:50%!important;border-bottom-left-radius:50%!important}div#fmi-warnings div .rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill)!important;border-bottom-left-radius:var(--bs-border-radius-pill)!important}div#fmi-warnings div .rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}div#fmi-warnings div .rounded-start-0{border-bottom-left-radius:0!important;border-top-left-radius:0!important}div#fmi-warnings div .rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-top-left-radius:var(--bs-border-radius-sm)!important}div#fmi-warnings div .rounded-start-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}div#fmi-warnings div .rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-top-left-radius:var(--bs-border-radius-lg)!important}div#fmi-warnings div .rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-top-left-radius:var(--bs-border-radius-xl)!important}div#fmi-warnings div .rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-top-left-radius:var(--bs-border-radius-xxl)!important}div#fmi-warnings div .rounded-start-circle{border-bottom-left-radius:50%!important;border-top-left-radius:50%!important}div#fmi-warnings div .rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-top-left-radius:var(--bs-border-radius-pill)!important}div#fmi-warnings div .visible{visibility:visible!important}div#fmi-warnings div .invisible{visibility:hidden!important}div#fmi-warnings div .z-n1{z-index:-1!important}div#fmi-warnings div .z-0{z-index:0!important}div#fmi-warnings div .z-1{z-index:1!important}div#fmi-warnings div .z-2{z-index:2!important}div#fmi-warnings div .z-3{z-index:3!important}@media (min-width:576px){div#fmi-warnings div .float-sm-start{float:left!important}div#fmi-warnings div .float-sm-end{float:right!important}div#fmi-warnings div .float-sm-none{float:none!important}div#fmi-warnings div .object-fit-sm-contain{-o-object-fit:contain!important;object-fit:contain!important}div#fmi-warnings div .object-fit-sm-cover{-o-object-fit:cover!important;object-fit:cover!important}div#fmi-warnings div .object-fit-sm-fill{-o-object-fit:fill!important;object-fit:fill!important}div#fmi-warnings div .object-fit-sm-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}div#fmi-warnings div .object-fit-sm-none{-o-object-fit:none!important;object-fit:none!important}div#fmi-warnings div .d-sm-inline{display:inline!important}div#fmi-warnings div .d-sm-inline-block{display:inline-block!important}div#fmi-warnings div .d-sm-block{display:block!important}div#fmi-warnings div .d-sm-grid{display:grid!important}div#fmi-warnings div .d-sm-inline-grid{display:inline-grid!important}div#fmi-warnings div .d-sm-table{display:table!important}div#fmi-warnings div .d-sm-table-row{display:table-row!important}div#fmi-warnings div .d-sm-table-cell{display:table-cell!important}div#fmi-warnings div .d-sm-flex{display:flex!important}div#fmi-warnings div .d-sm-inline-flex{display:inline-flex!important}div#fmi-warnings div .d-sm-none{display:none!important}div#fmi-warnings div .flex-sm-fill{flex:1 1 auto!important}div#fmi-warnings div .flex-sm-row{flex-direction:row!important}div#fmi-warnings div .flex-sm-column{flex-direction:column!important}div#fmi-warnings div .flex-sm-row-reverse{flex-direction:row-reverse!important}div#fmi-warnings div .flex-sm-column-reverse{flex-direction:column-reverse!important}div#fmi-warnings div .flex-sm-grow-0{flex-grow:0!important}div#fmi-warnings div .flex-sm-grow-1{flex-grow:1!important}div#fmi-warnings div .flex-sm-shrink-0{flex-shrink:0!important}div#fmi-warnings div .flex-sm-shrink-1{flex-shrink:1!important}div#fmi-warnings div .flex-sm-wrap{flex-wrap:wrap!important}div#fmi-warnings div .flex-sm-nowrap{flex-wrap:nowrap!important}div#fmi-warnings div .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}div#fmi-warnings div .justify-content-sm-start{justify-content:flex-start!important}div#fmi-warnings div .justify-content-sm-end{justify-content:flex-end!important}div#fmi-warnings div .justify-content-sm-center{justify-content:center!important}div#fmi-warnings div .justify-content-sm-between{justify-content:space-between!important}div#fmi-warnings div .justify-content-sm-around{justify-content:space-around!important}div#fmi-warnings div .justify-content-sm-evenly{justify-content:space-evenly!important}div#fmi-warnings div .align-items-sm-start{align-items:flex-start!important}div#fmi-warnings div .align-items-sm-end{align-items:flex-end!important}div#fmi-warnings div .align-items-sm-center{align-items:center!important}div#fmi-warnings div .align-items-sm-baseline{align-items:baseline!important}div#fmi-warnings div .align-items-sm-stretch{align-items:stretch!important}div#fmi-warnings div .align-content-sm-start{align-content:flex-start!important}div#fmi-warnings div .align-content-sm-end{align-content:flex-end!important}div#fmi-warnings div .align-content-sm-center{align-content:center!important}div#fmi-warnings div .align-content-sm-between{align-content:space-between!important}div#fmi-warnings div .align-content-sm-around{align-content:space-around!important}div#fmi-warnings div .align-content-sm-stretch{align-content:stretch!important}div#fmi-warnings div .align-self-sm-auto{align-self:auto!important}div#fmi-warnings div .align-self-sm-start{align-self:flex-start!important}div#fmi-warnings div .align-self-sm-end{align-self:flex-end!important}div#fmi-warnings div .align-self-sm-center{align-self:center!important}div#fmi-warnings div .align-self-sm-baseline{align-self:baseline!important}div#fmi-warnings div .align-self-sm-stretch{align-self:stretch!important}div#fmi-warnings div .order-sm-first{order:-1!important}div#fmi-warnings div .order-sm-0{order:0!important}div#fmi-warnings div .order-sm-1{order:1!important}div#fmi-warnings div .order-sm-2{order:2!important}div#fmi-warnings div .order-sm-3{order:3!important}div#fmi-warnings div .order-sm-4{order:4!important}div#fmi-warnings div .order-sm-5{order:5!important}div#fmi-warnings div .order-sm-last{order:6!important}div#fmi-warnings div .m-sm-0{margin:0!important}div#fmi-warnings div .m-sm-1{margin:.25rem!important}div#fmi-warnings div .m-sm-2{margin:.5rem!important}div#fmi-warnings div .m-sm-3{margin:1rem!important}div#fmi-warnings div .m-sm-4{margin:1.5rem!important}div#fmi-warnings div .m-sm-5{margin:3rem!important}div#fmi-warnings div .m-sm-auto{margin:auto!important}div#fmi-warnings div .mx-sm-0{margin-right:0!important;margin-left:0!important}div#fmi-warnings div .mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}div#fmi-warnings div .mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}div#fmi-warnings div .mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}div#fmi-warnings div .mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}div#fmi-warnings div .mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}div#fmi-warnings div .mx-sm-auto{margin-right:auto!important;margin-left:auto!important}div#fmi-warnings div .my-sm-0{margin-top:0!important;margin-bottom:0!important}div#fmi-warnings div .my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}div#fmi-warnings div .my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}div#fmi-warnings div .my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}div#fmi-warnings div .my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}div#fmi-warnings div .my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}div#fmi-warnings div .my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}div#fmi-warnings div .mt-sm-0{margin-top:0!important}div#fmi-warnings div .mt-sm-1{margin-top:.25rem!important}div#fmi-warnings div .mt-sm-2{margin-top:.5rem!important}div#fmi-warnings div .mt-sm-3{margin-top:1rem!important}div#fmi-warnings div .mt-sm-4{margin-top:1.5rem!important}div#fmi-warnings div .mt-sm-5{margin-top:3rem!important}div#fmi-warnings div .mt-sm-auto{margin-top:auto!important}div#fmi-warnings div .me-sm-0{margin-right:0!important}div#fmi-warnings div .me-sm-1{margin-right:.25rem!important}div#fmi-warnings div .me-sm-2{margin-right:.5rem!important}div#fmi-warnings div .me-sm-3{margin-right:1rem!important}div#fmi-warnings div .me-sm-4{margin-right:1.5rem!important}div#fmi-warnings div .me-sm-5{margin-right:3rem!important}div#fmi-warnings div .me-sm-auto{margin-right:auto!important}div#fmi-warnings div .mb-sm-0{margin-bottom:0!important}div#fmi-warnings div .mb-sm-1{margin-bottom:.25rem!important}div#fmi-warnings div .mb-sm-2{margin-bottom:.5rem!important}div#fmi-warnings div .mb-sm-3{margin-bottom:1rem!important}div#fmi-warnings div .mb-sm-4{margin-bottom:1.5rem!important}div#fmi-warnings div .mb-sm-5{margin-bottom:3rem!important}div#fmi-warnings div .mb-sm-auto{margin-bottom:auto!important}div#fmi-warnings div .ms-sm-0{margin-left:0!important}div#fmi-warnings div .ms-sm-1{margin-left:.25rem!important}div#fmi-warnings div .ms-sm-2{margin-left:.5rem!important}div#fmi-warnings div .ms-sm-3{margin-left:1rem!important}div#fmi-warnings div .ms-sm-4{margin-left:1.5rem!important}div#fmi-warnings div .ms-sm-5{margin-left:3rem!important}div#fmi-warnings div .ms-sm-auto{margin-left:auto!important}div#fmi-warnings div .p-sm-0{padding:0!important}div#fmi-warnings div .p-sm-1{padding:.25rem!important}div#fmi-warnings div .p-sm-2{padding:.5rem!important}div#fmi-warnings div .p-sm-3{padding:1rem!important}div#fmi-warnings div .p-sm-4{padding:1.5rem!important}div#fmi-warnings div .p-sm-5{padding:3rem!important}div#fmi-warnings div .px-sm-0{padding-right:0!important;padding-left:0!important}div#fmi-warnings div .px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}div#fmi-warnings div .px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}div#fmi-warnings div .px-sm-3{padding-right:1rem!important;padding-left:1rem!important}div#fmi-warnings div .px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}div#fmi-warnings div .px-sm-5{padding-right:3rem!important;padding-left:3rem!important}div#fmi-warnings div .py-sm-0{padding-top:0!important;padding-bottom:0!important}div#fmi-warnings div .py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}div#fmi-warnings div .py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}div#fmi-warnings div .py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}div#fmi-warnings div .py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}div#fmi-warnings div .py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}div#fmi-warnings div .pt-sm-0{padding-top:0!important}div#fmi-warnings div .pt-sm-1{padding-top:.25rem!important}div#fmi-warnings div .pt-sm-2{padding-top:.5rem!important}div#fmi-warnings div .pt-sm-3{padding-top:1rem!important}div#fmi-warnings div .pt-sm-4{padding-top:1.5rem!important}div#fmi-warnings div .pt-sm-5{padding-top:3rem!important}div#fmi-warnings div .pe-sm-0{padding-right:0!important}div#fmi-warnings div .pe-sm-1{padding-right:.25rem!important}div#fmi-warnings div .pe-sm-2{padding-right:.5rem!important}div#fmi-warnings div .pe-sm-3{padding-right:1rem!important}div#fmi-warnings div .pe-sm-4{padding-right:1.5rem!important}div#fmi-warnings div .pe-sm-5{padding-right:3rem!important}div#fmi-warnings div .pb-sm-0{padding-bottom:0!important}div#fmi-warnings div .pb-sm-1{padding-bottom:.25rem!important}div#fmi-warnings div .pb-sm-2{padding-bottom:.5rem!important}div#fmi-warnings div .pb-sm-3{padding-bottom:1rem!important}div#fmi-warnings div .pb-sm-4{padding-bottom:1.5rem!important}div#fmi-warnings div .pb-sm-5{padding-bottom:3rem!important}div#fmi-warnings div .ps-sm-0{padding-left:0!important}div#fmi-warnings div .ps-sm-1{padding-left:.25rem!important}div#fmi-warnings div .ps-sm-2{padding-left:.5rem!important}div#fmi-warnings div .ps-sm-3{padding-left:1rem!important}div#fmi-warnings div .ps-sm-4{padding-left:1.5rem!important}div#fmi-warnings div .ps-sm-5{padding-left:3rem!important}div#fmi-warnings div .gap-sm-0{gap:0!important}div#fmi-warnings div .gap-sm-1{gap:.25rem!important}div#fmi-warnings div .gap-sm-2{gap:.5rem!important}div#fmi-warnings div .gap-sm-3{gap:1rem!important}div#fmi-warnings div .gap-sm-4{gap:1.5rem!important}div#fmi-warnings div .gap-sm-5{gap:3rem!important}div#fmi-warnings div .row-gap-sm-0{row-gap:0!important}div#fmi-warnings div .row-gap-sm-1{row-gap:.25rem!important}div#fmi-warnings div .row-gap-sm-2{row-gap:.5rem!important}div#fmi-warnings div .row-gap-sm-3{row-gap:1rem!important}div#fmi-warnings div .row-gap-sm-4{row-gap:1.5rem!important}div#fmi-warnings div .row-gap-sm-5{row-gap:3rem!important}div#fmi-warnings div .column-gap-sm-0{-moz-column-gap:0!important;column-gap:0!important}div#fmi-warnings div .column-gap-sm-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}div#fmi-warnings div .column-gap-sm-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}div#fmi-warnings div .column-gap-sm-3{-moz-column-gap:1rem!important;column-gap:1rem!important}div#fmi-warnings div .column-gap-sm-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}div#fmi-warnings div .column-gap-sm-5{-moz-column-gap:3rem!important;column-gap:3rem!important}div#fmi-warnings div .text-sm-start{text-align:left!important}div#fmi-warnings div .text-sm-end{text-align:right!important}div#fmi-warnings div .text-sm-center{text-align:center!important}}@media (min-width:768px){div#fmi-warnings div .float-md-start{float:left!important}div#fmi-warnings div .float-md-end{float:right!important}div#fmi-warnings div .float-md-none{float:none!important}div#fmi-warnings div .object-fit-md-contain{-o-object-fit:contain!important;object-fit:contain!important}div#fmi-warnings div .object-fit-md-cover{-o-object-fit:cover!important;object-fit:cover!important}div#fmi-warnings div .object-fit-md-fill{-o-object-fit:fill!important;object-fit:fill!important}div#fmi-warnings div .object-fit-md-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}div#fmi-warnings div .object-fit-md-none{-o-object-fit:none!important;object-fit:none!important}div#fmi-warnings div .d-md-inline{display:inline!important}div#fmi-warnings div .d-md-inline-block{display:inline-block!important}div#fmi-warnings div .d-md-block{display:block!important}div#fmi-warnings div .d-md-grid{display:grid!important}div#fmi-warnings div .d-md-inline-grid{display:inline-grid!important}div#fmi-warnings div .d-md-table{display:table!important}div#fmi-warnings div .d-md-table-row{display:table-row!important}div#fmi-warnings div .d-md-table-cell{display:table-cell!important}div#fmi-warnings div .d-md-flex{display:flex!important}div#fmi-warnings div .d-md-inline-flex{display:inline-flex!important}div#fmi-warnings div .d-md-none{display:none!important}div#fmi-warnings div .flex-md-fill{flex:1 1 auto!important}div#fmi-warnings div .flex-md-row{flex-direction:row!important}div#fmi-warnings div .flex-md-column{flex-direction:column!important}div#fmi-warnings div .flex-md-row-reverse{flex-direction:row-reverse!important}div#fmi-warnings div .flex-md-column-reverse{flex-direction:column-reverse!important}div#fmi-warnings div .flex-md-grow-0{flex-grow:0!important}div#fmi-warnings div .flex-md-grow-1{flex-grow:1!important}div#fmi-warnings div .flex-md-shrink-0{flex-shrink:0!important}div#fmi-warnings div .flex-md-shrink-1{flex-shrink:1!important}div#fmi-warnings div .flex-md-wrap{flex-wrap:wrap!important}div#fmi-warnings div .flex-md-nowrap{flex-wrap:nowrap!important}div#fmi-warnings div .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}div#fmi-warnings div .justify-content-md-start{justify-content:flex-start!important}div#fmi-warnings div .justify-content-md-end{justify-content:flex-end!important}div#fmi-warnings div .justify-content-md-center{justify-content:center!important}div#fmi-warnings div .justify-content-md-between{justify-content:space-between!important}div#fmi-warnings div .justify-content-md-around{justify-content:space-around!important}div#fmi-warnings div .justify-content-md-evenly{justify-content:space-evenly!important}div#fmi-warnings div .align-items-md-start{align-items:flex-start!important}div#fmi-warnings div .align-items-md-end{align-items:flex-end!important}div#fmi-warnings div .align-items-md-center{align-items:center!important}div#fmi-warnings div .align-items-md-baseline{align-items:baseline!important}div#fmi-warnings div .align-items-md-stretch{align-items:stretch!important}div#fmi-warnings div .align-content-md-start{align-content:flex-start!important}div#fmi-warnings div .align-content-md-end{align-content:flex-end!important}div#fmi-warnings div .align-content-md-center{align-content:center!important}div#fmi-warnings div .align-content-md-between{align-content:space-between!important}div#fmi-warnings div .align-content-md-around{align-content:space-around!important}div#fmi-warnings div .align-content-md-stretch{align-content:stretch!important}div#fmi-warnings div .align-self-md-auto{align-self:auto!important}div#fmi-warnings div .align-self-md-start{align-self:flex-start!important}div#fmi-warnings div .align-self-md-end{align-self:flex-end!important}div#fmi-warnings div .align-self-md-center{align-self:center!important}div#fmi-warnings div .align-self-md-baseline{align-self:baseline!important}div#fmi-warnings div .align-self-md-stretch{align-self:stretch!important}div#fmi-warnings div .order-md-first{order:-1!important}div#fmi-warnings div .order-md-0{order:0!important}div#fmi-warnings div .order-md-1{order:1!important}div#fmi-warnings div .order-md-2{order:2!important}div#fmi-warnings div .order-md-3{order:3!important}div#fmi-warnings div .order-md-4{order:4!important}div#fmi-warnings div .order-md-5{order:5!important}div#fmi-warnings div .order-md-last{order:6!important}div#fmi-warnings div .m-md-0{margin:0!important}div#fmi-warnings div .m-md-1{margin:.25rem!important}div#fmi-warnings div .m-md-2{margin:.5rem!important}div#fmi-warnings div .m-md-3{margin:1rem!important}div#fmi-warnings div .m-md-4{margin:1.5rem!important}div#fmi-warnings div .m-md-5{margin:3rem!important}div#fmi-warnings div .m-md-auto{margin:auto!important}div#fmi-warnings div .mx-md-0{margin-right:0!important;margin-left:0!important}div#fmi-warnings div .mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}div#fmi-warnings div .mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}div#fmi-warnings div .mx-md-3{margin-right:1rem!important;margin-left:1rem!important}div#fmi-warnings div .mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}div#fmi-warnings div .mx-md-5{margin-right:3rem!important;margin-left:3rem!important}div#fmi-warnings div .mx-md-auto{margin-right:auto!important;margin-left:auto!important}div#fmi-warnings div .my-md-0{margin-top:0!important;margin-bottom:0!important}div#fmi-warnings div .my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}div#fmi-warnings div .my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}div#fmi-warnings div .my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}div#fmi-warnings div .my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}div#fmi-warnings div .my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}div#fmi-warnings div .my-md-auto{margin-top:auto!important;margin-bottom:auto!important}div#fmi-warnings div .mt-md-0{margin-top:0!important}div#fmi-warnings div .mt-md-1{margin-top:.25rem!important}div#fmi-warnings div .mt-md-2{margin-top:.5rem!important}div#fmi-warnings div .mt-md-3{margin-top:1rem!important}div#fmi-warnings div .mt-md-4{margin-top:1.5rem!important}div#fmi-warnings div .mt-md-5{margin-top:3rem!important}div#fmi-warnings div .mt-md-auto{margin-top:auto!important}div#fmi-warnings div .me-md-0{margin-right:0!important}div#fmi-warnings div .me-md-1{margin-right:.25rem!important}div#fmi-warnings div .me-md-2{margin-right:.5rem!important}div#fmi-warnings div .me-md-3{margin-right:1rem!important}div#fmi-warnings div .me-md-4{margin-right:1.5rem!important}div#fmi-warnings div .me-md-5{margin-right:3rem!important}div#fmi-warnings div .me-md-auto{margin-right:auto!important}div#fmi-warnings div .mb-md-0{margin-bottom:0!important}div#fmi-warnings div .mb-md-1{margin-bottom:.25rem!important}div#fmi-warnings div .mb-md-2{margin-bottom:.5rem!important}div#fmi-warnings div .mb-md-3{margin-bottom:1rem!important}div#fmi-warnings div .mb-md-4{margin-bottom:1.5rem!important}div#fmi-warnings div .mb-md-5{margin-bottom:3rem!important}div#fmi-warnings div .mb-md-auto{margin-bottom:auto!important}div#fmi-warnings div .ms-md-0{margin-left:0!important}div#fmi-warnings div .ms-md-1{margin-left:.25rem!important}div#fmi-warnings div .ms-md-2{margin-left:.5rem!important}div#fmi-warnings div .ms-md-3{margin-left:1rem!important}div#fmi-warnings div .ms-md-4{margin-left:1.5rem!important}div#fmi-warnings div .ms-md-5{margin-left:3rem!important}div#fmi-warnings div .ms-md-auto{margin-left:auto!important}div#fmi-warnings div .p-md-0{padding:0!important}div#fmi-warnings div .p-md-1{padding:.25rem!important}div#fmi-warnings div .p-md-2{padding:.5rem!important}div#fmi-warnings div .p-md-3{padding:1rem!important}div#fmi-warnings div .p-md-4{padding:1.5rem!important}div#fmi-warnings div .p-md-5{padding:3rem!important}div#fmi-warnings div .px-md-0{padding-right:0!important;padding-left:0!important}div#fmi-warnings div .px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}div#fmi-warnings div .px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}div#fmi-warnings div .px-md-3{padding-right:1rem!important;padding-left:1rem!important}div#fmi-warnings div .px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}div#fmi-warnings div .px-md-5{padding-right:3rem!important;padding-left:3rem!important}div#fmi-warnings div .py-md-0{padding-top:0!important;padding-bottom:0!important}div#fmi-warnings div .py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}div#fmi-warnings div .py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}div#fmi-warnings div .py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}div#fmi-warnings div .py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}div#fmi-warnings div .py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}div#fmi-warnings div .pt-md-0{padding-top:0!important}div#fmi-warnings div .pt-md-1{padding-top:.25rem!important}div#fmi-warnings div .pt-md-2{padding-top:.5rem!important}div#fmi-warnings div .pt-md-3{padding-top:1rem!important}div#fmi-warnings div .pt-md-4{padding-top:1.5rem!important}div#fmi-warnings div .pt-md-5{padding-top:3rem!important}div#fmi-warnings div .pe-md-0{padding-right:0!important}div#fmi-warnings div .pe-md-1{padding-right:.25rem!important}div#fmi-warnings div .pe-md-2{padding-right:.5rem!important}div#fmi-warnings div .pe-md-3{padding-right:1rem!important}div#fmi-warnings div .pe-md-4{padding-right:1.5rem!important}div#fmi-warnings div .pe-md-5{padding-right:3rem!important}div#fmi-warnings div .pb-md-0{padding-bottom:0!important}div#fmi-warnings div .pb-md-1{padding-bottom:.25rem!important}div#fmi-warnings div .pb-md-2{padding-bottom:.5rem!important}div#fmi-warnings div .pb-md-3{padding-bottom:1rem!important}div#fmi-warnings div .pb-md-4{padding-bottom:1.5rem!important}div#fmi-warnings div .pb-md-5{padding-bottom:3rem!important}div#fmi-warnings div .ps-md-0{padding-left:0!important}div#fmi-warnings div .ps-md-1{padding-left:.25rem!important}div#fmi-warnings div .ps-md-2{padding-left:.5rem!important}div#fmi-warnings div .ps-md-3{padding-left:1rem!important}div#fmi-warnings div .ps-md-4{padding-left:1.5rem!important}div#fmi-warnings div .ps-md-5{padding-left:3rem!important}div#fmi-warnings div .gap-md-0{gap:0!important}div#fmi-warnings div .gap-md-1{gap:.25rem!important}div#fmi-warnings div .gap-md-2{gap:.5rem!important}div#fmi-warnings div .gap-md-3{gap:1rem!important}div#fmi-warnings div .gap-md-4{gap:1.5rem!important}div#fmi-warnings div .gap-md-5{gap:3rem!important}div#fmi-warnings div .row-gap-md-0{row-gap:0!important}div#fmi-warnings div .row-gap-md-1{row-gap:.25rem!important}div#fmi-warnings div .row-gap-md-2{row-gap:.5rem!important}div#fmi-warnings div .row-gap-md-3{row-gap:1rem!important}div#fmi-warnings div .row-gap-md-4{row-gap:1.5rem!important}div#fmi-warnings div .row-gap-md-5{row-gap:3rem!important}div#fmi-warnings div .column-gap-md-0{-moz-column-gap:0!important;column-gap:0!important}div#fmi-warnings div .column-gap-md-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}div#fmi-warnings div .column-gap-md-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}div#fmi-warnings div .column-gap-md-3{-moz-column-gap:1rem!important;column-gap:1rem!important}div#fmi-warnings div .column-gap-md-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}div#fmi-warnings div .column-gap-md-5{-moz-column-gap:3rem!important;column-gap:3rem!important}div#fmi-warnings div .text-md-start{text-align:left!important}div#fmi-warnings div .text-md-end{text-align:right!important}div#fmi-warnings div .text-md-center{text-align:center!important}}@media (min-width:992px){div#fmi-warnings div .float-lg-start{float:left!important}div#fmi-warnings div .float-lg-end{float:right!important}div#fmi-warnings div .float-lg-none{float:none!important}div#fmi-warnings div .object-fit-lg-contain{-o-object-fit:contain!important;object-fit:contain!important}div#fmi-warnings div .object-fit-lg-cover{-o-object-fit:cover!important;object-fit:cover!important}div#fmi-warnings div .object-fit-lg-fill{-o-object-fit:fill!important;object-fit:fill!important}div#fmi-warnings div .object-fit-lg-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}div#fmi-warnings div .object-fit-lg-none{-o-object-fit:none!important;object-fit:none!important}div#fmi-warnings div .d-lg-inline{display:inline!important}div#fmi-warnings div .d-lg-inline-block{display:inline-block!important}div#fmi-warnings div .d-lg-block{display:block!important}div#fmi-warnings div .d-lg-grid{display:grid!important}div#fmi-warnings div .d-lg-inline-grid{display:inline-grid!important}div#fmi-warnings div .d-lg-table{display:table!important}div#fmi-warnings div .d-lg-table-row{display:table-row!important}div#fmi-warnings div .d-lg-table-cell{display:table-cell!important}div#fmi-warnings div .d-lg-flex{display:flex!important}div#fmi-warnings div .d-lg-inline-flex{display:inline-flex!important}div#fmi-warnings div .d-lg-none{display:none!important}div#fmi-warnings div .flex-lg-fill{flex:1 1 auto!important}div#fmi-warnings div .flex-lg-row{flex-direction:row!important}div#fmi-warnings div .flex-lg-column{flex-direction:column!important}div#fmi-warnings div .flex-lg-row-reverse{flex-direction:row-reverse!important}div#fmi-warnings div .flex-lg-column-reverse{flex-direction:column-reverse!important}div#fmi-warnings div .flex-lg-grow-0{flex-grow:0!important}div#fmi-warnings div .flex-lg-grow-1{flex-grow:1!important}div#fmi-warnings div .flex-lg-shrink-0{flex-shrink:0!important}div#fmi-warnings div .flex-lg-shrink-1{flex-shrink:1!important}div#fmi-warnings div .flex-lg-wrap{flex-wrap:wrap!important}div#fmi-warnings div .flex-lg-nowrap{flex-wrap:nowrap!important}div#fmi-warnings div .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}div#fmi-warnings div .justify-content-lg-start{justify-content:flex-start!important}div#fmi-warnings div .justify-content-lg-end{justify-content:flex-end!important}div#fmi-warnings div .justify-content-lg-center{justify-content:center!important}div#fmi-warnings div .justify-content-lg-between{justify-content:space-between!important}div#fmi-warnings div .justify-content-lg-around{justify-content:space-around!important}div#fmi-warnings div .justify-content-lg-evenly{justify-content:space-evenly!important}div#fmi-warnings div .align-items-lg-start{align-items:flex-start!important}div#fmi-warnings div .align-items-lg-end{align-items:flex-end!important}div#fmi-warnings div .align-items-lg-center{align-items:center!important}div#fmi-warnings div .align-items-lg-baseline{align-items:baseline!important}div#fmi-warnings div .align-items-lg-stretch{align-items:stretch!important}div#fmi-warnings div .align-content-lg-start{align-content:flex-start!important}div#fmi-warnings div .align-content-lg-end{align-content:flex-end!important}div#fmi-warnings div .align-content-lg-center{align-content:center!important}div#fmi-warnings div .align-content-lg-between{align-content:space-between!important}div#fmi-warnings div .align-content-lg-around{align-content:space-around!important}div#fmi-warnings div .align-content-lg-stretch{align-content:stretch!important}div#fmi-warnings div .align-self-lg-auto{align-self:auto!important}div#fmi-warnings div .align-self-lg-start{align-self:flex-start!important}div#fmi-warnings div .align-self-lg-end{align-self:flex-end!important}div#fmi-warnings div .align-self-lg-center{align-self:center!important}div#fmi-warnings div .align-self-lg-baseline{align-self:baseline!important}div#fmi-warnings div .align-self-lg-stretch{align-self:stretch!important}div#fmi-warnings div .order-lg-first{order:-1!important}div#fmi-warnings div .order-lg-0{order:0!important}div#fmi-warnings div .order-lg-1{order:1!important}div#fmi-warnings div .order-lg-2{order:2!important}div#fmi-warnings div .order-lg-3{order:3!important}div#fmi-warnings div .order-lg-4{order:4!important}div#fmi-warnings div .order-lg-5{order:5!important}div#fmi-warnings div .order-lg-last{order:6!important}div#fmi-warnings div .m-lg-0{margin:0!important}div#fmi-warnings div .m-lg-1{margin:.25rem!important}div#fmi-warnings div .m-lg-2{margin:.5rem!important}div#fmi-warnings div .m-lg-3{margin:1rem!important}div#fmi-warnings div .m-lg-4{margin:1.5rem!important}div#fmi-warnings div .m-lg-5{margin:3rem!important}div#fmi-warnings div .m-lg-auto{margin:auto!important}div#fmi-warnings div .mx-lg-0{margin-right:0!important;margin-left:0!important}div#fmi-warnings div .mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}div#fmi-warnings div .mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}div#fmi-warnings div .mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}div#fmi-warnings div .mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}div#fmi-warnings div .mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}div#fmi-warnings div .mx-lg-auto{margin-right:auto!important;margin-left:auto!important}div#fmi-warnings div .my-lg-0{margin-top:0!important;margin-bottom:0!important}div#fmi-warnings div .my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}div#fmi-warnings div .my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}div#fmi-warnings div .my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}div#fmi-warnings div .my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}div#fmi-warnings div .my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}div#fmi-warnings div .my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}div#fmi-warnings div .mt-lg-0{margin-top:0!important}div#fmi-warnings div .mt-lg-1{margin-top:.25rem!important}div#fmi-warnings div .mt-lg-2{margin-top:.5rem!important}div#fmi-warnings div .mt-lg-3{margin-top:1rem!important}div#fmi-warnings div .mt-lg-4{margin-top:1.5rem!important}div#fmi-warnings div .mt-lg-5{margin-top:3rem!important}div#fmi-warnings div .mt-lg-auto{margin-top:auto!important}div#fmi-warnings div .me-lg-0{margin-right:0!important}div#fmi-warnings div .me-lg-1{margin-right:.25rem!important}div#fmi-warnings div .me-lg-2{margin-right:.5rem!important}div#fmi-warnings div .me-lg-3{margin-right:1rem!important}div#fmi-warnings div .me-lg-4{margin-right:1.5rem!important}div#fmi-warnings div .me-lg-5{margin-right:3rem!important}div#fmi-warnings div .me-lg-auto{margin-right:auto!important}div#fmi-warnings div .mb-lg-0{margin-bottom:0!important}div#fmi-warnings div .mb-lg-1{margin-bottom:.25rem!important}div#fmi-warnings div .mb-lg-2{margin-bottom:.5rem!important}div#fmi-warnings div .mb-lg-3{margin-bottom:1rem!important}div#fmi-warnings div .mb-lg-4{margin-bottom:1.5rem!important}div#fmi-warnings div .mb-lg-5{margin-bottom:3rem!important}div#fmi-warnings div .mb-lg-auto{margin-bottom:auto!important}div#fmi-warnings div .ms-lg-0{margin-left:0!important}div#fmi-warnings div .ms-lg-1{margin-left:.25rem!important}div#fmi-warnings div .ms-lg-2{margin-left:.5rem!important}div#fmi-warnings div .ms-lg-3{margin-left:1rem!important}div#fmi-warnings div .ms-lg-4{margin-left:1.5rem!important}div#fmi-warnings div .ms-lg-5{margin-left:3rem!important}div#fmi-warnings div .ms-lg-auto{margin-left:auto!important}div#fmi-warnings div .p-lg-0{padding:0!important}div#fmi-warnings div .p-lg-1{padding:.25rem!important}div#fmi-warnings div .p-lg-2{padding:.5rem!important}div#fmi-warnings div .p-lg-3{padding:1rem!important}div#fmi-warnings div .p-lg-4{padding:1.5rem!important}div#fmi-warnings div .p-lg-5{padding:3rem!important}div#fmi-warnings div .px-lg-0{padding-right:0!important;padding-left:0!important}div#fmi-warnings div .px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}div#fmi-warnings div .px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}div#fmi-warnings div .px-lg-3{padding-right:1rem!important;padding-left:1rem!important}div#fmi-warnings div .px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}div#fmi-warnings div .px-lg-5{padding-right:3rem!important;padding-left:3rem!important}div#fmi-warnings div .py-lg-0{padding-top:0!important;padding-bottom:0!important}div#fmi-warnings div .py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}div#fmi-warnings div .py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}div#fmi-warnings div .py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}div#fmi-warnings div .py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}div#fmi-warnings div .py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}div#fmi-warnings div .pt-lg-0{padding-top:0!important}div#fmi-warnings div .pt-lg-1{padding-top:.25rem!important}div#fmi-warnings div .pt-lg-2{padding-top:.5rem!important}div#fmi-warnings div .pt-lg-3{padding-top:1rem!important}div#fmi-warnings div .pt-lg-4{padding-top:1.5rem!important}div#fmi-warnings div .pt-lg-5{padding-top:3rem!important}div#fmi-warnings div .pe-lg-0{padding-right:0!important}div#fmi-warnings div .pe-lg-1{padding-right:.25rem!important}div#fmi-warnings div .pe-lg-2{padding-right:.5rem!important}div#fmi-warnings div .pe-lg-3{padding-right:1rem!important}div#fmi-warnings div .pe-lg-4{padding-right:1.5rem!important}div#fmi-warnings div .pe-lg-5{padding-right:3rem!important}div#fmi-warnings div .pb-lg-0{padding-bottom:0!important}div#fmi-warnings div .pb-lg-1{padding-bottom:.25rem!important}div#fmi-warnings div .pb-lg-2{padding-bottom:.5rem!important}div#fmi-warnings div .pb-lg-3{padding-bottom:1rem!important}div#fmi-warnings div .pb-lg-4{padding-bottom:1.5rem!important}div#fmi-warnings div .pb-lg-5{padding-bottom:3rem!important}div#fmi-warnings div .ps-lg-0{padding-left:0!important}div#fmi-warnings div .ps-lg-1{padding-left:.25rem!important}div#fmi-warnings div .ps-lg-2{padding-left:.5rem!important}div#fmi-warnings div .ps-lg-3{padding-left:1rem!important}div#fmi-warnings div .ps-lg-4{padding-left:1.5rem!important}div#fmi-warnings div .ps-lg-5{padding-left:3rem!important}div#fmi-warnings div .gap-lg-0{gap:0!important}div#fmi-warnings div .gap-lg-1{gap:.25rem!important}div#fmi-warnings div .gap-lg-2{gap:.5rem!important}div#fmi-warnings div .gap-lg-3{gap:1rem!important}div#fmi-warnings div .gap-lg-4{gap:1.5rem!important}div#fmi-warnings div .gap-lg-5{gap:3rem!important}div#fmi-warnings div .row-gap-lg-0{row-gap:0!important}div#fmi-warnings div .row-gap-lg-1{row-gap:.25rem!important}div#fmi-warnings div .row-gap-lg-2{row-gap:.5rem!important}div#fmi-warnings div .row-gap-lg-3{row-gap:1rem!important}div#fmi-warnings div .row-gap-lg-4{row-gap:1.5rem!important}div#fmi-warnings div .row-gap-lg-5{row-gap:3rem!important}div#fmi-warnings div .column-gap-lg-0{-moz-column-gap:0!important;column-gap:0!important}div#fmi-warnings div .column-gap-lg-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}div#fmi-warnings div .column-gap-lg-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}div#fmi-warnings div .column-gap-lg-3{-moz-column-gap:1rem!important;column-gap:1rem!important}div#fmi-warnings div .column-gap-lg-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}div#fmi-warnings div .column-gap-lg-5{-moz-column-gap:3rem!important;column-gap:3rem!important}div#fmi-warnings div .text-lg-start{text-align:left!important}div#fmi-warnings div .text-lg-end{text-align:right!important}div#fmi-warnings div .text-lg-center{text-align:center!important}}@media (min-width:1200px){div#fmi-warnings div .float-xl-start{float:left!important}div#fmi-warnings div .float-xl-end{float:right!important}div#fmi-warnings div .float-xl-none{float:none!important}div#fmi-warnings div .object-fit-xl-contain{-o-object-fit:contain!important;object-fit:contain!important}div#fmi-warnings div .object-fit-xl-cover{-o-object-fit:cover!important;object-fit:cover!important}div#fmi-warnings div .object-fit-xl-fill{-o-object-fit:fill!important;object-fit:fill!important}div#fmi-warnings div .object-fit-xl-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}div#fmi-warnings div .object-fit-xl-none{-o-object-fit:none!important;object-fit:none!important}div#fmi-warnings div .d-xl-inline{display:inline!important}div#fmi-warnings div .d-xl-inline-block{display:inline-block!important}div#fmi-warnings div .d-xl-block{display:block!important}div#fmi-warnings div .d-xl-grid{display:grid!important}div#fmi-warnings div .d-xl-inline-grid{display:inline-grid!important}div#fmi-warnings div .d-xl-table{display:table!important}div#fmi-warnings div .d-xl-table-row{display:table-row!important}div#fmi-warnings div .d-xl-table-cell{display:table-cell!important}div#fmi-warnings div .d-xl-flex{display:flex!important}div#fmi-warnings div .d-xl-inline-flex{display:inline-flex!important}div#fmi-warnings div .d-xl-none{display:none!important}div#fmi-warnings div .flex-xl-fill{flex:1 1 auto!important}div#fmi-warnings div .flex-xl-row{flex-direction:row!important}div#fmi-warnings div .flex-xl-column{flex-direction:column!important}div#fmi-warnings div .flex-xl-row-reverse{flex-direction:row-reverse!important}div#fmi-warnings div .flex-xl-column-reverse{flex-direction:column-reverse!important}div#fmi-warnings div .flex-xl-grow-0{flex-grow:0!important}div#fmi-warnings div .flex-xl-grow-1{flex-grow:1!important}div#fmi-warnings div .flex-xl-shrink-0{flex-shrink:0!important}div#fmi-warnings div .flex-xl-shrink-1{flex-shrink:1!important}div#fmi-warnings div .flex-xl-wrap{flex-wrap:wrap!important}div#fmi-warnings div .flex-xl-nowrap{flex-wrap:nowrap!important}div#fmi-warnings div .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}div#fmi-warnings div .justify-content-xl-start{justify-content:flex-start!important}div#fmi-warnings div .justify-content-xl-end{justify-content:flex-end!important}div#fmi-warnings div .justify-content-xl-center{justify-content:center!important}div#fmi-warnings div .justify-content-xl-between{justify-content:space-between!important}div#fmi-warnings div .justify-content-xl-around{justify-content:space-around!important}div#fmi-warnings div .justify-content-xl-evenly{justify-content:space-evenly!important}div#fmi-warnings div .align-items-xl-start{align-items:flex-start!important}div#fmi-warnings div .align-items-xl-end{align-items:flex-end!important}div#fmi-warnings div .align-items-xl-center{align-items:center!important}div#fmi-warnings div .align-items-xl-baseline{align-items:baseline!important}div#fmi-warnings div .align-items-xl-stretch{align-items:stretch!important}div#fmi-warnings div .align-content-xl-start{align-content:flex-start!important}div#fmi-warnings div .align-content-xl-end{align-content:flex-end!important}div#fmi-warnings div .align-content-xl-center{align-content:center!important}div#fmi-warnings div .align-content-xl-between{align-content:space-between!important}div#fmi-warnings div .align-content-xl-around{align-content:space-around!important}div#fmi-warnings div .align-content-xl-stretch{align-content:stretch!important}div#fmi-warnings div .align-self-xl-auto{align-self:auto!important}div#fmi-warnings div .align-self-xl-start{align-self:flex-start!important}div#fmi-warnings div .align-self-xl-end{align-self:flex-end!important}div#fmi-warnings div .align-self-xl-center{align-self:center!important}div#fmi-warnings div .align-self-xl-baseline{align-self:baseline!important}div#fmi-warnings div .align-self-xl-stretch{align-self:stretch!important}div#fmi-warnings div .order-xl-first{order:-1!important}div#fmi-warnings div .order-xl-0{order:0!important}div#fmi-warnings div .order-xl-1{order:1!important}div#fmi-warnings div .order-xl-2{order:2!important}div#fmi-warnings div .order-xl-3{order:3!important}div#fmi-warnings div .order-xl-4{order:4!important}div#fmi-warnings div .order-xl-5{order:5!important}div#fmi-warnings div .order-xl-last{order:6!important}div#fmi-warnings div .m-xl-0{margin:0!important}div#fmi-warnings div .m-xl-1{margin:.25rem!important}div#fmi-warnings div .m-xl-2{margin:.5rem!important}div#fmi-warnings div .m-xl-3{margin:1rem!important}div#fmi-warnings div .m-xl-4{margin:1.5rem!important}div#fmi-warnings div .m-xl-5{margin:3rem!important}div#fmi-warnings div .m-xl-auto{margin:auto!important}div#fmi-warnings div .mx-xl-0{margin-right:0!important;margin-left:0!important}div#fmi-warnings div .mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}div#fmi-warnings div .mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}div#fmi-warnings div .mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}div#fmi-warnings div .mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}div#fmi-warnings div .mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}div#fmi-warnings div .mx-xl-auto{margin-right:auto!important;margin-left:auto!important}div#fmi-warnings div .my-xl-0{margin-top:0!important;margin-bottom:0!important}div#fmi-warnings div .my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}div#fmi-warnings div .my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}div#fmi-warnings div .my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}div#fmi-warnings div .my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}div#fmi-warnings div .my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}div#fmi-warnings div .my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}div#fmi-warnings div .mt-xl-0{margin-top:0!important}div#fmi-warnings div .mt-xl-1{margin-top:.25rem!important}div#fmi-warnings div .mt-xl-2{margin-top:.5rem!important}div#fmi-warnings div .mt-xl-3{margin-top:1rem!important}div#fmi-warnings div .mt-xl-4{margin-top:1.5rem!important}div#fmi-warnings div .mt-xl-5{margin-top:3rem!important}div#fmi-warnings div .mt-xl-auto{margin-top:auto!important}div#fmi-warnings div .me-xl-0{margin-right:0!important}div#fmi-warnings div .me-xl-1{margin-right:.25rem!important}div#fmi-warnings div .me-xl-2{margin-right:.5rem!important}div#fmi-warnings div .me-xl-3{margin-right:1rem!important}div#fmi-warnings div .me-xl-4{margin-right:1.5rem!important}div#fmi-warnings div .me-xl-5{margin-right:3rem!important}div#fmi-warnings div .me-xl-auto{margin-right:auto!important}div#fmi-warnings div .mb-xl-0{margin-bottom:0!important}div#fmi-warnings div .mb-xl-1{margin-bottom:.25rem!important}div#fmi-warnings div .mb-xl-2{margin-bottom:.5rem!important}div#fmi-warnings div .mb-xl-3{margin-bottom:1rem!important}div#fmi-warnings div .mb-xl-4{margin-bottom:1.5rem!important}div#fmi-warnings div .mb-xl-5{margin-bottom:3rem!important}div#fmi-warnings div .mb-xl-auto{margin-bottom:auto!important}div#fmi-warnings div .ms-xl-0{margin-left:0!important}div#fmi-warnings div .ms-xl-1{margin-left:.25rem!important}div#fmi-warnings div .ms-xl-2{margin-left:.5rem!important}div#fmi-warnings div .ms-xl-3{margin-left:1rem!important}div#fmi-warnings div .ms-xl-4{margin-left:1.5rem!important}div#fmi-warnings div .ms-xl-5{margin-left:3rem!important}div#fmi-warnings div .ms-xl-auto{margin-left:auto!important}div#fmi-warnings div .p-xl-0{padding:0!important}div#fmi-warnings div .p-xl-1{padding:.25rem!important}div#fmi-warnings div .p-xl-2{padding:.5rem!important}div#fmi-warnings div .p-xl-3{padding:1rem!important}div#fmi-warnings div .p-xl-4{padding:1.5rem!important}div#fmi-warnings div .p-xl-5{padding:3rem!important}div#fmi-warnings div .px-xl-0{padding-right:0!important;padding-left:0!important}div#fmi-warnings div .px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}div#fmi-warnings div .px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}div#fmi-warnings div .px-xl-3{padding-right:1rem!important;padding-left:1rem!important}div#fmi-warnings div .px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}div#fmi-warnings div .px-xl-5{padding-right:3rem!important;padding-left:3rem!important}div#fmi-warnings div .py-xl-0{padding-top:0!important;padding-bottom:0!important}div#fmi-warnings div .py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}div#fmi-warnings div .py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}div#fmi-warnings div .py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}div#fmi-warnings div .py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}div#fmi-warnings div .py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}div#fmi-warnings div .pt-xl-0{padding-top:0!important}div#fmi-warnings div .pt-xl-1{padding-top:.25rem!important}div#fmi-warnings div .pt-xl-2{padding-top:.5rem!important}div#fmi-warnings div .pt-xl-3{padding-top:1rem!important}div#fmi-warnings div .pt-xl-4{padding-top:1.5rem!important}div#fmi-warnings div .pt-xl-5{padding-top:3rem!important}div#fmi-warnings div .pe-xl-0{padding-right:0!important}div#fmi-warnings div .pe-xl-1{padding-right:.25rem!important}div#fmi-warnings div .pe-xl-2{padding-right:.5rem!important}div#fmi-warnings div .pe-xl-3{padding-right:1rem!important}div#fmi-warnings div .pe-xl-4{padding-right:1.5rem!important}div#fmi-warnings div .pe-xl-5{padding-right:3rem!important}div#fmi-warnings div .pb-xl-0{padding-bottom:0!important}div#fmi-warnings div .pb-xl-1{padding-bottom:.25rem!important}div#fmi-warnings div .pb-xl-2{padding-bottom:.5rem!important}div#fmi-warnings div .pb-xl-3{padding-bottom:1rem!important}div#fmi-warnings div .pb-xl-4{padding-bottom:1.5rem!important}div#fmi-warnings div .pb-xl-5{padding-bottom:3rem!important}div#fmi-warnings div .ps-xl-0{padding-left:0!important}div#fmi-warnings div .ps-xl-1{padding-left:.25rem!important}div#fmi-warnings div .ps-xl-2{padding-left:.5rem!important}div#fmi-warnings div .ps-xl-3{padding-left:1rem!important}div#fmi-warnings div .ps-xl-4{padding-left:1.5rem!important}div#fmi-warnings div .ps-xl-5{padding-left:3rem!important}div#fmi-warnings div .gap-xl-0{gap:0!important}div#fmi-warnings div .gap-xl-1{gap:.25rem!important}div#fmi-warnings div .gap-xl-2{gap:.5rem!important}div#fmi-warnings div .gap-xl-3{gap:1rem!important}div#fmi-warnings div .gap-xl-4{gap:1.5rem!important}div#fmi-warnings div .gap-xl-5{gap:3rem!important}div#fmi-warnings div .row-gap-xl-0{row-gap:0!important}div#fmi-warnings div .row-gap-xl-1{row-gap:.25rem!important}div#fmi-warnings div .row-gap-xl-2{row-gap:.5rem!important}div#fmi-warnings div .row-gap-xl-3{row-gap:1rem!important}div#fmi-warnings div .row-gap-xl-4{row-gap:1.5rem!important}div#fmi-warnings div .row-gap-xl-5{row-gap:3rem!important}div#fmi-warnings div .column-gap-xl-0{-moz-column-gap:0!important;column-gap:0!important}div#fmi-warnings div .column-gap-xl-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}div#fmi-warnings div .column-gap-xl-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}div#fmi-warnings div .column-gap-xl-3{-moz-column-gap:1rem!important;column-gap:1rem!important}div#fmi-warnings div .column-gap-xl-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}div#fmi-warnings div .column-gap-xl-5{-moz-column-gap:3rem!important;column-gap:3rem!important}div#fmi-warnings div .text-xl-start{text-align:left!important}div#fmi-warnings div .text-xl-end{text-align:right!important}div#fmi-warnings div .text-xl-center{text-align:center!important}}@media (min-width:1400px){div#fmi-warnings div .float-xxl-start{float:left!important}div#fmi-warnings div .float-xxl-end{float:right!important}div#fmi-warnings div .float-xxl-none{float:none!important}div#fmi-warnings div .object-fit-xxl-contain{-o-object-fit:contain!important;object-fit:contain!important}div#fmi-warnings div .object-fit-xxl-cover{-o-object-fit:cover!important;object-fit:cover!important}div#fmi-warnings div .object-fit-xxl-fill{-o-object-fit:fill!important;object-fit:fill!important}div#fmi-warnings div .object-fit-xxl-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}div#fmi-warnings div .object-fit-xxl-none{-o-object-fit:none!important;object-fit:none!important}div#fmi-warnings div .d-xxl-inline{display:inline!important}div#fmi-warnings div .d-xxl-inline-block{display:inline-block!important}div#fmi-warnings div .d-xxl-block{display:block!important}div#fmi-warnings div .d-xxl-grid{display:grid!important}div#fmi-warnings div .d-xxl-inline-grid{display:inline-grid!important}div#fmi-warnings div .d-xxl-table{display:table!important}div#fmi-warnings div .d-xxl-table-row{display:table-row!important}div#fmi-warnings div .d-xxl-table-cell{display:table-cell!important}div#fmi-warnings div .d-xxl-flex{display:flex!important}div#fmi-warnings div .d-xxl-inline-flex{display:inline-flex!important}div#fmi-warnings div .d-xxl-none{display:none!important}div#fmi-warnings div .flex-xxl-fill{flex:1 1 auto!important}div#fmi-warnings div .flex-xxl-row{flex-direction:row!important}div#fmi-warnings div .flex-xxl-column{flex-direction:column!important}div#fmi-warnings div .flex-xxl-row-reverse{flex-direction:row-reverse!important}div#fmi-warnings div .flex-xxl-column-reverse{flex-direction:column-reverse!important}div#fmi-warnings div .flex-xxl-grow-0{flex-grow:0!important}div#fmi-warnings div .flex-xxl-grow-1{flex-grow:1!important}div#fmi-warnings div .flex-xxl-shrink-0{flex-shrink:0!important}div#fmi-warnings div .flex-xxl-shrink-1{flex-shrink:1!important}div#fmi-warnings div .flex-xxl-wrap{flex-wrap:wrap!important}div#fmi-warnings div .flex-xxl-nowrap{flex-wrap:nowrap!important}div#fmi-warnings div .flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}div#fmi-warnings div .justify-content-xxl-start{justify-content:flex-start!important}div#fmi-warnings div .justify-content-xxl-end{justify-content:flex-end!important}div#fmi-warnings div .justify-content-xxl-center{justify-content:center!important}div#fmi-warnings div .justify-content-xxl-between{justify-content:space-between!important}div#fmi-warnings div .justify-content-xxl-around{justify-content:space-around!important}div#fmi-warnings div .justify-content-xxl-evenly{justify-content:space-evenly!important}div#fmi-warnings div .align-items-xxl-start{align-items:flex-start!important}div#fmi-warnings div .align-items-xxl-end{align-items:flex-end!important}div#fmi-warnings div .align-items-xxl-center{align-items:center!important}div#fmi-warnings div .align-items-xxl-baseline{align-items:baseline!important}div#fmi-warnings div .align-items-xxl-stretch{align-items:stretch!important}div#fmi-warnings div .align-content-xxl-start{align-content:flex-start!important}div#fmi-warnings div .align-content-xxl-end{align-content:flex-end!important}div#fmi-warnings div .align-content-xxl-center{align-content:center!important}div#fmi-warnings div .align-content-xxl-between{align-content:space-between!important}div#fmi-warnings div .align-content-xxl-around{align-content:space-around!important}div#fmi-warnings div .align-content-xxl-stretch{align-content:stretch!important}div#fmi-warnings div .align-self-xxl-auto{align-self:auto!important}div#fmi-warnings div .align-self-xxl-start{align-self:flex-start!important}div#fmi-warnings div .align-self-xxl-end{align-self:flex-end!important}div#fmi-warnings div .align-self-xxl-center{align-self:center!important}div#fmi-warnings div .align-self-xxl-baseline{align-self:baseline!important}div#fmi-warnings div .align-self-xxl-stretch{align-self:stretch!important}div#fmi-warnings div .order-xxl-first{order:-1!important}div#fmi-warnings div .order-xxl-0{order:0!important}div#fmi-warnings div .order-xxl-1{order:1!important}div#fmi-warnings div .order-xxl-2{order:2!important}div#fmi-warnings div .order-xxl-3{order:3!important}div#fmi-warnings div .order-xxl-4{order:4!important}div#fmi-warnings div .order-xxl-5{order:5!important}div#fmi-warnings div .order-xxl-last{order:6!important}div#fmi-warnings div .m-xxl-0{margin:0!important}div#fmi-warnings div .m-xxl-1{margin:.25rem!important}div#fmi-warnings div .m-xxl-2{margin:.5rem!important}div#fmi-warnings div .m-xxl-3{margin:1rem!important}div#fmi-warnings div .m-xxl-4{margin:1.5rem!important}div#fmi-warnings div .m-xxl-5{margin:3rem!important}div#fmi-warnings div .m-xxl-auto{margin:auto!important}div#fmi-warnings div .mx-xxl-0{margin-right:0!important;margin-left:0!important}div#fmi-warnings div .mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}div#fmi-warnings div .mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}div#fmi-warnings div .mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}div#fmi-warnings div .mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}div#fmi-warnings div .mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}div#fmi-warnings div .mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}div#fmi-warnings div .my-xxl-0{margin-top:0!important;margin-bottom:0!important}div#fmi-warnings div .my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}div#fmi-warnings div .my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}div#fmi-warnings div .my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}div#fmi-warnings div .my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}div#fmi-warnings div .my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}div#fmi-warnings div .my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}div#fmi-warnings div .mt-xxl-0{margin-top:0!important}div#fmi-warnings div .mt-xxl-1{margin-top:.25rem!important}div#fmi-warnings div .mt-xxl-2{margin-top:.5rem!important}div#fmi-warnings div .mt-xxl-3{margin-top:1rem!important}div#fmi-warnings div .mt-xxl-4{margin-top:1.5rem!important}div#fmi-warnings div .mt-xxl-5{margin-top:3rem!important}div#fmi-warnings div .mt-xxl-auto{margin-top:auto!important}div#fmi-warnings div .me-xxl-0{margin-right:0!important}div#fmi-warnings div .me-xxl-1{margin-right:.25rem!important}div#fmi-warnings div .me-xxl-2{margin-right:.5rem!important}div#fmi-warnings div .me-xxl-3{margin-right:1rem!important}div#fmi-warnings div .me-xxl-4{margin-right:1.5rem!important}div#fmi-warnings div .me-xxl-5{margin-right:3rem!important}div#fmi-warnings div .me-xxl-auto{margin-right:auto!important}div#fmi-warnings div .mb-xxl-0{margin-bottom:0!important}div#fmi-warnings div .mb-xxl-1{margin-bottom:.25rem!important}div#fmi-warnings div .mb-xxl-2{margin-bottom:.5rem!important}div#fmi-warnings div .mb-xxl-3{margin-bottom:1rem!important}div#fmi-warnings div .mb-xxl-4{margin-bottom:1.5rem!important}div#fmi-warnings div .mb-xxl-5{margin-bottom:3rem!important}div#fmi-warnings div .mb-xxl-auto{margin-bottom:auto!important}div#fmi-warnings div .ms-xxl-0{margin-left:0!important}div#fmi-warnings div .ms-xxl-1{margin-left:.25rem!important}div#fmi-warnings div .ms-xxl-2{margin-left:.5rem!important}div#fmi-warnings div .ms-xxl-3{margin-left:1rem!important}div#fmi-warnings div .ms-xxl-4{margin-left:1.5rem!important}div#fmi-warnings div .ms-xxl-5{margin-left:3rem!important}div#fmi-warnings div .ms-xxl-auto{margin-left:auto!important}div#fmi-warnings div .p-xxl-0{padding:0!important}div#fmi-warnings div .p-xxl-1{padding:.25rem!important}div#fmi-warnings div .p-xxl-2{padding:.5rem!important}div#fmi-warnings div .p-xxl-3{padding:1rem!important}div#fmi-warnings div .p-xxl-4{padding:1.5rem!important}div#fmi-warnings div .p-xxl-5{padding:3rem!important}div#fmi-warnings div .px-xxl-0{padding-right:0!important;padding-left:0!important}div#fmi-warnings div .px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}div#fmi-warnings div .px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}div#fmi-warnings div .px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}div#fmi-warnings div .px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}div#fmi-warnings div .px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}div#fmi-warnings div .py-xxl-0{padding-top:0!important;padding-bottom:0!important}div#fmi-warnings div .py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}div#fmi-warnings div .py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}div#fmi-warnings div .py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}div#fmi-warnings div .py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}div#fmi-warnings div .py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}div#fmi-warnings div .pt-xxl-0{padding-top:0!important}div#fmi-warnings div .pt-xxl-1{padding-top:.25rem!important}div#fmi-warnings div .pt-xxl-2{padding-top:.5rem!important}div#fmi-warnings div .pt-xxl-3{padding-top:1rem!important}div#fmi-warnings div .pt-xxl-4{padding-top:1.5rem!important}div#fmi-warnings div .pt-xxl-5{padding-top:3rem!important}div#fmi-warnings div .pe-xxl-0{padding-right:0!important}div#fmi-warnings div .pe-xxl-1{padding-right:.25rem!important}div#fmi-warnings div .pe-xxl-2{padding-right:.5rem!important}div#fmi-warnings div .pe-xxl-3{padding-right:1rem!important}div#fmi-warnings div .pe-xxl-4{padding-right:1.5rem!important}div#fmi-warnings div .pe-xxl-5{padding-right:3rem!important}div#fmi-warnings div .pb-xxl-0{padding-bottom:0!important}div#fmi-warnings div .pb-xxl-1{padding-bottom:.25rem!important}div#fmi-warnings div .pb-xxl-2{padding-bottom:.5rem!important}div#fmi-warnings div .pb-xxl-3{padding-bottom:1rem!important}div#fmi-warnings div .pb-xxl-4{padding-bottom:1.5rem!important}div#fmi-warnings div .pb-xxl-5{padding-bottom:3rem!important}div#fmi-warnings div .ps-xxl-0{padding-left:0!important}div#fmi-warnings div .ps-xxl-1{padding-left:.25rem!important}div#fmi-warnings div .ps-xxl-2{padding-left:.5rem!important}div#fmi-warnings div .ps-xxl-3{padding-left:1rem!important}div#fmi-warnings div .ps-xxl-4{padding-left:1.5rem!important}div#fmi-warnings div .ps-xxl-5{padding-left:3rem!important}div#fmi-warnings div .gap-xxl-0{gap:0!important}div#fmi-warnings div .gap-xxl-1{gap:.25rem!important}div#fmi-warnings div .gap-xxl-2{gap:.5rem!important}div#fmi-warnings div .gap-xxl-3{gap:1rem!important}div#fmi-warnings div .gap-xxl-4{gap:1.5rem!important}div#fmi-warnings div .gap-xxl-5{gap:3rem!important}div#fmi-warnings div .row-gap-xxl-0{row-gap:0!important}div#fmi-warnings div .row-gap-xxl-1{row-gap:.25rem!important}div#fmi-warnings div .row-gap-xxl-2{row-gap:.5rem!important}div#fmi-warnings div .row-gap-xxl-3{row-gap:1rem!important}div#fmi-warnings div .row-gap-xxl-4{row-gap:1.5rem!important}div#fmi-warnings div .row-gap-xxl-5{row-gap:3rem!important}div#fmi-warnings div .column-gap-xxl-0{-moz-column-gap:0!important;column-gap:0!important}div#fmi-warnings div .column-gap-xxl-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}div#fmi-warnings div .column-gap-xxl-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}div#fmi-warnings div .column-gap-xxl-3{-moz-column-gap:1rem!important;column-gap:1rem!important}div#fmi-warnings div .column-gap-xxl-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}div#fmi-warnings div .column-gap-xxl-5{-moz-column-gap:3rem!important;column-gap:3rem!important}div#fmi-warnings div .text-xxl-start{text-align:left!important}div#fmi-warnings div .text-xxl-end{text-align:right!important}div#fmi-warnings div .text-xxl-center{text-align:center!important}}@media (min-width:1200px){div#fmi-warnings div .fs-1{font-size:2.5rem!important}div#fmi-warnings div .fs-2{font-size:2rem!important}div#fmi-warnings div .fs-3{font-size:1.75rem!important}div#fmi-warnings div .fs-4{font-size:1.5rem!important}}@media print{div#fmi-warnings div .d-print-inline{display:inline!important}div#fmi-warnings div .d-print-inline-block{display:inline-block!important}div#fmi-warnings div .d-print-block{display:block!important}div#fmi-warnings div .d-print-grid{display:grid!important}div#fmi-warnings div .d-print-inline-grid{display:inline-grid!important}div#fmi-warnings div .d-print-table{display:table!important}div#fmi-warnings div .d-print-table-row{display:table-row!important}div#fmi-warnings div .d-print-table-cell{display:table-cell!important}div#fmi-warnings div .d-print-flex{display:flex!important}div#fmi-warnings div .d-print-inline-flex{display:inline-flex!important}div#fmi-warnings div .d-print-none{display:none!important}}`;var bh={BASE_URL:"./",MODE:"production",DEV:!1,PROD:!0,SSR:!1};const hh={name:"App",components:{AlertClient:ks},mixins:[ce,pe],props:{currentDate:{type:String,default:null},baseUrl:{type:String,default:"https://www.ilmatieteenlaitos.fi/geoserver/alert/ows"},selectedDay:{type:String,default:"0"},regionListEnabled:{type:String,default:"true"},spinnerEnabled:{type:String,default:"true"},grayScaleSelector:{type:String,default:"true"},staticDays:{type:String,default:"true"},startFrom:{type:String,default:""},weatherUpdated:String,floodUpdated:String,weatherWarnings:String,floodWarnings:String,warnings:{type:String,default:""},dailyWarningTypes:{type:String,default:""},refreshInterval:{type:String,default:"900000"},geometryId:{type:String,default:ce.props.defaultGeometryId||"2021"},language:{type:String,default:bh.VITE_LANGUAGE||"fi"},theme:{type:String,default:"light"},sleep:{type:String,default:"true"},spinnerEnabled:{type:String,default:"true"},debugMode:{type:String,default:"false"}},data(){return{loading:1,updatedAt:null,refreshedAt:null,themeClass:`${this.theme}-theme`,warningsData:null,visible:!0}},computed:{selectedDayParsed(){return Number(this.selectedDay)},regionListEnabledParsed(){return this.regionListEnabled.toLowerCase()!=="false"},grayScaleSelectorParsed(){return this.grayScaleSelector.toLowerCase()!=="false"},staticDaysParsed(){return this.staticDays.toLowerCase()!=="false"},dailyWarningTypesParsed(){return this.dailyWarningTypes?this.dailyWarningTypes.split(",").map(t=>t.trim()):[]},refreshIntervalParsed(){return Number(this.refreshInterval)},geometryIdParsed(){return Number(this.geometryId)},sleepParsed(){return this.sleep.toLowerCase()!=="false"},spinnerEnabledParsed(){return this.spinnerEnabled.toLowerCase()!=="false"},weatherUpdatedType(){return"weather_update_time"},floodUpdatedType(){return"flood_update_time"},weatherWarningsType(){return"weather_finland_active_all"},floodWarningsType(){return"flood_finland_active_all"},weatherUpdatedQuery(){return this.weatherUpdated||`${this.query}${this.weatherUpdatedType}`},floodUpdatedQuery(){return this.floodUpdated||`${this.query}${this.floodUpdatedType}`},weatherWarningsQuery(){return this.weatherWarnings||`${this.query}${this.weatherWarningsType}`},floodWarningsQuery(){return this.floodWarnings||`${this.query}${this.floodWarningsType}${this.floodFilter}`},query(){return"?service=WFS&version=1.0.0&request=GetFeature&maxFeatures=1000&outputFormat=application%2Fjson&typeName="},floodSupportedSeverities(){return["moderate","severe","extreme"]},floodFilter(){return`${this.floodSupportedSeverities.reduce((t,e,r)=>`${t+(r===0?"":",")}%27${e.toUpperCase()}%27`,"&cql_filter=severity%20IN%20(")})%20AND%20language=%27${this.capLanguage()}%27`},capLanguage(){return()=>({fi:"fi-FI",sv:"sv-SV",en:"en-US"})[this.language]},currentTime(){return this.refreshedAt?this.refreshedAt:this.currentDate?new Date(this.currentDate).getTime():Date.now()}},created(){this.warnings&&(this.warningsData=JSON.parse(this.warnings))},serverPrefetch(){if(!this.warnings)return this.fetchWarnings()},methods:{onLoaded(t){t!==0&&(this.loading=t===-1?-1:0)},onThemeChanged(t){this.themeClass=`${t!=null&&t.length>0?t:this.theme}-theme`},fetchWarnings(){this.loading=1,this.debugMode.toLowerCase()!=="false"&&console.log(`Updating warnings at ${new Date}`);const t=new Map().set(`${this.baseUrl}${this.weatherUpdatedQuery}`,this.weatherUpdatedType).set(`${this.baseUrl}${this.floodUpdatedQuery}`,this.floodUpdatedType).set(`${this.baseUrl}${this.weatherWarningsQuery}`,this.weatherWarningsType).set(`${this.baseUrl}${this.floodWarningsQuery}`,this.floodWarningsType),e={};return Promise.allSettled([...t.keys()].map(async r=>vh(r).then(n=>n.json().then(o=>{const s=Date.now();this.updatedAt!=null&&(this.refreshedAt=s),this.updatedAt=s,e[t.get(r)]=o}).catch(o=>{this.loading=-1,console.log(o)})))).then(()=>{this.warningsData=e})},show(){this.visible=!0},hide(){this.visible=!1}}};function wh(t,e,r,n,o,s){const d=ks;return o.visible?(G(),zi(d,{key:0,"refresh-interval":s.refreshIntervalParsed,"default-day":s.selectedDayParsed,"static-days":s.staticDaysParsed,"start-from":r.startFrom,"region-list-enabled":s.regionListEnabledParsed,"gray-scale-selector":s.grayScaleSelectorParsed,"current-time":s.currentTime,"warnings-data":o.warningsData,"daily-warning-types":s.dailyWarningTypesParsed,"geometry-id":s.geometryIdParsed,language:r.language,theme:o.themeClass,sleep:s.sleepParsed,loading:o.loading,"spinner-enabled":s.spinnerEnabledParsed,onLoaded:s.onLoaded,onThemeChanged:s.onThemeChanged,onUpdateWarnings:s.fetchWarnings},null,8,["refresh-interval","default-day","static-days","start-from","region-list-enabled","gray-scale-selector","current-time","warnings-data","daily-warning-types","geometry-id","language","theme","sleep","loading","spinner-enabled","onLoaded","onThemeChanged","onUpdateWarnings"])):qi("",!0)}const Ch=Dt(hh,[["render",wh],["styles",[ph]]]);nl({rootComponent:Ch,elementName:"smartmet-alert-client",VueDefineCustomElement:q5,h:x5,createApp:X5,getCurrentInstance:J2});
|
|
277
|
+
//# sourceMappingURL=index.mjs.map
|