@fmidev/smartmet-alert-client 4.0.7 → 4.0.9

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/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * name: @fmidev/smartmet-alert-client
3
- * version: v4.0.7
3
+ * version: v4.0.9
4
4
  * description: Web application for viewing weather and flood alerts
5
5
  * author: Finnish Meteorological Institute
6
6
  * homepage: https://github.com/fmidev/smartmet-alert-client#readme
@@ -268,10 +268,10 @@
268
268
  `);return s.length>0&&(o+=' xmlns:xlink="http://www.w3.org/1999/xlink"',l=`<defs>
269
269
  `+this.pluck(s,"svg").join("")+`</defs>
270
270
  `+l),l=bf(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),c=l[0]+l[2],m=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-m)),k>0&&(_=(d||u||1)/(k-c)),k?I||(R=_,I=u>0?m+u/R:k,e.max_height>0&&I>e.max_height&&(R=_*I/e.max_height,I=e.max_height)):(_=R,k=d>0?c+d/_:I),_>R?(R=_,n=R*(I-m)-u):R>_&&(_=R,r=_*(k-c)-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(jm,function(e){return Wm[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,c)=>{const m=this.exportLayerAsGeoJSON(l,t,e,o);return u.length>0?u.concat(m):m},[]);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,c){const m=s?s[c]:null,p=Tt.exporters[t.geometry_type];let v=m?p(m,e.arcs,r):null;if(n)v={type:"Feature",geometry:v,properties:o?o[c]:null},d&&(v.id=d[c]);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,c){Ar(l.properties||{},u[c])})},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=Zm[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:[me,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),c=new Date(o);c.setDate(c.getDate()+s+1);const m=this.toTimeZone(c),p=new Date(m.year,m.month-1,m.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,c)=>c.effectiveDays[o]?Math.max(c.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 c=d.filter(m=>t[m].type===l);c.sort((m,p)=>{if(t[m].severity!==t[p].severity)return t[p].severity-t[m].severity;if(t[m].value!==t[p].value)return t[p].value-t[m].value;const v=new Date(t[m].effectiveFrom).getTime(),k=new Date(t[p].effectiveFrom).getTime();if(v!==k)return v-k;const I=new Date(t[m].effectiveUntil).getTime(),_=new Date(t[p].effectiveUntil).getTime();return I-_}),c.forEach(m=>{this.regionIds.forEach((p,v)=>{if(t[m].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(m)||_.identifiers.push(m);const R=t[m].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 dm().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(m=>t[m]!=null).reduce((m,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();m.push(v),this.currentTime-v>this.maxUpdateDelay[p]&&this.handleError(`${p}_outdated`)}else this.handleError(p);return m},[]).sort().reverse();if(this.updatedAt=n.length>0?n[0]:null,!this.staticDays){const m=this.startFrom==="updated"?this.updatedAt:this.currentTime;this.timeOffset=this.msSinceStartOfDay(m)}const o={[this.WEATHER_WARNINGS]:this.createWeatherWarning,[this.FLOOD_WARNINGS]:this.createFloodWarning},s=Object.keys(o);for(const m of s){let p=[];if(t[m]==null){this.handleError(`Missing data: ${m}`),this.onDataError();continue}p=t[m].features;for(const v of p)if(this.isValid(v)){let k;const I=[],_=v.properties.identifier;if(e[_]==null){e[_]=o[m](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,h)=>{y&&(r[E][h]=!0)}))})}}const d=this.createDays(e),u=this.getMaxSeverities(e),l=this.createLegend(u),c=this.createRegions(e);return{warnings:e,days:d,regions:c,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-89f3ac1c]{transform:rotate(0)}div#fmi-warnings div .transform-rotate-5[data-v-89f3ac1c]{transform:rotate(5deg)}div#fmi-warnings div .transform-rotate-10[data-v-89f3ac1c]{transform:rotate(10deg)}div#fmi-warnings div .transform-rotate-15[data-v-89f3ac1c]{transform:rotate(15deg)}div#fmi-warnings div .transform-rotate-20[data-v-89f3ac1c]{transform:rotate(20deg)}div#fmi-warnings div .transform-rotate-25[data-v-89f3ac1c]{transform:rotate(25deg)}div#fmi-warnings div .transform-rotate-30[data-v-89f3ac1c]{transform:rotate(30deg)}div#fmi-warnings div .transform-rotate-35[data-v-89f3ac1c]{transform:rotate(35deg)}div#fmi-warnings div .transform-rotate-40[data-v-89f3ac1c]{transform:rotate(40deg)}div#fmi-warnings div .transform-rotate-45[data-v-89f3ac1c]{transform:rotate(45deg)}div#fmi-warnings div .transform-rotate-50[data-v-89f3ac1c]{transform:rotate(50deg)}div#fmi-warnings div .transform-rotate-55[data-v-89f3ac1c]{transform:rotate(55deg)}div#fmi-warnings div .transform-rotate-60[data-v-89f3ac1c]{transform:rotate(60deg)}div#fmi-warnings div .transform-rotate-65[data-v-89f3ac1c]{transform:rotate(65deg)}div#fmi-warnings div .transform-rotate-70[data-v-89f3ac1c]{transform:rotate(70deg)}div#fmi-warnings div .transform-rotate-75[data-v-89f3ac1c]{transform:rotate(75deg)}div#fmi-warnings div .transform-rotate-80[data-v-89f3ac1c]{transform:rotate(80deg)}div#fmi-warnings div .transform-rotate-85[data-v-89f3ac1c]{transform:rotate(85deg)}div#fmi-warnings div .transform-rotate-90[data-v-89f3ac1c]{transform:rotate(90deg)}div#fmi-warnings div .transform-rotate-95[data-v-89f3ac1c]{transform:rotate(95deg)}div#fmi-warnings div .transform-rotate-100[data-v-89f3ac1c]{transform:rotate(100deg)}div#fmi-warnings div .transform-rotate-105[data-v-89f3ac1c]{transform:rotate(105deg)}div#fmi-warnings div .transform-rotate-110[data-v-89f3ac1c]{transform:rotate(110deg)}div#fmi-warnings div .transform-rotate-115[data-v-89f3ac1c]{transform:rotate(115deg)}div#fmi-warnings div .transform-rotate-120[data-v-89f3ac1c]{transform:rotate(120deg)}div#fmi-warnings div .transform-rotate-125[data-v-89f3ac1c]{transform:rotate(125deg)}div#fmi-warnings div .transform-rotate-130[data-v-89f3ac1c]{transform:rotate(130deg)}div#fmi-warnings div .transform-rotate-135[data-v-89f3ac1c]{transform:rotate(135deg)}div#fmi-warnings div .transform-rotate-140[data-v-89f3ac1c]{transform:rotate(140deg)}div#fmi-warnings div .transform-rotate-145[data-v-89f3ac1c]{transform:rotate(145deg)}div#fmi-warnings div .transform-rotate-150[data-v-89f3ac1c]{transform:rotate(150deg)}div#fmi-warnings div .transform-rotate-155[data-v-89f3ac1c]{transform:rotate(155deg)}div#fmi-warnings div .transform-rotate-160[data-v-89f3ac1c]{transform:rotate(160deg)}div#fmi-warnings div .transform-rotate-165[data-v-89f3ac1c]{transform:rotate(165deg)}div#fmi-warnings div .transform-rotate-170[data-v-89f3ac1c]{transform:rotate(170deg)}div#fmi-warnings div .transform-rotate-175[data-v-89f3ac1c]{transform:rotate(175deg)}div#fmi-warnings div .transform-rotate-180[data-v-89f3ac1c]{transform:rotate(180deg)}div#fmi-warnings div .transform-rotate-185[data-v-89f3ac1c]{transform:rotate(185deg)}div#fmi-warnings div .transform-rotate-190[data-v-89f3ac1c]{transform:rotate(190deg)}div#fmi-warnings div .transform-rotate-195[data-v-89f3ac1c]{transform:rotate(195deg)}div#fmi-warnings div .transform-rotate-200[data-v-89f3ac1c]{transform:rotate(200deg)}div#fmi-warnings div .transform-rotate-205[data-v-89f3ac1c]{transform:rotate(205deg)}div#fmi-warnings div .transform-rotate-210[data-v-89f3ac1c]{transform:rotate(210deg)}div#fmi-warnings div .transform-rotate-215[data-v-89f3ac1c]{transform:rotate(215deg)}div#fmi-warnings div .transform-rotate-220[data-v-89f3ac1c]{transform:rotate(220deg)}div#fmi-warnings div .transform-rotate-225[data-v-89f3ac1c]{transform:rotate(225deg)}div#fmi-warnings div .transform-rotate-230[data-v-89f3ac1c]{transform:rotate(230deg)}div#fmi-warnings div .transform-rotate-235[data-v-89f3ac1c]{transform:rotate(235deg)}div#fmi-warnings div .transform-rotate-240[data-v-89f3ac1c]{transform:rotate(240deg)}div#fmi-warnings div .transform-rotate-245[data-v-89f3ac1c]{transform:rotate(245deg)}div#fmi-warnings div .transform-rotate-250[data-v-89f3ac1c]{transform:rotate(250deg)}div#fmi-warnings div .transform-rotate-255[data-v-89f3ac1c]{transform:rotate(255deg)}div#fmi-warnings div .transform-rotate-260[data-v-89f3ac1c]{transform:rotate(260deg)}div#fmi-warnings div .transform-rotate-265[data-v-89f3ac1c]{transform:rotate(265deg)}div#fmi-warnings div .transform-rotate-270[data-v-89f3ac1c]{transform:rotate(270deg)}div#fmi-warnings div .transform-rotate-275[data-v-89f3ac1c]{transform:rotate(275deg)}div#fmi-warnings div .transform-rotate-280[data-v-89f3ac1c]{transform:rotate(280deg)}div#fmi-warnings div .transform-rotate-285[data-v-89f3ac1c]{transform:rotate(285deg)}div#fmi-warnings div .transform-rotate-290[data-v-89f3ac1c]{transform:rotate(290deg)}div#fmi-warnings div .transform-rotate-295[data-v-89f3ac1c]{transform:rotate(295deg)}div#fmi-warnings div .transform-rotate-300[data-v-89f3ac1c]{transform:rotate(300deg)}div#fmi-warnings div .transform-rotate-305[data-v-89f3ac1c]{transform:rotate(305deg)}div#fmi-warnings div .transform-rotate-310[data-v-89f3ac1c]{transform:rotate(310deg)}div#fmi-warnings div .transform-rotate-315[data-v-89f3ac1c]{transform:rotate(315deg)}div#fmi-warnings div .transform-rotate-320[data-v-89f3ac1c]{transform:rotate(320deg)}div#fmi-warnings div .transform-rotate-325[data-v-89f3ac1c]{transform:rotate(325deg)}div#fmi-warnings div .transform-rotate-330[data-v-89f3ac1c]{transform:rotate(330deg)}div#fmi-warnings div .transform-rotate-335[data-v-89f3ac1c]{transform:rotate(335deg)}div#fmi-warnings div .transform-rotate-340[data-v-89f3ac1c]{transform:rotate(340deg)}div#fmi-warnings div .transform-rotate-345[data-v-89f3ac1c]{transform:rotate(345deg)}div#fmi-warnings div .transform-rotate-350[data-v-89f3ac1c]{transform:rotate(350deg)}div#fmi-warnings div .transform-rotate-355[data-v-89f3ac1c]{transform:rotate(355deg)}div#fmi-warnings div .transform-rotate-360[data-v-89f3ac1c]{transform:rotate(360deg)}div#fmi-warnings div div.symbol-image[data-v-89f3ac1c]{display:table}div#fmi-warnings div .light-theme .level-0[data-v-89f3ac1c],div#fmi-warnings div .light-theme .level-1[data-v-89f3ac1c]{background-color:#6af86a}div#fmi-warnings div .light-theme .level-2[data-v-89f3ac1c]{background-color:#f8f800}div#fmi-warnings div .light-theme .level-3[data-v-89f3ac1c]{background-color:#f9bf2e}div#fmi-warnings div .light-theme .level-4[data-v-89f3ac1c]{background-color:#ff0909}div#fmi-warnings div .dark-theme .level-0[data-v-89f3ac1c],div#fmi-warnings div .dark-theme .level-1[data-v-89f3ac1c]{background-color:#6af86a}div#fmi-warnings div .dark-theme .level-2[data-v-89f3ac1c]{background-color:#f8f800}div#fmi-warnings div .dark-theme .level-3[data-v-89f3ac1c]{background-color:#f9bf2e}div#fmi-warnings div .dark-theme .level-4[data-v-89f3ac1c]{background-color:#ff0909}div#fmi-warnings div .light-gray-theme .level-0[data-v-89f3ac1c],div#fmi-warnings div .light-gray-theme .level-1[data-v-89f3ac1c]{background-color:#fff}div#fmi-warnings div .light-gray-theme .level-2[data-v-89f3ac1c]{background-color:#aaa}div#fmi-warnings div .light-gray-theme .level-3[data-v-89f3ac1c]{background-color:#555}div#fmi-warnings div .light-gray-theme .level-4[data-v-89f3ac1c]{background-color:#000}div#fmi-warnings div .dark-gray-theme .level-0[data-v-89f3ac1c],div#fmi-warnings div .dark-gray-theme .level-1[data-v-89f3ac1c]{background-color:#fff}div#fmi-warnings div .dark-gray-theme .level-2[data-v-89f3ac1c]{background-color:#aaa}div#fmi-warnings div .dark-gray-theme .level-3[data-v-89f3ac1c]{background-color:#555}div#fmi-warnings div .dark-gray-theme .level-4[data-v-89f3ac1c]{background-color:#000}@media (forced-colors: active){div#fmi-warnings div .level-0[data-v-89f3ac1c],div#fmi-warnings div .level-1[data-v-89f3ac1c],div#fmi-warnings div .level-2[data-v-89f3ac1c],div#fmi-warnings div .level-3[data-v-89f3ac1c],div#fmi-warnings div .level-4[data-v-89f3ac1c]{forced-color-adjust:none}}div#fmi-warnings div .thunder-storm[data-v-89f3ac1c]{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-89f3ac1c]{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-89f3ac1c]{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-89f3ac1c]{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-89f3ac1c]{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-89f3ac1c]{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-89f3ac1c]{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-89f3ac1c]{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-89f3ac1c]{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-89f3ac1c]{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-89f3ac1c]{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-89f3ac1c]{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-89f3ac1c]{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-89f3ac1c]{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-89f3ac1c]{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-89f3ac1c]{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-89f3ac1c]{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-89f3ac1c]{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-89f3ac1c]{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-89f3ac1c]{display:none}}div#fmi-warnings div div.warning-image[data-v-89f3ac1c]{border-radius:50%;background-repeat:no-repeat;background-position:center}div#fmi-warnings div .current-warning-image[data-v-89f3ac1c]{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-89f3ac1c]{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-89f3ac1c"]]),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,me],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,c=us,m=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(m,{"body-class":"p-0"},{default:Yi(()=>[q("div",Of,[q("div",zf,[(G(!0),ri(Bi,null,$i(s.reducedWarnings,k=>(G(),zi(c,{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 cs=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:cs},mixins:[me,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"},Xf=["id"],Kf={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=cs;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,Xf),q("div",Kf,[(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 ms=Dt(Zf,[["render",iv],["styles",[Wf]],["__scopeId","data-v-89d7e40f"]]),tv='div#fmi-warnings div .transform-rotate-0[data-v-8cfdce3b]{transform:rotate(0)}div#fmi-warnings div .transform-rotate-5[data-v-8cfdce3b]{transform:rotate(5deg)}div#fmi-warnings div .transform-rotate-10[data-v-8cfdce3b]{transform:rotate(10deg)}div#fmi-warnings div .transform-rotate-15[data-v-8cfdce3b]{transform:rotate(15deg)}div#fmi-warnings div .transform-rotate-20[data-v-8cfdce3b]{transform:rotate(20deg)}div#fmi-warnings div .transform-rotate-25[data-v-8cfdce3b]{transform:rotate(25deg)}div#fmi-warnings div .transform-rotate-30[data-v-8cfdce3b]{transform:rotate(30deg)}div#fmi-warnings div .transform-rotate-35[data-v-8cfdce3b]{transform:rotate(35deg)}div#fmi-warnings div .transform-rotate-40[data-v-8cfdce3b]{transform:rotate(40deg)}div#fmi-warnings div .transform-rotate-45[data-v-8cfdce3b]{transform:rotate(45deg)}div#fmi-warnings div .transform-rotate-50[data-v-8cfdce3b]{transform:rotate(50deg)}div#fmi-warnings div .transform-rotate-55[data-v-8cfdce3b]{transform:rotate(55deg)}div#fmi-warnings div .transform-rotate-60[data-v-8cfdce3b]{transform:rotate(60deg)}div#fmi-warnings div .transform-rotate-65[data-v-8cfdce3b]{transform:rotate(65deg)}div#fmi-warnings div .transform-rotate-70[data-v-8cfdce3b]{transform:rotate(70deg)}div#fmi-warnings div .transform-rotate-75[data-v-8cfdce3b]{transform:rotate(75deg)}div#fmi-warnings div .transform-rotate-80[data-v-8cfdce3b]{transform:rotate(80deg)}div#fmi-warnings div .transform-rotate-85[data-v-8cfdce3b]{transform:rotate(85deg)}div#fmi-warnings div .transform-rotate-90[data-v-8cfdce3b]{transform:rotate(90deg)}div#fmi-warnings div .transform-rotate-95[data-v-8cfdce3b]{transform:rotate(95deg)}div#fmi-warnings div .transform-rotate-100[data-v-8cfdce3b]{transform:rotate(100deg)}div#fmi-warnings div .transform-rotate-105[data-v-8cfdce3b]{transform:rotate(105deg)}div#fmi-warnings div .transform-rotate-110[data-v-8cfdce3b]{transform:rotate(110deg)}div#fmi-warnings div .transform-rotate-115[data-v-8cfdce3b]{transform:rotate(115deg)}div#fmi-warnings div .transform-rotate-120[data-v-8cfdce3b]{transform:rotate(120deg)}div#fmi-warnings div .transform-rotate-125[data-v-8cfdce3b]{transform:rotate(125deg)}div#fmi-warnings div .transform-rotate-130[data-v-8cfdce3b]{transform:rotate(130deg)}div#fmi-warnings div .transform-rotate-135[data-v-8cfdce3b]{transform:rotate(135deg)}div#fmi-warnings div .transform-rotate-140[data-v-8cfdce3b]{transform:rotate(140deg)}div#fmi-warnings div .transform-rotate-145[data-v-8cfdce3b]{transform:rotate(145deg)}div#fmi-warnings div .transform-rotate-150[data-v-8cfdce3b]{transform:rotate(150deg)}div#fmi-warnings div .transform-rotate-155[data-v-8cfdce3b]{transform:rotate(155deg)}div#fmi-warnings div .transform-rotate-160[data-v-8cfdce3b]{transform:rotate(160deg)}div#fmi-warnings div .transform-rotate-165[data-v-8cfdce3b]{transform:rotate(165deg)}div#fmi-warnings div .transform-rotate-170[data-v-8cfdce3b]{transform:rotate(170deg)}div#fmi-warnings div .transform-rotate-175[data-v-8cfdce3b]{transform:rotate(175deg)}div#fmi-warnings div .transform-rotate-180[data-v-8cfdce3b]{transform:rotate(180deg)}div#fmi-warnings div .transform-rotate-185[data-v-8cfdce3b]{transform:rotate(185deg)}div#fmi-warnings div .transform-rotate-190[data-v-8cfdce3b]{transform:rotate(190deg)}div#fmi-warnings div .transform-rotate-195[data-v-8cfdce3b]{transform:rotate(195deg)}div#fmi-warnings div .transform-rotate-200[data-v-8cfdce3b]{transform:rotate(200deg)}div#fmi-warnings div .transform-rotate-205[data-v-8cfdce3b]{transform:rotate(205deg)}div#fmi-warnings div .transform-rotate-210[data-v-8cfdce3b]{transform:rotate(210deg)}div#fmi-warnings div .transform-rotate-215[data-v-8cfdce3b]{transform:rotate(215deg)}div#fmi-warnings div .transform-rotate-220[data-v-8cfdce3b]{transform:rotate(220deg)}div#fmi-warnings div .transform-rotate-225[data-v-8cfdce3b]{transform:rotate(225deg)}div#fmi-warnings div .transform-rotate-230[data-v-8cfdce3b]{transform:rotate(230deg)}div#fmi-warnings div .transform-rotate-235[data-v-8cfdce3b]{transform:rotate(235deg)}div#fmi-warnings div .transform-rotate-240[data-v-8cfdce3b]{transform:rotate(240deg)}div#fmi-warnings div .transform-rotate-245[data-v-8cfdce3b]{transform:rotate(245deg)}div#fmi-warnings div .transform-rotate-250[data-v-8cfdce3b]{transform:rotate(250deg)}div#fmi-warnings div .transform-rotate-255[data-v-8cfdce3b]{transform:rotate(255deg)}div#fmi-warnings div .transform-rotate-260[data-v-8cfdce3b]{transform:rotate(260deg)}div#fmi-warnings div .transform-rotate-265[data-v-8cfdce3b]{transform:rotate(265deg)}div#fmi-warnings div .transform-rotate-270[data-v-8cfdce3b]{transform:rotate(270deg)}div#fmi-warnings div .transform-rotate-275[data-v-8cfdce3b]{transform:rotate(275deg)}div#fmi-warnings div .transform-rotate-280[data-v-8cfdce3b]{transform:rotate(280deg)}div#fmi-warnings div .transform-rotate-285[data-v-8cfdce3b]{transform:rotate(285deg)}div#fmi-warnings div .transform-rotate-290[data-v-8cfdce3b]{transform:rotate(290deg)}div#fmi-warnings div .transform-rotate-295[data-v-8cfdce3b]{transform:rotate(295deg)}div#fmi-warnings div .transform-rotate-300[data-v-8cfdce3b]{transform:rotate(300deg)}div#fmi-warnings div .transform-rotate-305[data-v-8cfdce3b]{transform:rotate(305deg)}div#fmi-warnings div .transform-rotate-310[data-v-8cfdce3b]{transform:rotate(310deg)}div#fmi-warnings div .transform-rotate-315[data-v-8cfdce3b]{transform:rotate(315deg)}div#fmi-warnings div .transform-rotate-320[data-v-8cfdce3b]{transform:rotate(320deg)}div#fmi-warnings div .transform-rotate-325[data-v-8cfdce3b]{transform:rotate(325deg)}div#fmi-warnings div .transform-rotate-330[data-v-8cfdce3b]{transform:rotate(330deg)}div#fmi-warnings div .transform-rotate-335[data-v-8cfdce3b]{transform:rotate(335deg)}div#fmi-warnings div .transform-rotate-340[data-v-8cfdce3b]{transform:rotate(340deg)}div#fmi-warnings div .transform-rotate-345[data-v-8cfdce3b]{transform:rotate(345deg)}div#fmi-warnings div .transform-rotate-350[data-v-8cfdce3b]{transform:rotate(350deg)}div#fmi-warnings div .transform-rotate-355[data-v-8cfdce3b]{transform:rotate(355deg)}div#fmi-warnings div .transform-rotate-360[data-v-8cfdce3b]{transform:rotate(360deg)}div#fmi-warnings div div.symbol-image[data-v-8cfdce3b]{display:table}div#fmi-warnings div .light-theme .level-0[data-v-8cfdce3b],div#fmi-warnings div .light-theme .level-1[data-v-8cfdce3b]{background-color:#6af86a}div#fmi-warnings div .light-theme .level-2[data-v-8cfdce3b]{background-color:#f8f800}div#fmi-warnings div .light-theme .level-3[data-v-8cfdce3b]{background-color:#f9bf2e}div#fmi-warnings div .light-theme .level-4[data-v-8cfdce3b]{background-color:#ff0909}div#fmi-warnings div .dark-theme .level-0[data-v-8cfdce3b],div#fmi-warnings div .dark-theme .level-1[data-v-8cfdce3b]{background-color:#6af86a}div#fmi-warnings div .dark-theme .level-2[data-v-8cfdce3b]{background-color:#f8f800}div#fmi-warnings div .dark-theme .level-3[data-v-8cfdce3b]{background-color:#f9bf2e}div#fmi-warnings div .dark-theme .level-4[data-v-8cfdce3b]{background-color:#ff0909}div#fmi-warnings div .light-gray-theme .level-0[data-v-8cfdce3b],div#fmi-warnings div .light-gray-theme .level-1[data-v-8cfdce3b]{background-color:#fff}div#fmi-warnings div .light-gray-theme .level-2[data-v-8cfdce3b]{background-color:#aaa}div#fmi-warnings div .light-gray-theme .level-3[data-v-8cfdce3b]{background-color:#555}div#fmi-warnings div .light-gray-theme .level-4[data-v-8cfdce3b]{background-color:#000}div#fmi-warnings div .dark-gray-theme .level-0[data-v-8cfdce3b],div#fmi-warnings div .dark-gray-theme .level-1[data-v-8cfdce3b]{background-color:#fff}div#fmi-warnings div .dark-gray-theme .level-2[data-v-8cfdce3b]{background-color:#aaa}div#fmi-warnings div .dark-gray-theme .level-3[data-v-8cfdce3b]{background-color:#555}div#fmi-warnings div .dark-gray-theme .level-4[data-v-8cfdce3b]{background-color:#000}@media (forced-colors: active){div#fmi-warnings div .level-0[data-v-8cfdce3b],div#fmi-warnings div .level-1[data-v-8cfdce3b],div#fmi-warnings div .level-2[data-v-8cfdce3b],div#fmi-warnings div .level-3[data-v-8cfdce3b],div#fmi-warnings div .level-4[data-v-8cfdce3b]{forced-color-adjust:none}}div#fmi-warnings div .thunder-storm[data-v-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{display:none}}div#fmi-warnings div div.symbol-list-table[data-v-8cfdce3b]{display:table;border-spacing:0;width:100%;padding:0}div#fmi-warnings div div.symbol-list-cell[data-v-8cfdce3b]{display:table-cell;vertical-align:middle;line-height:50px;text-align:left}div#fmi-warnings div div.symbol-list-cell-image[data-v-8cfdce3b]{width:44px}div#fmi-warnings div div.symbol-list-image-column[data-v-8cfdce3b]{width:44px;margin-top:2px}div#fmi-warnings div .symbol-list-image[data-v-8cfdce3b]{height:44px;background-size:44px 44px}div#fmi-warnings div .symbol-list-image.sea-wind[data-v-8cfdce3b]{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-8cfdce3b]{border-radius:50%;background-repeat:no-repeat;background-position:center}div#fmi-warnings div .light-gray-theme div.warning-image[data-v-8cfdce3b]{border:1px solid #191b22}div#fmi-warnings div .dark-gray-theme div.warning-image[data-v-8cfdce3b]{border:1px solid #ffffff}div#fmi-warnings div div.symbol-list-cell-text[data-v-8cfdce3b]{padding-left:15px;padding-right:0}div#fmi-warnings div hr[data-v-8cfdce3b]{padding:0;margin:0;border:0 none;height:2px;width:auto;opacity:1}div#fmi-warnings div .light-theme hr[data-v-8cfdce3b]{background-color:#eee;color:#eee}div#fmi-warnings div .dark-theme hr[data-v-8cfdce3b]{background-color:#434752;color:#434752}div#fmi-warnings div .light-gray-theme hr[data-v-8cfdce3b]{background-color:#eee;color:#eee}div#fmi-warnings div .dark-gray-theme hr[data-v-8cfdce3b]{background-color:#434752;color:#434752}div#fmi-warnings-list div.symbol-list-cell-text[data-v-8cfdce3b]{padding-right:0}div#fmi-warnings-list div.symbol-list-cell-text hr[data-v-8cfdce3b]{margin-right:0}div#fmi-warnings div div.symbol-list-text-select[data-v-8cfdce3b]{width:100%;display:table}div#fmi-warnings div .item-text[data-v-8cfdce3b]{display:inline-block;vertical-align:middle;line-height:normal}div#fmi-warnings div div.symbol-list-text[data-v-8cfdce3b]{display:table-cell;height:50px;max-width:141px;padding-right:5px;hyphens:auto}div#fmi-warnings div .symbol-list-select-container[data-v-8cfdce3b]{width:30px;height:50px;display:table-cell;vertical-align:middle}div#fmi-warnings div .symbol-list-select[data-v-8cfdce3b]{width:100%;height:30px;margin:0;background-repeat:no-repeat;background-position:center}div#fmi-warnings div .flag-selected[data-v-8cfdce3b]{cursor:pointer}div#fmi-warnings div .light-theme .flag-selected[data-v-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{cursor:pointer}div#fmi-warnings div .light-theme .flag-unselected[data-v-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{padding-right:0}div#fmi-warnings div div.symbol-list-table div.symbol-list-cell.symbol-list-cell-text hr[data-v-8cfdce3b]{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-8cfdce3b"),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-8cfdce3b"]]),cv='div#fmi-warnings div .transform-rotate-0[data-v-d484a9ef]{transform:rotate(0)}div#fmi-warnings div .transform-rotate-5[data-v-d484a9ef]{transform:rotate(5deg)}div#fmi-warnings div .transform-rotate-10[data-v-d484a9ef]{transform:rotate(10deg)}div#fmi-warnings div .transform-rotate-15[data-v-d484a9ef]{transform:rotate(15deg)}div#fmi-warnings div .transform-rotate-20[data-v-d484a9ef]{transform:rotate(20deg)}div#fmi-warnings div .transform-rotate-25[data-v-d484a9ef]{transform:rotate(25deg)}div#fmi-warnings div .transform-rotate-30[data-v-d484a9ef]{transform:rotate(30deg)}div#fmi-warnings div .transform-rotate-35[data-v-d484a9ef]{transform:rotate(35deg)}div#fmi-warnings div .transform-rotate-40[data-v-d484a9ef]{transform:rotate(40deg)}div#fmi-warnings div .transform-rotate-45[data-v-d484a9ef]{transform:rotate(45deg)}div#fmi-warnings div .transform-rotate-50[data-v-d484a9ef]{transform:rotate(50deg)}div#fmi-warnings div .transform-rotate-55[data-v-d484a9ef]{transform:rotate(55deg)}div#fmi-warnings div .transform-rotate-60[data-v-d484a9ef]{transform:rotate(60deg)}div#fmi-warnings div .transform-rotate-65[data-v-d484a9ef]{transform:rotate(65deg)}div#fmi-warnings div .transform-rotate-70[data-v-d484a9ef]{transform:rotate(70deg)}div#fmi-warnings div .transform-rotate-75[data-v-d484a9ef]{transform:rotate(75deg)}div#fmi-warnings div .transform-rotate-80[data-v-d484a9ef]{transform:rotate(80deg)}div#fmi-warnings div .transform-rotate-85[data-v-d484a9ef]{transform:rotate(85deg)}div#fmi-warnings div .transform-rotate-90[data-v-d484a9ef]{transform:rotate(90deg)}div#fmi-warnings div .transform-rotate-95[data-v-d484a9ef]{transform:rotate(95deg)}div#fmi-warnings div .transform-rotate-100[data-v-d484a9ef]{transform:rotate(100deg)}div#fmi-warnings div .transform-rotate-105[data-v-d484a9ef]{transform:rotate(105deg)}div#fmi-warnings div .transform-rotate-110[data-v-d484a9ef]{transform:rotate(110deg)}div#fmi-warnings div .transform-rotate-115[data-v-d484a9ef]{transform:rotate(115deg)}div#fmi-warnings div .transform-rotate-120[data-v-d484a9ef]{transform:rotate(120deg)}div#fmi-warnings div .transform-rotate-125[data-v-d484a9ef]{transform:rotate(125deg)}div#fmi-warnings div .transform-rotate-130[data-v-d484a9ef]{transform:rotate(130deg)}div#fmi-warnings div .transform-rotate-135[data-v-d484a9ef]{transform:rotate(135deg)}div#fmi-warnings div .transform-rotate-140[data-v-d484a9ef]{transform:rotate(140deg)}div#fmi-warnings div .transform-rotate-145[data-v-d484a9ef]{transform:rotate(145deg)}div#fmi-warnings div .transform-rotate-150[data-v-d484a9ef]{transform:rotate(150deg)}div#fmi-warnings div .transform-rotate-155[data-v-d484a9ef]{transform:rotate(155deg)}div#fmi-warnings div .transform-rotate-160[data-v-d484a9ef]{transform:rotate(160deg)}div#fmi-warnings div .transform-rotate-165[data-v-d484a9ef]{transform:rotate(165deg)}div#fmi-warnings div .transform-rotate-170[data-v-d484a9ef]{transform:rotate(170deg)}div#fmi-warnings div .transform-rotate-175[data-v-d484a9ef]{transform:rotate(175deg)}div#fmi-warnings div .transform-rotate-180[data-v-d484a9ef]{transform:rotate(180deg)}div#fmi-warnings div .transform-rotate-185[data-v-d484a9ef]{transform:rotate(185deg)}div#fmi-warnings div .transform-rotate-190[data-v-d484a9ef]{transform:rotate(190deg)}div#fmi-warnings div .transform-rotate-195[data-v-d484a9ef]{transform:rotate(195deg)}div#fmi-warnings div .transform-rotate-200[data-v-d484a9ef]{transform:rotate(200deg)}div#fmi-warnings div .transform-rotate-205[data-v-d484a9ef]{transform:rotate(205deg)}div#fmi-warnings div .transform-rotate-210[data-v-d484a9ef]{transform:rotate(210deg)}div#fmi-warnings div .transform-rotate-215[data-v-d484a9ef]{transform:rotate(215deg)}div#fmi-warnings div .transform-rotate-220[data-v-d484a9ef]{transform:rotate(220deg)}div#fmi-warnings div .transform-rotate-225[data-v-d484a9ef]{transform:rotate(225deg)}div#fmi-warnings div .transform-rotate-230[data-v-d484a9ef]{transform:rotate(230deg)}div#fmi-warnings div .transform-rotate-235[data-v-d484a9ef]{transform:rotate(235deg)}div#fmi-warnings div .transform-rotate-240[data-v-d484a9ef]{transform:rotate(240deg)}div#fmi-warnings div .transform-rotate-245[data-v-d484a9ef]{transform:rotate(245deg)}div#fmi-warnings div .transform-rotate-250[data-v-d484a9ef]{transform:rotate(250deg)}div#fmi-warnings div .transform-rotate-255[data-v-d484a9ef]{transform:rotate(255deg)}div#fmi-warnings div .transform-rotate-260[data-v-d484a9ef]{transform:rotate(260deg)}div#fmi-warnings div .transform-rotate-265[data-v-d484a9ef]{transform:rotate(265deg)}div#fmi-warnings div .transform-rotate-270[data-v-d484a9ef]{transform:rotate(270deg)}div#fmi-warnings div .transform-rotate-275[data-v-d484a9ef]{transform:rotate(275deg)}div#fmi-warnings div .transform-rotate-280[data-v-d484a9ef]{transform:rotate(280deg)}div#fmi-warnings div .transform-rotate-285[data-v-d484a9ef]{transform:rotate(285deg)}div#fmi-warnings div .transform-rotate-290[data-v-d484a9ef]{transform:rotate(290deg)}div#fmi-warnings div .transform-rotate-295[data-v-d484a9ef]{transform:rotate(295deg)}div#fmi-warnings div .transform-rotate-300[data-v-d484a9ef]{transform:rotate(300deg)}div#fmi-warnings div .transform-rotate-305[data-v-d484a9ef]{transform:rotate(305deg)}div#fmi-warnings div .transform-rotate-310[data-v-d484a9ef]{transform:rotate(310deg)}div#fmi-warnings div .transform-rotate-315[data-v-d484a9ef]{transform:rotate(315deg)}div#fmi-warnings div .transform-rotate-320[data-v-d484a9ef]{transform:rotate(320deg)}div#fmi-warnings div .transform-rotate-325[data-v-d484a9ef]{transform:rotate(325deg)}div#fmi-warnings div .transform-rotate-330[data-v-d484a9ef]{transform:rotate(330deg)}div#fmi-warnings div .transform-rotate-335[data-v-d484a9ef]{transform:rotate(335deg)}div#fmi-warnings div .transform-rotate-340[data-v-d484a9ef]{transform:rotate(340deg)}div#fmi-warnings div .transform-rotate-345[data-v-d484a9ef]{transform:rotate(345deg)}div#fmi-warnings div .transform-rotate-350[data-v-d484a9ef]{transform:rotate(350deg)}div#fmi-warnings div .transform-rotate-355[data-v-d484a9ef]{transform:rotate(355deg)}div#fmi-warnings div .transform-rotate-360[data-v-d484a9ef]{transform:rotate(360deg)}div#fmi-warnings div div.symbol-image[data-v-d484a9ef]{display:table}div#fmi-warnings div .light-theme .level-0[data-v-d484a9ef],div#fmi-warnings div .light-theme .level-1[data-v-d484a9ef]{background-color:#6af86a}div#fmi-warnings div .light-theme .level-2[data-v-d484a9ef]{background-color:#f8f800}div#fmi-warnings div .light-theme .level-3[data-v-d484a9ef]{background-color:#f9bf2e}div#fmi-warnings div .light-theme .level-4[data-v-d484a9ef]{background-color:#ff0909}div#fmi-warnings div .dark-theme .level-0[data-v-d484a9ef],div#fmi-warnings div .dark-theme .level-1[data-v-d484a9ef]{background-color:#6af86a}div#fmi-warnings div .dark-theme .level-2[data-v-d484a9ef]{background-color:#f8f800}div#fmi-warnings div .dark-theme .level-3[data-v-d484a9ef]{background-color:#f9bf2e}div#fmi-warnings div .dark-theme .level-4[data-v-d484a9ef]{background-color:#ff0909}div#fmi-warnings div .light-gray-theme .level-0[data-v-d484a9ef],div#fmi-warnings div .light-gray-theme .level-1[data-v-d484a9ef]{background-color:#fff}div#fmi-warnings div .light-gray-theme .level-2[data-v-d484a9ef]{background-color:#aaa}div#fmi-warnings div .light-gray-theme .level-3[data-v-d484a9ef]{background-color:#555}div#fmi-warnings div .light-gray-theme .level-4[data-v-d484a9ef]{background-color:#000}div#fmi-warnings div .dark-gray-theme .level-0[data-v-d484a9ef],div#fmi-warnings div .dark-gray-theme .level-1[data-v-d484a9ef]{background-color:#fff}div#fmi-warnings div .dark-gray-theme .level-2[data-v-d484a9ef]{background-color:#aaa}div#fmi-warnings div .dark-gray-theme .level-3[data-v-d484a9ef]{background-color:#555}div#fmi-warnings div .dark-gray-theme .level-4[data-v-d484a9ef]{background-color:#000}@media (forced-colors: active){div#fmi-warnings div .level-0[data-v-d484a9ef],div#fmi-warnings div .level-1[data-v-d484a9ef],div#fmi-warnings div .level-2[data-v-d484a9ef],div#fmi-warnings div .level-3[data-v-d484a9ef],div#fmi-warnings div .level-4[data-v-d484a9ef]{forced-color-adjust:none}}div#fmi-warnings div .thunder-storm[data-v-d484a9ef]{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-d484a9ef]{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-d484a9ef]{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-d484a9ef]{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-d484a9ef]{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-d484a9ef]{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-d484a9ef]{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-d484a9ef]{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-d484a9ef]{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-d484a9ef]{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-d484a9ef]{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-d484a9ef]{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-d484a9ef]{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-d484a9ef]{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-d484a9ef]{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-d484a9ef]{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-d484a9ef]{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-d484a9ef]{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-d484a9ef]{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-d484a9ef]{display:none}}div#fmi-warnings div h3[data-v-d484a9ef]{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-d484a9ef]{display:block;margin-left:0;margin-right:0}div#fmi-warnings div div.symbol-list-main-row[data-v-d484a9ef]{padding-left:0}div#fmi-warnings div div.show-text-row[data-v-d484a9ef]{height:30px}div#fmi-warnings div div.show-text-row button.show-text[data-v-d484a9ef]{width:auto;padding:0;border:none;background:none}div#fmi-warnings-view>div.row>button.show-text[data-v-d484a9ef]{line-height:30px;float:right;cursor:pointer;white-space:nowrap}div#fmi-warnings-view.light-theme>div.row>button.show-text[data-v-d484a9ef]{color:#3a66e3}div#fmi-warnings-view.dark-theme>div.row>button.show-text[data-v-d484a9ef]{color:#3a66e3}div#fmi-warnings-view.light-gray-theme>div.row>button.show-text[data-v-d484a9ef]{color:#434752}div#fmi-warnings-view.dark-gray-theme>div.row>button.show-text[data-v-d484a9ef]{color:#eee}div#fmi-warnings div hr.symbol-block-separator[data-v-d484a9ef]{margin-left:59px;margin-right:0}div#fmi-warnings div hr.legend-separator[data-v-d484a9ef]{margin-top:55px}div#fmi-warnings div hr.legend-separator.no-warnings[data-v-d484a9ef]{margin-top:10px}div#fmi-warnings div div.symbol-list-table[data-v-d484a9ef]{display:table;border-spacing:0;width:100%;padding:0}div#fmi-warnings div div.symbol-list-cell[data-v-d484a9ef]{display:table-cell;vertical-align:middle;line-height:50px;text-align:left}div#fmi-warnings div div.symbol-list-cell-image[data-v-d484a9ef]{width:44px}div#fmi-warnings div .light-theme .gray[data-v-d484a9ef]{background-color:#e8e8e8}div#fmi-warnings div .dark-theme .gray[data-v-d484a9ef]{background-color:#434752}div#fmi-warnings div .light-gray-theme .gray[data-v-d484a9ef]{background-color:#f4f4f4}div#fmi-warnings div .dark-gray-theme .gray[data-v-d484a9ef]{background-color:#2d2d2d}@media (forced-colors: active){div#fmi-warnings div .gray[data-v-d484a9ef]{forced-color-adjust:none}}div#fmi-warnings div .several[data-v-d484a9ef]{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-d484a9ef]{width:44px;margin-top:2px}div#fmi-warnings div .symbol-list-image[data-v-d484a9ef]{height:44px;background-size:44px 44px}div#fmi-warnings div .symbol-list-image.sea-wind[data-v-d484a9ef]{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-d484a9ef]{border-radius:50%;background-repeat:no-repeat;background-position:center}div#fmi-warnings div .light-gray-theme div.warning-image[data-v-d484a9ef]{border:1px solid #191b22}div#fmi-warnings div .dark-gray-theme div.warning-image[data-v-d484a9ef]{border:1px solid #ffffff}div#fmi-warnings div div.symbol-list-cell-text[data-v-d484a9ef]{padding-left:15px;padding-right:0}div#fmi-warnings-list div.symbol-list-cell-text[data-v-d484a9ef]{padding-right:0}div#fmi-warnings-list div.symbol-list-cell-text hr[data-v-d484a9ef]{margin-right:0}div#fmi-warnings-view div.symbol-list-table div.symbol-list-cell.symbol-list-cell-text[data-v-d484a9ef]{padding-right:0}div#fmi-warnings-view div.symbol-list-table div.symbol-list-cell.symbol-list-cell-text hr[data-v-d484a9ef]{margin-right:0}div#fmi-warnings div .item-text[data-v-d484a9ef]{display:inline-block;vertical-align:middle;line-height:normal}div#fmi-warnings div div.symbol-list-text[data-v-d484a9ef]{display:table-cell;height:50px}div#fmi-warnings div hr[data-v-d484a9ef]{padding:0;margin:0;border:0 none;height:2px;width:auto;opacity:1}div#fmi-warnings div .light-theme hr[data-v-d484a9ef]{background-color:#eee;color:#eee}div#fmi-warnings div .dark-theme hr[data-v-d484a9ef]{background-color:#434752;color:#434752}div#fmi-warnings div .light-gray-theme hr[data-v-d484a9ef]{background-color:#eee;color:#eee}div#fmi-warnings div .dark-gray-theme hr[data-v-d484a9ef]{background-color:#434752;color:#434752}@media (max-width: 767px){div#fmi-warnings div hr.symbol-block-separator[data-v-d484a9ef],div#fmi-warnings div hr.bottom-separator[data-v-d484a9ef],div#fmi-warnings div div.show-text-row[data-v-d484a9ef],div#fmi-warnings div[data-v-d484a9ef] br.symbol-list-header-line-break{display:none}}',mv={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-d484a9ef"),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)),hv=[pv],bv={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,hv)):qi("",!0),q("div",bv,[(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(mv,[["render",Hv],["styles",[cv]],["__scopeId","data-v-d484a9ef"]]),Vv='div#fmi-warnings div div#gray-scale-select-row[data-v-d2a191ff]{width:100%;margin-top:20px;padding-left:59px}div#fmi-warnings div div#gray-scale-select-row.narrow-screen[data-v-d2a191ff]{display:none}div#fmi-warnings div div#gray-scale-select-row[data-v-d2a191ff]:not(.narrow-screen){display:table}div#fmi-warnings div div#gray-scale-select-text[data-v-d2a191ff]{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-d2a191ff]{display:table-cell;width:30px;height:50px;vertical-align:middle}div#fmi-warnings div div#gray-scale-select[data-v-d2a191ff]{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-d2a191ff]{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-d2a191ff]{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-d2a191ff]{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-d2a191ff]{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-d2a191ff]{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-d2a191ff]{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-d2a191ff]{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-d2a191ff]{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-d2a191ff]{margin-top:0}div#fmi-warnings div div#gray-scale-select-row.narrow-screen[data-v-d2a191ff]{display:table}div#fmi-warnings div div#gray-scale-select-row.narrow-screen div#gray-scale-select-text[data-v-d2a191ff]{text-align:right;padding-right:10px}div#fmi-warnings div div#gray-scale-select-row[data-v-d2a191ff]:not(.narrow-screen){display:none}div#fmi-warnings div div#gray-scale-select-row div#gray-scale-select-container[data-v-d2a191ff]{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.VUE_APP_I18N_LOCALE||"en"},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"},Xv={id:"gray-scale-select-container"};function Kv(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",Xv,[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",Kv],["styles",[Vv]],["__scopeId","data-v-d2a191ff"]]),ip='div#fmi-warnings div div.symbol-list-header-row[data-v-43ce0ffa]{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-43ce0ffa]{white-space:nowrap}div#fmi-warnings div .legends-panel[data-v-43ce0ffa]{border-radius:0;margin-left:0;margin-right:0}div#fmi-warnings div .light-theme .legends-panel[data-v-43ce0ffa]{border:2px solid #eee}div#fmi-warnings div .dark-theme .legends-panel[data-v-43ce0ffa]{border:2px solid #282b34}div#fmi-warnings div .light-gray-theme .legends-panel[data-v-43ce0ffa]{border:2px solid #eee}div#fmi-warnings div .dark-gray-theme .legends-panel[data-v-43ce0ffa]{border:2px solid #434752}div#fmi-warnings div .legends-heading[data-v-43ce0ffa]{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-43ce0ffa]{background-color:#fff}div#fmi-warnings div .dark-theme .legends-heading[data-v-43ce0ffa]{background-color:#282b34}div#fmi-warnings div .light-gray-theme .legends-heading[data-v-43ce0ffa]{background-color:#fff}div#fmi-warnings div .dark-gray-theme .legends-heading[data-v-43ce0ffa]{background-color:#191b22}div#fmi-warnings div .legends-header[data-v-43ce0ffa]{position:absolute;left:0;right:38px}div#fmi-warnings div .light-theme .legends-header[data-v-43ce0ffa]{background:#fff}div#fmi-warnings div .dark-theme .legends-header[data-v-43ce0ffa]{background:#282b34}div#fmi-warnings div .light-gray-theme .legends-header[data-v-43ce0ffa]{background:#fff}div#fmi-warnings div .dark-gray-theme .legends-header[data-v-43ce0ffa]{background:#191b22}div#fmi-warnings div .legends-text[data-v-43ce0ffa]{position:absolute;left:0;line-height:38px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-left:15px}div#fmi-warnings div .light-theme .legends-text[data-v-43ce0ffa]{background-color:#fff}div#fmi-warnings div .dark-theme .legends-text[data-v-43ce0ffa]{background-color:#282b34}div#fmi-warnings div .light-gray-theme .legends-text[data-v-43ce0ffa]{background-color:#fff}div#fmi-warnings div .dark-gray-theme .legends-text[data-v-43ce0ffa]{background-color:#191b22}div#fmi-warnings div .legends-toggle[data-v-43ce0ffa]{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-43ce0ffa]{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-43ce0ffa],div#fmi-warnings div .light-theme .legends-toggle[data-v-43ce0ffa]:hover,div#fmi-warnings div .light-theme .legends-toggle[data-v-43ce0ffa]:active{background-color:#e8e8e8}div#fmi-warnings div .light-theme .legends-toggle[data-v-43ce0ffa]:not(:disabled):not(.disabled):active{background-color:#3a66e3}div#fmi-warnings div .dark-theme .legends-toggle[data-v-43ce0ffa],div#fmi-warnings div .dark-theme .legends-toggle[data-v-43ce0ffa]:hover,div#fmi-warnings div .dark-theme .legends-toggle[data-v-43ce0ffa]:active{background-color:#434752}div#fmi-warnings div .dark-theme .legends-toggle[data-v-43ce0ffa]:not(:disabled):not(.disabled):active{background-color:#282b34}div#fmi-warnings div .light-gray-theme .legends-toggle[data-v-43ce0ffa],div#fmi-warnings div .light-gray-theme .legends-toggle[data-v-43ce0ffa]:hover,div#fmi-warnings div .light-gray-theme .legends-toggle[data-v-43ce0ffa]:active{background-color:#f4f4f4}div#fmi-warnings div .light-gray-theme .legends-toggle[data-v-43ce0ffa]:not(:disabled):not(.disabled):active{background-color:#434752}div#fmi-warnings div .dark-gray-theme .legends-toggle[data-v-43ce0ffa],div#fmi-warnings div .dark-gray-theme .legends-toggle[data-v-43ce0ffa]:hover,div#fmi-warnings div .dark-gray-theme .legends-toggle[data-v-43ce0ffa]:active{background-color:#2d2d2d}div#fmi-warnings div .dark-gray-theme .legends-toggle[data-v-43ce0ffa]:not(:disabled):not(.disabled):active{background-color:#282b34}div#fmi-warnings div .legends-container[data-v-43ce0ffa]{padding:15px}div#fmi-warnings div .light-theme .legends-container[data-v-43ce0ffa]{background-color:#fff;border-top:2px solid #eee}div#fmi-warnings div .dark-theme .legends-container[data-v-43ce0ffa]{background-color:#282b34;border-top:2px solid #282b34}div#fmi-warnings div .light-gray-theme .legends-container[data-v-43ce0ffa]{background-color:#fff;border-top:2px solid #eee}div#fmi-warnings div .dark-gray-theme .legends-container[data-v-43ce0ffa]{background-color:#191b22;border-top:2px solid #434752}div#fmi-warnings div div#legends-collapse div.card-body[data-v-43ce0ffa]{padding:0}div#fmi-warnings div nav.symbol-list-header[data-v-43ce0ffa]{padding-left:0;text-align:left}@media (max-width: 767px){div#fmi-warnings div nav.symbol-list-header[data-v-43ce0ffa]{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.VUE_APP_I18N_LOCALE||"en"},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 cr(()=>{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,c=vs,m=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(m,{"body-class":"p-0"},{default:Yi(()=>[q("div",dp,[Pi(c,{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(c,{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-43ce0ffa"]]),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}',cp={name:"PopupRow",mixins:[tn],props:{input:{type:Object,default:()=>({})}}},mp={class:"popup-table-row"},fp=["innerHTML"];function vp(t,e,r,n,o,s){return G(),ri("div",mp,[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 hs=Dt(cp,[["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 bs(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=bs(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=bs(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 hp=typeof document!="undefined"&&!!document.documentMode,In;function bp(){return In||(In=document.createElement("div").style)}var co=["webkit","moz","ms"],v2={};function Wa(t){if(v2[t])return v2[t];var e=bp();if(t in e)return v2[t]=t;for(var r=t[0].toUpperCase()+t.slice(1),n=co.length;n--;){var o="".concat(co[n]).concat(r);if(o in e)return v2[t]=o}}function p2(t,e){return parseFloat(e[Wa(t)])||0}function h2(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&&hp){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:h2(t,"margin",r),border:h2(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:h2(e,"padding",n),border:h2(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,c=!1;_(e.startScale,{animate:!1,force:!0}),setTimeout(function(){I(e.startX,e.startY,{animate:!1,force:!0})});function m(N,Q,J){if(!J.silent){var mi=new CustomEvent(N,{detail:Q});t.dispatchEvent(mi)}}function p(N,Q,J){var mi={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,mi,Q),m(N,mi,Q),m("panzoomchange",mi,Q)}),mi}function v(N,Q,J,mi){var H=ut(ut({},e),mi),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),mi={scale:l,opts:J};if(!J.force&&J.disableZoom)return mi;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 mi.scale=Math.min(Math.max(N,H),Di),mi}function I(N,Q,J,mi){var H=v(N,Q,l,J);return d!==H.x||u!==H.y?(d=H.x,u=H.y,p("panzoompan",H.opts,mi)):{x:d,y:u,scale:l,isSVG:r,originalEvent:mi}}function _(N,Q,J){var mi=k(N,Q),H=mi.opts;if(!(!H.force&&H.disableZoom)){N=mi.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 h(N,Q,J,mi){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}),mi)}function f(N,Q){N.preventDefault();var J=ut(ut(ut({},e),Q),{animate:!1}),mi=N.deltaY===0&&N.deltaX?N.deltaX:N.deltaY,H=mi<0?1:-1,Di=k(l*Math.exp(H*J.step/3),J).scale;return h(Di,N,J,N)}function b(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),c=!0,e.handleStartEvent(N),x=d,S=u,m("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(!(!c||x===void 0||S===void 0||F===void 0||z===void 0)){ia(V,N);var Q=go(V),J=V.length>1,mi=l;if(J){W===0&&(W=Fn(V));var H=Fn(V)-W;mi=k(H*e.step/80+T).scale,h(mi,Q,{animate:!1},N)}(!J||e.pinchAndPan)&&I(x+(Q.clientX-F)/mi,S+(Q.clientY-z)/mi,{animate:!1},N)}}function Z(N){V.length===1&&m("panzoomend",{x:d,y:u,scale:l,isSVG:r,originalEvent:N},e),pp(V,N),c&&(c=!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:b,resetStyle:o,setOptions:s,setStyle:function(N,Q){return Qe(t,N,Q)},zoom:_,zoomIn:E,zoomOut:y,zoomToPoint:h,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:hs},mixins:[me,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 cr(()=>{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 c=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 m=this.geometries[this.geometryId][n].center;s.forEach((p,v)=>{t.push({key:u[v],x:`${m[0]+c}px`,y:`${m[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}),c+=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),c=l.scale?l.scale:1,m=c*l.aspectRatio[0]*this.iconSize/l.aspectRatio[1],p=c*this.iconSize;e.push({key:r+Math.random(),x:`${o[0]-m/2}px`,y:`${o[1]-p/2}px`,width:m,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 c=e[l];return Object.keys(c.regions).length>c.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"],Xp=["tabindex","aria-label"],Kp=Ip(()=>q("div",{class:"arrow",style:{left:"0"}},null,-1)),Qp={id:"day-map-large-base-popup",class:"fmi-warnings-popup"},ih={id:"day-map-large-base-popup-content"},th={class:"region-popup"},eh={class:"region-popup-header-text bold-text"},rh={class:"region-popup-wrapper"},nh={class:"region-popup-body"},ah={class:"popup-table"},oh={class:"popup-table-body"};function sh(t,e,r,n,o,s){const d=C3,u=hs;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]=(...c)=>s.regionClicked&&s.regionClicked(...c))},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]=(...c)=>s.regionClicked&&s.regionClicked(...c))},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]=(...c)=>s.regionClicked&&s.regionClicked(...c))},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]=(...c)=>s.regionClicked&&s.regionClicked(...c))},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]=(...c)=>s.regionClicked&&s.regionClicked(...c))},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,Xp),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]])},[Kp,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",ih,[q("div",th,[q("div",{class:wi(["region-popup-header",`${o.popupLevel}`])},[q("span",eh,ki(s.regionTitle),1)],2),q("div",rh,[q("div",nh,[q("div",ah,[q("div",oh,[(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",sh],["styles",[Bp]],["__scopeId","data-v-42768ba4"]]),dh="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}}",lh={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),uh={class:"map-container"},gh={class:"warning-map-status","aria-hidden":"true"},ch={class:"bold-text"},mh=on(()=>q("br",null,null,-1)),fh=["innerHTML"],vh={class:"bold-text"},ph=on(()=>q("br",null,null,-1)),hh=on(()=>q("br",null,null,-1)),bh={class:"data-providers noselect","aria-hidden":"true"},wh=on(()=>q("br",null,null,-1));function Ch(t,e,r,n,o,s){const d=Cs;return G(),ri("div",uh,[q("div",gh,[q("p",null,[q("span",ch,ki(s.warningsTitle),1),mh,q("span",{innerHTML:s.warningsDate},null,8,fh)]),q("p",null,[q("span",vh,ki(s.updatedTitle),1),ph,lt(" "+ki(s.updatedDate),1),hh,lt(" "+ki(s.atTime)+" "+ki(s.updatedTime),1)])]),q("div",bh,[q("span",null,ki(s.dataProviderFirst),1),wh,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(lh,[["render",Ch],["styles",[dh]],["__scopeId","data-v-1622a403"]]),xh="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}}",yh={name:"MapSmall",mixins:[me,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 cr(()=>{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}}},Ah=["id"],Dh={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"},kh=["id"],Eh=["stroke","stroke-width","fill","d","opacity"],Fh=["stroke","stroke-width","fill","d","opacity"],Bh=["stroke","stroke-width","fill","d","opacity"],Lh=["stroke","stroke-width","fill","d","fill-opacity"],Ih=["stroke","stroke-width","fill","d","opacity"],Sh=["stroke","stroke-width","fill","d","fill-opacity"],Th=["stroke","stroke-width","fill","d","opacity"],_h=["stroke","stroke-width","fill","d","fill-opacity"],Nh=["stroke","stroke-width","d"],Mh=["stroke","stroke-width","fill","d","fill-opacity"];function Rh(t,e,r,n,o,s){return G(),ri("div",{id:`day-map-small-${r.index}`,class:"map-small"},[(G(),ri("svg",Dh,[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,Eh))),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,Fh))),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,Bh))),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,Lh))),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,Ih))),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,Sh))),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,Th))),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,_h))),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,Nh))),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,Mh))),128))],8,kh)):qi("",!0)]))],8,Ah)}const ys=Dt(yh,[["render",Rh],["styles",[xh]],["__scopeId","data-v-4638f356"]]),Ph='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}}',Oh={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")}.`}}},zh=t=>(Ue("data-v-02d77569"),t=t(),Ge(),t),jh=["aria-label"],Wh=zh(()=>q("div",{class:"date-selector-cell-header"},null,-1)),Zh={class:"date-selector-cell-body map-container"},Uh={class:"date-selector-cell-date"},Gh={key:0,class:"bold-text weekday-text"},qh={key:1,class:"d-inline d-sm-none"};function Hh(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},[Wh,q("div",Zh,[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",Uh,[q("div",{class:wi(`date-selector-text mobile-level-${s.severity}`)},[r.staticDays?(G(),ri("span",Gh,ki(s.weekday),1)):qi("",!0),r.staticDays?(G(),ri("br",qh)):qi("",!0),lt(" "+ki(s.date),1)],2)]),q("div",{class:wi(`date-selector-cell-footer dark-level-${s.severity}`)},null,2)],10,jh)}const As=Dt(Oh,[["render",Hh],["styles",[Ph]],["__scopeId","data-v-02d77569"]]),Vh="div#fmi-warnings-date-selector.tabs[data-v-ab9bef35]{padding:0}div#fmi-warnings div .date-selector[data-v-ab9bef35]{margin:0}div#fmi-warnings div .date-selector.light-theme[data-v-ab9bef35]{background-color:#f8f8f8}div#fmi-warnings div .date-selector.dark-theme[data-v-ab9bef35]{background-color:#282b34}div#fmi-warnings div .date-selector.light-gray-theme[data-v-ab9bef35]{background-color:#f8f8f8}div#fmi-warnings div .date-selector.dark-gray-theme[data-v-ab9bef35]{background-color:#282b34}div#fmi-warnings div .row[data-v-ab9bef35]{display:block;margin-left:0;margin-right:0}div#fmi-warnings div[data-v-ab9bef35] .fmi-warnings-date-nav{border-bottom:none;flex-wrap:nowrap}div#fmi-warnings div[data-v-ab9bef35] 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 button.day div.date-selector-cell[data-v-ab9bef35]{overflow-x:hidden}div#fmi-warnings div[data-v-ab9bef35] button.day{border:none!important}div#fmi-warnings div[data-v-ab9bef35] 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-ab9bef35] 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-ab9bef35] 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-ab9bef35] 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-ab9bef35] 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-ab9bef35] 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-ab9bef35] 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-ab9bef35] 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-ab9bef35] 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-ab9bef35] 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-ab9bef35] 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-ab9bef35] 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-ab9bef35] 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-ab9bef35] .nav-tabs button.day.nav-link.active{background:transparent!important}div#fmi-warnings div[data-v-ab9bef35] div.tab-content{margin-top:4px}@media (max-width: 767px){div#fmi-warnings div[data-v-ab9bef35] div.fmi-warnings-date-wrapper li.nav-item button.day{width:100%}}@media (max-width: 575px){div#fmi-warnings div[data-v-ab9bef35] div.fmi-warnings-date-wrapper li.nav-item button.day{border-bottom:0;border-radius:0;margin-bottom:0;height:84px}}",$h={name:"Days",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)}},methods:{onDaySelected(t){this.$emit("daySelected",t)},onLoaded(t){t&&this.$emit("loaded",!0)}}};function Yh(t,e,r,n,o,s){const d=As,u=xs,l=ql,c=Vl;return G(),ri("div",{class:wi(["row date-selector",r.theme])},[Pi(c,{id:"fmi-warnings-date-selector",modelValue:o.day,"onUpdate:modelValue":e[0]||(e[0]=m=>o.day=m),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,(m,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($h,[["render",Yh],["styles",[Vh]],["__scopeId","data-v-ab9bef35"]]),Jh="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}}",Xh={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:me.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:ms,Legend:ps},mixins:[me,te,pe],data(){return{selectedDay:this.defaultDay,visibleWarnings:[],timer:null,visibilityListener:null,warnings:null,days:[],regions:this.regionsDefault(),parents:{},legend:[],timeOffset:0,version:"4.0.7",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)}}},Kh=t=>(Ue("data-v-3a40f99f"),t=t(),Ge(),t),Qh=["data-smartmet-alert-client-version"],ib={class:"row"},tb={class:"col-12 col-md-8 col-lg-8 col-xl-8 day-region-views"},eb={key:0,class:"valid-warnings"},rb={key:1,class:"not-ready"},nb=["href"],ab={key:2},ob=["href"],sb=["aria-label"],db={class:"col-12 col-md-4 col-lg-4 col-xl-4 symbol-list"},lb={key:0,class:"row"},ub={class:"col-12 col-md-8 col-lg-8 col-xl-8 day-region-views"},gb=Kh(()=>q("div",{class:"col-12 col-md-4 col-lg-4 col-xl-4 symbol-list"},null,-1));function cb(t,e,r,n,o,s){const d=Ds,u=ps,l=ms;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",ib,[q("div",tb,[r.loading?qi("",!0):(G(),ri("h2",eb,ki(s.validWarningsText),1)),r.loading?(G(),ri("div",rb,[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,nb)])):qi("",!0),r.regionListEnabled?(G(),ri("div",ab,[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]=(...c)=>s.toContentClicked&&s.toContentClicked(...c))},ki(s.toContentText),9,ob)):(G(),ri("div",{key:1,"aria-label":s.noWarningsText},null,8,sb))])):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",db,[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",lb,[q("div",ub,[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"])]),gb])):qi("",!0)],2)])],10,Qh)}const ks=Dt(Xh,[["render",cb],["styles",[Jh]],["__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 c=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],m=ArrayBuffer.isView||function(L){return L&&c.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 h(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 b(){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)||m(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(h(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}b.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)}b.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 mi="response"in N?N.response:N.responseText;$(new W(mi,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,mi){N.setRequestHeader(mi,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 mb=ea.exports;const fb=en(mb),vb=`@charset "UTF-8";/*!
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(jm,function(e){return Wm[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,c)=>{const m=this.exportLayerAsGeoJSON(l,t,e,o);return u.length>0?u.concat(m):m},[]);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,c){const m=s?s[c]:null,p=Tt.exporters[t.geometry_type];let v=m?p(m,e.arcs,r):null;if(n)v={type:"Feature",geometry:v,properties:o?o[c]:null},d&&(v.id=d[c]);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,c){Ar(l.properties||{},u[c])})},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=Zm[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:[me,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),c=new Date(o);c.setDate(c.getDate()+s+1);const m=this.toTimeZone(c),p=new Date(m.year,m.month-1,m.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,c)=>c.effectiveDays[o]?Math.max(c.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 c=d.filter(m=>t[m].type===l);c.sort((m,p)=>{if(t[m].severity!==t[p].severity)return t[p].severity-t[m].severity;if(t[m].value!==t[p].value)return t[p].value-t[m].value;const v=new Date(t[m].effectiveFrom).getTime(),k=new Date(t[p].effectiveFrom).getTime();if(v!==k)return v-k;const I=new Date(t[m].effectiveUntil).getTime(),_=new Date(t[p].effectiveUntil).getTime();return I-_}),c.forEach(m=>{this.regionIds.forEach((p,v)=>{if(t[m].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(m)||_.identifiers.push(m);const R=t[m].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 dm().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(m=>t[m]!=null).reduce((m,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();m.push(v),this.currentTime-v>this.maxUpdateDelay[p]&&this.handleError(`${p}_outdated`)}else this.handleError(p);return m},[]).sort().reverse();if(this.updatedAt=n.length>0?n[0]:null,!this.staticDays){const m=this.startFrom==="updated"?this.updatedAt:this.currentTime;this.timeOffset=this.msSinceStartOfDay(m)}const o={[this.WEATHER_WARNINGS]:this.createWeatherWarning,[this.FLOOD_WARNINGS]:this.createFloodWarning},s=Object.keys(o);for(const m of s){let p=[];if(t[m]==null){this.handleError(`Missing data: ${m}`),this.onDataError();continue}p=t[m].features;for(const v of p)if(this.isValid(v)){let k;const I=[],_=v.properties.identifier;if(e[_]==null){e[_]=o[m](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,h)=>{y&&(r[E][h]=!0)}))})}}const d=this.createDays(e),u=this.getMaxSeverities(e),l=this.createLegend(u),c=this.createRegions(e);return{warnings:e,days:d,regions:c,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-89f3ac1c]{transform:rotate(0)}div#fmi-warnings div .transform-rotate-5[data-v-89f3ac1c]{transform:rotate(5deg)}div#fmi-warnings div .transform-rotate-10[data-v-89f3ac1c]{transform:rotate(10deg)}div#fmi-warnings div .transform-rotate-15[data-v-89f3ac1c]{transform:rotate(15deg)}div#fmi-warnings div .transform-rotate-20[data-v-89f3ac1c]{transform:rotate(20deg)}div#fmi-warnings div .transform-rotate-25[data-v-89f3ac1c]{transform:rotate(25deg)}div#fmi-warnings div .transform-rotate-30[data-v-89f3ac1c]{transform:rotate(30deg)}div#fmi-warnings div .transform-rotate-35[data-v-89f3ac1c]{transform:rotate(35deg)}div#fmi-warnings div .transform-rotate-40[data-v-89f3ac1c]{transform:rotate(40deg)}div#fmi-warnings div .transform-rotate-45[data-v-89f3ac1c]{transform:rotate(45deg)}div#fmi-warnings div .transform-rotate-50[data-v-89f3ac1c]{transform:rotate(50deg)}div#fmi-warnings div .transform-rotate-55[data-v-89f3ac1c]{transform:rotate(55deg)}div#fmi-warnings div .transform-rotate-60[data-v-89f3ac1c]{transform:rotate(60deg)}div#fmi-warnings div .transform-rotate-65[data-v-89f3ac1c]{transform:rotate(65deg)}div#fmi-warnings div .transform-rotate-70[data-v-89f3ac1c]{transform:rotate(70deg)}div#fmi-warnings div .transform-rotate-75[data-v-89f3ac1c]{transform:rotate(75deg)}div#fmi-warnings div .transform-rotate-80[data-v-89f3ac1c]{transform:rotate(80deg)}div#fmi-warnings div .transform-rotate-85[data-v-89f3ac1c]{transform:rotate(85deg)}div#fmi-warnings div .transform-rotate-90[data-v-89f3ac1c]{transform:rotate(90deg)}div#fmi-warnings div .transform-rotate-95[data-v-89f3ac1c]{transform:rotate(95deg)}div#fmi-warnings div .transform-rotate-100[data-v-89f3ac1c]{transform:rotate(100deg)}div#fmi-warnings div .transform-rotate-105[data-v-89f3ac1c]{transform:rotate(105deg)}div#fmi-warnings div .transform-rotate-110[data-v-89f3ac1c]{transform:rotate(110deg)}div#fmi-warnings div .transform-rotate-115[data-v-89f3ac1c]{transform:rotate(115deg)}div#fmi-warnings div .transform-rotate-120[data-v-89f3ac1c]{transform:rotate(120deg)}div#fmi-warnings div .transform-rotate-125[data-v-89f3ac1c]{transform:rotate(125deg)}div#fmi-warnings div .transform-rotate-130[data-v-89f3ac1c]{transform:rotate(130deg)}div#fmi-warnings div .transform-rotate-135[data-v-89f3ac1c]{transform:rotate(135deg)}div#fmi-warnings div .transform-rotate-140[data-v-89f3ac1c]{transform:rotate(140deg)}div#fmi-warnings div .transform-rotate-145[data-v-89f3ac1c]{transform:rotate(145deg)}div#fmi-warnings div .transform-rotate-150[data-v-89f3ac1c]{transform:rotate(150deg)}div#fmi-warnings div .transform-rotate-155[data-v-89f3ac1c]{transform:rotate(155deg)}div#fmi-warnings div .transform-rotate-160[data-v-89f3ac1c]{transform:rotate(160deg)}div#fmi-warnings div .transform-rotate-165[data-v-89f3ac1c]{transform:rotate(165deg)}div#fmi-warnings div .transform-rotate-170[data-v-89f3ac1c]{transform:rotate(170deg)}div#fmi-warnings div .transform-rotate-175[data-v-89f3ac1c]{transform:rotate(175deg)}div#fmi-warnings div .transform-rotate-180[data-v-89f3ac1c]{transform:rotate(180deg)}div#fmi-warnings div .transform-rotate-185[data-v-89f3ac1c]{transform:rotate(185deg)}div#fmi-warnings div .transform-rotate-190[data-v-89f3ac1c]{transform:rotate(190deg)}div#fmi-warnings div .transform-rotate-195[data-v-89f3ac1c]{transform:rotate(195deg)}div#fmi-warnings div .transform-rotate-200[data-v-89f3ac1c]{transform:rotate(200deg)}div#fmi-warnings div .transform-rotate-205[data-v-89f3ac1c]{transform:rotate(205deg)}div#fmi-warnings div .transform-rotate-210[data-v-89f3ac1c]{transform:rotate(210deg)}div#fmi-warnings div .transform-rotate-215[data-v-89f3ac1c]{transform:rotate(215deg)}div#fmi-warnings div .transform-rotate-220[data-v-89f3ac1c]{transform:rotate(220deg)}div#fmi-warnings div .transform-rotate-225[data-v-89f3ac1c]{transform:rotate(225deg)}div#fmi-warnings div .transform-rotate-230[data-v-89f3ac1c]{transform:rotate(230deg)}div#fmi-warnings div .transform-rotate-235[data-v-89f3ac1c]{transform:rotate(235deg)}div#fmi-warnings div .transform-rotate-240[data-v-89f3ac1c]{transform:rotate(240deg)}div#fmi-warnings div .transform-rotate-245[data-v-89f3ac1c]{transform:rotate(245deg)}div#fmi-warnings div .transform-rotate-250[data-v-89f3ac1c]{transform:rotate(250deg)}div#fmi-warnings div .transform-rotate-255[data-v-89f3ac1c]{transform:rotate(255deg)}div#fmi-warnings div .transform-rotate-260[data-v-89f3ac1c]{transform:rotate(260deg)}div#fmi-warnings div .transform-rotate-265[data-v-89f3ac1c]{transform:rotate(265deg)}div#fmi-warnings div .transform-rotate-270[data-v-89f3ac1c]{transform:rotate(270deg)}div#fmi-warnings div .transform-rotate-275[data-v-89f3ac1c]{transform:rotate(275deg)}div#fmi-warnings div .transform-rotate-280[data-v-89f3ac1c]{transform:rotate(280deg)}div#fmi-warnings div .transform-rotate-285[data-v-89f3ac1c]{transform:rotate(285deg)}div#fmi-warnings div .transform-rotate-290[data-v-89f3ac1c]{transform:rotate(290deg)}div#fmi-warnings div .transform-rotate-295[data-v-89f3ac1c]{transform:rotate(295deg)}div#fmi-warnings div .transform-rotate-300[data-v-89f3ac1c]{transform:rotate(300deg)}div#fmi-warnings div .transform-rotate-305[data-v-89f3ac1c]{transform:rotate(305deg)}div#fmi-warnings div .transform-rotate-310[data-v-89f3ac1c]{transform:rotate(310deg)}div#fmi-warnings div .transform-rotate-315[data-v-89f3ac1c]{transform:rotate(315deg)}div#fmi-warnings div .transform-rotate-320[data-v-89f3ac1c]{transform:rotate(320deg)}div#fmi-warnings div .transform-rotate-325[data-v-89f3ac1c]{transform:rotate(325deg)}div#fmi-warnings div .transform-rotate-330[data-v-89f3ac1c]{transform:rotate(330deg)}div#fmi-warnings div .transform-rotate-335[data-v-89f3ac1c]{transform:rotate(335deg)}div#fmi-warnings div .transform-rotate-340[data-v-89f3ac1c]{transform:rotate(340deg)}div#fmi-warnings div .transform-rotate-345[data-v-89f3ac1c]{transform:rotate(345deg)}div#fmi-warnings div .transform-rotate-350[data-v-89f3ac1c]{transform:rotate(350deg)}div#fmi-warnings div .transform-rotate-355[data-v-89f3ac1c]{transform:rotate(355deg)}div#fmi-warnings div .transform-rotate-360[data-v-89f3ac1c]{transform:rotate(360deg)}div#fmi-warnings div div.symbol-image[data-v-89f3ac1c]{display:table}div#fmi-warnings div .light-theme .level-0[data-v-89f3ac1c],div#fmi-warnings div .light-theme .level-1[data-v-89f3ac1c]{background-color:#6af86a}div#fmi-warnings div .light-theme .level-2[data-v-89f3ac1c]{background-color:#f8f800}div#fmi-warnings div .light-theme .level-3[data-v-89f3ac1c]{background-color:#f9bf2e}div#fmi-warnings div .light-theme .level-4[data-v-89f3ac1c]{background-color:#ff0909}div#fmi-warnings div .dark-theme .level-0[data-v-89f3ac1c],div#fmi-warnings div .dark-theme .level-1[data-v-89f3ac1c]{background-color:#6af86a}div#fmi-warnings div .dark-theme .level-2[data-v-89f3ac1c]{background-color:#f8f800}div#fmi-warnings div .dark-theme .level-3[data-v-89f3ac1c]{background-color:#f9bf2e}div#fmi-warnings div .dark-theme .level-4[data-v-89f3ac1c]{background-color:#ff0909}div#fmi-warnings div .light-gray-theme .level-0[data-v-89f3ac1c],div#fmi-warnings div .light-gray-theme .level-1[data-v-89f3ac1c]{background-color:#fff}div#fmi-warnings div .light-gray-theme .level-2[data-v-89f3ac1c]{background-color:#aaa}div#fmi-warnings div .light-gray-theme .level-3[data-v-89f3ac1c]{background-color:#555}div#fmi-warnings div .light-gray-theme .level-4[data-v-89f3ac1c]{background-color:#000}div#fmi-warnings div .dark-gray-theme .level-0[data-v-89f3ac1c],div#fmi-warnings div .dark-gray-theme .level-1[data-v-89f3ac1c]{background-color:#fff}div#fmi-warnings div .dark-gray-theme .level-2[data-v-89f3ac1c]{background-color:#aaa}div#fmi-warnings div .dark-gray-theme .level-3[data-v-89f3ac1c]{background-color:#555}div#fmi-warnings div .dark-gray-theme .level-4[data-v-89f3ac1c]{background-color:#000}@media (forced-colors: active){div#fmi-warnings div .level-0[data-v-89f3ac1c],div#fmi-warnings div .level-1[data-v-89f3ac1c],div#fmi-warnings div .level-2[data-v-89f3ac1c],div#fmi-warnings div .level-3[data-v-89f3ac1c],div#fmi-warnings div .level-4[data-v-89f3ac1c]{forced-color-adjust:none}}div#fmi-warnings div .thunder-storm[data-v-89f3ac1c]{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-89f3ac1c]{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-89f3ac1c]{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-89f3ac1c]{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-89f3ac1c]{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-89f3ac1c]{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-89f3ac1c]{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-89f3ac1c]{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-89f3ac1c]{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-89f3ac1c]{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-89f3ac1c]{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-89f3ac1c]{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-89f3ac1c]{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-89f3ac1c]{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-89f3ac1c]{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-89f3ac1c]{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-89f3ac1c]{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-89f3ac1c]{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-89f3ac1c]{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-89f3ac1c]{display:none}}div#fmi-warnings div div.warning-image[data-v-89f3ac1c]{border-radius:50%;background-repeat:no-repeat;background-position:center}div#fmi-warnings div .current-warning-image[data-v-89f3ac1c]{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-89f3ac1c]{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-89f3ac1c"]]),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,me],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,c=us,m=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(m,{"body-class":"p-0"},{default:Yi(()=>[q("div",Of,[q("div",zf,[(G(!0),ri(Bi,null,$i(s.reducedWarnings,k=>(G(),zi(c,{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 cs=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:cs},mixins:[me,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"},Xf=["id"],Kf={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=cs;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,Xf),q("div",Kf,[(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 ms=Dt(Zf,[["render",iv],["styles",[Wf]],["__scopeId","data-v-89d7e40f"]]),tv='div#fmi-warnings div .transform-rotate-0[data-v-8cfdce3b]{transform:rotate(0)}div#fmi-warnings div .transform-rotate-5[data-v-8cfdce3b]{transform:rotate(5deg)}div#fmi-warnings div .transform-rotate-10[data-v-8cfdce3b]{transform:rotate(10deg)}div#fmi-warnings div .transform-rotate-15[data-v-8cfdce3b]{transform:rotate(15deg)}div#fmi-warnings div .transform-rotate-20[data-v-8cfdce3b]{transform:rotate(20deg)}div#fmi-warnings div .transform-rotate-25[data-v-8cfdce3b]{transform:rotate(25deg)}div#fmi-warnings div .transform-rotate-30[data-v-8cfdce3b]{transform:rotate(30deg)}div#fmi-warnings div .transform-rotate-35[data-v-8cfdce3b]{transform:rotate(35deg)}div#fmi-warnings div .transform-rotate-40[data-v-8cfdce3b]{transform:rotate(40deg)}div#fmi-warnings div .transform-rotate-45[data-v-8cfdce3b]{transform:rotate(45deg)}div#fmi-warnings div .transform-rotate-50[data-v-8cfdce3b]{transform:rotate(50deg)}div#fmi-warnings div .transform-rotate-55[data-v-8cfdce3b]{transform:rotate(55deg)}div#fmi-warnings div .transform-rotate-60[data-v-8cfdce3b]{transform:rotate(60deg)}div#fmi-warnings div .transform-rotate-65[data-v-8cfdce3b]{transform:rotate(65deg)}div#fmi-warnings div .transform-rotate-70[data-v-8cfdce3b]{transform:rotate(70deg)}div#fmi-warnings div .transform-rotate-75[data-v-8cfdce3b]{transform:rotate(75deg)}div#fmi-warnings div .transform-rotate-80[data-v-8cfdce3b]{transform:rotate(80deg)}div#fmi-warnings div .transform-rotate-85[data-v-8cfdce3b]{transform:rotate(85deg)}div#fmi-warnings div .transform-rotate-90[data-v-8cfdce3b]{transform:rotate(90deg)}div#fmi-warnings div .transform-rotate-95[data-v-8cfdce3b]{transform:rotate(95deg)}div#fmi-warnings div .transform-rotate-100[data-v-8cfdce3b]{transform:rotate(100deg)}div#fmi-warnings div .transform-rotate-105[data-v-8cfdce3b]{transform:rotate(105deg)}div#fmi-warnings div .transform-rotate-110[data-v-8cfdce3b]{transform:rotate(110deg)}div#fmi-warnings div .transform-rotate-115[data-v-8cfdce3b]{transform:rotate(115deg)}div#fmi-warnings div .transform-rotate-120[data-v-8cfdce3b]{transform:rotate(120deg)}div#fmi-warnings div .transform-rotate-125[data-v-8cfdce3b]{transform:rotate(125deg)}div#fmi-warnings div .transform-rotate-130[data-v-8cfdce3b]{transform:rotate(130deg)}div#fmi-warnings div .transform-rotate-135[data-v-8cfdce3b]{transform:rotate(135deg)}div#fmi-warnings div .transform-rotate-140[data-v-8cfdce3b]{transform:rotate(140deg)}div#fmi-warnings div .transform-rotate-145[data-v-8cfdce3b]{transform:rotate(145deg)}div#fmi-warnings div .transform-rotate-150[data-v-8cfdce3b]{transform:rotate(150deg)}div#fmi-warnings div .transform-rotate-155[data-v-8cfdce3b]{transform:rotate(155deg)}div#fmi-warnings div .transform-rotate-160[data-v-8cfdce3b]{transform:rotate(160deg)}div#fmi-warnings div .transform-rotate-165[data-v-8cfdce3b]{transform:rotate(165deg)}div#fmi-warnings div .transform-rotate-170[data-v-8cfdce3b]{transform:rotate(170deg)}div#fmi-warnings div .transform-rotate-175[data-v-8cfdce3b]{transform:rotate(175deg)}div#fmi-warnings div .transform-rotate-180[data-v-8cfdce3b]{transform:rotate(180deg)}div#fmi-warnings div .transform-rotate-185[data-v-8cfdce3b]{transform:rotate(185deg)}div#fmi-warnings div .transform-rotate-190[data-v-8cfdce3b]{transform:rotate(190deg)}div#fmi-warnings div .transform-rotate-195[data-v-8cfdce3b]{transform:rotate(195deg)}div#fmi-warnings div .transform-rotate-200[data-v-8cfdce3b]{transform:rotate(200deg)}div#fmi-warnings div .transform-rotate-205[data-v-8cfdce3b]{transform:rotate(205deg)}div#fmi-warnings div .transform-rotate-210[data-v-8cfdce3b]{transform:rotate(210deg)}div#fmi-warnings div .transform-rotate-215[data-v-8cfdce3b]{transform:rotate(215deg)}div#fmi-warnings div .transform-rotate-220[data-v-8cfdce3b]{transform:rotate(220deg)}div#fmi-warnings div .transform-rotate-225[data-v-8cfdce3b]{transform:rotate(225deg)}div#fmi-warnings div .transform-rotate-230[data-v-8cfdce3b]{transform:rotate(230deg)}div#fmi-warnings div .transform-rotate-235[data-v-8cfdce3b]{transform:rotate(235deg)}div#fmi-warnings div .transform-rotate-240[data-v-8cfdce3b]{transform:rotate(240deg)}div#fmi-warnings div .transform-rotate-245[data-v-8cfdce3b]{transform:rotate(245deg)}div#fmi-warnings div .transform-rotate-250[data-v-8cfdce3b]{transform:rotate(250deg)}div#fmi-warnings div .transform-rotate-255[data-v-8cfdce3b]{transform:rotate(255deg)}div#fmi-warnings div .transform-rotate-260[data-v-8cfdce3b]{transform:rotate(260deg)}div#fmi-warnings div .transform-rotate-265[data-v-8cfdce3b]{transform:rotate(265deg)}div#fmi-warnings div .transform-rotate-270[data-v-8cfdce3b]{transform:rotate(270deg)}div#fmi-warnings div .transform-rotate-275[data-v-8cfdce3b]{transform:rotate(275deg)}div#fmi-warnings div .transform-rotate-280[data-v-8cfdce3b]{transform:rotate(280deg)}div#fmi-warnings div .transform-rotate-285[data-v-8cfdce3b]{transform:rotate(285deg)}div#fmi-warnings div .transform-rotate-290[data-v-8cfdce3b]{transform:rotate(290deg)}div#fmi-warnings div .transform-rotate-295[data-v-8cfdce3b]{transform:rotate(295deg)}div#fmi-warnings div .transform-rotate-300[data-v-8cfdce3b]{transform:rotate(300deg)}div#fmi-warnings div .transform-rotate-305[data-v-8cfdce3b]{transform:rotate(305deg)}div#fmi-warnings div .transform-rotate-310[data-v-8cfdce3b]{transform:rotate(310deg)}div#fmi-warnings div .transform-rotate-315[data-v-8cfdce3b]{transform:rotate(315deg)}div#fmi-warnings div .transform-rotate-320[data-v-8cfdce3b]{transform:rotate(320deg)}div#fmi-warnings div .transform-rotate-325[data-v-8cfdce3b]{transform:rotate(325deg)}div#fmi-warnings div .transform-rotate-330[data-v-8cfdce3b]{transform:rotate(330deg)}div#fmi-warnings div .transform-rotate-335[data-v-8cfdce3b]{transform:rotate(335deg)}div#fmi-warnings div .transform-rotate-340[data-v-8cfdce3b]{transform:rotate(340deg)}div#fmi-warnings div .transform-rotate-345[data-v-8cfdce3b]{transform:rotate(345deg)}div#fmi-warnings div .transform-rotate-350[data-v-8cfdce3b]{transform:rotate(350deg)}div#fmi-warnings div .transform-rotate-355[data-v-8cfdce3b]{transform:rotate(355deg)}div#fmi-warnings div .transform-rotate-360[data-v-8cfdce3b]{transform:rotate(360deg)}div#fmi-warnings div div.symbol-image[data-v-8cfdce3b]{display:table}div#fmi-warnings div .light-theme .level-0[data-v-8cfdce3b],div#fmi-warnings div .light-theme .level-1[data-v-8cfdce3b]{background-color:#6af86a}div#fmi-warnings div .light-theme .level-2[data-v-8cfdce3b]{background-color:#f8f800}div#fmi-warnings div .light-theme .level-3[data-v-8cfdce3b]{background-color:#f9bf2e}div#fmi-warnings div .light-theme .level-4[data-v-8cfdce3b]{background-color:#ff0909}div#fmi-warnings div .dark-theme .level-0[data-v-8cfdce3b],div#fmi-warnings div .dark-theme .level-1[data-v-8cfdce3b]{background-color:#6af86a}div#fmi-warnings div .dark-theme .level-2[data-v-8cfdce3b]{background-color:#f8f800}div#fmi-warnings div .dark-theme .level-3[data-v-8cfdce3b]{background-color:#f9bf2e}div#fmi-warnings div .dark-theme .level-4[data-v-8cfdce3b]{background-color:#ff0909}div#fmi-warnings div .light-gray-theme .level-0[data-v-8cfdce3b],div#fmi-warnings div .light-gray-theme .level-1[data-v-8cfdce3b]{background-color:#fff}div#fmi-warnings div .light-gray-theme .level-2[data-v-8cfdce3b]{background-color:#aaa}div#fmi-warnings div .light-gray-theme .level-3[data-v-8cfdce3b]{background-color:#555}div#fmi-warnings div .light-gray-theme .level-4[data-v-8cfdce3b]{background-color:#000}div#fmi-warnings div .dark-gray-theme .level-0[data-v-8cfdce3b],div#fmi-warnings div .dark-gray-theme .level-1[data-v-8cfdce3b]{background-color:#fff}div#fmi-warnings div .dark-gray-theme .level-2[data-v-8cfdce3b]{background-color:#aaa}div#fmi-warnings div .dark-gray-theme .level-3[data-v-8cfdce3b]{background-color:#555}div#fmi-warnings div .dark-gray-theme .level-4[data-v-8cfdce3b]{background-color:#000}@media (forced-colors: active){div#fmi-warnings div .level-0[data-v-8cfdce3b],div#fmi-warnings div .level-1[data-v-8cfdce3b],div#fmi-warnings div .level-2[data-v-8cfdce3b],div#fmi-warnings div .level-3[data-v-8cfdce3b],div#fmi-warnings div .level-4[data-v-8cfdce3b]{forced-color-adjust:none}}div#fmi-warnings div .thunder-storm[data-v-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{display:none}}div#fmi-warnings div div.symbol-list-table[data-v-8cfdce3b]{display:table;border-spacing:0;width:100%;padding:0}div#fmi-warnings div div.symbol-list-cell[data-v-8cfdce3b]{display:table-cell;vertical-align:middle;line-height:50px;text-align:left}div#fmi-warnings div div.symbol-list-cell-image[data-v-8cfdce3b]{width:44px}div#fmi-warnings div div.symbol-list-image-column[data-v-8cfdce3b]{width:44px;margin-top:2px}div#fmi-warnings div .symbol-list-image[data-v-8cfdce3b]{height:44px;background-size:44px 44px}div#fmi-warnings div .symbol-list-image.sea-wind[data-v-8cfdce3b]{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-8cfdce3b]{border-radius:50%;background-repeat:no-repeat;background-position:center}div#fmi-warnings div .light-gray-theme div.warning-image[data-v-8cfdce3b]{border:1px solid #191b22}div#fmi-warnings div .dark-gray-theme div.warning-image[data-v-8cfdce3b]{border:1px solid #ffffff}div#fmi-warnings div div.symbol-list-cell-text[data-v-8cfdce3b]{padding-left:15px;padding-right:0}div#fmi-warnings div hr[data-v-8cfdce3b]{padding:0;margin:0;border:0 none;height:2px;width:auto;opacity:1}div#fmi-warnings div .light-theme hr[data-v-8cfdce3b]{background-color:#eee;color:#eee}div#fmi-warnings div .dark-theme hr[data-v-8cfdce3b]{background-color:#434752;color:#434752}div#fmi-warnings div .light-gray-theme hr[data-v-8cfdce3b]{background-color:#eee;color:#eee}div#fmi-warnings div .dark-gray-theme hr[data-v-8cfdce3b]{background-color:#434752;color:#434752}div#fmi-warnings-list div.symbol-list-cell-text[data-v-8cfdce3b]{padding-right:0}div#fmi-warnings-list div.symbol-list-cell-text hr[data-v-8cfdce3b]{margin-right:0}div#fmi-warnings div div.symbol-list-text-select[data-v-8cfdce3b]{width:100%;display:table}div#fmi-warnings div .item-text[data-v-8cfdce3b]{display:inline-block;vertical-align:middle;line-height:normal}div#fmi-warnings div div.symbol-list-text[data-v-8cfdce3b]{display:table-cell;height:50px;max-width:141px;padding-right:5px;hyphens:auto}div#fmi-warnings div .symbol-list-select-container[data-v-8cfdce3b]{width:30px;height:50px;display:table-cell;vertical-align:middle}div#fmi-warnings div .symbol-list-select[data-v-8cfdce3b]{width:100%;height:30px;margin:0;background-repeat:no-repeat;background-position:center}div#fmi-warnings div .flag-selected[data-v-8cfdce3b]{cursor:pointer}div#fmi-warnings div .light-theme .flag-selected[data-v-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{cursor:pointer}div#fmi-warnings div .light-theme .flag-unselected[data-v-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{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-8cfdce3b]{padding-right:0}div#fmi-warnings div div.symbol-list-table div.symbol-list-cell.symbol-list-cell-text hr[data-v-8cfdce3b]{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-8cfdce3b"),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-8cfdce3b"]]),cv='div#fmi-warnings div .transform-rotate-0[data-v-d484a9ef]{transform:rotate(0)}div#fmi-warnings div .transform-rotate-5[data-v-d484a9ef]{transform:rotate(5deg)}div#fmi-warnings div .transform-rotate-10[data-v-d484a9ef]{transform:rotate(10deg)}div#fmi-warnings div .transform-rotate-15[data-v-d484a9ef]{transform:rotate(15deg)}div#fmi-warnings div .transform-rotate-20[data-v-d484a9ef]{transform:rotate(20deg)}div#fmi-warnings div .transform-rotate-25[data-v-d484a9ef]{transform:rotate(25deg)}div#fmi-warnings div .transform-rotate-30[data-v-d484a9ef]{transform:rotate(30deg)}div#fmi-warnings div .transform-rotate-35[data-v-d484a9ef]{transform:rotate(35deg)}div#fmi-warnings div .transform-rotate-40[data-v-d484a9ef]{transform:rotate(40deg)}div#fmi-warnings div .transform-rotate-45[data-v-d484a9ef]{transform:rotate(45deg)}div#fmi-warnings div .transform-rotate-50[data-v-d484a9ef]{transform:rotate(50deg)}div#fmi-warnings div .transform-rotate-55[data-v-d484a9ef]{transform:rotate(55deg)}div#fmi-warnings div .transform-rotate-60[data-v-d484a9ef]{transform:rotate(60deg)}div#fmi-warnings div .transform-rotate-65[data-v-d484a9ef]{transform:rotate(65deg)}div#fmi-warnings div .transform-rotate-70[data-v-d484a9ef]{transform:rotate(70deg)}div#fmi-warnings div .transform-rotate-75[data-v-d484a9ef]{transform:rotate(75deg)}div#fmi-warnings div .transform-rotate-80[data-v-d484a9ef]{transform:rotate(80deg)}div#fmi-warnings div .transform-rotate-85[data-v-d484a9ef]{transform:rotate(85deg)}div#fmi-warnings div .transform-rotate-90[data-v-d484a9ef]{transform:rotate(90deg)}div#fmi-warnings div .transform-rotate-95[data-v-d484a9ef]{transform:rotate(95deg)}div#fmi-warnings div .transform-rotate-100[data-v-d484a9ef]{transform:rotate(100deg)}div#fmi-warnings div .transform-rotate-105[data-v-d484a9ef]{transform:rotate(105deg)}div#fmi-warnings div .transform-rotate-110[data-v-d484a9ef]{transform:rotate(110deg)}div#fmi-warnings div .transform-rotate-115[data-v-d484a9ef]{transform:rotate(115deg)}div#fmi-warnings div .transform-rotate-120[data-v-d484a9ef]{transform:rotate(120deg)}div#fmi-warnings div .transform-rotate-125[data-v-d484a9ef]{transform:rotate(125deg)}div#fmi-warnings div .transform-rotate-130[data-v-d484a9ef]{transform:rotate(130deg)}div#fmi-warnings div .transform-rotate-135[data-v-d484a9ef]{transform:rotate(135deg)}div#fmi-warnings div .transform-rotate-140[data-v-d484a9ef]{transform:rotate(140deg)}div#fmi-warnings div .transform-rotate-145[data-v-d484a9ef]{transform:rotate(145deg)}div#fmi-warnings div .transform-rotate-150[data-v-d484a9ef]{transform:rotate(150deg)}div#fmi-warnings div .transform-rotate-155[data-v-d484a9ef]{transform:rotate(155deg)}div#fmi-warnings div .transform-rotate-160[data-v-d484a9ef]{transform:rotate(160deg)}div#fmi-warnings div .transform-rotate-165[data-v-d484a9ef]{transform:rotate(165deg)}div#fmi-warnings div .transform-rotate-170[data-v-d484a9ef]{transform:rotate(170deg)}div#fmi-warnings div .transform-rotate-175[data-v-d484a9ef]{transform:rotate(175deg)}div#fmi-warnings div .transform-rotate-180[data-v-d484a9ef]{transform:rotate(180deg)}div#fmi-warnings div .transform-rotate-185[data-v-d484a9ef]{transform:rotate(185deg)}div#fmi-warnings div .transform-rotate-190[data-v-d484a9ef]{transform:rotate(190deg)}div#fmi-warnings div .transform-rotate-195[data-v-d484a9ef]{transform:rotate(195deg)}div#fmi-warnings div .transform-rotate-200[data-v-d484a9ef]{transform:rotate(200deg)}div#fmi-warnings div .transform-rotate-205[data-v-d484a9ef]{transform:rotate(205deg)}div#fmi-warnings div .transform-rotate-210[data-v-d484a9ef]{transform:rotate(210deg)}div#fmi-warnings div .transform-rotate-215[data-v-d484a9ef]{transform:rotate(215deg)}div#fmi-warnings div .transform-rotate-220[data-v-d484a9ef]{transform:rotate(220deg)}div#fmi-warnings div .transform-rotate-225[data-v-d484a9ef]{transform:rotate(225deg)}div#fmi-warnings div .transform-rotate-230[data-v-d484a9ef]{transform:rotate(230deg)}div#fmi-warnings div .transform-rotate-235[data-v-d484a9ef]{transform:rotate(235deg)}div#fmi-warnings div .transform-rotate-240[data-v-d484a9ef]{transform:rotate(240deg)}div#fmi-warnings div .transform-rotate-245[data-v-d484a9ef]{transform:rotate(245deg)}div#fmi-warnings div .transform-rotate-250[data-v-d484a9ef]{transform:rotate(250deg)}div#fmi-warnings div .transform-rotate-255[data-v-d484a9ef]{transform:rotate(255deg)}div#fmi-warnings div .transform-rotate-260[data-v-d484a9ef]{transform:rotate(260deg)}div#fmi-warnings div .transform-rotate-265[data-v-d484a9ef]{transform:rotate(265deg)}div#fmi-warnings div .transform-rotate-270[data-v-d484a9ef]{transform:rotate(270deg)}div#fmi-warnings div .transform-rotate-275[data-v-d484a9ef]{transform:rotate(275deg)}div#fmi-warnings div .transform-rotate-280[data-v-d484a9ef]{transform:rotate(280deg)}div#fmi-warnings div .transform-rotate-285[data-v-d484a9ef]{transform:rotate(285deg)}div#fmi-warnings div .transform-rotate-290[data-v-d484a9ef]{transform:rotate(290deg)}div#fmi-warnings div .transform-rotate-295[data-v-d484a9ef]{transform:rotate(295deg)}div#fmi-warnings div .transform-rotate-300[data-v-d484a9ef]{transform:rotate(300deg)}div#fmi-warnings div .transform-rotate-305[data-v-d484a9ef]{transform:rotate(305deg)}div#fmi-warnings div .transform-rotate-310[data-v-d484a9ef]{transform:rotate(310deg)}div#fmi-warnings div .transform-rotate-315[data-v-d484a9ef]{transform:rotate(315deg)}div#fmi-warnings div .transform-rotate-320[data-v-d484a9ef]{transform:rotate(320deg)}div#fmi-warnings div .transform-rotate-325[data-v-d484a9ef]{transform:rotate(325deg)}div#fmi-warnings div .transform-rotate-330[data-v-d484a9ef]{transform:rotate(330deg)}div#fmi-warnings div .transform-rotate-335[data-v-d484a9ef]{transform:rotate(335deg)}div#fmi-warnings div .transform-rotate-340[data-v-d484a9ef]{transform:rotate(340deg)}div#fmi-warnings div .transform-rotate-345[data-v-d484a9ef]{transform:rotate(345deg)}div#fmi-warnings div .transform-rotate-350[data-v-d484a9ef]{transform:rotate(350deg)}div#fmi-warnings div .transform-rotate-355[data-v-d484a9ef]{transform:rotate(355deg)}div#fmi-warnings div .transform-rotate-360[data-v-d484a9ef]{transform:rotate(360deg)}div#fmi-warnings div div.symbol-image[data-v-d484a9ef]{display:table}div#fmi-warnings div .light-theme .level-0[data-v-d484a9ef],div#fmi-warnings div .light-theme .level-1[data-v-d484a9ef]{background-color:#6af86a}div#fmi-warnings div .light-theme .level-2[data-v-d484a9ef]{background-color:#f8f800}div#fmi-warnings div .light-theme .level-3[data-v-d484a9ef]{background-color:#f9bf2e}div#fmi-warnings div .light-theme .level-4[data-v-d484a9ef]{background-color:#ff0909}div#fmi-warnings div .dark-theme .level-0[data-v-d484a9ef],div#fmi-warnings div .dark-theme .level-1[data-v-d484a9ef]{background-color:#6af86a}div#fmi-warnings div .dark-theme .level-2[data-v-d484a9ef]{background-color:#f8f800}div#fmi-warnings div .dark-theme .level-3[data-v-d484a9ef]{background-color:#f9bf2e}div#fmi-warnings div .dark-theme .level-4[data-v-d484a9ef]{background-color:#ff0909}div#fmi-warnings div .light-gray-theme .level-0[data-v-d484a9ef],div#fmi-warnings div .light-gray-theme .level-1[data-v-d484a9ef]{background-color:#fff}div#fmi-warnings div .light-gray-theme .level-2[data-v-d484a9ef]{background-color:#aaa}div#fmi-warnings div .light-gray-theme .level-3[data-v-d484a9ef]{background-color:#555}div#fmi-warnings div .light-gray-theme .level-4[data-v-d484a9ef]{background-color:#000}div#fmi-warnings div .dark-gray-theme .level-0[data-v-d484a9ef],div#fmi-warnings div .dark-gray-theme .level-1[data-v-d484a9ef]{background-color:#fff}div#fmi-warnings div .dark-gray-theme .level-2[data-v-d484a9ef]{background-color:#aaa}div#fmi-warnings div .dark-gray-theme .level-3[data-v-d484a9ef]{background-color:#555}div#fmi-warnings div .dark-gray-theme .level-4[data-v-d484a9ef]{background-color:#000}@media (forced-colors: active){div#fmi-warnings div .level-0[data-v-d484a9ef],div#fmi-warnings div .level-1[data-v-d484a9ef],div#fmi-warnings div .level-2[data-v-d484a9ef],div#fmi-warnings div .level-3[data-v-d484a9ef],div#fmi-warnings div .level-4[data-v-d484a9ef]{forced-color-adjust:none}}div#fmi-warnings div .thunder-storm[data-v-d484a9ef]{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-d484a9ef]{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-d484a9ef]{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-d484a9ef]{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-d484a9ef]{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-d484a9ef]{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-d484a9ef]{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-d484a9ef]{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-d484a9ef]{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-d484a9ef]{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-d484a9ef]{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-d484a9ef]{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-d484a9ef]{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-d484a9ef]{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-d484a9ef]{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-d484a9ef]{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-d484a9ef]{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-d484a9ef]{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-d484a9ef]{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-d484a9ef]{display:none}}div#fmi-warnings div h3[data-v-d484a9ef]{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-d484a9ef]{display:block;margin-left:0;margin-right:0}div#fmi-warnings div div.symbol-list-main-row[data-v-d484a9ef]{padding-left:0}div#fmi-warnings div div.show-text-row[data-v-d484a9ef]{height:30px}div#fmi-warnings div div.show-text-row button.show-text[data-v-d484a9ef]{width:auto;padding:0;border:none;background:none}div#fmi-warnings-view>div.row>button.show-text[data-v-d484a9ef]{line-height:30px;float:right;cursor:pointer;white-space:nowrap}div#fmi-warnings-view.light-theme>div.row>button.show-text[data-v-d484a9ef]{color:#3a66e3}div#fmi-warnings-view.dark-theme>div.row>button.show-text[data-v-d484a9ef]{color:#3a66e3}div#fmi-warnings-view.light-gray-theme>div.row>button.show-text[data-v-d484a9ef]{color:#434752}div#fmi-warnings-view.dark-gray-theme>div.row>button.show-text[data-v-d484a9ef]{color:#eee}div#fmi-warnings div hr.symbol-block-separator[data-v-d484a9ef]{margin-left:59px;margin-right:0}div#fmi-warnings div hr.legend-separator[data-v-d484a9ef]{margin-top:55px}div#fmi-warnings div hr.legend-separator.no-warnings[data-v-d484a9ef]{margin-top:10px}div#fmi-warnings div div.symbol-list-table[data-v-d484a9ef]{display:table;border-spacing:0;width:100%;padding:0}div#fmi-warnings div div.symbol-list-cell[data-v-d484a9ef]{display:table-cell;vertical-align:middle;line-height:50px;text-align:left}div#fmi-warnings div div.symbol-list-cell-image[data-v-d484a9ef]{width:44px}div#fmi-warnings div .light-theme .gray[data-v-d484a9ef]{background-color:#e8e8e8}div#fmi-warnings div .dark-theme .gray[data-v-d484a9ef]{background-color:#434752}div#fmi-warnings div .light-gray-theme .gray[data-v-d484a9ef]{background-color:#f4f4f4}div#fmi-warnings div .dark-gray-theme .gray[data-v-d484a9ef]{background-color:#2d2d2d}@media (forced-colors: active){div#fmi-warnings div .gray[data-v-d484a9ef]{forced-color-adjust:none}}div#fmi-warnings div .several[data-v-d484a9ef]{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-d484a9ef]{width:44px;margin-top:2px}div#fmi-warnings div .symbol-list-image[data-v-d484a9ef]{height:44px;background-size:44px 44px}div#fmi-warnings div .symbol-list-image.sea-wind[data-v-d484a9ef]{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-d484a9ef]{border-radius:50%;background-repeat:no-repeat;background-position:center}div#fmi-warnings div .light-gray-theme div.warning-image[data-v-d484a9ef]{border:1px solid #191b22}div#fmi-warnings div .dark-gray-theme div.warning-image[data-v-d484a9ef]{border:1px solid #ffffff}div#fmi-warnings div div.symbol-list-cell-text[data-v-d484a9ef]{padding-left:15px;padding-right:0}div#fmi-warnings-list div.symbol-list-cell-text[data-v-d484a9ef]{padding-right:0}div#fmi-warnings-list div.symbol-list-cell-text hr[data-v-d484a9ef]{margin-right:0}div#fmi-warnings-view div.symbol-list-table div.symbol-list-cell.symbol-list-cell-text[data-v-d484a9ef]{padding-right:0}div#fmi-warnings-view div.symbol-list-table div.symbol-list-cell.symbol-list-cell-text hr[data-v-d484a9ef]{margin-right:0}div#fmi-warnings div .item-text[data-v-d484a9ef]{display:inline-block;vertical-align:middle;line-height:normal}div#fmi-warnings div div.symbol-list-text[data-v-d484a9ef]{display:table-cell;height:50px}div#fmi-warnings div hr[data-v-d484a9ef]{padding:0;margin:0;border:0 none;height:2px;width:auto;opacity:1}div#fmi-warnings div .light-theme hr[data-v-d484a9ef]{background-color:#eee;color:#eee}div#fmi-warnings div .dark-theme hr[data-v-d484a9ef]{background-color:#434752;color:#434752}div#fmi-warnings div .light-gray-theme hr[data-v-d484a9ef]{background-color:#eee;color:#eee}div#fmi-warnings div .dark-gray-theme hr[data-v-d484a9ef]{background-color:#434752;color:#434752}@media (max-width: 767px){div#fmi-warnings div hr.symbol-block-separator[data-v-d484a9ef],div#fmi-warnings div hr.bottom-separator[data-v-d484a9ef],div#fmi-warnings div div.show-text-row[data-v-d484a9ef],div#fmi-warnings div[data-v-d484a9ef] br.symbol-list-header-line-break{display:none}}',mv={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-d484a9ef"),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)),hv=[pv],bv={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,hv)):qi("",!0),q("div",bv,[(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(mv,[["render",Hv],["styles",[cv]],["__scopeId","data-v-d484a9ef"]]),Vv='div#fmi-warnings div div#gray-scale-select-row[data-v-d2a191ff]{width:100%;margin-top:20px;padding-left:59px}div#fmi-warnings div div#gray-scale-select-row.narrow-screen[data-v-d2a191ff]{display:none}div#fmi-warnings div div#gray-scale-select-row[data-v-d2a191ff]:not(.narrow-screen){display:table}div#fmi-warnings div div#gray-scale-select-text[data-v-d2a191ff]{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-d2a191ff]{display:table-cell;width:30px;height:50px;vertical-align:middle}div#fmi-warnings div div#gray-scale-select[data-v-d2a191ff]{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-d2a191ff]{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-d2a191ff]{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-d2a191ff]{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-d2a191ff]{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-d2a191ff]{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-d2a191ff]{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-d2a191ff]{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-d2a191ff]{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-d2a191ff]{margin-top:0}div#fmi-warnings div div#gray-scale-select-row.narrow-screen[data-v-d2a191ff]{display:table}div#fmi-warnings div div#gray-scale-select-row.narrow-screen div#gray-scale-select-text[data-v-d2a191ff]{text-align:right;padding-right:10px}div#fmi-warnings div div#gray-scale-select-row[data-v-d2a191ff]:not(.narrow-screen){display:none}div#fmi-warnings div div#gray-scale-select-row div#gray-scale-select-container[data-v-d2a191ff]{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.VUE_APP_I18N_LOCALE||"en"},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"},Xv={id:"gray-scale-select-container"};function Kv(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",Xv,[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",Kv],["styles",[Vv]],["__scopeId","data-v-d2a191ff"]]),ip='div#fmi-warnings div div.symbol-list-header-row[data-v-ccab931b]{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-ccab931b]{white-space:nowrap}div#fmi-warnings div .legends-panel[data-v-ccab931b]{border-radius:0;margin-left:0;margin-right:0}div#fmi-warnings div .light-theme .legends-panel[data-v-ccab931b]{border:2px solid #eee}div#fmi-warnings div .dark-theme .legends-panel[data-v-ccab931b]{border:2px solid #282b34}div#fmi-warnings div .light-gray-theme .legends-panel[data-v-ccab931b]{border:2px solid #eee}div#fmi-warnings div .dark-gray-theme .legends-panel[data-v-ccab931b]{border:2px solid #434752}div#fmi-warnings div .legends-heading[data-v-ccab931b]{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-ccab931b]{background-color:#fff}div#fmi-warnings div .dark-theme .legends-heading[data-v-ccab931b]{background-color:#282b34}div#fmi-warnings div .light-gray-theme .legends-heading[data-v-ccab931b]{background-color:#fff}div#fmi-warnings div .dark-gray-theme .legends-heading[data-v-ccab931b]{background-color:#191b22}div#fmi-warnings div .legends-header[data-v-ccab931b]{position:absolute;left:0;right:38px}div#fmi-warnings div .light-theme .legends-header[data-v-ccab931b]{background:#fff}div#fmi-warnings div .dark-theme .legends-header[data-v-ccab931b]{background:#282b34}div#fmi-warnings div .light-gray-theme .legends-header[data-v-ccab931b]{background:#fff}div#fmi-warnings div .dark-gray-theme .legends-header[data-v-ccab931b]{background:#191b22}div#fmi-warnings div .legends-text[data-v-ccab931b]{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-ccab931b]{background-color:#fff}div#fmi-warnings div .dark-theme .legends-text[data-v-ccab931b]{background-color:#282b34}div#fmi-warnings div .light-gray-theme .legends-text[data-v-ccab931b]{background-color:#fff}div#fmi-warnings div .dark-gray-theme .legends-text[data-v-ccab931b]{background-color:#191b22}div#fmi-warnings div .legends-toggle[data-v-ccab931b]{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-ccab931b]{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-ccab931b],div#fmi-warnings div .light-theme .legends-toggle[data-v-ccab931b]:hover,div#fmi-warnings div .light-theme .legends-toggle[data-v-ccab931b]:active{background-color:#e8e8e8}div#fmi-warnings div .light-theme .legends-toggle[data-v-ccab931b]:not(:disabled):not(.disabled):active{background-color:#3a66e3}div#fmi-warnings div .dark-theme .legends-toggle[data-v-ccab931b],div#fmi-warnings div .dark-theme .legends-toggle[data-v-ccab931b]:hover,div#fmi-warnings div .dark-theme .legends-toggle[data-v-ccab931b]:active{background-color:#434752}div#fmi-warnings div .dark-theme .legends-toggle[data-v-ccab931b]:not(:disabled):not(.disabled):active{background-color:#282b34}div#fmi-warnings div .light-gray-theme .legends-toggle[data-v-ccab931b],div#fmi-warnings div .light-gray-theme .legends-toggle[data-v-ccab931b]:hover,div#fmi-warnings div .light-gray-theme .legends-toggle[data-v-ccab931b]:active{background-color:#f4f4f4}div#fmi-warnings div .light-gray-theme .legends-toggle[data-v-ccab931b]:not(:disabled):not(.disabled):active{background-color:#434752}div#fmi-warnings div .dark-gray-theme .legends-toggle[data-v-ccab931b],div#fmi-warnings div .dark-gray-theme .legends-toggle[data-v-ccab931b]:hover,div#fmi-warnings div .dark-gray-theme .legends-toggle[data-v-ccab931b]:active{background-color:#2d2d2d}div#fmi-warnings div .dark-gray-theme .legends-toggle[data-v-ccab931b]:not(:disabled):not(.disabled):active{background-color:#282b34}div#fmi-warnings div .legends-container[data-v-ccab931b]{padding:15px}div#fmi-warnings div .light-theme .legends-container[data-v-ccab931b]{background-color:#fff;border-top:2px solid #eee}div#fmi-warnings div .dark-theme .legends-container[data-v-ccab931b]{background-color:#282b34;border-top:2px solid #282b34}div#fmi-warnings div .light-gray-theme .legends-container[data-v-ccab931b]{background-color:#fff;border-top:2px solid #eee}div#fmi-warnings div .dark-gray-theme .legends-container[data-v-ccab931b]{background-color:#191b22;border-top:2px solid #434752}div#fmi-warnings div div#legends-collapse div.card-body[data-v-ccab931b]{padding:0}div#fmi-warnings div nav.symbol-list-header[data-v-ccab931b]{padding-left:0;text-align:left}@media (max-width: 767px){div#fmi-warnings div nav.symbol-list-header[data-v-ccab931b]{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.VUE_APP_I18N_LOCALE||"en"},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 cr(()=>{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,c=vs,m=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(m,{"body-class":"p-0"},{default:Yi(()=>[q("div",dp,[Pi(c,{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(c,{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-ccab931b"]]),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}',cp={name:"PopupRow",mixins:[tn],props:{input:{type:Object,default:()=>({})}}},mp={class:"popup-table-row"},fp=["innerHTML"];function vp(t,e,r,n,o,s){return G(),ri("div",mp,[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 hs=Dt(cp,[["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 bs(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=bs(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=bs(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 hp=typeof document!="undefined"&&!!document.documentMode,In;function bp(){return In||(In=document.createElement("div").style)}var co=["webkit","moz","ms"],v2={};function Wa(t){if(v2[t])return v2[t];var e=bp();if(t in e)return v2[t]=t;for(var r=t[0].toUpperCase()+t.slice(1),n=co.length;n--;){var o="".concat(co[n]).concat(r);if(o in e)return v2[t]=o}}function p2(t,e){return parseFloat(e[Wa(t)])||0}function h2(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&&hp){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:h2(t,"margin",r),border:h2(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:h2(e,"padding",n),border:h2(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,c=!1;_(e.startScale,{animate:!1,force:!0}),setTimeout(function(){I(e.startX,e.startY,{animate:!1,force:!0})});function m(N,Q,J){if(!J.silent){var mi=new CustomEvent(N,{detail:Q});t.dispatchEvent(mi)}}function p(N,Q,J){var mi={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,mi,Q),m(N,mi,Q),m("panzoomchange",mi,Q)}),mi}function v(N,Q,J,mi){var H=ut(ut({},e),mi),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),mi={scale:l,opts:J};if(!J.force&&J.disableZoom)return mi;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 mi.scale=Math.min(Math.max(N,H),Di),mi}function I(N,Q,J,mi){var H=v(N,Q,l,J);return d!==H.x||u!==H.y?(d=H.x,u=H.y,p("panzoompan",H.opts,mi)):{x:d,y:u,scale:l,isSVG:r,originalEvent:mi}}function _(N,Q,J){var mi=k(N,Q),H=mi.opts;if(!(!H.force&&H.disableZoom)){N=mi.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 h(N,Q,J,mi){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}),mi)}function f(N,Q){N.preventDefault();var J=ut(ut(ut({},e),Q),{animate:!1}),mi=N.deltaY===0&&N.deltaX?N.deltaX:N.deltaY,H=mi<0?1:-1,Di=k(l*Math.exp(H*J.step/3),J).scale;return h(Di,N,J,N)}function b(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),c=!0,e.handleStartEvent(N),x=d,S=u,m("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(!(!c||x===void 0||S===void 0||F===void 0||z===void 0)){ia(V,N);var Q=go(V),J=V.length>1,mi=l;if(J){W===0&&(W=Fn(V));var H=Fn(V)-W;mi=k(H*e.step/80+T).scale,h(mi,Q,{animate:!1},N)}(!J||e.pinchAndPan)&&I(x+(Q.clientX-F)/mi,S+(Q.clientY-z)/mi,{animate:!1},N)}}function Z(N){V.length===1&&m("panzoomend",{x:d,y:u,scale:l,isSVG:r,originalEvent:N},e),pp(V,N),c&&(c=!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:b,resetStyle:o,setOptions:s,setStyle:function(N,Q){return Qe(t,N,Q)},zoom:_,zoomIn:E,zoomOut:y,zoomToPoint:h,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:hs},mixins:[me,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 cr(()=>{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 c=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 m=this.geometries[this.geometryId][n].center;s.forEach((p,v)=>{t.push({key:u[v],x:`${m[0]+c}px`,y:`${m[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}),c+=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),c=l.scale?l.scale:1,m=c*l.aspectRatio[0]*this.iconSize/l.aspectRatio[1],p=c*this.iconSize;e.push({key:r+Math.random(),x:`${o[0]-m/2}px`,y:`${o[1]-p/2}px`,width:m,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 c=e[l];return Object.keys(c.regions).length>c.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"],Xp=["tabindex","aria-label"],Kp=Ip(()=>q("div",{class:"arrow",style:{left:"0"}},null,-1)),Qp={id:"day-map-large-base-popup",class:"fmi-warnings-popup"},ih={id:"day-map-large-base-popup-content"},th={class:"region-popup"},eh={class:"region-popup-header-text bold-text"},rh={class:"region-popup-wrapper"},nh={class:"region-popup-body"},ah={class:"popup-table"},oh={class:"popup-table-body"};function sh(t,e,r,n,o,s){const d=C3,u=hs;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]=(...c)=>s.regionClicked&&s.regionClicked(...c))},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]=(...c)=>s.regionClicked&&s.regionClicked(...c))},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]=(...c)=>s.regionClicked&&s.regionClicked(...c))},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]=(...c)=>s.regionClicked&&s.regionClicked(...c))},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]=(...c)=>s.regionClicked&&s.regionClicked(...c))},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,Xp),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]])},[Kp,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",ih,[q("div",th,[q("div",{class:wi(["region-popup-header",`${o.popupLevel}`])},[q("span",eh,ki(s.regionTitle),1)],2),q("div",rh,[q("div",nh,[q("div",ah,[q("div",oh,[(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",sh],["styles",[Bp]],["__scopeId","data-v-42768ba4"]]),dh="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}}",lh={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),uh={class:"map-container"},gh={class:"warning-map-status","aria-hidden":"true"},ch={class:"bold-text"},mh=on(()=>q("br",null,null,-1)),fh=["innerHTML"],vh={class:"bold-text"},ph=on(()=>q("br",null,null,-1)),hh=on(()=>q("br",null,null,-1)),bh={class:"data-providers noselect","aria-hidden":"true"},wh=on(()=>q("br",null,null,-1));function Ch(t,e,r,n,o,s){const d=Cs;return G(),ri("div",uh,[q("div",gh,[q("p",null,[q("span",ch,ki(s.warningsTitle),1),mh,q("span",{innerHTML:s.warningsDate},null,8,fh)]),q("p",null,[q("span",vh,ki(s.updatedTitle),1),ph,lt(" "+ki(s.updatedDate),1),hh,lt(" "+ki(s.atTime)+" "+ki(s.updatedTime),1)])]),q("div",bh,[q("span",null,ki(s.dataProviderFirst),1),wh,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(lh,[["render",Ch],["styles",[dh]],["__scopeId","data-v-1622a403"]]),xh="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}}",yh={name:"MapSmall",mixins:[me,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 cr(()=>{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}}},Ah=["id"],Dh={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"},kh=["id"],Eh=["stroke","stroke-width","fill","d","opacity"],Fh=["stroke","stroke-width","fill","d","opacity"],Bh=["stroke","stroke-width","fill","d","opacity"],Lh=["stroke","stroke-width","fill","d","fill-opacity"],Ih=["stroke","stroke-width","fill","d","opacity"],Sh=["stroke","stroke-width","fill","d","fill-opacity"],Th=["stroke","stroke-width","fill","d","opacity"],_h=["stroke","stroke-width","fill","d","fill-opacity"],Nh=["stroke","stroke-width","d"],Mh=["stroke","stroke-width","fill","d","fill-opacity"];function Rh(t,e,r,n,o,s){return G(),ri("div",{id:`day-map-small-${r.index}`,class:"map-small"},[(G(),ri("svg",Dh,[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,Eh))),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,Fh))),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,Bh))),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,Lh))),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,Ih))),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,Sh))),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,Th))),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,_h))),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,Nh))),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,Mh))),128))],8,kh)):qi("",!0)]))],8,Ah)}const ys=Dt(yh,[["render",Rh],["styles",[xh]],["__scopeId","data-v-4638f356"]]),Ph='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}}',Oh={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")}.`}}},zh=t=>(Ue("data-v-02d77569"),t=t(),Ge(),t),jh=["aria-label"],Wh=zh(()=>q("div",{class:"date-selector-cell-header"},null,-1)),Zh={class:"date-selector-cell-body map-container"},Uh={class:"date-selector-cell-date"},Gh={key:0,class:"bold-text weekday-text"},qh={key:1,class:"d-inline d-sm-none"};function Hh(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},[Wh,q("div",Zh,[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",Uh,[q("div",{class:wi(`date-selector-text mobile-level-${s.severity}`)},[r.staticDays?(G(),ri("span",Gh,ki(s.weekday),1)):qi("",!0),r.staticDays?(G(),ri("br",qh)):qi("",!0),lt(" "+ki(s.date),1)],2)]),q("div",{class:wi(`date-selector-cell-footer dark-level-${s.severity}`)},null,2)],10,jh)}const As=Dt(Oh,[["render",Hh],["styles",[Ph]],["__scopeId","data-v-02d77569"]]),Vh="div#fmi-warnings-date-selector.tabs[data-v-ab9bef35]{padding:0}div#fmi-warnings div .date-selector[data-v-ab9bef35]{margin:0}div#fmi-warnings div .date-selector.light-theme[data-v-ab9bef35]{background-color:#f8f8f8}div#fmi-warnings div .date-selector.dark-theme[data-v-ab9bef35]{background-color:#282b34}div#fmi-warnings div .date-selector.light-gray-theme[data-v-ab9bef35]{background-color:#f8f8f8}div#fmi-warnings div .date-selector.dark-gray-theme[data-v-ab9bef35]{background-color:#282b34}div#fmi-warnings div .row[data-v-ab9bef35]{display:block;margin-left:0;margin-right:0}div#fmi-warnings div[data-v-ab9bef35] .fmi-warnings-date-nav{border-bottom:none;flex-wrap:nowrap}div#fmi-warnings div[data-v-ab9bef35] 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 button.day div.date-selector-cell[data-v-ab9bef35]{overflow-x:hidden}div#fmi-warnings div[data-v-ab9bef35] button.day{border:none!important}div#fmi-warnings div[data-v-ab9bef35] 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-ab9bef35] 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-ab9bef35] 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-ab9bef35] 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-ab9bef35] 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-ab9bef35] 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-ab9bef35] 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-ab9bef35] 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-ab9bef35] 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-ab9bef35] 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-ab9bef35] 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-ab9bef35] 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-ab9bef35] 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-ab9bef35] .nav-tabs button.day.nav-link.active{background:transparent!important}div#fmi-warnings div[data-v-ab9bef35] div.tab-content{margin-top:4px}@media (max-width: 767px){div#fmi-warnings div[data-v-ab9bef35] div.fmi-warnings-date-wrapper li.nav-item button.day{width:100%}}@media (max-width: 575px){div#fmi-warnings div[data-v-ab9bef35] div.fmi-warnings-date-wrapper li.nav-item button.day{border-bottom:0;border-radius:0;margin-bottom:0;height:84px}}",$h={name:"Days",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)}},methods:{onDaySelected(t){this.$emit("daySelected",t)},onLoaded(t){t&&this.$emit("loaded",!0)}}};function Yh(t,e,r,n,o,s){const d=As,u=xs,l=ql,c=Vl;return G(),ri("div",{class:wi(["row date-selector",r.theme])},[Pi(c,{id:"fmi-warnings-date-selector",modelValue:o.day,"onUpdate:modelValue":e[0]||(e[0]=m=>o.day=m),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,(m,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($h,[["render",Yh],["styles",[Vh]],["__scopeId","data-v-ab9bef35"]]),Jh="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}}",Xh={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:me.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:ms,Legend:ps},mixins:[me,te,pe],data(){return{selectedDay:this.defaultDay,visibleWarnings:[],timer:null,visibilityListener:null,warnings:null,days:[],regions:this.regionsDefault(),parents:{},legend:[],timeOffset:0,version:"4.0.9",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)}}},Kh=t=>(Ue("data-v-3a40f99f"),t=t(),Ge(),t),Qh=["data-smartmet-alert-client-version"],ib={class:"row"},tb={class:"col-12 col-md-8 col-lg-8 col-xl-8 day-region-views"},eb={key:0,class:"valid-warnings"},rb={key:1,class:"not-ready"},nb=["href"],ab={key:2},ob=["href"],sb=["aria-label"],db={class:"col-12 col-md-4 col-lg-4 col-xl-4 symbol-list"},lb={key:0,class:"row"},ub={class:"col-12 col-md-8 col-lg-8 col-xl-8 day-region-views"},gb=Kh(()=>q("div",{class:"col-12 col-md-4 col-lg-4 col-xl-4 symbol-list"},null,-1));function cb(t,e,r,n,o,s){const d=Ds,u=ps,l=ms;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",ib,[q("div",tb,[r.loading?qi("",!0):(G(),ri("h2",eb,ki(s.validWarningsText),1)),r.loading?(G(),ri("div",rb,[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,nb)])):qi("",!0),r.regionListEnabled?(G(),ri("div",ab,[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]=(...c)=>s.toContentClicked&&s.toContentClicked(...c))},ki(s.toContentText),9,ob)):(G(),ri("div",{key:1,"aria-label":s.noWarningsText},null,8,sb))])):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",db,[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",lb,[q("div",ub,[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"])]),gb])):qi("",!0)],2)])],10,Qh)}const ks=Dt(Xh,[["render",cb],["styles",[Jh]],["__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 c=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],m=ArrayBuffer.isView||function(L){return L&&c.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 h(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 b(){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)||m(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(h(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}b.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)}b.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 mi="response"in N?N.response:N.responseText;$(new W(mi,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,mi){N.setRequestHeader(mi,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 mb=ea.exports;const fb=en(mb),vb=`@charset "UTF-8";/*!
273
273
  * Bootstrap v5.3.2 (https://getbootstrap.com/)
274
274
  * Copyright 2011-2023 The Bootstrap Authors
275
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 pb={BASE_URL:"./",MODE:"production",DEV:!1,PROD:!0,SSR:!1};const hb={name:"App",components:{AlertClient:ks},mixins:[me,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:null},dailyWarningTypes:{type:String,default:null},refreshInterval:{type:String,default:"900000"},geometryId:{type:String,default:me.props.defaultGeometryId},language:{type:String,default:pb.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!=null?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==null)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=>fb(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 bb(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 wb=Dt(hb,[["render",bb],["styles",[vb]]]);nl({rootComponent:wb,elementName:"smartmet-alert-client",VueDefineCustomElement:q5,h:x5,createApp:K5,getCurrentInstance:J2});
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 pb={BASE_URL:"./",MODE:"production",DEV:!1,PROD:!0,SSR:!1};const hb={name:"App",components:{AlertClient:ks},mixins:[me,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:me.props.defaultGeometryId||"2021"},language:{type:String,default:pb.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=>fb(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 bb(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 wb=Dt(hb,[["render",bb],["styles",[vb]]]);nl({rootComponent:wb,elementName:"smartmet-alert-client",VueDefineCustomElement:q5,h:x5,createApp:K5,getCurrentInstance:J2});
277
277
  //# sourceMappingURL=index.js.map